View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010317 | ardour | bugs | public | 2026-05-06 20:25 | 2026-05-08 14:10 |
| Reporter | mkindred | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | sometimes |
| Status | new | Resolution | open | ||
| Platform | Debian GNU | OS | Linux | OS Version | (any) |
| Product Version | 9.2 | ||||
| Summary | 0010317: Freezing when resizing windows in i3wm | ||||
| Description | I don't know that this is related to using a tiling window manager; it just happens to be what I use on my desktop and the environment I'm most often in. I haven't seen the same behavior in a DE like Cinnamon, but I spend very little time in such an environment unless I'm on my laptop. There are certain combinations of window resizing that causes Ardour9 to freeze. Once it happens, I can get it to crash multiple times in a row, but I haven't yet found a single set of steps to reproduce. I created a video to demonstrate: https://youtu.be/ES9rkOifqwk | ||||
| Additional Information | Based on the circumstances under which I reproduced the error today, it almost seems like a math issue when resizing: Ardour is freezing when I have 3 equally-sized app windows, but not with 2. Is it possible that i3 is sending float pixel sizes when Ardour is expecting integers? I also found that the exact same circumstances wouldn't cause a crash if I was running at a different resolution. I haven't seen this happen in Ardour8 (which I test in the video), but I haven't spent as much time in 8. System: Ardour 9.2, Debian 12, i3 window manager | ||||
| Tags | freeze, i3wm, resize | ||||
|
|
I had a bit of an epiphany while recording the video. I can now reproduce this issue very consistently, even after a system restart. Every time my window manager tries to divide the screen into 3 equally sized windows, Ardour9 freezes. Since my previous freezes occurred while resizing by dragging the edge of an app window, I hadn't made the connection. |
|
|
Looks like the WM does not heed the minimum window size that Ardour announces. |
|
|
Yeah, the WM definitely ignores min window size, but I've had the windows much smaller than 3440/3 px without any issues. It seems like only really specific circumstances cause the issue. Do you think that ignoring the min window size could cause such a freeze? Also, do you think that trying to replicate this with the debug version would yield answers? |
|
|
I can't see it good in the video, but in editor-window you seem to have editor-list enabled. You could test if the "freezing" also happens if editor-list is not enabled ( i have a problem with "resizing" as soon mixer-strip and editor-list - both in editor-window - no matter the DE/WM i tried. just you know where the idea comes from). Not as a solution, but for troubleshooting purposes, in case it would help you look more into it. A sidenote. |
|
|
@n4dlr yeah, sorry about the video resolution 3440x1440. That's the odd thing: I cannot yet reproduce this behavior at smaller screen resolutions. You hit on the issue though: it's only freezing when resizing with addl panes like editor list open (or when attempting to open the editor list after resizing the windows). @x42 I did a couple more tests, and min window size seems to be an issue, but it's just odd that it seems to freeze at a certain size, but not at smaller sizes: if I add another application to the desktop, making Ardour even smaller, it doesn't freeze. New tests: https://youtu.be/l-koHxlujTw |
|
|
Oops, I meant to tag @n4dir |
|
|
I did some testing in a more traditional desktop environment (Cinnamon), and I just noticed that if you size the editor window to its smallest size and then open the Editor Mixer and Editor List (I called then "panes" in my video), Ardour resizes the editor window up to accommodate. I'm not sure how apps interact with the WM/DE, but it seems that i3 doesn't allow the app to resize its own window. |
|
|
Could you get a backtrack when/where ardour hangs? run it in gdb and when it hangs, ctrl+c in the debugger terminal and then get a backtrace: https://ardour.org/debugging_ardour |
|
|
@x42 attached is the backtrace. 260508_ardour9_resizing_freeze_backtrace.txt (51,942 bytes)
Thread 1 "ArdourGUI" received signal SIGINT, Interrupt. 0x00007ffff5bb4996 in g_type_is_a () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 (gdb) thread apply all bt Thread 100 (Thread 0x7ffeea7fd6c0 (LWP 21916) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 99 (Thread 0x7ffeeaffe6c0 (LWP 21915) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 98 (Thread 0x7ffeeb7ff6c0 (LWP 21914) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 97 (Thread 0x7fff0533b6c0 (LWP 21913) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 96 (Thread 0x7ffec5ffb6c0 (LWP 21912) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 95 (Thread 0x7ffec57fa6c0 (LWP 21911) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 94 (Thread 0x7ffec4ff96c0 (LWP 21910) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 93 (Thread 0x7ffeaffff6c0 (LWP 21909) "WaveViewDrawing"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff7f8c105 in ArdourWaveView::WaveViewThreads::_dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #3 0x00007ffff7f8c2c4 in ArdourWaveView::WaveViewThreads::dequeue_draw_request() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #4 0x00007ffff7f8c6d9 in ArdourWaveView::WaveViewThreads::_thread_proc() () from /opt/Ardour-9.2.0/lib/libwaveview.so.0 #5 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 77 (Thread 0x7ffefc9ff6c0 (LWP 21883) "ArdourGUI"): #0 0x00007ffff4ff4545 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ffefc9fecc0, rem=0x0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48 #1 0x00007ffff4ff8e53 in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25 #2 0x00007ffefcceab55 in Dolby::atmos_storage_Logging::Manager::FlushRtLogThreadFunc() () from /opt/Mixbus-10.2.3/lib/LV2/a-vapor.lv2/a-vapor.so #3 0x00007ffff52d461c in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 76 (Thread 0x7ffefdffb6c0 (LWP 21882) "AutomationWatch"): #0 0x00007ffff4ff4545 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ffefdffac90, rem=0x7ffefdffaca0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48 #1 0x00007ffff4ff8e53 in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25 #2 0x00007ffff5d2c42f in g_usleep () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #3 0x00007ffff71ecfbd in ARDOUR::AutomationWatch::thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 75 (Thread 0x7ffefe7fc6c0 (LWP 21881) "AutoConnect"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555559298848) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555559298848, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87 #2 0x00007ffff4faaf7b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555559298848, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007ffff4fad5d8 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5555592987f8, cond=0x555559298820) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555559298820, mutex=0x5555592987f8) at ./nptl/pthread_cond_wait.c:618 #5 0x00007ffff75f4fe4 in ARDOUR::Session::auto_connect_thread_run() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #6 0x00007ffff75f5059 in ARDOUR::Session::auto_connect_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #7 0x00007ffff692ef2e in ?? () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #8 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #9 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 74 (Thread 0x7ffefeffd6c0 (LWP 21880) "SessionSignals"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5555592987d8) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x5555592987d8, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87 #2 0x00007ffff4faaf7b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5555592987d8, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007ffff4fad5d8 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555559298788, cond=0x5555592987b0) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x5555592987b0, mutex=0x555559298788) at ./nptl/pthread_cond_wait.c:618 #5 0x00007ffff766b293 in ARDOUR::Session::emit_thread_run() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #6 0x00007ffff766b2b9 in ARDOUR::Session::emit_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #7 0x00007ffff692ef2e in ?? () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #8 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #9 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 73 (Thread 0x7ffeff7fe6c0 (LWP 21879) "Ctrl USB Hotplu"): #0 0x00007ffff502125f in __GI___poll (fds=0x7ffef4000b90, nfds=2, timeout=60000) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff54352e5 in ?? () from /opt/Ardour-9.2.0/lib/libusb-1.0.so.0 #2 0x00007ffff5436262 in libusb_handle_events_timeout_completed () from /opt/Ardour-9.2.0/lib/libusb-1.0.so.0 #3 0x00007ffff54363ea in libusb_handle_events () from /opt/Ardour-9.2.0/lib/libusb-1.0.so.0 #4 0x00007ffff7206039 in ?? () from /opt/Ardour-9.2.0/lib/libardour.so.3 #5 0x00007ffff692ef2e in ?? () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 72 (Thread 0x7ffefffff6c0 (LWP 21878) "ArdourGUI"): #0 0x00007ffff502125f in __GI___poll (fds=0x7ffeffffecf0, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff543cd00 in ?? () from /opt/Ardour-9.2.0/lib/libusb-1.0.so.0 #2 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #3 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 71 (Thread 0x7fff04b396c0 (LWP 21877) "UI:Mackie"): #0 0x00007ffff502125f in __GI___poll (fds=0x7ffef8039040, nfds=3, timeout=9) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff5cfdc8e in ?? () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff5cfe023 in g_main_loop_run () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 70 (Thread 0x7fffd0bf96c0 (LWP 21867) "midiUI"): #0 0x00007ffff502125f in __GI___poll (fds=0x7fff00009930, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff5cfdc8e in ?? () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff5cfe023 in g_main_loop_run () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 69 (Thread 0x7fff07074900 (LWP 21866) "butler"): #0 0x00007ffff502125f in __GI___poll (fds=0x7fff07073de8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff68f64fd in CrossThreadChannel::poll_for_request() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff68f6555 in CrossThreadChannel::receive(char&, bool) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #3 0x00007ffff71f9645 in ARDOUR::Butler::thread_work() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff71fa6fb in ARDOUR::Butler::_thread_work(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #5 0x00007ffff692ef2e in ?? () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 68 (Thread 0x7fff1bfff6c0 (LWP 21862) "IO-13-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 67 (Thread 0x7fff2e7fc6c0 (LWP 21861) "IO-12-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 66 (Thread 0x7fff38ff96c0 (LWP 21860) "IO-11-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 65 (Thread 0x7fff3affd6c0 (LWP 21859) "IO-10-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 64 (Thread 0x7fff467fc6c0 (LWP 21858) "IO-9-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 63 (Thread 0x7fff477fe6c0 (LWP 21857) "IO-8-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 62 (Thread 0x7fff4ddfe6c0 (LWP 21856) "IO-7-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 61 (Thread 0x7fff54ff96c0 (LWP 21855) "IO-6-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 60 (Thread 0x7fff4e5ff6c0 (LWP 21854) "IO-5-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 59 (Thread 0x7fff8cffe6c0 (LWP 21853) "IO-4-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 58 (Thread 0x7fff99ffb6c0 (LWP 21852) "IO-3-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 57 (Thread 0x7fffd23fc6c0 (LWP 21851) "IO-2-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 56 (Thread 0x7fffd8f406c0 (LWP 21850) "IO-1-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 55 (Thread 0x7fffd1bfb6c0 (LWP 21849) "IO-0-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff7346992 in ARDOUR::IOTaskList::io_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff7346de9 in ARDOUR::IOTaskList::_worker_thread(void*) () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 54 (Thread 0x7fffd3d7a6c0 (LWP 21848) "RT-14-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 53 (Thread 0x7fffd3dfb6c0 (LWP 21847) "RT-13-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 52 (Thread 0x7fffd3e7c6c0 (LWP 21846) "RT-12-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 51 (Thread 0x7fffd3efd6c0 (LWP 21845) "RT-11-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 50 (Thread 0x7fffd3f7e6c0 (LWP 21844) "RT-10-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 49 (Thread 0x7fffd3fff6c0 (LWP 21843) "RT-9-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 48 (Thread 0x7fffd80b16c0 (LWP 21842) "RT-8-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 47 (Thread 0x7fffd81326c0 (LWP 21841) "RT-7-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f0abc in ARDOUR::Graph::reached_terminal_node() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 46 (Thread 0x7fffd81b36c0 (LWP 21840) "RT-6-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 45 (Thread 0x7fffd82346c0 (LWP 21839) "RT-5-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 44 (Thread 0x7fffd82b56c0 (LWP 21838) "RT-4-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 43 (Thread 0x7fffd83366c0 (LWP 21837) "RT-3-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 42 (Thread 0x7fffd90226c0 (LWP 21836) "RT-2-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 41 (Thread 0x7fffd90a36c0 (LWP 21835) "RT-1-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1ab0 in ARDOUR::Graph::helper_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 40 (Thread 0x7fffd91246c0 (LWP 21834) "RT-main-(nil)"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff69331da in PBD::Semaphore::wait() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff72f1725 in ARDOUR::Graph::run_one() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff72f1e78 in ARDOUR::Graph::main_thread() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007fffdbac6d21 in ARDOUR::JACKAudioBackend::_start_process_thread(void*) () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 31 (Thread 0x7fffd94486c0 (LWP 21814) "AudioEngine 1"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007fffdba89d93 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #2 0x00007fffdba6c8b6 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #3 0x00007fffdba6b36c in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #4 0x00007fffdbac7f4f in ARDOUR::JACKAudioBackend::process_thread() () from /opt/Ardour-9.2.0/lib/backends/libjack_audiobackend.so #5 0x00007fffdba6b7f0 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #6 0x00007fffdba8806c in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #7 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #8 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 30 (Thread 0x7fffd96556c0 (LWP 21813) "ArdourGUI"): #0 __GI___libc_read (nbytes=4, buf=0x7fffd9654b70, fd=22) at ../sysdeps/unix/sysv/linux/read.c:26 #1 __GI___libc_read (fd=22, buf=0x7fffd9654b70, nbytes=4) at ../sysdeps/unix/sysv/linux/read.c:24 #2 0x00007fffdba89255 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #3 0x00007fffdba8df4d in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #4 0x00007fffdba8dd93 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #5 0x00007fffdba8806c in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #6 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #7 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 29 (Thread 0x7fffda1aa6c0 (LWP 21812) "ArdourGUI"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555557343948) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555557343948, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at ./nptl/futex-internal.c:87 #2 0x00007ffff4faaf7b in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555557343948, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007ffff4fad5d8 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5555573438f0, cond=0x555557343920) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555557343920, mutex=0x5555573438f0) at ./nptl/pthread_cond_wait.c:618 #5 0x00007fffdba88af0 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #6 0x00007fffdba7d1a5 in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #7 0x00007fffdba8806c in ?? () from /lib/x86_64-linux-gnu/libjack.so.0 #8 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #9 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 18 (Thread 0x7fffd9f426c0 (LWP 21789) "gmain"): #0 0x00007ffff502125f in __GI___poll (fds=0x555556f78600, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff5cfdc8e in ?? () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff5cfdd9f in g_main_context_iteration () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #3 0x00007ffff5cfddf1 in ?? () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #4 0x00007ffff5d2ac35 in ?? () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 10 (Thread 0x7fffd3bff6c0 (LWP 21778) "DeviceList"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff71907b7 in ARDOUR::AudioEngine::do_devicelist_update() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 9 (Thread 0x7ffff096d6c0 (LWP 21777) "EngineWatchdog"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff719164f in ARDOUR::AudioEngine::do_reset_backend() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 6 (Thread 0x7ffff17fc6c0 (LWP 21772) "Analyzer"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff715f0b7 in ARDOUR::Analyser::work() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 5 (Thread 0x7ffff1ffd6c0 (LWP 21771) "PeakFileBuilder"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff76f98e1 in ?? () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 4 (Thread 0x7ffff27fe6c0 (LWP 21770) "PeakFileBuilder"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5d4d8ff in g_cond_wait () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #2 0x00007ffff76f98e1 in ?? () from /opt/Ardour-9.2.0/lib/libardour.so.3 #3 0x00007ffff692efcd in PBD::Thread::_run(void*) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #4 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #5 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 3 (Thread 0x7ffff2fff6c0 (LWP 21769) "LXVSTEventLoop"): #0 0x00007ffff4ff4545 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ffff2ffeb60, rem=0x7ffff2ffeb70) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48 #1 0x00007ffff4ff8e53 in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25 #2 0x00007ffff5d2c42f in g_usleep () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #3 0x00005555567afb57 in ?? () #4 0x00007ffff692ef2e in ?? () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 2 (Thread 0x7ffff38f1900 (LWP 21768) "TriggerBox Work"): #0 0x00007ffff502125f in __GI___poll (fds=0x7ffff38f0e68, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff68f64fd in CrossThreadChannel::poll_for_request() () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #2 0x00007ffff68f6555 in CrossThreadChannel::receive(char&, bool) () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #3 0x00007ffff7773683 in ARDOUR::TriggerBoxThread::thread_work() () from /opt/Ardour-9.2.0/lib/libardour.so.3 #4 0x00007ffff692ef2e in ?? () from /opt/Ardour-9.2.0/lib/libpbd.so.4 #5 0x00007ffff4fae1f5 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 #6 0x00007ffff502e8dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Thread 1 (Thread 0x7ffff39e9d80 (LWP 21755) "ArdourGUI"): #0 0x00007ffff5bb4996 in g_type_is_a () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #1 0x00007ffff5ffc0d9 in _gtk_style_peek_property_value () from /opt/Ardour-9.2.0/lib/libytk.so.2 #2 0x00007ffff60cd53b in gtk_widget_style_get_valist () from /opt/Ardour-9.2.0/lib/libytk.so.2 #3 0x00007ffff60cd949 in gtk_widget_style_get () from /opt/Ardour-9.2.0/lib/libytk.so.2 #4 0x00007ffff5fda200 in _gtk_scrolled_window_get_scrollbar_spacing () from /opt/Ardour-9.2.0/lib/libytk.so.2 #5 0x00007ffff5fdaa1c in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #6 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #7 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #8 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #9 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #10 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #11 0x00007ffff5e8b6a4 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #12 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #13 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #14 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #15 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #16 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #17 0x00007ffff5f8bfbd in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #18 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #19 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #20 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #21 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #22 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #23 0x00007ffff5e8b6a4 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #24 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #25 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #26 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #27 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #28 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #29 0x00007ffff5ee5359 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #30 0x00007ffff66d5b90 in Gtk::Widget_Class::size_allocate_callback(_GtkWidget*, _GdkRectangle*) () from /opt/Ardour-9.2.0/lib/libytkmm.so.2 #31 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #32 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #33 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #34 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #35 0x00007ffff60c97e2 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #36 0x00007ffff5e8b6a4 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #37 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #38 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #39 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #40 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #41 0x00007ffff60c97e2 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #42 0x00007ffff6b09127 in ArdourWidgets::Pane::reallocate(Gdk::Rectangle const&) () from /opt/Ardour-9.2.0/lib/libwidgets.so.0 #43 0x00007ffff6b09845 in ArdourWidgets::Pane::set_divider(unsigned long, float) () from /opt/Ardour-9.2.0/lib/libwidgets.so.0 #44 0x00007ffff6b098b0 in ArdourWidgets::Pane::on_size_allocate(Gdk::Rectangle&) () from /opt/Ardour-9.2.0/lib/libwidgets.so.0 #45 0x00007ffff66d5b90 in Gtk::Widget_Class::size_allocate_callback(_GtkWidget*, _GdkRectangle*) () from /opt/Ardour-9.2.0/lib/libytkmm.so.2 #46 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #47 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #48 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #49 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #50 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #51 0x00007ffff5e8b6a4 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #52 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #53 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #54 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #55 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #56 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #57 0x00007ffff5e8b6a4 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #58 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #59 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #60 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #61 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #62 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #63 0x00007ffff5e8b6a4 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #64 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #65 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #66 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #67 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #68 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #69 0x00007ffff5ee5359 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #70 0x00007ffff66d5b90 in Gtk::Widget_Class::size_allocate_callback(_GtkWidget*, _GdkRectangle*) () from /opt/Ardour-9.2.0/lib/libytkmm.so.2 #71 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #72 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #73 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #74 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #75 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #76 0x00007ffff5f8bfbd in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #77 0x00007ffff5b92704 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #78 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #79 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #80 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #81 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #82 0x00007ffff60d469b in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #83 0x00007ffff5b927d2 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #84 0x00007ffff5ba4a39 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #85 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #86 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #87 0x00007ffff60c98c1 in gtk_widget_size_allocate () from /opt/Ardour-9.2.0/lib/libytk.so.2 #88 0x00007ffff60d66df in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #89 0x00007ffff5b927d2 in g_closure_invoke () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #90 0x00007ffff5ba3e29 in ?? () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #91 0x00007ffff5bae4ce in g_signal_emit_valist () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #92 0x00007ffff5baeb22 in g_signal_emit () from /opt/Ardour-9.2.0/lib/libgobject-2.0.so.0 #93 0x00007ffff5ec1987 in ?? () from /opt/Ardour-9.2.0/lib/libytk.so.2 #94 0x00007ffff634d155 in ?? () from /opt/Ardour-9.2.0/lib/libydk.so.2 #95 0x00007ffff5cfd94f in g_main_context_dispatch () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #96 0x00007ffff5cfdcf8 in ?? () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #97 0x00007ffff5cfe023 in g_main_loop_run () from /opt/Ardour-9.2.0/lib/libglib-2.0.so.0 #98 0x00007ffff5f5f39a in gtk_main () from /opt/Ardour-9.2.0/lib/libytk.so.2 #99 0x00007ffff69d81bb in Gtkmm2ext::UI::run(Receiver&) () from /opt/Ardour-9.2.0/lib/libgtkmm2ext.so.0 #100 0x0000555555bb9756 in ?? () #101 0x00007ffff4f4c24a in __libc_start_call_main (main=main@entry=0x555555bb92c0, argc=argc@entry=1, argv=argv@entry=0x7fffffffcdb8) at ../sysdeps/nptl/libc_start_call_main.h:58 #102 0x00007ffff4f4c305 in __libc_start_main_impl (main=0x555555bb92c0, argc=1, argv=0x7fffffffcdb8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffcda8) at ../csu/libc-start.c:360 #103 0x0000555555bbf5da in ?? () ( |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-05-06 20:25 | mkindred | New Issue | |
| 2026-05-06 20:32 | mkindred | Tag Attached: freeze | |
| 2026-05-06 20:32 | mkindred | Tag Attached: resize | |
| 2026-05-06 20:32 | mkindred | Tag Attached: i3wm | |
| 2026-05-06 20:41 | mkindred | Note Added: 0030324 | |
| 2026-05-07 00:41 | x42 | Note Added: 0030329 | |
| 2026-05-07 01:00 | mkindred | Note Added: 0030330 | |
| 2026-05-07 09:56 | n4dir | Note Added: 0030331 | |
| 2026-05-07 16:55 | mkindred | Note Added: 0030336 | |
| 2026-05-07 16:56 | mkindred | Note Added: 0030337 | |
| 2026-05-07 17:12 | mkindred | Note Added: 0030338 | |
| 2026-05-08 00:51 | x42 | Note Added: 0030343 | |
| 2026-05-08 14:10 | mkindred | Note Added: 0030346 | |
| 2026-05-08 14:10 | mkindred | File Added: 260508_ardour9_resizing_freeze_backtrace.txt |