View Issue Details

IDProjectCategoryView StatusLast Update
0008584ardourbugspublic2021-11-26 06:58
Reporterunfa Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008584: Crash when activating tracks
DescriptionArdour 6.6 crashed when I activated a bunch of disabled tracks.
Here's the backtrace:

Thread 133 "autoconnect" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffe99a67640 (LWP 502483)]
0x00007fffee7fd75f in __cxxabiv1::__dynamic_cast (src_ptr=0x3f0000003f000000, src_type=0x555556659a38 <typeinfo for ARDOUR::Processor>, dst_type=0x7ffff7af65a8 <typeinfo for ARDOUR::LatentSend>, src2dst=-2)
    at /build/gcc/src/gcc/libstdc++-v3/libsupc++/dyncast.cc:50
50 /build/gcc/src/gcc/libstdc++-v3/libsupc++/dyncast.cc: No such file or directory.
(gdb)
(gdb) bt thread apply all
A syntax error in expression, near `apply all'.
(gdb) bt
#0 0x00007fffee7fd75f in __cxxabiv1::__dynamic_cast (src_ptr=0x3f0000003f000000, src_type=0x555556659a38 <typeinfo for ARDOUR::Processor>, dst_type=0x7ffff7af65a8 <typeinfo for ARDOUR::LatentSend>, src2dst=-2)
    at /build/gcc/src/gcc/libstdc++-v3/libsupc++/dyncast.cc:50
0000001 0x00007ffff74d50ec in ARDOUR::Route::update_signal_latency(bool, bool*) () from /opt/Ardour-6.6.0/lib/libardour.so.3
#2 0x00007ffff751a457 in ARDOUR::Session::update_route_latency(bool, bool, bool*) () from /opt/Ardour-6.6.0/lib/libardour.so.3
#3 0x00007ffff751a6f6 in ARDOUR::Session::update_latency_compensation(bool, bool) () from /opt/Ardour-6.6.0/lib/libardour.so.3
0000004 0x00007ffff751aa3c in ARDOUR::Session::auto_connect_thread_run() () from /opt/Ardour-6.6.0/lib/libardour.so.3
0000005 0x00007ffff751ad98 in ARDOUR::Session::auto_connect_thread(void*) () from /opt/Ardour-6.6.0/lib/libardour.so.3
#6 0x00007ffff08f9299 in start_thread () from /usr/lib/libpthread.so.0
#7 0x00007fffee501153 in clone () from /usr/lib/libc.so.6
Tagscrash

Activities

x42

2021-02-26 11:59

administrator   ~0025560

Does this also happen if you open the session in safe-mode, without plugins?

Issue History

Date Modified Username Field Change
2021-02-25 16:51 unfa New Issue
2021-02-25 16:51 unfa Tag Attached: crash
2021-02-26 11:59 x42 Note Added: 0025560