View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008584 | ardour | bugs | public | 2021-02-25 16:51 | 2021-11-26 06:58 |
Reporter | unfa | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0008584: Crash when activating tracks | ||||
Description | Ardour 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 | ||||
Tags | crash | ||||