Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 6.49 KB | None | 0 0
  1. (gdb) bt
  2. #0  0xb7833424 in __kernel_vsyscall ()
  3. #1  0xb7809619 in __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142
  4. #2  0xb7804f7d in _L_lock_708 () from /lib/i386-linux-gnu/libpthread.so.0
  5. #3  0xb7804dc3 in __pthread_mutex_lock (mutex=0x94c5464) at pthread_mutex_lock.c:61
  6. #4  0xb69bd881 in boost::thread::interrupt() () from /usr/lib/libboost_thread.so.1.46.1
  7. #5  0xb6a2c6b3 in gruel::thread_group::interrupt_all (this=0xb1904e7c)
  8.     at /home/mmills/gnuradio/jblum/gruel/src/lib/thread_group.cc:89
  9. #6  0xb6c566d2 in gr_scheduler_tpb::stop (this=0xb1904e78)
  10.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_scheduler_tpb.cc:88
  11. #7  0xb6c5b5d0 in gr_top_block_impl::stop (this=0x94c3fe0)
  12.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_top_block_impl.cc:116
  13. #8  0xb6c5b7a4 in gr_top_block_impl::restart (this=0x94c3fe0)
  14.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_top_block_impl.cc:161
  15. #9  0xb6c5b733 in gr_top_block_impl::unlock (this=0x94c3fe0)
  16.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_top_block_impl.cc:152
  17. #10 0xb6c5ad9e in gr_top_block::unlock (this=0x916f530)
  18.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_top_block.cc:90
  19. #11 0xb70ee2cd in _wrap_gr_top_block_sptr_unlock (args=0xb41c992c)
  20.     at /home/mmills/gnuradio/jblum/build/gnuradio-core/src/lib/swig/gnuradio_core_runtimePYTHON_wrap.cxx:18640
  21. #12 0x080f77c3 in PyEval_EvalFrameEx ()
  22. #13 0x080f7e20 in PyEval_EvalFrameEx ()
  23. #14 0x080fd804 in PyEval_EvalCodeEx ()
  24. #15 0x080fe177 in PyEval_EvalCode ()
  25. #16 0x0811acd0 in ?? ()
  26. #17 0x0811b8e9 in PyRun_FileExFlags ()
  27. #18 0x0811c4cc in PyRun_SimpleFileExFlags ()
  28. #19 0x0812c7c6 in Py_Main ()
  29. #20 0x0805da0b in main ()
  30. (gdb) info threads
  31.   Id   Target Id         Frame
  32.   3    Thread 0xb22a0b70 (LWP 25633) "python" 0xb7833424 in __kernel_vsyscall ()
  33.   2    Thread 0xb32a2b70 (LWP 25635) "python" 0xb7833424 in __kernel_vsyscall ()
  34. * 1    Thread 0xb74446c0 (LWP 6655) "python" 0xb7833424 in __kernel_vsyscall ()
  35. (gdb) thread 2
  36. [Switching to thread 2 (Thread 0xb32a2b70 (LWP 25635))]
  37. #0  0xb7833424 in __kernel_vsyscall ()
  38. (gdb) bt
  39. #0  0xb7833424 in __kernel_vsyscall ()
  40. #1  0xb7809619 in __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142
  41. #2  0xb7804f7d in _L_lock_708 () from /lib/i386-linux-gnu/libpthread.so.0
  42. #3  0xb7804dc3 in __pthread_mutex_lock (mutex=0xb1906b70) at pthread_mutex_lock.c:61
  43. #4  0xb69bdbdb in boost::this_thread::interruption_point() () from /usr/lib/libboost_thread.so.1.46.1
  44. #5  0xb6c5374f in boost::condition_variable::wait (this=0x94c5464, m=...)
  45.     at /usr/include/boost/thread/pthread/condition_variable.hpp:55
  46. #6  0xb6c5cd55 in gr_tpb_thread_body::gr_tpb_thread_body (this=0xb32a2220, block=...)
  47.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc:71
  48. #7  0xb6c56849 in tpb_container::operator() (this=0xb1906c60)
  49.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_scheduler_tpb.cc:42
  50. #8  0xb6c56d3c in gruel::thread_body_wrapper<tpb_container>::operator() (this=0xb1906c60)
  51.     at /home/mmills/gnuradio/jblum/gruel/src/include/gruel/thread_body_wrapper.h:50
  52. #9  0xb6c56c7f in boost::detail::function::void_function_obj_invoker0<gruel::thread_body_wrapper<tpb_container>, void>::invoke (function_obj_ptr=...) at /usr/include/boost/function/function_template.hpp:153
  53. #10 0xb6a2e313 in boost::function0<void>::operator() (this=0xb1906c5c)
  54.     at /usr/include/boost/function/function_template.hpp:1013
  55. #11 0xb6a2e2c0 in boost::detail::thread_data<boost::function0<void> >::run (this=0xb1906b58)
  56.     at /usr/include/boost/thread/detail/thread.hpp:61
  57. #12 0xb69bd3cc in thread_proxy () from /usr/lib/libboost_thread.so.1.46.1
  58. #13 0xb7802d31 in start_thread (arg=0xb32a2b70) at pthread_create.c:304
  59. #14 0xb75170ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  60. Backtrace stopped: Not enough registers or memory available to unwind further
  61. (gdb) thread 3
  62. [Switching to thread 3 (Thread 0xb22a0b70 (LWP 25633))]
  63. #0  0xb7833424 in __kernel_vsyscall ()
  64. (gdb) bt
  65. #0  0xb7833424 in __kernel_vsyscall ()
  66. #1  0xb7809619 in __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142
  67. #2  0xb7804f7d in _L_lock_708 () from /lib/i386-linux-gnu/libpthread.so.0
  68. #3  0xb7804dc3 in __pthread_mutex_lock (mutex=0x94c5464) at pthread_mutex_lock.c:61
  69. #4  0xb6c5338e in boost::pthread::pthread_mutex_scoped_lock::pthread_mutex_scoped_lock (this=0xb22a00f8, m_=0x94c5464)
  70.     at /usr/include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp:26
  71. #5  0xb6c537b6 in boost::condition_variable::notify_one (this=0x94c5464)
  72.     at /usr/include/boost/thread/pthread/condition_variable.hpp:76
  73. #6  0xb6c5c2a5 in gr_tpb_detail::set_input_changed (this=0x94c5448)
  74.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_tpb_detail.h:90
  75. #7  0xb6c5be97 in gr_tpb_detail::notify_downstream (this=0x94c94d0, d=0x94c94d0)
  76.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_tpb_detail.cc:60
  77. #8  0xb6c5bf52 in gr_tpb_detail::notify_neighbors (this=0x94c94d0, d=0x94c94d0)
  78.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_tpb_detail.cc:67
  79. #9  0xb6c5ccf6 in gr_tpb_thread_body::gr_tpb_thread_body (this=0xb22a0220, block=...)
  80.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_tpb_thread_body.cc:53
  81. #10 0xb6c56849 in tpb_container::operator() (this=0xb1906a30)
  82.     at /home/mmills/gnuradio/jblum/gnuradio-core/src/lib/runtime/gr_scheduler_tpb.cc:42
  83. #11 0xb6c56d3c in gruel::thread_body_wrapper<tpb_container>::operator() (this=0xb1906a30)
  84.     at /home/mmills/gnuradio/jblum/gruel/src/include/gruel/thread_body_wrapper.h:50
  85. #12 0xb6c56c7f in boost::detail::function::void_function_obj_invoker0<gruel::thread_body_wrapper<tpb_container>, void>::invoke (function_obj_ptr=...) at /usr/include/boost/function/function_template.hpp:153
  86. #13 0xb6a2e313 in boost::function0<void>::operator() (this=0xb1906a2c)
  87.     at /usr/include/boost/function/function_template.hpp:1013
  88. #14 0xb6a2e2c0 in boost::detail::thread_data<boost::function0<void> >::run (this=0xb1906928)
  89.     at /usr/include/boost/thread/detail/thread.hpp:61
  90. #15 0xb69bd3cc in thread_proxy () from /usr/lib/libboost_thread.so.1.46.1
  91. #16 0xb7802d31 in start_thread (arg=0xb22a0b70) at pthread_create.c:304
  92. #17 0xb75170ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  93. Backtrace stopped: Not enough registers or memory available to unwind further
  94.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement