Guest User

Untitled

a guest
Nov 18th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.90 KB | None | 0 0
  1. [Thread 0x7fffe00a5700 (LWP 19416) exited]
  2. [Thread 0x7fffd181b700 (LWP 19413) exited]
  3.  
  4. Program received signal SIGSEGV, Segmentation fault.
  5. 0x0000000000ecca5c in boost::shared_ptr<Evoral::Parameter::Metadata>::operator Evoral::Parameter::Metadata* boost::shared_ptr<Evoral::Parameter::Metadata>::* (this=0x22a) at /usr/include/boost/smart_ptr/detail/operator_bool.hpp:47
  6. 47 return px == 0? 0: &this_type::px;
  7. (gdb) thread apply all bt
  8.  
  9. Thread 29 (Thread 0x7fffc95ea700 (LWP 19431)):
  10. #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:215
  11. #1 0x00007ffff52a5fa5 in g_cond_wait_until () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  12. #2 0x00007ffff523f761 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  13. #3 0x00007ffff523fdaa in g_async_queue_timeout_pop () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  14. #4 0x00007ffff528ce22 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  15. #5 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  16. #6 0x00007ffff1b2ae9a in start_thread (arg=0x7fffc95ea700) at pthread_create.c:308
  17. #7 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  18. #8 0x0000000000000000 in ?? ()
  19.  
  20. Thread 23 (Thread 0x7fffd2b2c700 (LWP 19425)):
  21. #0 0x00007ffff0a23303 in __GI___poll (fds=<optimised out>, nfds=<optimised out>, timeout=<optimised out>)
  22. at ../sysdeps/unix/sysv/linux/poll.c:87
  23. #1 0x00007ffff5268d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  24. #2 0x00007ffff52691e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  25. #3 0x00007ffff5e72570 in BaseUI::main_thread (this=0x4312f70) at ../libs/pbd/base_ui.cc:80
  26. #4 0x00007ffff5e75cf2 in sigc::bound_mem_functor0<void, BaseUI>::operator() (this=0x43136d8)
  27. at /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1787
  28. #5 0x00007ffff5e75a32 in sigc::adaptor_functor<sigc::bound_mem_functor0<void, BaseUI> >::operator() (this=0x43136d0)
  29. at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
  30. #6 0x00007ffff5e753fb in sigc::internal::slot_call0<sigc::bound_mem_functor0<void, BaseUI>, void>::call_it (rep=0x43136a0)
  31. at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
  32. #7 0x00007ffff59acd4d in ?? () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  33. #8 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  34. #9 0x00007ffff1b2ae9a in start_thread (arg=0x7fffd2b2c700) at pthread_create.c:308
  35. #10 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  36. #11 0x0000000000000000 in ?? ()
  37.  
  38. Thread 7 (Thread 0x7fffd3fff700 (LWP 19405)):
  39. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  40. #1 0x00007ffff52a5eaf in g_cond_wait () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  41. #2 0x00007ffff727db4d in ARDOUR::Analyser::work () at ../libs/ardour/analyser.cc:81
  42. #3 0x00007ffff727d935 in analyser_work () at ../libs/ardour/analyser.cc:46
  43. #4 0x000000000136c985 in sigc::pointer_functor0<void>::operator() (this=0x209ceb8) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:77
  44. #5 0x000000000136a124 in sigc::adaptor_functor<sigc::pointer_functor0<void> >::operator() (this=0x209ceb0)
  45. at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
  46. #6 0x0000000001366b71 in sigc::internal::slot_call0<sigc::pointer_functor0<void>, void>::call_it (rep=0x209ce80)
  47. at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
  48. #7 0x00007ffff59acd4d in ?? () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  49. #8 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  50. #9 0x00007ffff1b2ae9a in start_thread (arg=0x7fffd3fff700) at pthread_create.c:308
  51. #10 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  52. #11 0x0000000000000000 in ?? ()
  53.  
  54. Thread 6 (Thread 0x7fffe0ba2700 (LWP 19404)):
  55. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  56. #1 0x00007ffff52a5eaf in g_cond_wait () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  57. #2 0x00007ffff766798e in peak_thread_work () at ../libs/ardour/source_factory.cc:68
  58. #3 0x000000000136c985 in sigc::pointer_functor0<void>::operator() (this=0x209d288) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:77
  59. #4 0x000000000136a124 in sigc::adaptor_functor<sigc::pointer_functor0<void> >::operator() (this=0x209d280)
  60. at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
  61. #5 0x0000000001366b71 in sigc::internal::slot_call0<sigc::pointer_functor0<void>, void>::call_it (rep=0x209d250)
  62. at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
  63. #6 0x00007ffff59acd4d in ?? () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  64. #7 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  65. #8 0x00007ffff1b2ae9a in start_thread (arg=0x7fffe0ba2700) at pthread_create.c:308
  66. #9 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  67. #10 0x0000000000000000 in ?? ()
  68.  
  69. Thread 5 (Thread 0x7fffe13a3700 (LWP 19403)):
  70. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
  71. #1 0x00007ffff52a5eaf in g_cond_wait () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  72. #2 0x00007ffff766798e in peak_thread_work () at ../libs/ardour/source_factory.cc:68
  73. #3 0x000000000136c985 in sigc::pointer_functor0<void>::operator() (this=0x209a138) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:77
  74. #4 0x000000000136a124 in sigc::adaptor_functor<sigc::pointer_functor0<void> >::operator() (this=0x209a130)
  75. at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
  76. #5 0x0000000001366b71 in sigc::internal::slot_call0<sigc::pointer_functor0<void>, void>::call_it (rep=0x209a100)
  77. at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
  78. #6 0x00007ffff59acd4d in ?? () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  79. #7 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  80. #8 0x00007ffff1b2ae9a in start_thread (arg=0x7fffe13a3700) at pthread_create.c:308
  81. #9 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  82. #10 0x0000000000000000 in ?? ()
  83.  
  84. Thread 4 (Thread 0x7fffe1ba4700 (LWP 19402)):
  85. #0 0x00007ffff09fa83d in nanosleep () at ../sysdeps/unix/syscall-template.S:82
  86. #1 0x00007ffff0a28774 in usleep (useconds=<optimised out>) at ../sysdeps/unix/sysv/linux/usleep.c:33
  87. #2 0x00000000015b2bbe in gui_event_loop (ptr=0x0) at ../gtk2_ardour/linux_vst_gui_support.cc:363
  88. #3 0x00007ffff1b2ae9a in start_thread (arg=0x7fffe1ba4700) at pthread_create.c:308
  89. #4 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  90. ---Type <return> to continue, or q <return> to quit---
  91. #5 0x0000000000000000 in ?? ()
  92.  
  93. Thread 3 (Thread 0x7fffe33d0700 (LWP 19399)):
  94. #0 0x00007ffff0a23303 in __GI___poll (fds=<optimised out>, nfds=<optimised out>, timeout=<optimised out>)
  95. at ../sysdeps/unix/sysv/linux/poll.c:87
  96. #1 0x00007ffff5268d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  97. #2 0x00007ffff52691e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  98. #3 0x00007fffed5253b6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  99. #4 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  100. #5 0x00007ffff1b2ae9a in start_thread (arg=0x7fffe33d0700) at pthread_create.c:308
  101. #6 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  102. #7 0x0000000000000000 in ?? ()
  103.  
  104. Thread 2 (Thread 0x7fffe3bd1700 (LWP 19398)):
  105. #0 0x00007ffff0a23303 in __GI___poll (fds=<optimised out>, nfds=<optimised out>, timeout=<optimised out>)
  106. at ../sysdeps/unix/sysv/linux/poll.c:87
  107. #1 0x00007ffff5268d84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  108. #2 0x00007ffff5268ea4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  109. #3 0x00007fffe3bdb4ad in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
  110. #4 0x00007ffff528c645 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  111. #5 0x00007ffff1b2ae9a in start_thread (arg=0x7fffe3bd1700) at pthread_create.c:308
  112. #6 0x00007ffff0a2ecbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  113. #7 0x0000000000000000 in ?? ()
  114.  
  115. Thread 1 (Thread 0x7fffe4b379c0 (LWP 19395)):
  116. #0 0x0000000000ecca5c in boost::shared_ptr<Evoral::Parameter::Metadata>::operator Evoral::Parameter::Metadata* boost::shared_ptr<Evoral::Parameter::Metadata>::* (this=0x22a) at /usr/include/boost/smart_ptr/detail/operator_bool.hpp:47
  117. #1 0x0000000000ecc1a8 in Evoral::Parameter::metadata (this=0x212)
  118. at /home/chris/Downloads/LinuxAudioApps/3.0_debug/libs/evoral/evoral/Parameter.hpp:99
  119. #2 0x00000000013568fa in Evoral::Parameter::toggled (this=0x212)
  120. at /home/chris/Downloads/LinuxAudioApps/3.0_debug/libs/evoral/evoral/Parameter.hpp:108
  121. #3 0x0000000001356990 in ARDOUR::AutomationControl::toggled (this=0x2)
  122. at /home/chris/Downloads/LinuxAudioApps/3.0_debug/libs/ardour/ardour/automation_control.h:94
  123. #4 0x0000000001347eec in ProcessorEntry::Control::control_changed (this=0x12b2b630) at ../gtk2_ardour/processor_box.cc:534
  124. #5 0x000000000136d0e7 in boost::_mfi::mf0<void, ProcessorEntry::Control>::operator() (this=0x7fffa80046b8, p=0x12b2b630)
  125. at /usr/include/boost/bind/mem_fn_template.hpp:49
  126. #6 0x000000000136a5fe in boost::_bi::list1<boost::_bi::value<ProcessorEntry::Control*> >::operator()<boost::_mfi::mf0<void, ProcessorEntry::Control>, boost::_bi::list0> (this=0x7fffa80046c8, f=..., a=...) at /usr/include/boost/bind/bind.hpp:253
  127. #7 0x000000000136723f in boost::_bi::bind_t<void, boost::_mfi::mf0<void, ProcessorEntry::Control>, boost::_bi::list1<boost::_bi::value<ProcessorEntry::Control*> > >::operator() (this=0x7fffa80046b8) at /usr/include/boost/bind/bind_template.hpp:20
  128. #8 0x0000000001364487 in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ProcessorEntry::Control>, boost::_bi::list1<boost::_bi::value<ProcessorEntry::Control*> > >, void>::invoke (function_obj_ptr=...)
  129. at /usr/include/boost/function/function_template.hpp:153
  130. #9 0x0000000000e07f1c in boost::function0<void>::operator() (this=0x7fffa80046b0) at /usr/include/boost/function/function_template.hpp:760
  131. #10 0x0000000000e0b442 in boost::_bi::list0::operator()<boost::function<void ()>, boost::_bi::list0>(boost::_bi::type<void>, boost::function<void ()>&, boost::_bi::list0&, int) (this=0x7fffa80046d0, f=...) at /usr/include/boost/bind/bind.hpp:192
  132. #11 0x0000000000e0ad77 in boost::_bi::bind_t<boost::_bi::unspecified, boost::function<void ()>, boost::_bi::list0>::operator()() (
  133. this=0x7fffa80046b0) at /usr/include/boost/bind/bind_template.hpp:20
  134. #12 0x0000000000e0a37d in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<boost::_bi::unspecified, boost::function<void ()>, boost::_bi::list0>, void>::invoke(boost::detail::function::function_buffer&) (function_obj_ptr=...)
  135. at /usr/include/boost/function/function_template.hpp:153
  136. #13 0x0000000000e07f1c in boost::function0<void>::operator() (this=0x7fffa8004750) at /usr/include/boost/function/function_template.hpp:760
  137. #14 0x00007ffff6257129 in Gtkmm2ext::UI::do_request (this=0x1d900f0, req=0x7fffa8004740) at ../libs/gtkmm2ext/gtk_ui.cc:447
  138. #15 0x00007ffff6262844 in AbstractUI<Gtkmm2ext::UIRequest>::handle_ui_requests (this=0x1d900f0)
  139. at /home/chris/Downloads/LinuxAudioApps/3.0_debug/libs/pbd/pbd/abstract_ui.cc:272
  140. #16 0x00007ffff5e72997 in BaseUI::request_handler (this=0x1d900f0, ioc=Glib::IO_IN) at ../libs/pbd/base_ui.cc:136
  141. #17 0x00007ffff5e75b7e in sigc::bound_mem_functor1<bool, BaseUI, Glib::IOCondition>::operator() (this=0x1d92f88,
  142. _A_a1=@0x7fffffffd45c: Glib::IO_IN) at /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1851
  143. #18 0x00007ffff5e75697 in sigc::adaptor_functor<sigc::bound_mem_functor1<bool, BaseUI, Glib::IOCondition> >::operator()<Glib::IOCondition const&> (this=0x1d92f80, _A_arg1=@0x7fffffffd45c: Glib::IO_IN) at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:84
  144. #19 0x00007ffff5e75072 in sigc::internal::slot_call1<sigc::bound_mem_functor1<bool, BaseUI, Glib::IOCondition>, bool, Glib::IOCondition>::call_it (rep=0x1d92f50, a_1=@0x7fffffffd45c: Glib::IO_IN) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:137
  145. #20 0x00007ffff59b323c in Glib::IOSource::dispatch(sigc::slot_base*) () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  146. #21 0x00007ffff59b2d1f in Glib::Source::dispatch_vfunc(_GSource*, int (*)(void*), void*) () from /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
  147. #22 0x00007ffff5268ab5 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  148. #23 0x00007ffff5268de8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  149. #24 0x00007ffff52691e2 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  150. #25 0x00007ffff4d1bc77 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  151. #26 0x00007ffff62566ba in Gtkmm2ext::UI::run (this=0x1d900f0, old_receiver=...) at ../libs/gtkmm2ext/gtk_ui.cc:268
  152. #27 0x00000000011d084f in main (argc=1, argv=0x7fffffffd7e8) at ../gtk2_ardour/main.cc:455
Advertisement
Add Comment
Please, Sign In to add comment