View Issue Details

IDProjectCategoryView StatusLast Update
0008901ardourbugspublic2022-04-29 13:09
Reporterjohne53 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformMicrosoftOSWindowsOS Version10
Product VersionMixbus 8.x 
Summary0008901: Failed to find action: [ClipEditing/zoom-in]
DescriptionWhen I launch the latest Mixbus (from a terminal window) and then I load a session, a message appears in the terminal:-

Failed to find action: [ClipEditing/zoom-in]

If I subsequently attempt to zoom the Edit window, MB will usually crash. Or if it doesn't crash immediately, zooming the Edit window and then clicking in the Summary window will usually crash it.
Additional InformationThis was first reported by a Mixbus user although I guess it'll also affect Ardour:-

https://forum.harrisonconsoles.com/thread-10662.html

There are reports that it affects Windows and Linux but not Mac.

And here's where it gets weird... if I copy text to the clipboard from some totally unrelated window (i.e. not even a Mixbus window) my MSVC build displays this text in Mixbus's terminal window:-

Gdk-CRITICAL **: inner_clipboard_window_procedure: assertion 'success' failed
TagsNo tags attached.

Activities

johne53

2022-04-16 08:04

reporter   ~0026403

It just occurred to me that the Gdk-CRITICAL error is probably unrelated to the zooming crash.

johne53

2022-04-17 08:49

reporter   ~0026404

My MSVC build doesn't seem to crash but I've noticed something which might be connected. With some zoom factors, clips are getting drawn normally and with others, they look corrupted.
Waveform-corrupted.png (23,159 bytes)   
Waveform-corrupted.png (23,159 bytes)   
Waveform-normal.png (15,672 bytes)   
Waveform-normal.png (15,672 bytes)   

johne53

2022-04-18 15:20

reporter   ~0026408

This problem seems to have come sometime between the first MB32C release (8.0.17) and the second release (8.0.106). And given that I'm seeing some waveform issues here I decided to look at the 'waveview' branch and see if anything changed between those releases. I could only see 1 x change (on 28th Feb) which involved 2 x commits to change from using Glib::Threads to PBD::Thread (commits 24bbf403b9 and 50abcc74b5). So this morning I decided to revert those 2 commits and see if it'd fix the waveform problem - which it doesn't.

So it's looking like someone will need to track down the actual crash somehow in gcc

johne53

2022-04-22 10:54

reporter   ~0026412

An idea occurred to me this morning. As well as building with MSVC, Visual Studio now also supports building with Clang. So I rebuilt this morning and sure enough, Clang crashes in exactly the same way as gcc. What's weird is that each crash is always at a different place in the code but the thing they all have in common is that each crash happens immediately after 'WaveView::process_draw_request()' returns. AFAICT each waveform gets drawn in its own thread so maybe the threads are interfering with each other somehow? Or maybe a draw request is getting deleted before it's been fully processed?

I mentioned earlier that Glib::Threads got changed recently to PBD::Thread - but reverting that change didn't solve the problem. But maybe that one change isn't enough? Perhaps something else would need to get reverted too? I'm just flagging it up here in case it jogs someone's memory...

paul

2022-04-22 18:13

administrator   ~0026414

We are not using new mutex objects, so the Thread change is not relevant. Also, this crash happens on gcc builds, so it has nothing specifically to do with MSVC.

The warning about a missing action during startup is also a red herring.

BenLoftis

2022-04-25 15:11

developer   ~0026418

a zoom+scale crash report from Mac M1 ARM; largely the same as other platforms
read_fpp_crash_mac_m1.txt (146,301 bytes)   
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               ardour-7.0.pre0.2576 [7092]
Path:                  /Users/USER/*/ardour-7.0.pre0.2576
Identifier:            ardour-7.0.pre0.2576
Version:               ???
Code Type:             ARM-64 (Native)
Parent Process:        zsh [482]
Responsible:           Terminal [404]
User ID:               502

Date/Time:             2022-04-25 10:05:46.9513 -0500
OS Version:            macOS 12.2.1 (21D62)
Report Version:        12
Anonymous UUID:        A3D60D1B-F924-FE43-450B-5F7862175B4A


Time Awake Since Boot: 7300 seconds

System Integrity Protection: enabled

Crashed Thread:        41

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
ardour-7.0.pre0.2576(7092,0x16f12f000) malloc: Incorrect checksum for freed object 0x1370a1618: probably modified after being freed.
Corrupt value: 0x38968000b8520000
abort() called


Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	       0x183435954 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x183435d00 mach_msg + 76
2   SkyLight                      	       0x18884acb0 SLSGetCursorScale + 140
3   AppKit                        	       0x18659b720 -[NSCursor _cgImageRefs] + 184
4   AppKit                        	       0x18622f7a8 -[NSCursor _reallySet] + 480
5   AppKit                        	       0x18622f548 -[NSCursor set] + 160
6   libgdk-quartz-2.0.0.dylib     	       0x10a1bea20 gdk_window_set_cursor + 404
7   ardour-7.0.pre0.2576          	       0x1024e8918 Editor::set_canvas_cursor(Gdk::Cursor*) + 184 (editor_canvas.cc:1161)
8   ardour-7.0.pre0.2576          	       0x1024eb348 Editor::pop_canvas_cursor() + 152 (editor_canvas.cc:1189)
9   ardour-7.0.pre0.2576          	       0x1023db374 CursorContext::~CursorContext() + 76 (cursor_context.cc:32)
10  ardour-7.0.pre0.2576          	       0x1023db40c CursorContext::~CursorContext() + 28 (cursor_context.cc:30)
11  ardour-7.0.pre0.2576          	       0x1023db95c void boost::checked_delete<CursorContext>(CursorContext*) + 36 (checked_delete.hpp:34)
12  ardour-7.0.pre0.2576          	       0x1023db9dc boost::detail::sp_counted_impl_p<CursorContext>::dispose() + 28 (sp_counted_impl.hpp:92)
13  ardour-7.0.pre0.2576          	       0x1021523e0 boost::detail::sp_counted_base::release() + 56 (sp_counted_base_clang.hpp:118)
14  ardour-7.0.pre0.2576          	       0x102152394 boost::detail::shared_count::~shared_count() + 48 (shared_count.hpp:426)
15  ardour-7.0.pre0.2576          	       0x102152354 boost::detail::shared_count::~shared_count() + 28 (shared_count.hpp:425)
16  ardour-7.0.pre0.2576          	       0x102152328 boost::shared_ptr<ARDOUR::Playlist>::~shared_ptr() + 32 (shared_ptr.hpp:341)
17  ardour-7.0.pre0.2576          	       0x102150eb8 boost::shared_ptr<ARDOUR::Playlist>::~shared_ptr() + 28 (shared_ptr.hpp:341)
18  ardour-7.0.pre0.2576          	       0x10244585c PlaylistMapping::~PlaylistMapping() + 32 (editor.h:558)
19  ardour-7.0.pre0.2576          	       0x10244582c PlaylistMapping::~PlaylistMapping() + 28 (editor.h:558)
20  ardour-7.0.pre0.2576          	       0x1025b3bbc std::__1::allocator<Editor::EnterContext>::destroy(Editor::EnterContext*) + 28 (memory:921)
21  ardour-7.0.pre0.2576          	       0x1025b3b58 void std::__1::allocator_traits<std::__1::allocator<Editor::EnterContext> >::destroy<Editor::EnterContext, void>(std::__1::allocator<Editor::EnterContext>&, Editor::EnterContext*) + 32 (allocator_traits.h:307)
22  ardour-7.0.pre0.2576          	       0x1025b3a50 std::__1::__vector_base<Editor::EnterContext, std::__1::allocator<Editor::EnterContext> >::__destruct_at_end(Editor::EnterContext*) + 92 (vector:428)
23  ardour-7.0.pre0.2576          	       0x1025b399c std::__1::vector<Editor::EnterContext, std::__1::allocator<Editor::EnterContext> >::__destruct_at_end(Editor::EnterContext*) + 64 (vector:835)
24  ardour-7.0.pre0.2576          	       0x1025aac84 std::__1::vector<Editor::EnterContext, std::__1::allocator<Editor::EnterContext> >::pop_back() + 32 (vector:1701)
25  ardour-7.0.pre0.2576          	       0x1025aa590 Editor::leave_handler(ArdourCanvas::Item*, _GdkEvent*, ItemType) + 92 (editor_mouse.cc:2077)
26  ardour-7.0.pre0.2576          	       0x1024f93c4 Editor::canvas_stream_view_event(_GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*) + 448 (editor_canvas_events.cc:364)
27  ardour-7.0.pre0.2576          	       0x102aa686c sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>::operator()(_GdkEvent* const&, ArdourCanvas::Item* const&, RouteTimeAxisView* const&) const + 144 (mem_fun.h:2000)
28  ardour-7.0.pre0.2576          	       0x10329efec sigc::adaptor_functor<sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*> >::deduce_result_type<_GdkEvent* const&, ArdourCanvas::Rectangle*&, RouteTimeAxisView*&, void, void, void, void>::type sigc::adaptor_functor<sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*> >::operator()<_GdkEvent* const&, ArdourCanvas::Rectangle*&, RouteTimeAxisView*&>(_GdkEvent* const&, ArdourCanvas::Rectangle*&, RouteTimeAxisView*&) const + 64 (adaptor_trait.h:128)
29  ardour-7.0.pre0.2576          	       0x10329ef9c sigc::bind_functor<-1, sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>, ArdourCanvas::Rectangle*, RouteTimeAxisView*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<_GdkEvent* const&, void, void, void, void, void, void>::type sigc::bind_functor<-1, sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>, ArdourCanvas::Rectangle*, RouteTimeAxisView*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()<_GdkEvent* const&>(_GdkEvent* const&) + 92 (bind.h:1350)
30  ardour-7.0.pre0.2576          	       0x10329ef30 sigc::internal::slot_call1<sigc::bind_functor<-1, sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>, ArdourCanvas::Rectangle*, RouteTimeAxisView*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, bool, _GdkEvent*>::call_it(sigc::internal::slot_rep*, _GdkEvent* const&) + 44 (slot.h:136)
31  ardour-7.0.pre0.2576          	       0x10344cdf4 sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::operator()(sigc::slot<bool, _GdkEvent*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> const&) const + 52 (signal.h:830)
32  ardour-7.0.pre0.2576          	       0x10344ccd0 sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool>::operator*() const + 92 (signal.h:302)
33  ardour-7.0.pre0.2576          	       0x10344cb48 bool ArdourCanvas::Item::EventAccumulator<bool>::operator()<sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool> >(sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool>, sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool>) + 48 (item.h:254)
34  ardour-7.0.pre0.2576          	       0x10344caa0 sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::emit(sigc::internal::signal_impl*, _GdkEvent* const&) + 252 (signal.h:849)
35  ardour-7.0.pre0.2576          	       0x10344c994 sigc::signal1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::emit(_GdkEvent* const&) const + 36 (signal.h:2797)
36  ardour-7.0.pre0.2576          	       0x103440798 sigc::signal1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::operator()(_GdkEvent* const&) const + 32 (signal.h:2805)
37  libcanvas.dylib               	       0x10a2a6238 ArdourCanvas::GtkCanvas::deliver_enter_leave(ArdourCanvas::Duple const&, int) + 1208 (canvas.cc:778)
38  libcanvas.dylib               	       0x10a2a5660 ArdourCanvas::GtkCanvas::pick_current_item(ArdourCanvas::Duple const&, int) + 1188 (canvas.cc:642)
39  libcanvas.dylib               	       0x10a2a5094 ArdourCanvas::GtkCanvas::pick_current_item(int) + 368 (canvas.cc:567)
40  libcanvas.dylib               	       0x10a2a3144 ArdourCanvas::Canvas::zoomed() + 36 (canvas.cc:109)
41  ardour-7.0.pre0.2576          	       0x102428c88 Editor::on_samples_per_pixel_changed() + 300 (editor.cc:4834)
42  ardour-7.0.pre0.2576          	       0x102428f70 Editor::visual_changer(Editor::VisualChange const&) + 164 (editor.cc:4952)
43  ardour-7.0.pre0.2576          	       0x102428e50 Editor::idle_visual_changer() + 144 (editor.cc:4917)
44  ardour-7.0.pre0.2576          	       0x102428db4 Editor::_idle_visual_changer(void*) + 24 (editor.cc:4875)
45  libglib-2.0.0.dylib           	       0x10a5ec454 g_main_context_dispatch + 324
46  libglib-2.0.0.dylib           	       0x10a5ec7b8 g_main_context_iterate + 460
47  libglib-2.0.0.dylib           	       0x10a5ecb2c g_main_loop_run + 196
48  libgtk-quartz-2.0.0.dylib     	       0x10c43c3d4 gtk_main + 196
49  libgtkmm2ext.dylib            	       0x10b0f8a9c Gtkmm2ext::UI::run(Receiver&) + 344 (gtk_ui.cc:309)
50  ardour-7.0.pre0.2576          	       0x102a066cc main + 2320 (main.cc:423)
51  dyld                          	       0x108f590f4 start + 520

Thread 1:
0   libsystem_pthread.dylib       	       0x18346c010 start_wqthread + 0

Thread 2:
0   libsystem_kernel.dylib        	       0x18343dad0 poll + 8
1   libpbd.dylib                  	       0x10b977c1c CrossThreadChannel::poll_for_request() + 52 (crossthread.posix.cc:106)
2   libpbd.dylib                  	       0x10b977cd4 CrossThreadChannel::receive(char&, bool) + 56 (crossthread.posix.cc:133)
3   libardour.dylib               	       0x10fc26288 ARDOUR::TriggerBoxThread::thread_work() + 60 (triggerbox.cc:4414)
4   libardour.dylib               	       0x10fc26140 ARDOUR::TriggerBoxThread::_thread_work(void*) + 76 (triggerbox.cc:4402)
5   libpbd.dylib                  	       0x10b9d5b50 fake_thread_start(void*) + 104 (pthread_utils.cc:101)
6   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 3:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libardour.dylib               	       0x10fb57554 peak_thread_work() + 124 (source_factory.cc:73)
4   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
5   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
6   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
7   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
8   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libardour.dylib               	       0x10fb57554 peak_thread_work() + 124 (source_factory.cc:73)
4   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
5   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
6   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
7   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
8   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 5:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libardour.dylib               	       0x10ecc2fcc ARDOUR::Analyser::work() + 112 (analyser.cc:95)
4   ardour-7.0.pre0.2576          	       0x102e94a60 sigc::pointer_functor0<void>::operator()() const + 28 (ptr_fun.h:77)
5   libardour.dylib               	       0x10ecc528c boost::detail::function::void_function_obj_invoker0<sigc::pointer_functor0<void>, void>::invoke(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
6   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
7   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
8   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
9   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libardour.dylib               	       0x10ed6561c ARDOUR::AudioEngine::do_reset_backend() + 788 (audioengine.cc:714)
4   libardour.dylib               	       0x10ed87478 boost::_mfi::mf0<void, ARDOUR::AudioEngine>::operator()(ARDOUR::AudioEngine*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10ed873f0 void boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::AudioEngine>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10ed87394 boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10ed87124 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 7:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libardour.dylib               	       0x10ed65cd8 ARDOUR::AudioEngine::do_devicelist_update() + 304 (audioengine.cc:750)
4   libardour.dylib               	       0x10ed87478 boost::_mfi::mf0<void, ARDOUR::AudioEngine>::operator()(ARDOUR::AudioEngine*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10ed873f0 void boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::AudioEngine>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10ed87394 boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10ed87124 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 8:: AMCP Logging Spool
0   libsystem_kernel.dylib        	       0x183435990 semaphore_wait_trap + 8
1   caulk                         	       0x18be448ac caulk::mach::semaphore::wait_or_error() + 28
2   caulk                         	       0x18be2765c caulk::concurrent::details::worker_thread::run() + 56
3   caulk                         	       0x18be2727c void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 96
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 9:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x183435954 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x183435d00 mach_msg + 76
2   CoreFoundation                	       0x18353ced8 __CFRunLoopServiceMachPort + 372
3   CoreFoundation                	       0x18353b390 __CFRunLoopRun + 1212
4   CoreFoundation                	       0x18353a734 CFRunLoopRunSpecific + 600
5   AppKit                        	       0x1861fdfb0 _NSEventThread + 196
6   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 10:
0   libsystem_kernel.dylib        	       0x18343dad0 poll + 8
1   libgdk-quartz-2.0.0.dylib     	       0x10a1d5edc select_thread_func + 196
2   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
3   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 11:
0   libsystem_kernel.dylib        	       0x18343b8cc kevent + 8
1   libgio-2.0.0.dylib            	       0x10b540aec _kqueue_thread_func + 184
2   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
3   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 12:
0   libsystem_kernel.dylib        	       0x18343dad0 poll + 8
1   libglib-2.0.0.dylib           	       0x10a5ec764 g_main_context_iterate + 376
2   libglib-2.0.0.dylib           	       0x10a5ec86c g_main_context_iteration + 100
3   libglib-2.0.0.dylib           	       0x10a5ee4a0 glib_worker_main + 44
4   libglib-2.0.0.dylib           	       0x10a611d00 g_thread_proxy + 92
5   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
6   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 13:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	       0x183435954 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x183435d00 mach_msg + 76
2   CoreAudio                     	       0x185177ef0 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 104
3   CoreAudio                     	       0x185006e04 HALC_ProxyIOContext::IOWorkLoop() + 3360
4   CoreAudio                     	       0x185005ae0 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 100
5   CoreAudio                     	       0x1851d1420 HALB_IOThread::Entry(void*) + 88
6   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 14:
0   libsystem_kernel.dylib        	       0x183435954 mach_msg_trap + 8
1   libsystem_kernel.dylib        	       0x183435d00 mach_msg + 76
2   CoreMIDI                      	       0x1999cb6b4 XServerMachPort::ReceiveMessage(int&, void*, int&) + 104
3   CoreMIDI                      	       0x1999ff0fc MIDIProcess::MIDIInPortThread::Run() + 164
4   CoreMIDI                      	       0x1999e46f0 XThread::RunHelper(void*) + 48
5   CoreMIDI                      	       0x1999e5994 CAPThread::Entry(CAPThread*) + 92
6   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 15:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libcoreaudio_backend.dylib    	       0x1193e731c ARDOUR::CoreAudioBackend::freewheel_thread() + 252 (coreaudio_backend.cc:1312)
3   libcoreaudio_backend.dylib    	       0x1193e41d0 pthread_freewheel(void*) + 44 (coreaudio_backend.cc:509)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 16:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 17:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 18:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 19:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 20:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 21:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 22:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f8b6244 ARDOUR::RTTaskList::run() + 68 (rt_tasklist.cc:112)
3   libardour.dylib               	       0x10f8b61f8 ARDOUR::RTTaskList::_thread_run(void*) + 44 (rt_tasklist.cc:68)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 23:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f09a23c ARDOUR::Graph::run_one() + 688 (graph.cc:455)
3   libardour.dylib               	       0x10f0978f4 ARDOUR::Graph::main_thread() + 760 (graph.cc:560)
4   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 24:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f09a23c ARDOUR::Graph::run_one() + 688 (graph.cc:455)
3   libardour.dylib               	       0x10f097ad0 ARDOUR::Graph::helper_thread() + 372 (graph.cc:506)
4   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 25:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f098984 ARDOUR::Graph::reached_terminal_node() + 404 (graph.cc:330)
3   libardour.dylib               	       0x10f0a7468 ARDOUR::GraphNode::finish(int) + 188 (graphnode.cc:74)
4   libardour.dylib               	       0x10f09a698 ARDOUR::GraphNode::run(int) + 44 (graphnode.h:65)
5   libardour.dylib               	       0x10f09a380 ARDOUR::Graph::run_one() + 1012 (graph.cc:475)
6   libardour.dylib               	       0x10f097ad0 ARDOUR::Graph::helper_thread() + 372 (graph.cc:506)
7   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
8   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
9   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
10  libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
11  ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
12  libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
13  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
14  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 26:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f09a23c ARDOUR::Graph::run_one() + 688 (graph.cc:455)
3   libardour.dylib               	       0x10f097ad0 ARDOUR::Graph::helper_thread() + 372 (graph.cc:506)
4   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 27:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f09a23c ARDOUR::Graph::run_one() + 688 (graph.cc:455)
3   libardour.dylib               	       0x10f097ad0 ARDOUR::Graph::helper_thread() + 372 (graph.cc:506)
4   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 28:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f09a23c ARDOUR::Graph::run_one() + 688 (graph.cc:455)
3   libardour.dylib               	       0x10f097ad0 ARDOUR::Graph::helper_thread() + 372 (graph.cc:506)
4   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 29:
0   libsystem_kernel.dylib        	       0x183461f4c sem_wait + 8
1   libardour.dylib               	       0x10f098ab8 PBD::Semaphore::wait() + 28 (semutils.h:64)
2   libardour.dylib               	       0x10f09a23c ARDOUR::Graph::run_one() + 688 (graph.cc:455)
3   libardour.dylib               	       0x10f097ad0 ARDOUR::Graph::helper_thread() + 372 (graph.cc:506)
4   libardour.dylib               	       0x10f09ffd4 boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10f0a0318 void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10f0a02bc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10f0a022c 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(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libcoreaudio_backend.dylib    	       0x1193e48dc ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*) + 76 (coreaudio_backend.cc:838)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 30:
0   libsystem_kernel.dylib        	       0x18343dad0 poll + 8
1   libpbd.dylib                  	       0x10b977c1c CrossThreadChannel::poll_for_request() + 52 (crossthread.posix.cc:106)
2   libpbd.dylib                  	       0x10b977cd4 CrossThreadChannel::receive(char&, bool) + 56 (crossthread.posix.cc:133)
3   libardour.dylib               	       0x10ee5ea18 ARDOUR::Butler::thread_work() + 512 (butler.cc:188)
4   libardour.dylib               	       0x10ee5e618 ARDOUR::Butler::_thread_work(void*) + 76 (butler.cc:169)
5   libpbd.dylib                  	       0x10b9d5b50 fake_thread_start(void*) + 104 (pthread_utils.cc:101)
6   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
7   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 31:
0   libsystem_kernel.dylib        	       0x18343dad0 poll + 8
1   libglib-2.0.0.dylib           	       0x10a5ec764 g_main_context_iterate + 376
2   libglib-2.0.0.dylib           	       0x10a5ecb2c g_main_loop_run + 196
3   libpbd.dylib                  	       0x10b94ef70 BaseUI::main_thread() + 612 (base_ui.cc:102)
4   libpbd.dylib                  	       0x10b9570e4 boost::_mfi::mf0<void, BaseUI>::operator()(BaseUI*) const + 100 (mem_fn_template.hpp:49)
5   libpbd.dylib                  	       0x10b957048 void boost::_bi::list1<boost::_bi::value<BaseUI*> >::operator()<boost::_mfi::mf0<void, BaseUI>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, BaseUI>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libpbd.dylib                  	       0x10b956fc0 boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >::operator()() + 60 (bind.hpp:1294)
7   libpbd.dylib                  	       0x10b956c0c boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 32:
0   libsystem_kernel.dylib        	       0x18343dad0 poll + 8
1   libglib-2.0.0.dylib           	       0x10a5ec764 g_main_context_iterate + 376
2   libglib-2.0.0.dylib           	       0x10a5ecb2c g_main_loop_run + 196
3   libpbd.dylib                  	       0x10b94ef70 BaseUI::main_thread() + 612 (base_ui.cc:102)
4   libpbd.dylib                  	       0x10b9570e4 boost::_mfi::mf0<void, BaseUI>::operator()(BaseUI*) const + 100 (mem_fn_template.hpp:49)
5   libpbd.dylib                  	       0x10b957048 void boost::_bi::list1<boost::_bi::value<BaseUI*> >::operator()<boost::_mfi::mf0<void, BaseUI>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, BaseUI>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libpbd.dylib                  	       0x10b956fc0 boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >::operator()() + 60 (bind.hpp:1294)
7   libpbd.dylib                  	       0x10b956c0c boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 33:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libardour.dylib               	       0x10fa189b4 ARDOUR::Session::emit_thread_run() + 88 (session_process.cc:1210)
3   libardour.dylib               	       0x10fa188c8 ARDOUR::Session::emit_thread(void*) + 44 (session_process.cc:1199)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 34:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libardour.dylib               	       0x10f917d08 ARDOUR::Session::auto_connect_thread_run() + 1184 (session.cc:7323)
3   libardour.dylib               	       0x10f917860 ARDOUR::Session::auto_connect_thread(void*) + 44 (session.cc:7254)
4   libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
5   libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 35:
0   libsystem_kernel.dylib        	       0x183438ebc __semwait_signal + 8
1   libsystem_c.dylib             	       0x183343d88 nanosleep + 216
2   libglib-2.0.0.dylib           	       0x10a6131e8 g_usleep + 72
3   libardour.dylib               	       0x10ee35358 ARDOUR::AutomationWatch::thread() + 124 (automation_watch.cc:205)
4   libardour.dylib               	       0x10ee400e0 boost::_mfi::mf0<void, ARDOUR::AutomationWatch>::operator()(ARDOUR::AutomationWatch*) const + 100 (mem_fn_template.hpp:49)
5   libardour.dylib               	       0x10ee40058 void boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>&, boost::_bi::list0&, int) + 80 (bind.hpp:259)
6   libardour.dylib               	       0x10ee3fffc boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> > >::operator()() + 60 (bind.hpp:1294)
7   libardour.dylib               	       0x10ee3fdb0 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32 (function_template.hpp:159)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 36:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libwaveview.dylib             	       0x109343014 ArdourWaveView::WaveViewThreads::_dequeue_draw_request() + 112 (wave_view_private.cc:323)
4   libwaveview.dylib             	       0x109342f98 ArdourWaveView::WaveViewThreads::dequeue_draw_request() + 80 (wave_view_private.cc:312)
5   libwaveview.dylib             	       0x109343690 ArdourWaveView::WaveViewThreads::_thread_proc() + 84 (wave_view_private.cc:501)
6   libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
7   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 37:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libwaveview.dylib             	       0x109343014 ArdourWaveView::WaveViewThreads::_dequeue_draw_request() + 112 (wave_view_private.cc:323)
4   libwaveview.dylib             	       0x109342f98 ArdourWaveView::WaveViewThreads::dequeue_draw_request() + 80 (wave_view_private.cc:312)
5   libwaveview.dylib             	       0x109343690 ArdourWaveView::WaveViewThreads::_thread_proc() + 84 (wave_view_private.cc:501)
6   libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
7   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 38:
0   libsystem_kernel.dylib        	       0x18343770c __ulock_wait + 8
1   libsystem_platform.dylib      	       0x183486140 _os_unfair_lock_lock_slow + 228
2   libsystem_malloc.dylib        	       0x183287738 tiny_malloc_should_clear + 156
3   libsystem_malloc.dylib        	       0x183286594 szone_malloc_should_clear + 92
4   libsystem_malloc.dylib        	       0x1832a2770 _malloc_zone_malloc + 156
5   libcairo.2.dylib              	       0x10ace6b8c _cairo_path_fixed_add + 176
6   libcairo.2.dylib              	       0x10ace69dc _cairo_path_fixed_line_to + 620
7   libcairo.2.dylib              	       0x10accd290 _cairo_default_context_line_to + 84
8   libcairo.2.dylib              	       0x10acc5550 cairo_line_to + 36
9   libcairomm-1.0.1.dylib        	       0x10a8cbbf8 Cairo::Context::line_to(double, double) + 24
10  libwaveview.dylib             	       0x109333d30 ArdourWaveView::WaveView::draw_image(Cairo::RefPtr<Cairo::ImageSurface>&, ARDOUR::PeakData*, int, boost::shared_ptr<ArdourWaveView::WaveViewDrawRequest>) + 4372 (wave_view.cc:678)
11  libwaveview.dylib             	       0x1093350fc ArdourWaveView::WaveView::process_draw_request(boost::shared_ptr<ArdourWaveView::WaveViewDrawRequest>) + 828 (wave_view.cc:934)
12  libwaveview.dylib             	       0x1093436dc ArdourWaveView::WaveViewThreads::_thread_proc() + 160 (wave_view_private.cc:507)
13  libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
14  libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
15  ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
16  libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
17  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
18  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 39:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libwaveview.dylib             	       0x109343014 ArdourWaveView::WaveViewThreads::_dequeue_draw_request() + 112 (wave_view_private.cc:323)
4   libwaveview.dylib             	       0x109342f98 ArdourWaveView::WaveViewThreads::dequeue_draw_request() + 80 (wave_view_private.cc:312)
5   libwaveview.dylib             	       0x109343690 ArdourWaveView::WaveViewThreads::_thread_proc() + 84 (wave_view_private.cc:501)
6   libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
7   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 40:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libwaveview.dylib             	       0x109343014 ArdourWaveView::WaveViewThreads::_dequeue_draw_request() + 112 (wave_view_private.cc:323)
4   libwaveview.dylib             	       0x109342f98 ArdourWaveView::WaveViewThreads::dequeue_draw_request() + 80 (wave_view_private.cc:312)
5   libwaveview.dylib             	       0x109343690 ArdourWaveView::WaveViewThreads::_thread_proc() + 84 (wave_view_private.cc:501)
6   libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
7   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 41 Crashed:
0   libsystem_kernel.dylib        	       0x18343d9b8 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x183470eb0 pthread_kill + 288
2   libsystem_c.dylib             	       0x1833ae314 abort + 164
3   libsystem_malloc.dylib        	       0x183293a1c malloc_vreport + 552
4   libsystem_malloc.dylib        	       0x1832a8c8c malloc_zone_error + 104
5   libsystem_malloc.dylib        	       0x1832a8a30 free_list_checksum_botch + 40
6   libsystem_malloc.dylib        	       0x18328ae70 tiny_free_no_lock + 2264
7   libsystem_malloc.dylib        	       0x18328a418 free_tiny + 428
8   libwaveview.dylib             	       0x1093410a4 void boost::checked_array_delete<ARDOUR::PeakData>(ARDOUR::PeakData*) + 36 (checked_delete.hpp:41)
9   libardour.dylib               	       0x10edd7ff8 boost::scoped_array<ARDOUR::PeakData>::~scoped_array() + 32 (scoped_array.hpp:69)
10  libardour.dylib               	       0x10edca860 boost::scoped_array<ARDOUR::PeakData>::~scoped_array() + 28 (scoped_array.hpp:65)
11  libardour.dylib               	       0x10edce1f4 boost::scoped_array<ARDOUR::PeakData>::reset(ARDOUR::PeakData*) + 144 (scoped_array.hpp:75)
12  libardour.dylib               	       0x10edcd364 ARDOUR::AudioSource::read_peaks_with_fpp(ARDOUR::PeakData*, long long, long long, long long, double, long long) const + 3740 (audiosource.cc:592)
13  libardour.dylib               	       0x10edcc4bc ARDOUR::AudioSource::read_peaks(ARDOUR::PeakData*, long long, long long, long long, double) const + 76 (audiosource.cc:327)
14  libardour.dylib               	       0x10eda18f0 ARDOUR::AudioRegion::read_peaks(ARDOUR::PeakData*, long long, long long, long long, unsigned int, double) const + 136 (audioregion.cc:446)
15  libwaveview.dylib             	       0x109334f5c ArdourWaveView::WaveView::process_draw_request(boost::shared_ptr<ArdourWaveView::WaveViewDrawRequest>) + 412 (wave_view.cc:901)
16  libwaveview.dylib             	       0x1093436dc ArdourWaveView::WaveViewThreads::_thread_proc() + 160 (wave_view_private.cc:507)
17  libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
18  libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
19  ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
20  libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
21  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
22  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 42:
0   libsystem_kernel.dylib        	       0x1834390c0 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x183471808 _pthread_cond_wait + 1228
2   libglib-2.0.0.dylib           	       0x10a62fb68 g_cond_wait + 52
3   libwaveview.dylib             	       0x109343014 ArdourWaveView::WaveViewThreads::_dequeue_draw_request() + 112 (wave_view_private.cc:323)
4   libwaveview.dylib             	       0x109342f98 ArdourWaveView::WaveViewThreads::dequeue_draw_request() + 80 (wave_view_private.cc:312)
5   libwaveview.dylib             	       0x109343690 ArdourWaveView::WaveViewThreads::_thread_proc() + 84 (wave_view_private.cc:501)
6   libwaveview.dylib             	       0x1093435c4 ArdourWaveView::WaveViewThreads::thread_proc() + 64 (wave_view_private.cc:415)
7   libwaveview.dylib             	       0x10934bcb0 boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&) + 36 (function_template.hpp:118)
8   ardour-7.0.pre0.2576          	       0x102176aec boost::function0<void>::operator()() const + 100 (function_template.hpp:768)
9   libpbd.dylib                  	       0x10b9d6be4 PBD::Thread::_run(void*) + 68 (pthread_utils.cc:483)
10  libsystem_pthread.dylib       	       0x183471240 _pthread_start + 148
11  libsystem_pthread.dylib       	       0x18346c024 thread_start + 8

Thread 43:
0   libsystem_pthread.dylib       	       0x18346c010 start_wqthread + 0

Thread 44:
0   libsystem_pthread.dylib       	       0x18346c010 start_wqthread + 0


Thread 41 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x0000000000000001   x7: 0x000000010e274028
    x8: 0xa0ba01284dc330f6   x9: 0xa0ba012922d1c0f6  x10: 0xcccccccccccccccd  x11: 0x000000000000000a
   x12: 0x0000000000000000  x13: 0x0000000000000037  x14: 0x0000000000002917  x15: 0x0000000000400000
   x16: 0x0000000000000148  x17: 0x00000001ddca7530  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000016f12f000  x21: 0x000000000000d607  x22: 0x000000016f12e310  x23: 0x000000010e274000
   x24: 0x0000000000000000  x25: 0x0000000000000000  x26: 0x000000016dce3012  x27: 0x000000016f12f000
   x28: 0x0000000002000000   fp: 0x000000016f12e220   lr: 0x0000000183470eb0
    sp: 0x000000016f12e200   pc: 0x000000018343d9b8 cpsr: 0x40001000
   far: 0x000000011745c000  esr: 0x56000080  Address size fault

Binary Images:
       0x183434000 -        0x183469fff libsystem_kernel.dylib (*) <384945e6-dd71-37e5-9a3d-84fff14a1e60> /usr/lib/system/libsystem_kernel.dylib
       0x18863d000 -        0x188a09fff com.apple.SkyLight (1.600.0) <c0fa581f-e027-367f-ab10-ca8b5f8047d5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x18604f000 -        0x186f05fff com.apple.AppKit (6.9) <8701760d-31b6-37eb-be77-ffb39921dd22> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x10a198000 -        0x10a20ffff libgdk-quartz-2.0.0.dylib (*) <66cefa52-8847-337d-a9dc-2c34e0bfbabd> /Users/USER/*/libgdk-quartz-2.0.0.dylib
       0x10211c000 -        0x103807fff ardour-7.0.pre0.2576 (*) <14ed5e99-2982-3fb8-9ca6-631802fcc3db> /Users/USER/*/ardour-7.0.pre0.2576
       0x10a288000 -        0x10a33ffff libcanvas.dylib (*) <fde0dbfc-9b8a-3ad9-b0e4-2aacb60b7b7b> /Users/USER/*/libcanvas.dylib
       0x10a5b8000 -        0x10a6b7fff libglib-2.0.0.dylib (*) <738d3ae0-2461-3c06-b5d2-a6d3a7ea16bd> /Users/USER/*/libglib-2.0.0.dylib
       0x10c360000 -        0x10c6c3fff libgtk-quartz-2.0.0.dylib (*) <f4d7772c-4122-3e03-8bec-a3da06c54cd8> /Users/USER/*/libgtk-quartz-2.0.0.dylib
       0x10b090000 -        0x10b153fff libgtkmm2ext.dylib (*) <b2dfb27e-5f48-30f9-a0f2-1c80ca6f3928> /Users/USER/*/libgtkmm2ext.dylib
       0x108f54000 -        0x108fb3fff dyld (*) <d21a73ea-79cd-36eb-8ac9-2c5cf5181a27> /usr/lib/dyld
       0x18346a000 -        0x183476fff libsystem_pthread.dylib (*) <f7b2eccf-e6f1-3109-ae81-9028c0b8332a> /usr/lib/system/libsystem_pthread.dylib
       0x10b944000 -        0x10ba47fff libpbd.dylib (*) <e3e3eccf-012f-3448-975b-fc130d344516> /Users/USER/*/libpbd.dylib
       0x10eca0000 -        0x10ffe3fff libardour.dylib (*) <5c3487d0-bfc4-379b-aef2-b7b4ef750e72> /Users/USER/*/libardour.dylib
       0x109324000 -        0x10934ffff libwaveview.dylib (*) <79e1101b-e718-39b7-950f-ad2b90842e55> /Users/USER/*/libwaveview.dylib
       0x18be25000 -        0x18be4cfff com.apple.audio.caulk (1.0) <f8f1663b-806a-3544-9a8b-2a595d06dfdd> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x1834b8000 -        0x1839fbfff com.apple.CoreFoundation (6.9) <35473de6-c433-332c-aee0-013fd5f6d4fd> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x10b468000 -        0x10b57bfff libgio-2.0.0.dylib (*) <844021f8-e360-3ced-a11f-2c4092690237> /Users/USER/*/libgio-2.0.0.dylib
       0x184e3e000 -        0x18556cfff com.apple.audio.CoreAudio (5.0) <b1a13ce9-3aa2-3411-b64c-f9d2d4b293a0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x1999b8000 -        0x199a29fff com.apple.audio.midi.CoreMIDI (2.0) <696d81b3-7038-3951-826e-833a0cf5577f> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x1193d8000 -        0x11941ffff libcoreaudio_backend.dylib (*) <72b11498-238c-3ebb-917d-da90c6025da5> /Users/USER/*/libcoreaudio_backend.dylib
       0x183335000 -        0x1833b5fff libsystem_c.dylib (*) <0dbc8b95-0037-3725-a769-0c772c293488> /usr/lib/system/libsystem_c.dylib
       0x183484000 -        0x18348bfff libsystem_platform.dylib (*) <49cf1536-27e5-3a34-9724-d75552cbab56> /usr/lib/system/libsystem_platform.dylib
       0x183284000 -        0x1832aefff libsystem_malloc.dylib (*) <961751ed-f18b-30d4-8025-aa12ca23197b> /usr/lib/system/libsystem_malloc.dylib
       0x10acb8000 -        0x10ad63fff libcairo.2.dylib (*) <f4f22fa5-72ac-36a7-b0f2-50b3d1621413> /Users/USER/*/libcairo.2.dylib
       0x10a8c8000 -        0x10a8d7fff libcairomm-1.0.1.dylib (*) <2b05d26c-3f3d-3aae-9aa1-813e34e5f40f> /Users/USER/*/libcairomm-1.0.1.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)
Writable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework              1024K        8 
Activity Tracing                   256K        1 
CG backing stores                  768K        4 
CG image                           768K       20 
ColorSync                          592K       26 
CoreAnimation                     12.3M       15 
CoreGraphics                        32K        2 
CoreUI image data                  704K       10 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                           558.9M      709 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         848.0M        9         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           256.0M        1         reserved VM address space (unallocated)
STACK GUARD                       56.7M       45 
Stack                             28.1M       46 
VM_ALLOCATE                        1.0G       22 
__AUTH                            1987K      199 
__AUTH_CONST                      12.2M      359 
__DATA                            11.6M      452 
__DATA_CONST                      17.3M      462 
__DATA_DIRTY                       969K      128 
__FONT_DATA                          4K        1 
__LINKEDIT                       816.1M      104 
__OBJC_CONST                      2014K      165 
__OBJC_RO                         82.1M        1 
__OBJC_RW                         3104K        1 
__TEXT                           367.6M      478 
__UNICODE                          588K        1 
dyld private memory               4096K        3 
mapped file                      154.3M       26 
shared memory                      864K       14 
===========                     =======  ======= 
TOTAL                              4.2G     3324 
TOTAL, minus reserved VM space     3.1G     3324 



-----------
Full Report
-----------

{"app_name":"ardour-7.0.pre0.2576","timestamp":"2022-04-25 10:05:47.00 -0500","app_version":"","slice_uuid":"14ed5e99-2982-3fb8-9ca6-631802fcc3db","build_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 12.2.1 (21D62)","incident_id":"EA1E3822-9D4F-4ABC-AAB2-5F83BFFF4132","name":"ardour-7.0.pre0.2576"}
{
  "uptime" : 7300,
  "procLaunch" : "2022-04-25 10:04:31.6242 -0500",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 502,
  "deployVersion" : 210,
  "modelCode" : "Macmini9,1",
  "procStartAbsTime" : 173820606237,
  "coalitionID" : 383,
  "osVersion" : {
    "train" : "macOS 12.2.1",
    "build" : "21D62",
    "releaseType" : "User"
  },
  "captureTime" : "2022-04-25 10:05:46.9513 -0500",
  "incident" : "EA1E3822-9D4F-4ABC-AAB2-5F83BFFF4132",
  "bug_type" : "309",
  "pid" : 7092,
  "procExitAbsTime" : 175628088058,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "ardour-7.0.pre0.2576",
  "procPath" : "\/Users\/USER\/*\/ardour-7.0.pre0.2576",
  "parentProc" : "zsh",
  "parentPid" : 482,
  "coalitionName" : "com.apple.Terminal",
  "crashReporterKey" : "A3D60D1B-F924-FE43-450B-5F7862175B4A",
  "responsiblePid" : 404,
  "responsibleProc" : "Terminal",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "asi" : {"libsystem_malloc.dylib":["ardour-7.0.pre0.2576(7092,0x16f12f000) malloc: Incorrect checksum for freed object 0x1370a1618: probably modified after being freed.","Corrupt value: 0x38968000b8520000"],"libsystem_c.dylib":["abort() called"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 41,
  "threads" : [{"id":57538,"queue":"com.apple.main-thread","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":2153648,"symbol":"SLSGetCursorScale","symbolLocation":140,"imageIndex":1},{"imageOffset":5556000,"symbol":"-[NSCursor _cgImageRefs]","symbolLocation":184,"imageIndex":2},{"imageOffset":1968040,"symbol":"-[NSCursor _reallySet]","symbolLocation":480,"imageIndex":2},{"imageOffset":1967432,"symbol":"-[NSCursor set]","symbolLocation":160,"imageIndex":2},{"imageOffset":158240,"symbol":"gdk_window_set_cursor","symbolLocation":404,"imageIndex":3},{"imageOffset":3983640,"sourceLine":1161,"sourceFile":"editor_canvas.cc","symbol":"Editor::set_canvas_cursor(Gdk::Cursor*)","imageIndex":4,"symbolLocation":184},{"imageOffset":3994440,"sourceLine":1189,"sourceFile":"editor_canvas.cc","symbol":"Editor::pop_canvas_cursor()","imageIndex":4,"symbolLocation":152},{"imageOffset":2880372,"sourceLine":32,"sourceFile":"cursor_context.cc","symbol":"CursorContext::~CursorContext()","imageIndex":4,"symbolLocation":76},{"imageOffset":2880524,"sourceLine":30,"sourceFile":"cursor_context.cc","symbol":"CursorContext::~CursorContext()","imageIndex":4,"symbolLocation":28},{"imageOffset":2881884,"sourceLine":34,"sourceFile":"checked_delete.hpp","symbol":"void boost::checked_delete<CursorContext>(CursorContext*)","imageIndex":4,"symbolLocation":36},{"imageOffset":2882012,"sourceLine":92,"sourceFile":"sp_counted_impl.hpp","symbol":"boost::detail::sp_counted_impl_p<CursorContext>::dispose()","imageIndex":4,"symbolLocation":28},{"imageOffset":222176,"sourceLine":118,"sourceFile":"sp_counted_base_clang.hpp","symbol":"boost::detail::sp_counted_base::release()","imageIndex":4,"symbolLocation":56},{"imageOffset":222100,"sourceLine":426,"sourceFile":"shared_count.hpp","symbol":"boost::detail::shared_count::~shared_count()","imageIndex":4,"symbolLocation":48},{"imageOffset":222036,"sourceLine":425,"sourceFile":"shared_count.hpp","symbol":"boost::detail::shared_count::~shared_count()","imageIndex":4,"symbolLocation":28},{"imageOffset":221992,"sourceLine":341,"sourceFile":"shared_ptr.hpp","symbol":"boost::shared_ptr<ARDOUR::Playlist>::~shared_ptr()","imageIndex":4,"symbolLocation":32},{"imageOffset":216760,"sourceLine":341,"sourceFile":"shared_ptr.hpp","symbol":"boost::shared_ptr<ARDOUR::Playlist>::~shared_ptr()","imageIndex":4,"symbolLocation":28},{"imageOffset":3315804,"sourceLine":558,"sourceFile":"editor.h","symbol":"PlaylistMapping::~PlaylistMapping()","imageIndex":4,"symbolLocation":32},{"imageOffset":3315756,"sourceLine":558,"sourceFile":"editor.h","symbol":"PlaylistMapping::~PlaylistMapping()","imageIndex":4,"symbolLocation":28},{"imageOffset":4815804,"sourceLine":921,"sourceFile":"memory","symbol":"std::__1::allocator<Editor::EnterContext>::destroy(Editor::EnterContext*)","imageIndex":4,"symbolLocation":28},{"imageOffset":4815704,"sourceLine":307,"sourceFile":"allocator_traits.h","symbol":"void std::__1::allocator_traits<std::__1::allocator<Editor::EnterContext> >::destroy<Editor::EnterContext, void>(std::__1::allocator<Editor::EnterContext>&, Editor::EnterContext*)","imageIndex":4,"symbolLocation":32},{"imageOffset":4815440,"sourceLine":428,"sourceFile":"vector","symbol":"std::__1::__vector_base<Editor::EnterContext, std::__1::allocator<Editor::EnterContext> >::__destruct_at_end(Editor::EnterContext*)","imageIndex":4,"symbolLocation":92},{"imageOffset":4815260,"sourceLine":835,"sourceFile":"vector","symbol":"std::__1::vector<Editor::EnterContext, std::__1::allocator<Editor::EnterContext> >::__destruct_at_end(Editor::EnterContext*)","imageIndex":4,"symbolLocation":64},{"imageOffset":4779140,"sourceLine":1701,"sourceFile":"vector","symbol":"std::__1::vector<Editor::EnterContext, std::__1::allocator<Editor::EnterContext> >::pop_back()","imageIndex":4,"symbolLocation":32},{"imageOffset":4777360,"sourceLine":2077,"sourceFile":"editor_mouse.cc","symbol":"Editor::leave_handler(ArdourCanvas::Item*, _GdkEvent*, ItemType)","imageIndex":4,"symbolLocation":92},{"imageOffset":4051908,"sourceLine":364,"sourceFile":"editor_canvas_events.cc","symbol":"Editor::canvas_stream_view_event(_GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*)","imageIndex":4,"symbolLocation":448},{"imageOffset":10004588,"sourceLine":2000,"sourceFile":"mem_fun.h","symbol":"sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>::operator()(_GdkEvent* const&, ArdourCanvas::Item* const&, RouteTimeAxisView* const&) const","imageIndex":4,"symbolLocation":144},{"imageOffset":18362348,"sourceLine":128,"sourceFile":"adaptor_trait.h","symbol":"sigc::adaptor_functor<sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*> >::deduce_result_type<_GdkEvent* const&, ArdourCanvas::Rectangle*&, RouteTimeAxisView*&, void, void, void, void>::type sigc::adaptor_functor<sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*> >::operator()<_GdkEvent* const&, ArdourCanvas::Rectangle*&, RouteTimeAxisView*&>(_GdkEvent* const&, ArdourCanvas::Rectangle*&, RouteTimeAxisView*&) const","imageIndex":4,"symbolLocation":64},{"imageOffset":18362268,"sourceLine":1350,"sourceFile":"bind.h","symbol":"sigc::bind_functor<-1, sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>, ArdourCanvas::Rectangle*, RouteTimeAxisView*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::deduce_result_type<_GdkEvent* const&, void, void, void, void, void, void>::type sigc::bind_functor<-1, sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>, ArdourCanvas::Rectangle*, RouteTimeAxisView*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::operator()<_GdkEvent* const&>(_GdkEvent* const&)","imageIndex":4,"symbolLocation":92},{"imageOffset":18362160,"sourceLine":136,"sourceFile":"slot.h","symbol":"sigc::internal::slot_call1<sigc::bind_functor<-1, sigc::bound_mem_functor3<bool, PublicEditor, _GdkEvent*, ArdourCanvas::Item*, RouteTimeAxisView*>, ArdourCanvas::Rectangle*, RouteTimeAxisView*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, bool, _GdkEvent*>::call_it(sigc::internal::slot_rep*, _GdkEvent* const&)","imageIndex":4,"symbolLocation":44},{"imageOffset":20123124,"sourceLine":830,"sourceFile":"signal.h","symbol":"sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::operator()(sigc::slot<bool, _GdkEvent*, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> const&) const","imageIndex":4,"symbolLocation":52},{"imageOffset":20122832,"sourceLine":302,"sourceFile":"signal.h","symbol":"sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool>::operator*() const","imageIndex":4,"symbolLocation":92},{"imageOffset":20122440,"sourceLine":254,"sourceFile":"item.h","symbol":"bool ArdourCanvas::Item::EventAccumulator<bool>::operator()<sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool> >(sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool>, sigc::internal::slot_iterator_buf<sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >, bool>)","imageIndex":4,"symbolLocation":48},{"imageOffset":20122272,"sourceLine":849,"sourceFile":"signal.h","symbol":"sigc::internal::signal_emit1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::emit(sigc::internal::signal_impl*, _GdkEvent* const&)","imageIndex":4,"symbolLocation":252},{"imageOffset":20122004,"sourceLine":2797,"sourceFile":"signal.h","symbol":"sigc::signal1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::emit(_GdkEvent* const&) const","imageIndex":4,"symbolLocation":36},{"imageOffset":20072344,"sourceLine":2805,"sourceFile":"signal.h","symbol":"sigc::signal1<bool, _GdkEvent*, ArdourCanvas::Item::EventAccumulator<bool> >::operator()(_GdkEvent* const&) const","imageIndex":4,"symbolLocation":32},{"imageOffset":123448,"sourceLine":778,"sourceFile":"canvas.cc","symbol":"ArdourCanvas::GtkCanvas::deliver_enter_leave(ArdourCanvas::Duple const&, int)","imageIndex":5,"symbolLocation":1208},{"imageOffset":120416,"sourceLine":642,"sourceFile":"canvas.cc","symbol":"ArdourCanvas::GtkCanvas::pick_current_item(ArdourCanvas::Duple const&, int)","imageIndex":5,"symbolLocation":1188},{"imageOffset":118932,"sourceLine":567,"sourceFile":"canvas.cc","symbol":"ArdourCanvas::GtkCanvas::pick_current_item(int)","imageIndex":5,"symbolLocation":368},{"imageOffset":110916,"sourceLine":109,"sourceFile":"canvas.cc","symbol":"ArdourCanvas::Canvas::zoomed()","imageIndex":5,"symbolLocation":36},{"imageOffset":3198088,"sourceLine":4834,"sourceFile":"editor.cc","symbol":"Editor::on_samples_per_pixel_changed()","imageIndex":4,"symbolLocation":300},{"imageOffset":3198832,"sourceLine":4952,"sourceFile":"editor.cc","symbol":"Editor::visual_changer(Editor::VisualChange const&)","imageIndex":4,"symbolLocation":164},{"imageOffset":3198544,"sourceLine":4917,"sourceFile":"editor.cc","symbol":"Editor::idle_visual_changer()","imageIndex":4,"symbolLocation":144},{"imageOffset":3198388,"sourceLine":4875,"sourceFile":"editor.cc","symbol":"Editor::_idle_visual_changer(void*)","imageIndex":4,"symbolLocation":24},{"imageOffset":214100,"symbol":"g_main_context_dispatch","symbolLocation":324,"imageIndex":6},{"imageOffset":214968,"symbol":"g_main_context_iterate","symbolLocation":460,"imageIndex":6},{"imageOffset":215852,"symbol":"g_main_loop_run","symbolLocation":196,"imageIndex":6},{"imageOffset":902100,"symbol":"gtk_main","symbolLocation":196,"imageIndex":7},{"imageOffset":428700,"sourceLine":309,"sourceFile":"gtk_ui.cc","symbol":"Gtkmm2ext::UI::run(Receiver&)","imageIndex":8,"symbolLocation":344},{"imageOffset":9348812,"sourceLine":423,"sourceFile":"main.cc","symbol":"main","imageIndex":4,"symbolLocation":2320},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":9}]},{"id":57545,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":57547,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":211996,"sourceLine":106,"sourceFile":"crossthread.posix.cc","symbol":"CrossThreadChannel::poll_for_request()","imageIndex":11,"symbolLocation":52},{"imageOffset":212180,"sourceLine":133,"sourceFile":"crossthread.posix.cc","symbol":"CrossThreadChannel::receive(char&, bool)","imageIndex":11,"symbolLocation":56},{"imageOffset":16278152,"sourceLine":4414,"sourceFile":"triggerbox.cc","symbol":"ARDOUR::TriggerBoxThread::thread_work()","imageIndex":12,"symbolLocation":60},{"imageOffset":16277824,"sourceLine":4402,"sourceFile":"triggerbox.cc","symbol":"ARDOUR::TriggerBoxThread::_thread_work(void*)","imageIndex":12,"symbolLocation":76},{"imageOffset":596816,"sourceLine":101,"sourceFile":"pthread_utils.cc","symbol":"fake_thread_start(void*)","imageIndex":11,"symbolLocation":104},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57548,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":15430996,"sourceLine":73,"sourceFile":"source_factory.cc","symbol":"peak_thread_work()","imageIndex":12,"symbolLocation":124},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57549,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":15430996,"sourceLine":73,"sourceFile":"source_factory.cc","symbol":"peak_thread_work()","imageIndex":12,"symbolLocation":124},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57550,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":143308,"sourceLine":95,"sourceFile":"analyser.cc","symbol":"ARDOUR::Analyser::work()","imageIndex":12,"symbolLocation":112},{"imageOffset":14125664,"sourceLine":77,"sourceFile":"ptr_fun.h","symbol":"sigc::pointer_functor0<void>::operator()() const","imageIndex":4,"symbolLocation":28},{"imageOffset":152204,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_obj_invoker0<sigc::pointer_functor0<void>, void>::invoke(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57553,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":808476,"sourceLine":714,"sourceFile":"audioengine.cc","symbol":"ARDOUR::AudioEngine::do_reset_backend()","imageIndex":12,"symbolLocation":788},{"imageOffset":947320,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::AudioEngine>::operator()(ARDOUR::AudioEngine*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":947184,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::AudioEngine>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":947092,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":946468,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >, void>::invoke(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57554,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":810200,"sourceLine":750,"sourceFile":"audioengine.cc","symbol":"ARDOUR::AudioEngine::do_devicelist_update()","imageIndex":12,"symbolLocation":304},{"imageOffset":947320,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::AudioEngine>::operator()(ARDOUR::AudioEngine*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":947184,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::AudioEngine>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":947092,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":946468,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AudioEngine>, boost::_bi::list1<boost::_bi::value<ARDOUR::AudioEngine*> > >, void>::invoke(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57570,"name":"AMCP Logging Spool","frames":[{"imageOffset":6544,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":129196,"symbol":"caulk::mach::semaphore::wait_or_error()","symbolLocation":28,"imageIndex":14},{"imageOffset":9820,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":56,"imageIndex":14},{"imageOffset":8828,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*)","symbolLocation":96,"imageIndex":14},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57591,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":544472,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":15},{"imageOffset":537488,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":15},{"imageOffset":534324,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":15},{"imageOffset":1765296,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":2},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57592,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":253660,"symbol":"select_thread_func","symbolLocation":196,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57606,"frames":[{"imageOffset":30924,"symbol":"kevent","symbolLocation":8,"imageIndex":0},{"imageOffset":887532,"symbol":"_kqueue_thread_func","symbolLocation":184,"imageIndex":16},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57611,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":214884,"symbol":"g_main_context_iterate","symbolLocation":376,"imageIndex":6},{"imageOffset":215148,"symbol":"g_main_context_iteration","symbolLocation":100,"imageIndex":6},{"imageOffset":222368,"symbol":"glib_worker_main","symbolLocation":44,"imageIndex":6},{"imageOffset":367872,"symbol":"g_thread_proxy","symbolLocation":92,"imageIndex":6},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57627,"name":"com.apple.audio.IOThread.client","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":3383024,"symbol":"HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int)","symbolLocation":104,"imageIndex":17},{"imageOffset":1871364,"symbol":"HALC_ProxyIOContext::IOWorkLoop()","symbolLocation":3360,"imageIndex":17},{"imageOffset":1866464,"symbol":"invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int)","symbolLocation":100,"imageIndex":17},{"imageOffset":3748896,"symbol":"HALB_IOThread::Entry(void*)","symbolLocation":88,"imageIndex":17},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57665,"frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":79540,"symbol":"XServerMachPort::ReceiveMessage(int&, void*, int&)","symbolLocation":104,"imageIndex":18},{"imageOffset":291068,"symbol":"MIDIProcess::MIDIInPortThread::Run()","symbolLocation":164,"imageIndex":18},{"imageOffset":182000,"symbol":"XThread::RunHelper(void*)","symbolLocation":48,"imageIndex":18},{"imageOffset":186772,"symbol":"CAPThread::Entry(CAPThread*)","symbolLocation":92,"imageIndex":18},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57666,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":62236,"sourceLine":1312,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::freewheel_thread()","imageIndex":19,"symbolLocation":252},{"imageOffset":49616,"sourceLine":509,"sourceFile":"coreaudio_backend.cc","symbol":"pthread_freewheel(void*)","imageIndex":19,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57682,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57683,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57684,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57685,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57686,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57687,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57688,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":12673604,"sourceLine":112,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::run()","imageIndex":12,"symbolLocation":68},{"imageOffset":12673528,"sourceLine":68,"sourceFile":"rt_tasklist.cc","symbol":"ARDOUR::RTTaskList::_thread_run(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57689,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4170300,"sourceLine":455,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":688},{"imageOffset":4159732,"sourceLine":560,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::main_thread()","imageIndex":12,"symbolLocation":760},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57690,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4170300,"sourceLine":455,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":688},{"imageOffset":4160208,"sourceLine":506,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::helper_thread()","imageIndex":12,"symbolLocation":372},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57691,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4163972,"sourceLine":330,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::reached_terminal_node()","imageIndex":12,"symbolLocation":404},{"imageOffset":4224104,"sourceLine":74,"sourceFile":"graphnode.cc","symbol":"ARDOUR::GraphNode::finish(int)","imageIndex":12,"symbolLocation":188},{"imageOffset":4171416,"sourceLine":65,"sourceFile":"graphnode.h","symbol":"ARDOUR::GraphNode::run(int)","imageIndex":12,"symbolLocation":44},{"imageOffset":4170624,"sourceLine":475,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":1012},{"imageOffset":4160208,"sourceLine":506,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::helper_thread()","imageIndex":12,"symbolLocation":372},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57692,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4170300,"sourceLine":455,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":688},{"imageOffset":4160208,"sourceLine":506,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::helper_thread()","imageIndex":12,"symbolLocation":372},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57693,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4170300,"sourceLine":455,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":688},{"imageOffset":4160208,"sourceLine":506,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::helper_thread()","imageIndex":12,"symbolLocation":372},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57694,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4170300,"sourceLine":455,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":688},{"imageOffset":4160208,"sourceLine":506,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::helper_thread()","imageIndex":12,"symbolLocation":372},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57695,"frames":[{"imageOffset":188236,"symbol":"sem_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":4164280,"sourceLine":64,"sourceFile":"semutils.h","symbol":"PBD::Semaphore::wait()","imageIndex":12,"symbolLocation":28},{"imageOffset":4170300,"sourceLine":455,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::run_one()","imageIndex":12,"symbolLocation":688},{"imageOffset":4160208,"sourceLine":506,"sourceFile":"graph.cc","symbol":"ARDOUR::Graph::helper_thread()","imageIndex":12,"symbolLocation":372},{"imageOffset":4194260,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::Graph>::operator()(ARDOUR::Graph*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":4195096,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> >::operator()<boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::Graph>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":4195004,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::Graph>, boost::_bi::list1<boost::_bi::value<ARDOUR::Graph*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":4194860,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"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(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":51420,"sourceLine":838,"sourceFile":"coreaudio_backend.cc","symbol":"ARDOUR::CoreAudioBackend::coreaudio_process_thread(void*)","imageIndex":19,"symbolLocation":76},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57696,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":211996,"sourceLine":106,"sourceFile":"crossthread.posix.cc","symbol":"CrossThreadChannel::poll_for_request()","imageIndex":11,"symbolLocation":52},{"imageOffset":212180,"sourceLine":133,"sourceFile":"crossthread.posix.cc","symbol":"CrossThreadChannel::receive(char&, bool)","imageIndex":11,"symbolLocation":56},{"imageOffset":1829400,"sourceLine":188,"sourceFile":"butler.cc","symbol":"ARDOUR::Butler::thread_work()","imageIndex":12,"symbolLocation":512},{"imageOffset":1828376,"sourceLine":169,"sourceFile":"butler.cc","symbol":"ARDOUR::Butler::_thread_work(void*)","imageIndex":12,"symbolLocation":76},{"imageOffset":596816,"sourceLine":101,"sourceFile":"pthread_utils.cc","symbol":"fake_thread_start(void*)","imageIndex":11,"symbolLocation":104},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57697,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":214884,"symbol":"g_main_context_iterate","symbolLocation":376,"imageIndex":6},{"imageOffset":215852,"symbol":"g_main_loop_run","symbolLocation":196,"imageIndex":6},{"imageOffset":44912,"sourceLine":102,"sourceFile":"base_ui.cc","symbol":"BaseUI::main_thread()","imageIndex":11,"symbolLocation":612},{"imageOffset":78052,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, BaseUI>::operator()(BaseUI*) const","imageIndex":11,"symbolLocation":100},{"imageOffset":77896,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<BaseUI*> >::operator()<boost::_mfi::mf0<void, BaseUI>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, BaseUI>&, boost::_bi::list0&, int)","imageIndex":11,"symbolLocation":80},{"imageOffset":77760,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >::operator()()","imageIndex":11,"symbolLocation":60},{"imageOffset":76812,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >, void>::invoke(boost::detail::function::function_buffer&)","imageIndex":11,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57698,"frames":[{"imageOffset":39632,"symbol":"poll","symbolLocation":8,"imageIndex":0},{"imageOffset":214884,"symbol":"g_main_context_iterate","symbolLocation":376,"imageIndex":6},{"imageOffset":215852,"symbol":"g_main_loop_run","symbolLocation":196,"imageIndex":6},{"imageOffset":44912,"sourceLine":102,"sourceFile":"base_ui.cc","symbol":"BaseUI::main_thread()","imageIndex":11,"symbolLocation":612},{"imageOffset":78052,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, BaseUI>::operator()(BaseUI*) const","imageIndex":11,"symbolLocation":100},{"imageOffset":77896,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<BaseUI*> >::operator()<boost::_mfi::mf0<void, BaseUI>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, BaseUI>&, boost::_bi::list0&, int)","imageIndex":11,"symbolLocation":80},{"imageOffset":77760,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >::operator()()","imageIndex":11,"symbolLocation":60},{"imageOffset":76812,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, BaseUI>, boost::_bi::list1<boost::_bi::value<BaseUI*> > >, void>::invoke(boost::detail::function::function_buffer&)","imageIndex":11,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57699,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":14125492,"sourceLine":1210,"sourceFile":"session_process.cc","symbol":"ARDOUR::Session::emit_thread_run()","imageIndex":12,"symbolLocation":88},{"imageOffset":14125256,"sourceLine":1199,"sourceFile":"session_process.cc","symbol":"ARDOUR::Session::emit_thread(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57700,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":13073672,"sourceLine":7323,"sourceFile":"session.cc","symbol":"ARDOUR::Session::auto_connect_thread_run()","imageIndex":12,"symbolLocation":1184},{"imageOffset":13072480,"sourceLine":7254,"sourceFile":"session.cc","symbol":"ARDOUR::Session::auto_connect_thread(void*)","imageIndex":12,"symbolLocation":44},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57701,"frames":[{"imageOffset":20156,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":0},{"imageOffset":60808,"symbol":"nanosleep","symbolLocation":216,"imageIndex":20},{"imageOffset":373224,"symbol":"g_usleep","symbolLocation":72,"imageIndex":6},{"imageOffset":1659736,"sourceLine":205,"sourceFile":"automation_watch.cc","symbol":"ARDOUR::AutomationWatch::thread()","imageIndex":12,"symbolLocation":124},{"imageOffset":1704160,"sourceLine":49,"sourceFile":"mem_fn_template.hpp","symbol":"boost::_mfi::mf0<void, ARDOUR::AutomationWatch>::operator()(ARDOUR::AutomationWatch*) const","imageIndex":12,"symbolLocation":100},{"imageOffset":1704024,"sourceLine":259,"sourceFile":"bind.hpp","symbol":"void boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list0>(boost::_bi::type<void>, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>&, boost::_bi::list0&, int)","imageIndex":12,"symbolLocation":80},{"imageOffset":1703932,"sourceLine":1294,"sourceFile":"bind.hpp","symbol":"boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> > >::operator()()","imageIndex":12,"symbolLocation":60},{"imageOffset":1703344,"sourceLine":159,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> > >, void>::invoke(boost::detail::function::function_buffer&)","imageIndex":12,"symbolLocation":32},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57906,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":126996,"sourceLine":323,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_dequeue_draw_request()","imageIndex":13,"symbolLocation":112},{"imageOffset":126872,"sourceLine":312,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::dequeue_draw_request()","imageIndex":13,"symbolLocation":80},{"imageOffset":128656,"sourceLine":501,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":84},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57907,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":126996,"sourceLine":323,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_dequeue_draw_request()","imageIndex":13,"symbolLocation":112},{"imageOffset":126872,"sourceLine":312,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::dequeue_draw_request()","imageIndex":13,"symbolLocation":80},{"imageOffset":128656,"sourceLine":501,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":84},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57908,"frames":[{"imageOffset":14092,"symbol":"__ulock_wait","symbolLocation":8,"imageIndex":0},{"imageOffset":8512,"symbol":"_os_unfair_lock_lock_slow","symbolLocation":228,"imageIndex":21},{"imageOffset":14136,"symbol":"tiny_malloc_should_clear","symbolLocation":156,"imageIndex":22},{"imageOffset":9620,"symbol":"szone_malloc_should_clear","symbolLocation":92,"imageIndex":22},{"imageOffset":124784,"symbol":"_malloc_zone_malloc","symbolLocation":156,"imageIndex":22},{"imageOffset":191372,"symbol":"_cairo_path_fixed_add","symbolLocation":176,"imageIndex":23},{"imageOffset":190940,"symbol":"_cairo_path_fixed_line_to","symbolLocation":620,"imageIndex":23},{"imageOffset":86672,"symbol":"_cairo_default_context_line_to","symbolLocation":84,"imageIndex":23},{"imageOffset":54608,"symbol":"cairo_line_to","symbolLocation":36,"imageIndex":23},{"imageOffset":15352,"symbol":"Cairo::Context::line_to(double, double)","symbolLocation":24,"imageIndex":24},{"imageOffset":64816,"sourceLine":678,"sourceFile":"wave_view.cc","symbol":"ArdourWaveView::WaveView::draw_image(Cairo::RefPtr<Cairo::ImageSurface>&, ARDOUR::PeakData*, int, boost::shared_ptr<ArdourWaveView::WaveViewDrawRequest>)","imageIndex":13,"symbolLocation":4372},{"imageOffset":69884,"sourceLine":934,"sourceFile":"wave_view.cc","symbol":"ArdourWaveView::WaveView::process_draw_request(boost::shared_ptr<ArdourWaveView::WaveViewDrawRequest>)","imageIndex":13,"symbolLocation":828},{"imageOffset":128732,"sourceLine":507,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":160},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57909,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":126996,"sourceLine":323,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_dequeue_draw_request()","imageIndex":13,"symbolLocation":112},{"imageOffset":126872,"sourceLine":312,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::dequeue_draw_request()","imageIndex":13,"symbolLocation":80},{"imageOffset":128656,"sourceLine":501,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":84},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57910,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":126996,"sourceLine":323,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_dequeue_draw_request()","imageIndex":13,"symbolLocation":112},{"imageOffset":126872,"sourceLine":312,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::dequeue_draw_request()","imageIndex":13,"symbolLocation":80},{"imageOffset":128656,"sourceLine":501,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":84},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"triggered":true,"id":57911,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1},{"value":4532420648},{"value":11581570664351609078},{"value":11581570667926110454},{"value":14757395258967641293},{"value":10},{"value":0},{"value":55},{"value":10519},{"value":4194304},{"value":328},{"value":8016000304},{"value":0},{"value":6},{"value":6158479360},{"value":54791},{"value":6158476048},{"value":4532420608},{"value":0},{"value":0},{"value":6137196562},{"value":6158479360},{"value":33554432}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6497439408},"cpsr":{"value":1073745920},"fp":{"value":6158475808},"sp":{"value":6158475776},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6497229240,"matchesCrashFrame":1},"far":{"value":4685414400}},"frames":[{"imageOffset":39352,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":0},{"imageOffset":28336,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":10},{"imageOffset":496404,"symbol":"abort","symbolLocation":164,"imageIndex":20},{"imageOffset":64028,"symbol":"malloc_vreport","symbolLocation":552,"imageIndex":22},{"imageOffset":150668,"symbol":"malloc_zone_error","symbolLocation":104,"imageIndex":22},{"imageOffset":150064,"symbol":"free_list_checksum_botch","symbolLocation":40,"imageIndex":22},{"imageOffset":28272,"symbol":"tiny_free_no_lock","symbolLocation":2264,"imageIndex":22},{"imageOffset":25624,"symbol":"free_tiny","symbolLocation":428,"imageIndex":22},{"imageOffset":118948,"sourceLine":41,"sourceFile":"checked_delete.hpp","symbol":"void boost::checked_array_delete<ARDOUR::PeakData>(ARDOUR::PeakData*)","imageIndex":13,"symbolLocation":36},{"imageOffset":1277944,"sourceLine":69,"sourceFile":"scoped_array.hpp","symbol":"boost::scoped_array<ARDOUR::PeakData>::~scoped_array()","imageIndex":12,"symbolLocation":32},{"imageOffset":1222752,"sourceLine":65,"sourceFile":"scoped_array.hpp","symbol":"boost::scoped_array<ARDOUR::PeakData>::~scoped_array()","imageIndex":12,"symbolLocation":28},{"imageOffset":1237492,"sourceLine":75,"sourceFile":"scoped_array.hpp","symbol":"boost::scoped_array<ARDOUR::PeakData>::reset(ARDOUR::PeakData*)","imageIndex":12,"symbolLocation":144},{"imageOffset":1233764,"sourceLine":592,"sourceFile":"audiosource.cc","symbol":"ARDOUR::AudioSource::read_peaks_with_fpp(ARDOUR::PeakData*, long long, long long, long long, double, long long) const","imageIndex":12,"symbolLocation":3740},{"imageOffset":1230012,"sourceLine":327,"sourceFile":"audiosource.cc","symbol":"ARDOUR::AudioSource::read_peaks(ARDOUR::PeakData*, long long, long long, long long, double) const","imageIndex":12,"symbolLocation":76},{"imageOffset":1054960,"sourceLine":446,"sourceFile":"audioregion.cc","symbol":"ARDOUR::AudioRegion::read_peaks(ARDOUR::PeakData*, long long, long long, long long, unsigned int, double) const","imageIndex":12,"symbolLocation":136},{"imageOffset":69468,"sourceLine":901,"sourceFile":"wave_view.cc","symbol":"ArdourWaveView::WaveView::process_draw_request(boost::shared_ptr<ArdourWaveView::WaveViewDrawRequest>)","imageIndex":13,"symbolLocation":412},{"imageOffset":128732,"sourceLine":507,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":160},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57912,"frames":[{"imageOffset":20672,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30728,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":10},{"imageOffset":490344,"symbol":"g_cond_wait","symbolLocation":52,"imageIndex":6},{"imageOffset":126996,"sourceLine":323,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_dequeue_draw_request()","imageIndex":13,"symbolLocation":112},{"imageOffset":126872,"sourceLine":312,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::dequeue_draw_request()","imageIndex":13,"symbolLocation":80},{"imageOffset":128656,"sourceLine":501,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::_thread_proc()","imageIndex":13,"symbolLocation":84},{"imageOffset":128452,"sourceLine":415,"sourceFile":"wave_view_private.cc","symbol":"ArdourWaveView::WaveViewThreads::thread_proc()","imageIndex":13,"symbolLocation":64},{"imageOffset":162992,"sourceLine":118,"sourceFile":"function_template.hpp","symbol":"boost::detail::function::void_function_invoker0<void (*)(), void>::invoke(boost::detail::function::function_buffer&)","imageIndex":13,"symbolLocation":36},{"imageOffset":371436,"sourceLine":768,"sourceFile":"function_template.hpp","symbol":"boost::function0<void>::operator()() const","imageIndex":4,"symbolLocation":100},{"imageOffset":601060,"sourceLine":483,"sourceFile":"pthread_utils.cc","symbol":"PBD::Thread::_run(void*)","imageIndex":11,"symbolLocation":68},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"id":57947,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":57979,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6497189888,
    "size" : 221184,
    "uuid" : "384945e6-dd71-37e5-9a3d-84fff14a1e60",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6583209984,
    "CFBundleShortVersionString" : "1.600.0",
    "CFBundleIdentifier" : "com.apple.SkyLight",
    "size" : 3985408,
    "uuid" : "c0fa581f-e027-367f-ab10-ca8b5f8047d5",
    "path" : "\/System\/Library\/PrivateFrameworks\/SkyLight.framework\/Versions\/A\/SkyLight",
    "name" : "SkyLight"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6543437824,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15429632,
    "uuid" : "8701760d-31b6-37eb-be77-ffb39921dd22",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.30.116"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4464410624,
    "size" : 491520,
    "uuid" : "66cefa52-8847-337d-a9dc-2c34e0bfbabd",
    "path" : "\/Users\/USER\/*\/libgdk-quartz-2.0.0.dylib",
    "name" : "libgdk-quartz-2.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4329684992,
    "size" : 24035328,
    "uuid" : "14ed5e99-2982-3fb8-9ca6-631802fcc3db",
    "path" : "\/Users\/USER\/*\/ardour-7.0.pre0.2576",
    "name" : "ardour-7.0.pre0.2576"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4465393664,
    "size" : 753664,
    "uuid" : "fde0dbfc-9b8a-3ad9-b0e4-2aacb60b7b7b",
    "path" : "\/Users\/USER\/*\/libcanvas.dylib",
    "name" : "libcanvas.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4468736000,
    "size" : 1048576,
    "uuid" : "738d3ae0-2461-3c06-b5d2-a6d3a7ea16bd",
    "path" : "\/Users\/USER\/*\/libglib-2.0.0.dylib",
    "name" : "libglib-2.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4499832832,
    "size" : 3555328,
    "uuid" : "f4d7772c-4122-3e03-8bec-a3da06c54cd8",
    "path" : "\/Users\/USER\/*\/libgtk-quartz-2.0.0.dylib",
    "name" : "libgtk-quartz-2.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4480106496,
    "size" : 802816,
    "uuid" : "b2dfb27e-5f48-30f9-a0f2-1c80ca6f3928",
    "path" : "\/Users\/USER\/*\/libgtkmm2ext.dylib",
    "name" : "libgtkmm2ext.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4445257728,
    "size" : 393216,
    "uuid" : "d21a73ea-79cd-36eb-8ac9-2c5cf5181a27",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6497411072,
    "size" : 53248,
    "uuid" : "f7b2eccf-e6f1-3109-ae81-9028c0b8332a",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4489232384,
    "size" : 1064960,
    "uuid" : "e3e3eccf-012f-3448-975b-fc130d344516",
    "path" : "\/Users\/USER\/*\/libpbd.dylib",
    "name" : "libpbd.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4543086592,
    "size" : 20201472,
    "uuid" : "5c3487d0-bfc4-379b-aef2-b7b4ef750e72",
    "path" : "\/Users\/USER\/*\/libardour.dylib",
    "name" : "libardour.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4449255424,
    "size" : 180224,
    "uuid" : "79e1101b-e718-39b7-950f-ad2b90842e55",
    "path" : "\/Users\/USER\/*\/libwaveview.dylib",
    "name" : "libwaveview.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6641831936,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 163840,
    "uuid" : "f8f1663b-806a-3544-9a8b-2a595d06dfdd",
    "path" : "\/System\/Library\/PrivateFrameworks\/caulk.framework\/Versions\/A\/caulk",
    "name" : "caulk"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6497730560,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5521408,
    "uuid" : "35473de6-c433-332c-aee0-013fd5f6d4fd",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1856.107"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4484136960,
    "size" : 1130496,
    "uuid" : "844021f8-e360-3ced-a11f-2c4092690237",
    "path" : "\/Users\/USER\/*\/libgio-2.0.0.dylib",
    "name" : "libgio-2.0.0.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6524493824,
    "CFBundleShortVersionString" : "5.0",
    "CFBundleIdentifier" : "com.apple.audio.CoreAudio",
    "size" : 7532544,
    "uuid" : "b1a13ce9-3aa2-3411-b64c-f9d2d4b293a0",
    "path" : "\/System\/Library\/Frameworks\/CoreAudio.framework\/Versions\/A\/CoreAudio",
    "name" : "CoreAudio",
    "CFBundleVersion" : "5.0"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6872072192,
    "CFBundleShortVersionString" : "2.0",
    "CFBundleIdentifier" : "com.apple.audio.midi.CoreMIDI",
    "size" : 466944,
    "uuid" : "696d81b3-7038-3951-826e-833a0cf5577f",
    "path" : "\/System\/Library\/Frameworks\/CoreMIDI.framework\/Versions\/A\/CoreMIDI",
    "name" : "CoreMIDI",
    "CFBundleVersion" : "88"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4718428160,
    "size" : 294912,
    "uuid" : "72b11498-238c-3ebb-917d-da90c6025da5",
    "path" : "\/Users\/USER\/*\/libcoreaudio_backend.dylib",
    "name" : "libcoreaudio_backend.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6496145408,
    "size" : 528384,
    "uuid" : "0dbc8b95-0037-3725-a769-0c772c293488",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6497517568,
    "size" : 32768,
    "uuid" : "49cf1536-27e5-3a34-9724-d75552cbab56",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6495420416,
    "size" : 176128,
    "uuid" : "961751ed-f18b-30d4-8025-aa12ca23197b",
    "path" : "\/usr\/lib\/system\/libsystem_malloc.dylib",
    "name" : "libsystem_malloc.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4476076032,
    "size" : 704512,
    "uuid" : "f4f22fa5-72ac-36a7-b0f2-50b3d1621413",
    "path" : "\/Users\/USER\/*\/libcairo.2.dylib",
    "name" : "libcairo.2.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4471947264,
    "size" : 65536,
    "uuid" : "2b05d26c-3f3d-3aae-9aa1-813e34e5f40f",
    "path" : "\/Users\/USER\/*\/libcairomm-1.0.1.dylib",
    "name" : "libcairomm-1.0.1.dylib"
  }
],
  "sharedCache" : {
  "base" : 6494240768,
  "size" : 3091218432,
  "uuid" : "296eb28e-6aeb-3129-8fa6-feb92261a4eb"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework              1024K        8 \nActivity Tracing                   256K        1 \nCG backing stores                  768K        4 \nCG image                           768K       20 \nColorSync                          592K       26 \nCoreAnimation                     12.3M       15 \nCoreGraphics                        32K        2 \nCoreUI image data                  704K       10 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                           558.9M      709 \nMALLOC guard page                  192K       10 \nMALLOC_MEDIUM (reserved)         848.0M        9         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           256.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                       56.7M       45 \nStack                             28.1M       46 \nVM_ALLOCATE                        1.0G       22 \n__AUTH                            1987K      199 \n__AUTH_CONST                      12.2M      359 \n__DATA                            11.6M      452 \n__DATA_CONST                      17.3M      462 \n__DATA_DIRTY                       969K      128 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       816.1M      104 \n__OBJC_CONST                      2014K      165 \n__OBJC_RO                         82.1M        1 \n__OBJC_RW                         3104K        1 \n__TEXT                           367.6M      478 \n__UNICODE                          588K        1 \ndyld private memory               4096K        3 \nmapped file                      154.3M       26 \nshared memory                      864K       14 \n===========                     =======  ======= \nTOTAL                              4.2G     3324 \nTOTAL, minus reserved VM space     3.1G     3324 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {

      },
      "deploymentId" : 240000349
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000136
    },
    {
      "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "622657ce37186c771d5404ad"
      },
      "deploymentId" : 240000416
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "61fb0e87c773c43cde3bb80e"
      },
      "deploymentId" : 240000305
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    }
  ],
  "experiments" : [

  ]
}
}

Model: Macmini9,1, BootROM 7429.81.3, proc 8:4:4 processors, 16 GB, SMC 
Graphics: Apple M1, Apple M1, Built-In
Display: E24, 1920 x 1080 (1080p FHD - Full High Definition), Main, MirrorOff, Online
Memory Module: LPDDR4
AirPort: Wi-Fi, wl0: Oct 26 2021 16:10:41 version 18.20.310.15.7.8.120 FWID 01-5d6c3867
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB30Bus
USB Device: MicU
USB Device: hub_device
USB Device: Macally RKEY USB Keyboard
USB Device: PreSonus FP2
USB Device: USB-PS/2 Optical Mouse
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Bus: Mac mini, Apple Inc.

read_fpp_crash_mac_m1.txt (146,301 bytes)   

johne53

2022-04-29 13:09

reporter   ~0026425

This got fixed in commit #6f5d3d8dd9, from Apr 26th 2022. It looks like it was just a mis-type when converting from Mutex to RWLock.

Issue History

Date Modified Username Field Change
2022-04-16 07:06 johne53 New Issue
2022-04-16 08:04 johne53 Note Added: 0026403
2022-04-17 08:49 johne53 File Added: Waveform-corrupted.png
2022-04-17 08:49 johne53 File Added: Waveform-normal.png
2022-04-17 08:49 johne53 Note Added: 0026404
2022-04-18 15:20 johne53 Note Added: 0026408
2022-04-22 10:54 johne53 Note Added: 0026412
2022-04-22 18:13 paul Note Added: 0026414
2022-04-25 15:11 BenLoftis Note Added: 0026418
2022-04-25 15:11 BenLoftis File Added: read_fpp_crash_mac_m1.txt
2022-04-29 13:09 johne53 Note Added: 0026425