On Thu, Dec 8, 2011 at 11:15 PM, Matt Mills <[email protected]> wrote: > With an even simpler version of the app (signal -> null sink) just running > lock() unlock() in the loop it still locks up; using that version gives > this info from gdb (info threads, and bt on both threads included) > > http://pastebin.com/YwTFC1Mc >
After compiling with debug symbols, it looks like its getting stuck in line 71 of gr_tpb_thread_body.cc ( http://gnuradio.org/redmine/projects/gnuradio/repository/revisions/b6005d9e5823d871c091f3b4a048ca67cd885821/entry/gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc#L71 ) Updated pastebin of gdb: http://pastebin.com/GFeH1peZ
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
