View Issue Details

IDProjectCategoryView StatusLast Update
0004353ardourbugspublic2020-04-19 20:15
Reporteracolomb Assigned Todrobilla  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Target Version3.0-beta1 
Summary0004353: Failed assertion when creating Aux Send on MIDI track
DescriptionRight-clicking on the plugin box for a MIDI track and selecting "New Aux Send" for some bus crashes ardour with the following message:

ardour-3.0: ../libs/ardour/buffer_set.cc:241: ARDOUR::Buffer& ARDOUR::BufferSet::get(ARDOUR::DataType, size_t): Assertion `i < _available.get(type)' failed.

Backtrace attached.
Additional InformationHaving an instrument plugin on the track would make it a valid option to connect its audio outputs to an internal send. However, it does not matter whether there is one.

"New Insert" does not have this problem.
TagsNo tags attached.

Activities

2011-10-04 13:26

 

backtrace-aux_send.txt (38,893 bytes)   
Thread 24 (Thread 0x7fffb15cc820 (LWP 19166)):
#0  0x00007fffec23089d in nanosleep () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007ffff29eee92 in g_usleep () from /lib/libglib-2.0.so.0
#2  0x00007ffff6df107e in ARDOUR::AudioEngine::meter_thread (this=0x7fffdc1e8ce0) at ../libs/ardour/audioengine.cc:694
#3  0x00007ffff6e10706 in boost::_mfi::mf0<void, ARDOUR::AudioEngine>::operator() (this=0x7fffd002ac20, p=0x7fffdc1e8ce0) at /usr/include/boost/bind/mem_fn_template.hpp:49
#4  0x00007ffff6e0bd10 in boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list0> (this=0x7fffd002ac30, f=..., a=...)
    at /usr/include/boost/bind/bind.hpp:253
#5  0x00007ffff6e07861 in boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >::operator() (this=0x7fffd002ac20)
    at /usr/include/boost/bind/bind_template.hpp:20
#6  0x00007ffff6e02ca6 in sigc::adaptor_functor<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > > >::operator() (this=0x7fffd002ac20)
    at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
#7  0x00007ffff6dfe81a in sigc::internal::slot_call0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >, void>::call_it (rep=0x7fffd002abf0)
    at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
#8  0x00007ffff351194d in operator() (this=0x7fffd002a890) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440
#9  (anonymous namespace)::call_thread_entry_slot (data=0x7fffd002a890) at thread.cc:44
#10 0x00007ffff29eb984 in ?? () from /lib/libglib-2.0.so.0
#11 0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#12 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()

Thread 23 (Thread 0x7fffd528c700 (LWP 19165)):
#0  0x00007fffebf68723 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ffff29c6644 in ?? () from /lib/libglib-2.0.so.0
#2  0x00007ffff29c6f2a in g_main_loop_run () from /lib/libglib-2.0.so.0
#3  0x00007ffff4cf2dbf in BaseUI::main_thread (this=0x7fffc8102cb0) at ../libs/pbd/base_ui.cc:77
#4  0x00007ffff4cf4169 in sigc::bound_mem_functor0<void, BaseUI>::operator() (this=0x7fffc8116a68) at /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:1787
#5  0x00007ffff4cf3fce in sigc::adaptor_functor<sigc::bound_mem_functor0<void, BaseUI> >::operator() (this=0x7fffc8116a60) at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
#6  0x00007ffff4cf3d3f in sigc::internal::slot_call0<sigc::bound_mem_functor0<void, BaseUI>, void>::call_it (rep=0x7fffc8116a30) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
#7  0x00007ffff351194d in operator() (this=0x7fffc81102a0) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440
#8  (anonymous namespace)::call_thread_entry_slot (data=0x7fffc81102a0) at thread.cc:44
#9  0x00007ffff29eb984 in ?? () from /lib/libglib-2.0.so.0
#10 0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 22 (Thread 0x7fffb1647820 (LWP 19164)):
#0  0x00007fffebf68723 in *__GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x00007ffff6e6d9bd in ARDOUR::Butler::thread_work (this=0x3d43840) at ../libs/ardour/butler.cc:159
#2  0x00007ffff6e6d917 in ARDOUR::Butler::_thread_work (arg=0x3d43840) at ../libs/ardour/butler.cc:140
#3  0x00007ffff4d28b08 in fake_thread_start (arg=0x7fffc80e2490) at ../libs/pbd/pthread_utils.cc:81
#4  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#5  0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

Thread 21 (Thread 0x7fffcc0ed700 (LWP 19163)):
#0  0x00007fffebed0405 in *__GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007fffebed3680 in *__GI_abort () at abort.c:92
#2  0x00007fffebec95b1 in *__GI___assert_fail (assertion=0x7ffff72ddca0 "i < _available.get(type)", file=<optimized out>, line=241, function=0x7ffff72de300 "ARDOUR::Buffer& ARDOUR::BufferSet::get(ARDOUR::DataType, size_t)")
    at assert.c:81
#3  0x00007ffff6e5def7 in ARDOUR::BufferSet::get (this=0x7fffdc001b20, type=..., i=2) at ../libs/ardour/buffer_set.cc:241
#4  0x00007ffff6f5b97c in ARDOUR::BufferSet::iterator_base<ARDOUR::BufferSet, ARDOUR::AudioBuffer>::operator* (this=0x7fffcc0ec410) at /usr/src/ardour3/libs/ardour/ardour/buffer_set.h:131
#5  0x00007ffff703c22e in ARDOUR::PannerShell::run (this=0x7fffd0219180, inbufs=..., outbufs=..., start_frame=0, end_frame=64, nframes=64) at ../libs/ardour/panner_shell.cc:294
#6  0x00007ffff6f5a781 in ARDOUR::InternalSend::run (this=0x7fffd2cc5c00, bufs=..., start_frame=0, end_frame=64, nframes=64) at ../libs/ardour/internal_send.cc:117
#7  0x00007ffff70d2169 in ARDOUR::Route::process_output_buffers (this=0x7fffd0424000, bufs=..., start_frame=0, end_frame=64, nframes=64, declick=0, gain_automation_ok=true) at ../libs/ardour/route.cc:506
#8  0x00007ffff70d2653 in ARDOUR::Route::passthru (this=0x7fffd0424000, start_frame=0, end_frame=64, nframes=64, declick=0) at ../libs/ardour/route.cc:554
#9  0x00007ffff723c2b5 in ARDOUR::Track::no_roll (this=0x7fffd0424000, nframes=64, start_frame=0, end_frame=64, session_state_changing=false, can_record=false) at ../libs/ardour/track.cc:278
#10 0x00007ffff7000095 in ARDOUR::MidiTrack::no_roll (this=0x7fffd0424000, nframes=64, start_frame=0, end_frame=64, state_changing=false, can_record=false) at ../libs/ardour/midi_track.cc:410
#11 0x00007ffff6f4d7ab in ARDOUR::Graph::process_one_route (this=0x3d44da0, route=0x7fffd0424000) at ../libs/ardour/graph.cc:605
#12 0x00007ffff6f52272 in ARDOUR::GraphNode::process (this=0x7fffd0424180) at ../libs/ardour/graphnode.cc:69
#13 0x00007ffff6f4c08e in ARDOUR::Graph::run_one (this=0x3d44da0) at ../libs/ardour/graph.cc:406
#14 0x00007ffff6f4c30a in ARDOUR::Graph::helper_thread (this=0x3d44da0) at ../libs/ardour/graph.cc:443
#15 0x00007ffff6f51b76 in boost::_mfi::mf0<void, ARDOUR::Graph>::operator() (this=0x7fffcc0ecc08, p=0x3d44da0) at /usr/include/boost/bind/mem_fn_template.hpp:49
#16 0x00007ffff6f51582 in boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0> (this=0x7fffcc0ecc18, f=..., a=...) at /usr/include/boost/bind/bind.hpp:253
#17 0x00007ffff6f5116d in boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator() (this=0x7fffcc0ecc08) at /usr/include/boost/bind/bind_template.hpp:20
#18 0x00007ffff6f50cdd in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >, void>::invoke (function_obj_ptr=...)
    at /usr/include/boost/function/function_template.hpp:153
#19 0x000000000138324a in boost::function0<void>::operator() (this=0x7fffcc0ecc00) at /usr/include/boost/function/function_template.hpp:1013
#20 0x00007ffff6df3e11 in ARDOUR::AudioEngine::_start_process_thread (arg=0x7fffc802c4c0) at ../libs/ardour/audioengine.cc:1496
#21 0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#22 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#23 0x0000000000000000 in ?? ()

Thread 20 (Thread 0x7fffd4088700 (LWP 19162)):
#0  sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
#1  0x00007ffff6f4dacc in PBD::ProcessSemaphore::wait (this=0x3d44e68) at /usr/src/ardour3/libs/pbd/pbd/semutils.h:41
#2  0x00007ffff6f4bf3e in ARDOUR::Graph::run_one (this=0x3d44da0) at ../libs/ardour/graph.cc:393
#3  0x00007ffff6f4c30a in ARDOUR::Graph::helper_thread (this=0x3d44da0) at ../libs/ardour/graph.cc:443
#4  0x00007ffff6f51b76 in boost::_mfi::mf0<void, ARDOUR::Graph>::operator() (this=0x7fffd4087c08, p=0x3d44da0) at /usr/include/boost/bind/mem_fn_template.hpp:49
#5  0x00007ffff6f51582 in boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0> (this=0x7fffd4087c18, f=..., a=...) at /usr/include/boost/bind/bind.hpp:253
#6  0x00007ffff6f5116d in boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator() (this=0x7fffd4087c08) at /usr/include/boost/bind/bind_template.hpp:20
#7  0x00007ffff6f50cdd in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >, void>::invoke (function_obj_ptr=...)
    at /usr/include/boost/function/function_template.hpp:153
#8  0x000000000138324a in boost::function0<void>::operator() (this=0x7fffd4087c00) at /usr/include/boost/function/function_template.hpp:1013
#9  0x00007ffff6df3e11 in ARDOUR::AudioEngine::_start_process_thread (arg=0x7fffc802c4c0) at ../libs/ardour/audioengine.cc:1496
#10 0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 19 (Thread 0x7fffd4376700 (LWP 19161)):
#0  sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
#1  0x00007ffff6f4dacc in PBD::ProcessSemaphore::wait (this=0x3d44e68) at /usr/src/ardour3/libs/pbd/pbd/semutils.h:41
#2  0x00007ffff6f4bf3e in ARDOUR::Graph::run_one (this=0x3d44da0) at ../libs/ardour/graph.cc:393
#3  0x00007ffff6f4c53c in ARDOUR::Graph::main_thread (this=0x3d44da0) at ../libs/ardour/graph.cc:479
#4  0x00007ffff6f51b76 in boost::_mfi::mf0<void, ARDOUR::Graph>::operator() (this=0x7fffd4375c08, p=0x3d44da0) at /usr/include/boost/bind/mem_fn_template.hpp:49
#5  0x00007ffff6f51582 in boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0> (this=0x7fffd4375c18, f=..., a=...) at /usr/include/boost/bind/bind.hpp:253
#6  0x00007ffff6f5116d in boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator() (this=0x7fffd4375c08) at /usr/include/boost/bind/bind_template.hpp:20
#7  0x00007ffff6f50cdd in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >, void>::invoke (function_obj_ptr=...)
    at /usr/include/boost/function/function_template.hpp:153
#8  0x000000000138324a in boost::function0<void>::operator() (this=0x7fffd4375c00) at /usr/include/boost/function/function_template.hpp:1013
#9  0x00007ffff6df3e11 in ARDOUR::AudioEngine::_start_process_thread (arg=0x3d55230) at ../libs/ardour/audioengine.cc:1496
#10 0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#11 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x0000000000000000 in ?? ()

Thread 18 (Thread 0x7fffd6386700 (LWP 19160)):
#0  sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:86
#1  0x00007ffff6f4dacc in PBD::ProcessSemaphore::wait (this=0x3d44ea8) at /usr/src/ardour3/libs/pbd/pbd/semutils.h:41
#2  0x00007ffff6f4d546 in ARDOUR::Graph::routes_no_roll (this=0x3d44da0, nframes=64, start_frame=0, end_frame=64, non_rt_pending=false, can_record=false, declick=0) at ../libs/ardour/graph.cc:587
#3  0x00007ffff71a5709 in ARDOUR::Session::no_roll (this=0x3d3a8a0, nframes=64) at ../libs/ardour/session_process.cc:112
#4  0x00007ffff71a6442 in ARDOUR::Session::process_with_events (this=0x3d3a8a0, nframes=64) at ../libs/ardour/session_process.cc:348
#5  0x00007ffff71a5464 in ARDOUR::Session::process (this=0x3d3a8a0, nframes=64) at ../libs/ardour/session_process.cc:75
#6  0x00007ffff6df0650 in ARDOUR::AudioEngine::process_callback (this=0x7fffdc1e8ce0, nframes=64) at ../libs/ardour/audioengine.cc:518
#7  0x00007ffff6df02e4 in ARDOUR::AudioEngine::process_thread (this=0x7fffdc1e8ce0) at ../libs/ardour/audioengine.cc:442
#8  0x00007ffff6defe32 in ARDOUR::AudioEngine::_process_thread (arg=0x7fffdc1e8ce0) at ../libs/ardour/audioengine.cc:351
#9  0x00007fffee0c9b88 in ?? () from /usr/lib/libjack.so.0
#10 0x00007fffee0dd7a0 in ?? () from /usr/lib/libjack.so.0
#11 0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#12 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()

Thread 17 (Thread 0x7fffe00e0700 (LWP 19156)):
#0  0x00007fffec23017d in read () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007fffee0df42a in ?? () from /usr/lib/libjack.so.0
#2  0x00007fffee0e1cf7 in ?? () from /usr/lib/libjack.so.0
#3  0x00007fffee0dd7a0 in ?? () from /usr/lib/libjack.so.0
#4  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#5  0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

Thread 16 (Thread 0x7fffe0161700 (LWP 19155)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007fffee0def21 in ?? () from /usr/lib/libjack.so.0
#2  0x00007fffee0da5f5 in ?? () from /usr/lib/libjack.so.0
#3  0x00007fffee0dd7a0 in ?? () from /usr/lib/libjack.so.0
#4  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#5  0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7fffe295a700 (LWP 19137)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ffff6d81f51 in ARDOUR::Analyser::work () at ../libs/ardour/analyser.cc:85
#2  0x00007ffff6d81ce9 in analyser_work () at ../libs/ardour/analyser.cc:49
#3  0x0000000001919145 in sigc::pointer_functor0<void>::operator() (this=0x7fffdc0009b8) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:77
#4  0x0000000001916b36 in sigc::adaptor_functor<sigc::pointer_functor0<void> >::operator() (this=0x7fffdc0009b0) at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
#5  0x0000000001913c95 in sigc::internal::slot_call0<sigc::pointer_functor0<void>, void>::call_it (rep=0x7fffdc000980) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
#6  0x00007ffff351194d in operator() (this=0x7fffdc000960) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440
#7  (anonymous namespace)::call_thread_entry_slot (data=0x7fffdc000960) at thread.cc:44
#8  0x00007ffff29eb984 in ?? () from /lib/libglib-2.0.so.0
#9  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#10 0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fffe315b700 (LWP 19136)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ffff721cc8d in peak_thread_work () at ../libs/ardour/source_factory.cc:73
#2  0x0000000001919145 in sigc::pointer_functor0<void>::operator() (this=0x27771d8) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:77
#3  0x0000000001916b36 in sigc::adaptor_functor<sigc::pointer_functor0<void> >::operator() (this=0x27771d0) at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
#4  0x0000000001913c95 in sigc::internal::slot_call0<sigc::pointer_functor0<void>, void>::call_it (rep=0x27771a0) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
#5  0x00007ffff351194d in operator() (this=0x273c5c0) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440
#6  (anonymous namespace)::call_thread_entry_slot (data=0x273c5c0) at thread.cc:44
#7  0x00007ffff29eb984 in ?? () from /lib/libglib-2.0.so.0
#8  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#9  0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fffe395c700 (LWP 19135)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1  0x00007ffff721cc8d in peak_thread_work () at ../libs/ardour/source_factory.cc:73
#2  0x0000000001919145 in sigc::pointer_functor0<void>::operator() (this=0x2777568) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:77
#3  0x0000000001916b36 in sigc::adaptor_functor<sigc::pointer_functor0<void> >::operator() (this=0x2777560) at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
#4  0x0000000001913c95 in sigc::internal::slot_call0<sigc::pointer_functor0<void>, void>::call_it (rep=0x2777530) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
#5  0x00007ffff351194d in operator() (this=0x273b8c0) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440
#6  (anonymous namespace)::call_thread_entry_slot (data=0x273b8c0) at thread.cc:44
#7  0x00007ffff29eb984 in ?? () from /lib/libglib-2.0.so.0
#8  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#9  0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fffe415d700 (LWP 19134)):
#0  0x00007fffebf441cd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
#1  0x00007fffebf6d584 in usleep (useconds=<optimized out>) at ../sysdeps/unix/sysv/linux/usleep.c:33
#2  0x00007ffff7255c5f in gui_event_loop (ptr=0x0) at ../libs/ardour/vstfxwin.cc:382
#3  0x00007fffec228b40 in start_thread (arg=<optimized out>) at pthread_create.c:304
#4  0x00007fffebf7336d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7f9f9a0 (LWP 19127)):
#0  0x00007fffee0d266a in ?? () from /usr/lib/libjack.so.0
#1  0x00007fffee0d19b8 in ?? () from /usr/lib/libjack.so.0
#2  0x00007fffee0c5f1f in jack_port_connected_to () from /usr/lib/libjack.so.0
#3  0x00007ffff708bef1 in ARDOUR::Port::connected_to (this=0x7fffd020c3c0, o=...) at ../libs/ardour/port.cc:115
#4  0x00007ffff6f659dd in ARDOUR::IO::connected_to (this=0x7fffd01e5580, other=...) at ../libs/ardour/io.cc:1528
#5  0x00007ffff6f76257 in ARDOUR::IOProcessor::feeds (this=0x7fffd0209500, other=...) at ../libs/ardour/io_processor.cc:291
#6  0x00007ffff70de5cd in ARDOUR::Route::direct_feeds (this=0x7fffd01d2970, other=..., only_send=0x7fffffffc19e) at ../libs/ardour/route.cc:2698
#7  0x00007ffff7123ead in ARDOUR::Session::resort_routes_using (this=0x3d3a8a0, r=...) at ../libs/ardour/session.cc:1384
#8  0x00007ffff7123948 in ARDOUR::Session::resort_routes (this=0x3d3a8a0) at ../libs/ardour/session.cc:1338
#9  0x00007ffff720d0db in ARDOUR::Session::route_processors_changed (this=0x3d3a8a0, c=...) at ../libs/ardour/session_transport.cc:1517
#10 0x00007ffff7166167 in boost::_mfi::mf1<void, ARDOUR::Session, ARDOUR::RouteProcessorChange>::operator() (this=0x7fffdc5484c0, p=0x3d3a8a0, a1=...) at /usr/include/boost/bind/mem_fn_template.hpp:165
#11 0x00007ffff715f215 in boost::_bi::list2<boost::_bi::value<ARDOUR::Session*>, boost::arg<1> >::operator()<boost::_mfi::mf1<void, ARDOUR::Session, ARDOUR::RouteProcessorChange>, boost::_bi::list1<ARDOUR::RouteProcessorChange&> > (
    this=0x7fffdc5484d0, f=..., a=...) at /usr/include/boost/bind/bind.hpp:313
#12 0x00007ffff7157596 in boost::_bi::bind_t<void, boost::_mfi::mf1<void, ARDOUR::Session, ARDOUR::RouteProcessorChange>, boost::_bi::list2<boost::_bi::value<ARDOUR::Session*>, boost::arg<1> > >::operator()<ARDOUR::RouteProcessorChange>
    (this=0x7fffdc5484c0, a1=...) at /usr/include/boost/bind/bind_template.hpp:32
#13 0x00007ffff71514ba in boost::detail::function::void_function_obj_invoker1<boost::_bi::bind_t<void, boost::_mfi::mf1<void, ARDOUR::Session, ARDOUR::RouteProcessorChange>, boost::_bi::list2<boost::_bi::value<ARDOUR::Session*>, boost::arg<1> > >, void, ARDOUR::RouteProcessorChange>::invoke (function_obj_ptr=..., a0=...) at /usr/include/boost/function/function_template.hpp:153
#14 0x00000000017ef355 in boost::function1<void, ARDOUR::RouteProcessorChange>::operator() (this=0x7fffdc5484b8, a0=...) at /usr/include/boost/function/function_template.hpp:1013
#15 0x00007ffff71054df in boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker::m_invoke(boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > const&, boost::signals2::detail::void_type const*) const (
    this=0x7fffffffc840, connectionBody=...) at /usr/include/boost/signals2/detail/signal_template.hpp:360
#16 0x00007ffff7103e9e in boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker::operator()(boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > const&) const (this=0x7fffffffc840, connectionBody=...)
    at /usr/include/boost/signals2/detail/signal_template.hpp:345
#17 0x00007ffff71010d5 in boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> >::dereference() const (this=0x7fffffffc680) at /usr/include/boost/signals2/detail/slot_call_iterator.hpp:82
#18 0x00007ffff70fe29c in boost::iterator_core_access::dereference<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >(boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > const&) (f=...) at /usr/include/boost/iterator/iterator_facade.hpp:517
#19 0x00007ffff70fab28 in boost::iterator_facade<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> >, boost::signals2::detail::void_type, boost::single_pass_traversal_tag, boost::signals2::detail::void_type const&, long>::operator*() const (this=0x7fffffffc680)
    at /usr/include/boost/iterator/iterator_facade.hpp:643
#20 0x00007ffff70f6cc1 in boost::signals2::optional_last_value<void>::operator()<boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >(boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> >, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> >) const (this=0x7fffd03f4550, first=..., last=...) at /usr/include/boost/signals2/optional_last_value.hpp:55
#21 0x00007ffff70f3a0f in boost::signals2::detail::combiner_invoker<void>::operator()<boost::signals2::optional_last_value<void>, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >(boost::signals2::optional_last_value<void>&, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> >, boost::signals2::detail::slot_call_iterator_t<boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::slot_invoker, std::_List_iterator<boost::shared_ptr<boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> > >, boost::signals2::detail::connection_body<std::pair<boost::signals2::detail::slot_meta_group, boost::optional<int> >, boost::signals2::slot1<void, ARDOUR::RouteProcessorChange, boost::function<void (ARDOUR::RouteProcessorChange)> >, boost::signals2::mutex> >) const (this=0x7fffffffc8ff, combiner=..., first=..., last=...)
    at /usr/include/boost/signals2/detail/result_type_wrapper.hpp:64
#22 0x00007ffff70efa13 in boost::signals2::detail::signal1_impl<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::operator()(ARDOUR::RouteProcessorChange) (this=0x7fffd04113d0, arg1=...) at /usr/include/boost/signals2/detail/signal_template.hpp:246
#23 0x00007ffff70eb331 in boost::signals2::signal1<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void>, int, std::less<int>, boost::function<void (ARDOUR::RouteProcessorChange)>, boost::function<void (boost::signals2::connection const&, ARDOUR::RouteProcessorChange)>, boost::signals2::mutex>::operator()(ARDOUR::RouteProcessorChange) (this=0x7fffd0424308, arg1=...) at /usr/include/boost/signals2/detail/signal_template.hpp:692
#24 0x00007ffff70e7a39 in PBD::Signal1<void, ARDOUR::RouteProcessorChange, boost::signals2::optional_last_value<void> >::operator() (this=0x7fffd0424308, arg1=...) at /usr/src/ardour3/libs/pbd/pbd/signals.h:161
#25 0x00007ffff70d40bb in ARDOUR::Route::add_processor (this=0x7fffd0424000, processor=..., iter=..., err=0x0, activation_allowed=true) at ../libs/ardour/route.cc:933
#26 0x00007ffff70d39bc in ARDOUR::Route::add_processor (this=0x7fffd0424000, processor=..., placement=ARDOUR::PreFader, err=0x0, activation_allowed=true) at ../libs/ardour/route.cc:852
#27 0x00007ffff70ddb0c in ARDOUR::Route::listen_via (this=0x7fffd0424000, route=..., placement=ARDOUR::PreFader) at ../libs/ardour/route.cc:2581
#28 0x00007ffff712a399 in ARDOUR::Session::add_internal_sends (this=0x3d3a8a0, dest=..., p=ARDOUR::PreFader, senders=...) at ../libs/ardour/session.cc:2145
#29 0x00000000018fc98f in ProcessorBox::choose_aux (this=0x3e33930, wr=...) at ../gtk2_ardour/processor_box.cc:1108
#30 0x0000000001903080 in ProcessorBox::rb_choose_aux (wr=...) at ../gtk2_ardour/processor_box.cc:2064
#31 0x000000000191a92e in sigc::pointer_functor1<boost::weak_ptr<ARDOUR::Route>, void>::operator() (this=0x7fffd1c98d30, _A_a1=...) at /usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h:111
#32 0x0000000001918733 in sigc::adaptor_functor<sigc::pointer_functor1<boost::weak_ptr<ARDOUR::Route>, void> >::operator()<boost::weak_ptr<ARDOUR::Route>&> (this=0x7fffd1c98d28, _A_arg1=...)
    at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:84
#33 0x0000000001915fbb in sigc::bind_functor<-1, sigc::pointer_functor1<boost::weak_ptr<ARDOUR::Route>, void>, boost::weak_ptr<ARDOUR::Route>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator() (
    this=0x7fffd1c98d20) at /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1110
#34 0x00000000019130ef in sigc::internal::slot_call0<sigc::bind_functor<-1, sigc::pointer_functor1<boost::weak_ptr<ARDOUR::Route>, void>, boost::weak_ptr<ARDOUR::Route>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, void>::call_it (rep=0x7fffd1c98cf0) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
#35 0x00007ffff351c638 in operator() (this=0x7fffd28b2988) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:440
#36 Glib::SignalProxyNormal::slot0_void_callback (self=<optimized out>, data=0x7fffd28b2980) at signalproxy.cc:95
#37 0x00007ffff329012e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#38 0x00007ffff32a1177 in ?? () from /usr/lib/libgobject-2.0.so.0
#39 0x00007ffff32aa6ca in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#40 0x00007ffff32aa872 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#41 0x00007ffff2591f7e in IA__gtk_widget_activate (widget=0x7fffd01cbce0) at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkwidget.c:5011
#42 0x00007ffff248a3dd in IA__gtk_menu_shell_activate_item (menu_shell=0x7fffc82e1a10, menu_item=0x7fffd01cbce0, force_deactivate=<optimized out>) at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkmenushell.c:1256
#43 0x00007ffff248a777 in gtk_menu_shell_button_release (widget=0x7fffc82e1a10, event=<optimized out>) at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkmenushell.c:683
#44 0x00007ffff2476d48 in _gtk_marshal_BOOLEAN__BOXED (closure=0x2592fc0, return_value=0x7fffffffd500, n_param_values=<optimized out>, param_values=0x7fffd016ec90, invocation_hint=<optimized out>, marshal_data=<optimized out>)
    at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkmarshalers.c:86
#45 0x00007ffff329012e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#46 0x00007ffff32a0dbd in ?? () from /usr/lib/libgobject-2.0.so.0
#47 0x00007ffff32aa48b in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#48 0x00007ffff32aa872 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#49 0x00007ffff2592d8f in gtk_widget_event_internal (widget=0x7fffc82e1a10, event=0x7fffc830b2b0) at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkwidget.c:4980
#50 0x00007ffff2474f03 in IA__gtk_propagate_event (widget=0x7fffc82e1a10, event=0x7fffc830b2b0) at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkmain.c:2489
#51 0x00007ffff24752b3 in IA__gtk_main_do_event (event=0x7fffc830b2b0) at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkmain.c:1684
#52 0x00007ffff20deb7c in gdk_event_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at /scratch/build-area/gtk+2.0-2.24.4/gdk/x11/gdkevents-x11.c:2377
#53 0x00007ffff29c610d in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#54 0x00007ffff29c68e8 in ?? () from /lib/libglib-2.0.so.0
#55 0x00007ffff29c6f2a in g_main_loop_run () from /lib/libglib-2.0.so.0
#56 0x00007ffff24742b7 in IA__gtk_main () at /scratch/build-area/gtk+2.0-2.24.4/gtk/gtkmain.c:1256
#57 0x00007ffff5189bac in Gtkmm2ext::UI::run (this=0x25665d0, old_receiver=...) at ../libs/gtkmm2ext/gtk_ui.cc:268
#58 0x00000000017807f3 in main (argc=1, argv=0x7fffffffdc38) at ../gtk2_ardour/main.cc:557
Continuing.
[Thread 0x7fffb15cc820 (LWP 19166) exited]
[Thread 0x7fffd528c700 (LWP 19165) exited]
[Thread 0x7fffb1647820 (LWP 19164) exited]
[Thread 0x7fffcc0ed700 (LWP 19163) exited]
[Thread 0x7fffd4088700 (LWP 19162) exited]
[Thread 0x7fffd4376700 (LWP 19161) exited]
[Thread 0x7fffd6386700 (LWP 19160) exited]
[Thread 0x7fffe00e0700 (LWP 19156) exited]
[Thread 0x7fffe0161700 (LWP 19155) exited]
[Thread 0x7fffe295a700 (LWP 19137) exited]
[Thread 0x7fffe315b700 (LWP 19136) exited]
[Thread 0x7fffe395c700 (LWP 19135) exited]
[Thread 0x7fffe415d700 (LWP 19134) exited]

Program terminated with signal SIGABRT, Aborted.
The program no longer exists.
backtrace-aux_send.txt (38,893 bytes)   

drobilla

2011-10-07 16:31

developer   ~0011662

Fixed in r10194

system

2020-04-19 20:15

developer   ~0022765

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2011-10-04 13:26 acolomb New Issue
2011-10-04 13:26 acolomb File Added: backtrace-aux_send.txt
2011-10-04 15:32 cth103 cost => 0.00
2011-10-04 15:32 cth103 Target Version => 3.0-beta1
2011-10-07 16:31 drobilla Note Added: 0011662
2011-10-07 16:31 drobilla Status new => resolved
2011-10-07 19:53 drobilla Status resolved => assigned
2011-10-07 19:53 drobilla Assigned To => drobilla
2011-10-07 19:53 drobilla Status assigned => resolved
2011-10-07 19:53 drobilla Resolution open => fixed
2020-04-19 20:15 system Note Added: 0022765
2020-04-19 20:15 system Status resolved => closed