Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.99 KB | None | 0 0
  1. (gdb) info threads
  2.   Id   Target Id         Frame
  3.   2    Thread 0xb25d8b70 (LWP 19842) "python" 0xb782b424 in __kernel_vsyscall ()
  4. * 1    Thread 0xb743c6c0 (LWP 4025) "python" 0xb782b424 in __kernel_vsyscall ()
  5. (gdb) bt
  6. #0  0xb782b424 in __kernel_vsyscall ()
  7. #1  0xb7801619 in __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142
  8. #2  0xb77fcf7d in _L_lock_708 () from /lib/i386-linux-gnu/libpthread.so.0
  9. #3  0xb77fcdc3 in __pthread_mutex_lock (mutex=0xa35eecc) at pthread_mutex_lock.c:61
  10. #4  0xb6aec881 in boost::thread::interrupt() () from /usr/lib/libboost_thread.so.1.46.1
  11. #5  0xb6b45537 in gruel::thread_group::interrupt_all() () from /usr/local/lib/libgruel-3.5.0rc0.so.0.0.0
  12. #6  0xb6cea49e in gr_scheduler_tpb::stop() () from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  13. #7  0xb6cefb76 in gr_top_block_impl::stop() () from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  14. #8  0xb6cefbcd in gr_top_block_impl::restart() () from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  15. #9  0xb6cf03cf in gr_top_block_impl::unlock() () from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  16. #10 0xb6cef20e in gr_top_block::unlock() () from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  17. #11 0xb70d7e70 in _wrap_gr_top_block_sptr_unlock ()
  18.    from /usr/local/lib/python2.7/dist-packages/gnuradio/gr/_gnuradio_core_runtime.so
  19. #12 0x080f77c3 in PyEval_EvalFrameEx ()
  20. #13 0x080f7e20 in PyEval_EvalFrameEx ()
  21. #14 0x080fd804 in PyEval_EvalCodeEx ()
  22. #15 0x080fe177 in PyEval_EvalCode ()
  23. #16 0x0811acd0 in ?? ()
  24. #17 0x0811b8e9 in PyRun_FileExFlags ()
  25. #18 0x0811c4cc in PyRun_SimpleFileExFlags ()
  26. #19 0x0812c7c6 in Py_Main ()
  27. #20 0x0805da0b in main ()
  28. (gdb) thread 2
  29. [Switching to thread 2 (Thread 0xb25d8b70 (LWP 19842))]
  30. #0  0xb782b424 in __kernel_vsyscall ()
  31. (gdb) bt
  32. #0  0xb782b424 in __kernel_vsyscall ()
  33. #1  0xb7801619 in __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142
  34. #2  0xb77fcf7d in _L_lock_708 () from /lib/i386-linux-gnu/libpthread.so.0
  35. #3  0xb77fcdc3 in __pthread_mutex_lock (mutex=0xb1c022f8) at pthread_mutex_lock.c:61
  36. #4  0xb6aecbdb in boost::this_thread::interruption_point() () from /usr/lib/libboost_thread.so.1.46.1
  37. #5  0xb6cf158d in gr_tpb_thread_body::gr_tpb_thread_body(boost::shared_ptr<gr_block>) ()
  38.    from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  39. #6  0xb6cebc1b in boost::detail::function::void_function_obj_invoker0<gruel::thread_body_wrapper<tpb_container>, void>::invoke(boost::detail::function::function_buffer&) () from /usr/local/lib/libgnuradio-core-3.5.0rc0.so.0.0.0
  40. #7  0xb6b461a6 in boost::detail::thread_data<boost::function0<void> >::run() ()
  41.    from /usr/local/lib/libgruel-3.5.0rc0.so.0.0.0
  42. #8  0xb6aec3cc in thread_proxy () from /usr/lib/libboost_thread.so.1.46.1
  43. #9  0xb77fad31 in start_thread (arg=0xb25d8b70) at pthread_create.c:304
  44. #10 0xb750f0ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  45. Backtrace stopped: Not enough registers or memory available to unwind further
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement