View Single Post
  #2   (View Single Post)  
Old 30th January 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Hello and welcome!
Quote:
Originally Posted by pinswats View Post
I have no idea how to solve or how to debug this problem from here on.
Perhaps, since debugging was enabled in your build, you could attach gdb(1) to the process while it is looping, to try and figure out which function(s) it may be looping through. You can also kill(1) or pkill(1) with a SIGABRT signal(7) to produce a core file for post-processing with gdb().

My advice is generic because I have neither NetBSD nor RPi experience, and can't help with anything specific.
Reply With Quote