Open n18abdel opened 1 year ago
We have a very similar issue. In our case however we don't have a video splashscreen, we have a plain html splashscreen with only text.
For us the error appears both in debug and release bundles but not in dev.
We noticed that we don't get a SIGBUS
if we sleep for at least 150ms before closing the splashscreen.
tauri::async_runtime::spawn(async move {
std::thread::sleep(std::time::Duration::from_millis(150)); // <-- Sleeping less causes SIGBUS.
// TODO: Load user settings.
// TODO: Load user projects.
w_splashscreen
.close()
.expect("could not close splashscreen");
w_main.show().expect("could not show main window");
});
Crash message:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: My_app [50373]
Path: /Volumes/VOLUME/My_app.app/Contents/MacOS/My_app
Identifier: so.my_app.desktop
Version: 0.10.0 (20230504.114620)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2023-05-04 13:46:28.2014 +0200
OS Version: macOS 13.0 (22A380)
Report Version: 12
Anonymous UUID: 25D20105-B49E-D01E-2831-9EBBB74FFC8C
Sleep/Wake UUID: 1F107458-AC01-4373-8437-7C8B189C5242
Time Awake Since Boot: 59000 seconds
Time Since Wake: 3379 seconds
System Integrity Protection: enabled
Crashed Thread: 0 main Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000600000828070
Exception Codes: 0x0000000000000002, 0x0000600000828070
Termination Reason: Namespace SIGNAL, Code 10 Bus error: 10
Terminating Process: exc handler [50373]
VM Region Info: 0x600000828070 is in 0x600000000000-0x600008000000; bytes after start: 8552560 bytes before end: 125665167
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
commpage (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated)
GAP OF 0x5f9000000000 BYTES
---> MALLOC_NANO 600000000000-600008000000 [128.0M] rw-/rwx SM=PRV
MALLOC_NANO (reserved) 600008000000-600010000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)
Thread 0 Crashed:: main Dispatch queue: com.apple.main-thread
0 ??? 0x600000828070 ???
1 My_app 0x100e7a2f4 wry::webview::wkwebview::InnerWebView::new::start_task::ha556d8ad8f0d059e + 7360
2 WebKit 0x1d0886b44 WebKit::WebURLSchemeHandlerCocoa::platformStartTask(WebKit::WebPageProxy&, WebKit::WebURLSchemeTask&) + 76
3 WebKit 0x1d0a37414 WebKit::WebURLSchemeHandler::startTask(WebKit::WebPageProxy&, WebKit::WebProcessProxy&, WTF::ObjectIdentifier<WebCore::PageIdentifierType>, WebKit::URLSchemeTaskParameters&&, WTF::CompletionHandler<void (WebCore::ResourceResponse const&, WebCore::ResourceError const&, WTF::Vector<unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&)>&&) + 796
4 WebKit 0x1d0a3709c WebKit::WebPageProxy::startURLSchemeTaskShared(WTF::Ref<WebKit::WebProcessProxy, WTF::RawPtrTraits<WebKit::WebProcessProxy> >&&, WTF::ObjectIdentifier<WebCore::PageIdentifierType>, WebKit::URLSchemeTaskParameters&&) + 124
5 WebKit 0x1d0a36fec WebKit::WebPageProxy::startURLSchemeTask(WebKit::URLSchemeTaskParameters&&) + 52
6 WebKit 0x1d0dde4a4 WebKit::WebPageProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 43156
7 WebKit 0x1d0831b08 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&) + 192
8 WebKit 0x1d0a4e40c WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&) + 40
9 WebKit 0x1d0828728 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >) + 260
10 WebKit 0x1d0827fb0 IPC::Connection::dispatchIncomingMessages() + 268
11 JavaScriptCore 0x1ca1148f8 WTF::RunLoop::performWork() + 200
12 JavaScriptCore 0x1ca115630 WTF::RunLoop::performWork(void*) + 36
13 CoreFoundation 0x1b102da34 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
14 CoreFoundation 0x1b102d9c8 __CFRunLoopDoSource0 + 176
15 CoreFoundation 0x1b102d738 __CFRunLoopDoSources0 + 244
16 CoreFoundation 0x1b102c33c __CFRunLoopRun + 836
17 CoreFoundation 0x1b102b8a4 CFRunLoopRunSpecific + 612
18 HIToolbox 0x1ba69f3bc RunCurrentEventLoopInMode + 292
19 HIToolbox 0x1ba69f200 ReceiveNextEventCommon + 672
20 HIToolbox 0x1ba69ef48 _BlockUntilNextEventMatchingListInModeWithFilter + 72
21 AppKit 0x1b4284630 _DPSNextEvent + 632
22 AppKit 0x1b42837c0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728
23 AppKit 0x1b4277bf0 -[NSApplication run] + 464
24 My_app 0x100d101fc _$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h07cb5ba2d69ae687 + 84
25 My_app 0x100d0fd5c objc::message::platform::send_unverified::_$u7b$$u7b$closure$u7d$$u7d$::h5249056a9bec88b1 + 52
26 My_app 0x100d15734 objc_exception::try::_$u7b$$u7b$closure$u7d$$u7d$::h808552b6c4f042f4 + 44
27 My_app 0x100d154dc objc_exception::try_no_ret::try_objc_execute_closure::ha9c8d4e2d7d30bd4 + 80
28 My_app 0x100fe9998 RustObjCExceptionTryCatch + 36
29 My_app 0x100d15294 objc_exception::try_no_ret::h6c381d959aeb8e7c + 192
30 My_app 0x100d15534 objc_exception::try::h0d7c3cd3f2ab0804 + 72
31 My_app 0x100d10044 objc::exception::try::h28144fcf35c97176 + 40
32 My_app 0x100d0fbe4 objc::message::platform::send_unverified::h217880713732a35c + 136
33 My_app 0x100b93730 objc::message::send_message::h9c3216bd7b2381f5 + 20 (mod.rs:178) [inlined]
34 My_app 0x100b93730 tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::ha67e8630abc3c85d + 1060 (event_loop.rs:193)
35 My_app 0x100b94598 tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h36e564e7d401be90 + 52 (event_loop.rs:160)
36 My_app 0x100b94b74 tao::event_loop::EventLoop$LT$T$GT$::run::h7a9a8207c3fcb11e + 88 (event_loop.rs:179)
37 My_app 0x100c00220 _$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::hc236b83d38761453 + 488 (lib.rs:2129)
38 My_app 0x100aa1124 tauri::app::App$LT$R$GT$::run::hf31d04c4f91c70bd + 276 (app.rs:846)
39 My_app 0x100ad3c58 my_app_desktop_tauri::main::hca8aa355ee99db0f + 11732 (main.rs:104)
40 My_app 0x100c413cc core::ops::function::FnOnce::call_once::he161f15d0e23eb86 + 20 (function.rs:251)
41 My_app 0x100bf1d2c std::sys_common::backtrace::__rust_begin_short_backtrace::hcc82b144a7f18bab + 24 (backtrace.rs:121)
42 My_app 0x100a71ac8 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::ha93c0ba7138f0fdc + 28 (rt.rs:166)
43 My_app 0x1013a57e4 std::rt::lang_start_internal::ha8cf2c4b0a984c7b + 616
44 My_app 0x100a71a90 std::rt::lang_start::h9cecb4f0c5452575 + 84 (rt.rs:165)
45 My_app 0x100ad3ca8 main + 36
46 dyld 0x1b0c23e50 start + 2544
Thread 1:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 4:: JavaScriptCore libpas scavenger
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 JavaScriptCore 0x1ca1b50b4 scavenger_thread_main + 1164
3 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
4 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 5:: com.apple.coreanimation.render-server
0 libsystem_kernel.dylib 0x1b0f0edf0 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1b0f208d8 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x1b0f17638 mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1b0f0f16c mach_msg + 24
4 QuartzCore 0x1b86b5654 CA::Render::Server::server_thread(void*) + 564
5 QuartzCore 0x1b86b5410 thread_fun(void*) + 32
6 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
7 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 6:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 7:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 8:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 9:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10108e5d4 tokio::runtime::park::Inner::park::h8a23a24444c9444f + 332
5 My_app 0x10108e3f0 tokio::runtime::park::ParkThread::park::h1c72f5a642a68bc7 + 40
6 My_app 0x101073db8 tokio::runtime::driver::IoStack::park::h1260020a95c353f4 + 28
7 My_app 0x101073c04 tokio::runtime::driver::Driver::park::h9035fd804252167b + 32
8 My_app 0x10105de60 tokio::runtime::scheduler::multi_thread::park::Inner::park_driver::hddf445cb86f5fff2 + 140
9 My_app 0x10105da64 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 512
10 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
11 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
12 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
13 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
14 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
15 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
16 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
17 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
18 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
19 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
20 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
21 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
22 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
23 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
24 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
25 My_app 0x101099008 __rust_try + 32
26 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
27 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
28 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
29 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
30 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
31 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
32 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
33 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
34 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
35 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
36 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
37 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
38 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
39 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
40 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
41 My_app 0x101099008 __rust_try + 32
42 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
43 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
44 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
45 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
46 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
47 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
48 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 10:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10105db94 tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7 + 220
5 My_app 0x10105d9d0 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 364
6 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
7 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
8 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
9 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
10 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
11 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
12 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
13 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
14 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
15 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
16 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
17 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
18 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
19 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
20 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
21 My_app 0x101099008 __rust_try + 32
22 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
23 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
24 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
25 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
26 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
27 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
28 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
29 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
30 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
31 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
32 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
33 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
34 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
35 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
36 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
37 My_app 0x101099008 __rust_try + 32
38 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
39 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
40 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
41 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
42 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
43 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
44 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 11:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f13378 __recvfrom + 8
1 My_app 0x1013acabc std::net::udp::UdpSocket::recv::h2890ab329dc2146d + 28
2 My_app 0x1011ebfcc security_framework::secure_transport::read_func::_$u7b$$u7b$closure$u7d$$u7d$::hb2c158a843733365 + 104
3 My_app 0x1011ef138 core::ops::function::FnOnce::call_once::hf9f792c675458065 + 16
4 My_app 0x1011ce44c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h9f4f137777ff2ac7 + 40
5 My_app 0x10120e578 std::panicking::try::do_call::h38304713291724fc + 164
6 My_app 0x101212cf0 __rust_try + 32
7 My_app 0x10120e108 std::panicking::try::h8005cac9b8c7d9f1 + 112
8 My_app 0x1011da584 std::panic::catch_unwind::h550534772da1de4e + 40
9 My_app 0x1011ebccc security_framework::secure_transport::read_func::hcf40900c1d51bb27 + 256
10 Security 0x1b39eaec4 SSLRecordReadInternal + 104
11 Security 0x1b37858b8 SSLHandshakeProceed + 132
12 Security 0x1b37857bc SSLHandshake + 232
13 My_app 0x1011ea2b0 security_framework::secure_transport::SslStream$LT$S$GT$::handshake::hff440d1a3d482a16 + 40
14 My_app 0x1011eabb8 security_framework::secure_transport::MidHandshakeClientBuilder$LT$S$GT$::handshake::hab4b724a34232586 + 1780
15 My_app 0x1011e9c3c security_framework::secure_transport::ClientBuilder::handshake::h1a877f08b789b8e1 + 532
16 My_app 0x1011f553c native_tls::imp::TlsConnector::connect::h59ac5dbc06826e39 + 788
17 My_app 0x1011cde70 native_tls::TlsConnector::connect::h5108592073b3dd99 + 52
18 My_app 0x1011dfa10 attohttpc::tls::native_tls_impl::TlsHandshaker::handshake::h468e7b1c6aab2d67 + 268
19 My_app 0x10120840c attohttpc::streams::BaseStream::connect_tls::h56e41dd446d9dc90 + 460
20 My_app 0x101206b40 attohttpc::streams::BaseStream::connect::h6dfcd43867cf7762 + 992
21 My_app 0x100a93d98 attohttpc::request::PreparedRequest$LT$B$GT$::send::hf3affcee6a50ada7 + 728 (mod.rs:228)
22 My_app 0x100aea830 attohttpc::request::builder::RequestBuilder$LT$B$GT$::send::hbde912639b4de752 + 184 (builder.rs:444)
23 My_app 0x100a8bfb4 tauri::api::http::Client::send::_$u7b$$u7b$closure$u7d$$u7d$::ha89602202f08da70 + 2152 (http.rs:232)
24 My_app 0x100b8c9d4 _$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h716e7d781ab3c85e + 108 (mod.rs:91)
25 My_app 0x100b696e8 tauri::updater::core::UpdateBuilder$LT$R$GT$::build::_$u7b$$u7b$closure$u7d$$u7d$::h8f2cade694970472 + 4204 (core.rs:381)
26 My_app 0x100b8d5a8 _$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he6e812fbdb745805 + 108 (mod.rs:91)
27 My_app 0x100ae374c tauri::updater::check_update_with_dialog::_$u7b$$u7b$closure$u7d$$u7d$::hac246c12a8a323a9 + 1548 (mod.rs:415)
28 My_app 0x100b8c3d0 _$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h3ab223d65ad71271 + 96 (mod.rs:91)
29 My_app 0x100aa0f74 tauri::app::App$LT$R$GT$::run_updater_dialog::_$u7b$$u7b$closure$u7d$$u7d$::h10565ceb05644807 + 396 (app.rs:902)
30 My_app 0x100b8da30 _$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hfdc269adee156332 + 96 (mod.rs:91)
31 My_app 0x100c5bb08 _$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h8f7c0e0debf582d4 + 88 (future.rs:124)
32 My_app 0x100b35a74 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h0a42c95efff21dab + 192 (core.rs:223)
33 My_app 0x100ac2e94 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hc6a0fcda15088033 + 116 (unsafe_cell.rs:14)
34 My_app 0x100b354ec tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hb226018df1662340 + 56 (core.rs:212)
35 My_app 0x100c86ca4 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h66aef18c3539c227 + 56 (harness.rs:476)
36 My_app 0x100ac5728 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h0de1643552215aec + 32 (unwind_safe.rs:271)
37 My_app 0x100bd1d18 std::panicking::try::do_call::heac08378265cffd7 + 128 (panicking.rs:483)
38 My_app 0x100bda9cc __rust_try + 32
39 My_app 0x100bc4620 std::panicking::try::h9ecfa02b54228fca + 104 (panicking.rs:447)
40 My_app 0x100b191f8 std::panic::catch_unwind::ha7164f5411705fbc + 32 (panic.rs:137)
41 My_app 0x100c7ecf4 tokio::runtime::task::harness::poll_future::h188ea58cef035dd9 + 88 (harness.rs:464)
42 My_app 0x100c8e010 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::he3aa9dfcda56a793 + 268 (harness.rs:198)
43 My_app 0x100c96adc tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h2d0179330831519a + 28 (harness.rs:152)
44 My_app 0x100a7ea38 tokio::runtime::task::raw::poll::he555788571196174 + 44 (raw.rs:255)
45 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
46 My_app 0x101062558 tokio::runtime::task::LocalNotified$LT$S$GT$::run::h63d48338b568e5b5 + 48
47 My_app 0x10106d3f4 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he1ded54d41af35b3 + 48
48 My_app 0x10106d2f8 tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h2c7be506fe1fde3e + 752
49 My_app 0x10106cc44 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 288
50 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
51 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
52 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
53 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
54 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
55 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
56 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
57 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
58 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
59 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
60 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
61 My_app 0x101099008 __rust_try + 32
62 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
63 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
64 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
65 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
66 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
67 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
68 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
69 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
70 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
71 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
72 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
73 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
74 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
75 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
76 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
77 My_app 0x101099008 __rust_try + 32
78 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
79 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
80 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
81 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
82 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
83 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
84 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 12:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10105db94 tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7 + 220
5 My_app 0x10105d9d0 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 364
6 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
7 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
8 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
9 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
10 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
11 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
12 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
13 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
14 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
15 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
16 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
17 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
18 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
19 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
20 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
21 My_app 0x101099008 __rust_try + 32
22 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
23 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
24 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
25 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
26 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
27 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
28 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
29 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
30 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
31 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
32 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
33 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
34 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
35 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
36 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
37 My_app 0x101099008 __rust_try + 32
38 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
39 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
40 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
41 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
42 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
43 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
44 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 13:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10105db94 tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7 + 220
5 My_app 0x10105d9d0 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 364
6 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
7 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
8 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
9 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
10 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
11 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
12 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
13 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
14 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
15 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
16 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
17 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
18 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
19 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
20 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
21 My_app 0x101099008 __rust_try + 32
22 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
23 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
24 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
25 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
26 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
27 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
28 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
29 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
30 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
31 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
32 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
33 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
34 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
35 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
36 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
37 My_app 0x101099008 __rust_try + 32
38 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
39 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
40 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
41 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
42 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
43 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
44 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 14:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10105db94 tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7 + 220
5 My_app 0x10105d9d0 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 364
6 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
7 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
8 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
9 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
10 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
11 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
12 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
13 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
14 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
15 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
16 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
17 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
18 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
19 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
20 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
21 My_app 0x101099008 __rust_try + 32
22 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
23 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
24 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
25 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
26 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
27 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
28 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
29 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
30 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
31 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
32 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
33 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
34 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
35 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
36 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
37 My_app 0x101099008 __rust_try + 32
38 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
39 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
40 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
41 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
42 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
43 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
44 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 15:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10105db94 tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7 + 220
5 My_app 0x10105d9d0 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 364
6 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
7 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
8 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
9 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
10 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
11 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
12 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
13 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
14 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
15 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
16 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
17 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
18 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
19 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
20 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
21 My_app 0x101099008 __rust_try + 32
22 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
23 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
24 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
25 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
26 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
27 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
28 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
29 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
30 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
31 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
32 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
33 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
34 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
35 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
36 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
37 My_app 0x101099008 __rust_try + 32
38 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
39 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
40 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
41 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
42 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
43 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
44 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 16:: tokio-runtime-worker
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e638 _pthread_cond_wait + 1232
2 My_app 0x10106fcd4 std::sys_common::condvar::Condvar::wait::h9423f3786b126def + 132
3 My_app 0x10103d068 std::sync::condvar::Condvar::wait::h8be8899573fdae0b + 112
4 My_app 0x10105db94 tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7 + 220
5 My_app 0x10105d9d0 tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0 + 364
6 My_app 0x10105d514 tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086 + 52
7 My_app 0x10106de58 tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114 + 592
8 My_app 0x10106dadc tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312 + 340
9 My_app 0x10106cd40 tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317 + 540
10 My_app 0x10106ca9c tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73 + 32
11 My_app 0x10103f9f4 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587 + 148
12 My_app 0x10106c948 tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af + 452
13 My_app 0x10106c774 tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2 + 24
14 My_app 0x1010408b8 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1 + 164
15 My_app 0x10107574c tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f + 192
16 My_app 0x10108d5fc tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230 + 116
17 My_app 0x101075474 tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c + 56
18 My_app 0x1010a5734 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38 + 56
19 My_app 0x1010656d4 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897 + 32
20 My_app 0x101097f4c std::panicking::try::do_call::h1b48891f3116ca15 + 128
21 My_app 0x101099008 __rust_try + 32
22 My_app 0x1010976f4 std::panicking::try::h32eb754ad4fa991a + 104
23 My_app 0x10109a730 std::panic::catch_unwind::h31f5873a0032891f + 32
24 My_app 0x1010a51a8 tokio::runtime::task::harness::poll_future::h7912099ecff85491 + 88
25 My_app 0x1010a3ee4 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936 + 268
26 My_app 0x1010a3b6c tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601 + 28
27 My_app 0x10105789c tokio::runtime::task::raw::poll::h021813596da5c783 + 44
28 My_app 0x101057720 tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec + 64
29 My_app 0x101062624 tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d + 68
30 My_app 0x101062b24 tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069 + 32
31 My_app 0x101064ed0 tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27 + 2072
32 My_app 0x1010645f8 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea + 144
33 My_app 0x101045e28 std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82 + 40
34 My_app 0x1010712f8 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb + 40
35 My_app 0x101065718 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe + 40
36 My_app 0x10109872c std::panicking::try::do_call::hc916f7d4163d16c5 + 156
37 My_app 0x101099008 __rust_try + 32
38 My_app 0x101097878 std::panicking::try::h53f748c683afbfb3 + 108
39 My_app 0x10109a8b8 std::panic::catch_unwind::hac572f1c2e3d37f7 + 40
40 My_app 0x101071160 std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913 + 380
41 My_app 0x1010842d4 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8 + 24
42 My_app 0x1013b6210 std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d + 48
43 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
44 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 17:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 18:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x1b0f0edf0 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1b0f208d8 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x1b0f17638 mach_msg_overwrite + 540
3 libsystem_kernel.dylib 0x1b0f0f16c mach_msg + 24
4 CoreFoundation 0x1b102dbdc __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x1b102c4c8 __CFRunLoopRun + 1232
6 CoreFoundation 0x1b102b8a4 CFRunLoopRunSpecific + 612
7 AppKit 0x1b43ae248 _NSEventThread + 172
8 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
9 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 19:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 20:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 21:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 22:
0 libsystem_pthread.dylib 0x1b0f48e18 start_wqthread + 0
Thread 23:: CVDisplayLink
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e664 _pthread_cond_wait + 1276
2 CoreVideo 0x1b8e219bc CVDisplayLink::waitUntil(unsigned long long) + 324
3 CoreVideo 0x1b8e20a8c CVDisplayLink::runIOThread() + 504
4 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
5 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 24:: CVDisplayLink
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e664 _pthread_cond_wait + 1276
2 CoreVideo 0x1b8e219bc CVDisplayLink::waitUntil(unsigned long long) + 324
3 CoreVideo 0x1b8e20a8c CVDisplayLink::runIOThread() + 504
4 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
5 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 25:: CVDisplayLink
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e664 _pthread_cond_wait + 1276
2 CoreVideo 0x1b8e219bc CVDisplayLink::waitUntil(unsigned long long) + 324
3 CoreVideo 0x1b8e20a8c CVDisplayLink::runIOThread() + 504
4 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
5 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 26:: CVDisplayLink
0 libsystem_kernel.dylib 0x1b0f125e4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1b0f4e664 _pthread_cond_wait + 1276
2 CoreVideo 0x1b8e219bc CVDisplayLink::waitUntil(unsigned long long) + 324
3 CoreVideo 0x1b8e20a8c CVDisplayLink::runIOThread() + 504
4 libsystem_pthread.dylib 0x1b0f4e06c _pthread_start + 148
5 libsystem_pthread.dylib 0x1b0f48e2c thread_start + 8
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x030000020cb709f9 x1: 0x000000016f38c548 x2: 0x0000000000000000 x3: 0x000000016f38c600
x4: 0xfffffffffffffe10 x5: 0x0000000000000018 x6: 0x0000000000000010 x7: 0x0000000000000000
x8: 0x000000016f38c640 x9: 0x0000600000828070 x10: 0x0000000000000001 x11: 0x0000000000000007
x12: 0x0000000000000003 x13: 0x0000600000d28c80 x14: 0x010000020c62c4c1 x15: 0x000000020c62c4c0
x16: 0x00000001b0f7bed0 x17: 0x000000020c62c4c0 x18: 0x0000000000000000 x19: 0x000000013e011380
x20: 0x000000013e00faa0 x21: 0x000000010804d7c0 x22: 0x000000010804d7e0 x23: 0x0000000108028b20
x24: 0x0000000000000011 x25: 0x000000013e011388 x26: 0x0000000108010390 x27: 0x0000000000000007
x28: 0x000000016f38e750 fp: 0x000000016f38aff0 lr: 0x0000000100e87084
sp: 0x000000016f38afe0 pc: 0x0000600000828070 cpsr: 0x60001000
far: 0x0000600000828070 esr: 0x8200000f (Instruction Abort) Permission fault
Binary Images:
0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
0x100a68000 - 0x101e9ffff so.my_app.desktop (0.10.0) <120e7a10-f617-3139-ba8f-d1472d9c1dab> /Volumes/VOLUME/My_app.app/Contents/MacOS/My_app
0x1d03dd000 - 0x1d0fb0fff com.apple.WebKit (18614) <3150ee73-2cf7-3f0e-a953-a5c177ef8450> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x1c9f6f000 - 0x1cb41afff com.apple.JavaScriptCore (18614) <be3862d6-2576-3f55-9334-fb997db344d0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x1b0fac000 - 0x1b1483fff com.apple.CoreFoundation (6.9) <f4ff83fc-e62c-30b4-b3a9-876c8a1fd595> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x1ba66d000 - 0x1ba9a0fff com.apple.HIToolbox (2.1.1) <02b9797f-c47d-30b7-b7b0-802d0d26f31c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x1b424b000 - 0x1b5152fff com.apple.AppKit (6.9) <af9f6891-70ad-3c26-af08-b747344892d2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1b0c1e000 - 0x1b0ca84af dyld (*) <1f56ab4e-f398-3a9c-bfba-fbbd17808963> /usr/lib/dyld
0x1b0f47000 - 0x1b0f53ffb libsystem_pthread.dylib (*) <886caca0-5762-3640-8db2-3fa3b911c062> /usr/lib/system/libsystem_pthread.dylib
0x1b0f0e000 - 0x1b0f46ffb libsystem_kernel.dylib (*) <6d6644d3-3db3-34c4-b1e3-c675ec5360f0> /usr/lib/system/libsystem_kernel.dylib
0x1b866e000 - 0x1b89d0fff com.apple.QuartzCore (1.11) <6eae8b05-2af0-3057-91fc-cf2d9c74dd40> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x1b3726000 - 0x1b3ac8fff com.apple.security (7.0) <98c81f00-6428-341c-b537-7a56ef08430e> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x1b8e1e000 - 0x1b8e7ffff com.apple.CoreVideo (1.8) <fb6c73bd-5e1f-3e88-b952-caaaed8960c9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
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.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)
Writable regions: Total=6.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=6.2G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 2944K 4
CG image 48K 2
ColorSync 560K 25
CoreAnimation 80K 5
CoreGraphics 48K 3
CoreImage 16K 1
CoreServices 176K 1
CoreUI image data 656K 4
Foundation 16K 1
JS JIT generated code 512.0M 3
Kernel Alloc Once 32K 1
MALLOC 299.7M 53
MALLOC guard page 192K 10
MALLOC_LARGE (reserved) 21.3M 2 reserved VM address space (unallocated)
MALLOC_MEDIUM (reserved) 832.0M 7 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 416K 26
Stack 34.3M 27
Stack Guard 56.0M 1
VM_ALLOCATE 464K 22
VM_ALLOCATE (reserved) 4.0G 9 reserved VM address space (unallocated)
WebKit Malloc 160.1M 3
WebKit Malloc (reserved) 32.0M 1 reserved VM address space (unallocated)
__AUTH 1728K 328
__AUTH_CONST 23.1M 541
__CTF 756 1
__DATA 11.3M 532
__DATA_CONST 26.9M 546
__DATA_DIRTY 1943K 218
__FONT_DATA 2352 1
__GLSLBUILTINS 5174K 1
__LINKEDIT 779.1M 5
__OBJC_CONST 4366K 298
__OBJC_RO 65.1M 1
__OBJC_RW 1981K 1
__TEXT 586.5M 568
dyld private memory 256K 1
mapped file 320.2M 38
shared memory 928K 18
=========== ======= =======
TOTAL 8.1G 3312
TOTAL, minus reserved VM space 2.8G 3312
-----------
Full Report
-----------
{"app_name":"My_app","timestamp":"2023-05-04 13:46:29.00 +0200","app_version":"0.10.0","slice_uuid":"120e7a10-f617-3139-ba8f-d1472d9c1dab","build_version":"20230504.114620","platform":1,"bundleID":"so.my_app.desktop","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0 (22A380)","roots_installed":0,"name":"My_app","incident_id":"AE7E5FE7-345E-43E3-B1E1-57A977A100F9"}
{
"uptime" : 59000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro18,3",
"coalitionID" : 8237,
"osVersion" : {
"train" : "macOS 13.0",
"build" : "22A380",
"releaseType" : "User"
},
"captureTime" : "2023-05-04 13:46:28.2014 +0200",
"incident" : "AE7E5FE7-345E-43E3-B1E1-57A977A100F9",
"pid" : 50373,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2023-05-04 13:46:27.0652 +0200",
"procStartAbsTime" : 1431251731183,
"procExitAbsTime" : 1431278320460,
"procName" : "My_app",
"procPath" : "\/Volumes\/VOLUME\/My_app.app\/Contents\/MacOS\/My_app",
"bundleInfo" : {"CFBundleShortVersionString":"0.10.0","CFBundleVersion":"20230504.114620","CFBundleIdentifier":"so.my_app.desktop"},
"storeInfo" : {"deviceIdentifierForVendor":"5B9B068C-08A7-5991-B1EC-C47FFC871ABB","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "so.my_app.desktop",
"crashReporterKey" : "25D20105-B49E-D01E-2831-9EBBB74FFC8C",
"wakeTime" : 3379,
"sleepWakeUUID" : "1F107458-AC01-4373-8437-7C8B189C5242",
"sip" : "enabled",
"vmRegionInfo" : "0x600000828070 is in 0x600000000000-0x600008000000; bytes after start: 8552560 bytes before end: 125665167\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n commpage (reserved) 1000000000-7000000000 [384.0G] ---\/--- SM=NUL ...(unallocated)\n GAP OF 0x5f9000000000 BYTES\n---> MALLOC_NANO 600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV \n MALLOC_NANO (reserved) 600008000000-600010000000 [128.0M] rw-\/rwx SM=NUL ...(unallocated)",
"exception" : {"codes":"0x0000000000000002, 0x0000600000828070","rawCodes":[2,105553124819056],"type":"EXC_BAD_ACCESS","signal":"SIGBUS","subtype":"KERN_PROTECTION_FAILURE at 0x0000600000828070"},
"termination" : {"flags":0,"code":10,"namespace":"SIGNAL","indicator":"Bus error: 10","byProc":"exc handler","byPid":50373},
"vmregioninfo" : "0x600000828070 is in 0x600000000000-0x600008000000; bytes after start: 8552560 bytes before end: 125665167\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n commpage (reserved) 1000000000-7000000000 [384.0G] ---\/--- SM=NUL ...(unallocated)\n GAP OF 0x5f9000000000 BYTES\n---> MALLOC_NANO 600000000000-600008000000 [128.0M] rw-\/rwx SM=PRV \n MALLOC_NANO (reserved) 600008000000-600010000000 [128.0M] rw-\/rwx SM=NUL ...(unallocated)",
"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" : 0,
"threads" : [{"triggered":true,"id":1426889,"threadState":{"x":[{"value":216172790917040633,"symbolLocation":216172782113783809,"symbol":"OBJC_CLASS_$_NSMutableURLRequest"},{"value":6160958792},{"value":0},{"value":6160958976},{"value":18446744073709551120},{"value":24},{"value":16},{"value":0},{"value":6160959040},{"value":105553124819056},{"value":1},{"value":7},{"value":3},{"value":105553130065024},{"value":72057602835662017,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$___NSCFDictionary"},{"value":8797734080,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFDictionary"},{"value":7263993552,"symbolLocation":0,"symbol":"_platform_memmove"},{"value":8797734080,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFDictionary"},{"value":0},{"value":5335225216},{"value":5335218848},{"value":4429502400},{"value":4429502432},{"value":4429351712},{"value":17},{"value":5335225224},{"value":4429251472},{"value":7},{"value":6160967504}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4310200452},"cpsr":{"value":1610616832},"fp":{"value":6160953328},"sp":{"value":6160953312},"esr":{"value":2181038095,"description":"(Instruction Abort) Permission fault"},"pc":{"value":105553124819056,"matchesCrashFrame":1},"far":{"value":105553124819056}},"name":"main","queue":"com.apple.main-thread","frames":[{"imageOffset":105553124819056,"imageIndex":0},{"imageOffset":4268788,"symbol":"wry::webview::wkwebview::InnerWebView::new::start_task::ha556d8ad8f0d059e","symbolLocation":7360,"imageIndex":1},{"imageOffset":4889412,"symbol":"WebKit::WebURLSchemeHandlerCocoa::platformStartTask(WebKit::WebPageProxy&, WebKit::WebURLSchemeTask&)","symbolLocation":76,"imageIndex":2},{"imageOffset":6661140,"symbol":"WebKit::WebURLSchemeHandler::startTask(WebKit::WebPageProxy&, WebKit::WebProcessProxy&, WTF::ObjectIdentifier<WebCore::PageIdentifierType>, WebKit::URLSchemeTaskParameters&&, WTF::CompletionHandler<void (WebCore::ResourceResponse const&, WebCore::ResourceError const&, WTF::Vector<unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&)>&&)","symbolLocation":796,"imageIndex":2},{"imageOffset":6660252,"symbol":"WebKit::WebPageProxy::startURLSchemeTaskShared(WTF::Ref<WebKit::WebProcessProxy, WTF::RawPtrTraits<WebKit::WebProcessProxy> >&&, WTF::ObjectIdentifier<WebCore::PageIdentifierType>, WebKit::URLSchemeTaskParameters&&)","symbolLocation":124,"imageIndex":2},{"imageOffset":6660076,"symbol":"WebKit::WebPageProxy::startURLSchemeTask(WebKit::URLSchemeTaskParameters&&)","symbolLocation":52,"imageIndex":2},{"imageOffset":10491044,"symbol":"WebKit::WebPageProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":43156,"imageIndex":2},{"imageOffset":4541192,"symbol":"IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":192,"imageIndex":2},{"imageOffset":6755340,"symbol":"WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&, IPC::Decoder&)","symbolLocation":40,"imageIndex":2},{"imageOffset":4503336,"symbol":"IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)","symbolLocation":260,"imageIndex":2},{"imageOffset":4501424,"symbol":"IPC::Connection::dispatchIncomingMessages()","symbolLocation":268,"imageIndex":2},{"imageOffset":1726712,"symbol":"WTF::RunLoop::performWork()","symbolLocation":200,"imageIndex":3},{"imageOffset":1730096,"symbol":"WTF::RunLoop::performWork(void*)","symbolLocation":36,"imageIndex":3},{"imageOffset":530996,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__","symbolLocation":28,"imageIndex":4},{"imageOffset":530888,"symbol":"__CFRunLoopDoSource0","symbolLocation":176,"imageIndex":4},{"imageOffset":530232,"symbol":"__CFRunLoopDoSources0","symbolLocation":244,"imageIndex":4},{"imageOffset":525116,"symbol":"__CFRunLoopRun","symbolLocation":836,"imageIndex":4},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":4},{"imageOffset":205756,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":5},{"imageOffset":205312,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":5},{"imageOffset":204616,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":5},{"imageOffset":235056,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":6},{"imageOffset":231360,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":6},{"imageOffset":183280,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":6},{"imageOffset":2785788,"symbol":"_$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h07cb5ba2d69ae687","symbolLocation":84,"imageIndex":1},{"imageOffset":2784604,"symbol":"objc::message::platform::send_unverified::_$u7b$$u7b$closure$u7d$$u7d$::h5249056a9bec88b1","symbolLocation":52,"imageIndex":1},{"imageOffset":2807604,"symbol":"objc_exception::try::_$u7b$$u7b$closure$u7d$$u7d$::h808552b6c4f042f4","symbolLocation":44,"imageIndex":1},{"imageOffset":2807004,"symbol":"objc_exception::try_no_ret::try_objc_execute_closure::ha9c8d4e2d7d30bd4","symbolLocation":80,"imageIndex":1},{"imageOffset":5773720,"symbol":"RustObjCExceptionTryCatch","symbolLocation":36,"imageIndex":1},{"imageOffset":2806420,"symbol":"objc_exception::try_no_ret::h6c381d959aeb8e7c","symbolLocation":192,"imageIndex":1},{"imageOffset":2807092,"symbol":"objc_exception::try::h0d7c3cd3f2ab0804","symbolLocation":72,"imageIndex":1},{"imageOffset":2785348,"symbol":"objc::exception::try::h28144fcf35c97176","symbolLocation":40,"imageIndex":1},{"imageOffset":2784228,"symbol":"objc::message::platform::send_unverified::h217880713732a35c","symbolLocation":136,"imageIndex":1},{"symbol":"objc::message::send_message::h9c3216bd7b2381f5","inline":true,"imageIndex":1,"imageOffset":1226544,"symbolLocation":20,"sourceLine":178,"sourceFile":"mod.rs"},{"imageOffset":1226544,"sourceLine":193,"sourceFile":"event_loop.rs","symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::ha67e8630abc3c85d","imageIndex":1,"symbolLocation":1060},{"imageOffset":1230232,"sourceLine":160,"sourceFile":"event_loop.rs","symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h36e564e7d401be90","imageIndex":1,"symbolLocation":52},{"imageOffset":1231732,"sourceLine":179,"sourceFile":"event_loop.rs","symbol":"tao::event_loop::EventLoop$LT$T$GT$::run::h7a9a8207c3fcb11e","imageIndex":1,"symbolLocation":88},{"imageOffset":1671712,"sourceLine":2129,"sourceFile":"lib.rs","symbol":"_$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::hc236b83d38761453","imageIndex":1,"symbolLocation":488},{"imageOffset":233764,"sourceLine":846,"sourceFile":"app.rs","symbol":"tauri::app::App$LT$R$GT$::run::hf31d04c4f91c70bd","imageIndex":1,"symbolLocation":276},{"imageOffset":441432,"sourceLine":104,"sourceFile":"main.rs","symbol":"my_app_desktop_tauri::main::hca8aa355ee99db0f","imageIndex":1,"symbolLocation":11732},{"imageOffset":1938380,"sourceLine":251,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once::he161f15d0e23eb86","imageIndex":1,"symbolLocation":20},{"imageOffset":1613100,"sourceLine":121,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hcc82b144a7f18bab","imageIndex":1,"symbolLocation":24},{"imageOffset":39624,"sourceLine":166,"sourceFile":"rt.rs","symbol":"std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::ha93c0ba7138f0fdc","imageIndex":1,"symbolLocation":28},{"imageOffset":9689060,"symbol":"std::rt::lang_start_internal::ha8cf2c4b0a984c7b","symbolLocation":616,"imageIndex":1},{"imageOffset":39568,"sourceLine":165,"sourceFile":"rt.rs","symbol":"std::rt::lang_start::h9cecb4f0c5452575","imageIndex":1,"symbolLocation":84},{"imageOffset":441512,"symbol":"main","symbolLocation":36,"imageIndex":1},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":7}]},{"id":1426921,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1426922,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1426923,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1426937,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":2384052,"symbol":"scavenger_thread_main","symbolLocation":1164,"imageIndex":3},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1426949,"name":"com.apple.coreanimation.render-server","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":292436,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":564,"imageIndex":10},{"imageOffset":291856,"symbol":"thread_fun(void*)","symbolLocation":32,"imageIndex":10},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1426952,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1426973,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1426976,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1427017,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6448596,"symbol":"tokio::runtime::park::Inner::park::h8a23a24444c9444f","symbolLocation":332,"imageIndex":1},{"imageOffset":6448112,"symbol":"tokio::runtime::park::ParkThread::park::h1c72f5a642a68bc7","symbolLocation":40,"imageIndex":1},{"imageOffset":6340024,"symbol":"tokio::runtime::driver::IoStack::park::h1260020a95c353f4","symbolLocation":28,"imageIndex":1},{"imageOffset":6339588,"symbol":"tokio::runtime::driver::Driver::park::h9035fd804252167b","symbolLocation":32,"imageIndex":1},{"imageOffset":6250080,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_driver::hddf445cb86f5fff2","symbolLocation":140,"imageIndex":1},{"imageOffset":6249060,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":512,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427018,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6249364,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7","symbolLocation":220,"imageIndex":1},{"imageOffset":6248912,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":364,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427019,"name":"tokio-runtime-worker","frames":[{"imageOffset":21368,"symbol":"__recvfrom","symbolLocation":8,"imageIndex":9},{"imageOffset":9718460,"symbol":"std::net::udp::UdpSocket::recv::h2890ab329dc2146d","symbolLocation":28,"imageIndex":1},{"imageOffset":7880652,"symbol":"security_framework::secure_transport::read_func::_$u7b$$u7b$closure$u7d$$u7d$::hb2c158a843733365","symbolLocation":104,"imageIndex":1},{"imageOffset":7893304,"symbol":"core::ops::function::FnOnce::call_once::hf9f792c675458065","symbolLocation":16,"imageIndex":1},{"imageOffset":7758924,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h9f4f137777ff2ac7","symbolLocation":40,"imageIndex":1},{"imageOffset":8021368,"symbol":"std::panicking::try::do_call::h38304713291724fc","symbolLocation":164,"imageIndex":1},{"imageOffset":8039664,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":8020232,"symbol":"std::panicking::try::h8005cac9b8c7d9f1","symbolLocation":112,"imageIndex":1},{"imageOffset":7808388,"symbol":"std::panic::catch_unwind::h550534772da1de4e","symbolLocation":40,"imageIndex":1},{"imageOffset":7879884,"symbol":"security_framework::secure_transport::read_func::hcf40900c1d51bb27","symbolLocation":256,"imageIndex":1},{"imageOffset":2903748,"symbol":"SSLRecordReadInternal","symbolLocation":104,"imageIndex":11},{"imageOffset":391352,"symbol":"SSLHandshakeProceed","symbolLocation":132,"imageIndex":11},{"imageOffset":391100,"symbol":"SSLHandshake","symbolLocation":232,"imageIndex":11},{"imageOffset":7873200,"symbol":"security_framework::secure_transport::SslStream$LT$S$GT$::handshake::hff440d1a3d482a16","symbolLocation":40,"imageIndex":1},{"imageOffset":7875512,"symbol":"security_framework::secure_transport::MidHandshakeClientBuilder$LT$S$GT$::handshake::hab4b724a34232586","symbolLocation":1780,"imageIndex":1},{"imageOffset":7871548,"symbol":"security_framework::secure_transport::ClientBuilder::handshake::h1a877f08b789b8e1","symbolLocation":532,"imageIndex":1},{"imageOffset":7918908,"symbol":"native_tls::imp::TlsConnector::connect::h59ac5dbc06826e39","symbolLocation":788,"imageIndex":1},{"imageOffset":7757424,"symbol":"native_tls::TlsConnector::connect::h5108592073b3dd99","symbolLocation":52,"imageIndex":1},{"imageOffset":7830032,"symbol":"attohttpc::tls::native_tls_impl::TlsHandshaker::handshake::h468e7b1c6aab2d67","symbolLocation":268,"imageIndex":1},{"imageOffset":7996428,"symbol":"attohttpc::streams::BaseStream::connect_tls::h56e41dd446d9dc90","symbolLocation":460,"imageIndex":1},{"imageOffset":7990080,"symbol":"attohttpc::streams::BaseStream::connect::h6dfcd43867cf7762","symbolLocation":992,"imageIndex":1},{"imageOffset":179608,"sourceLine":228,"sourceFile":"mod.rs","symbol":"attohttpc::request::PreparedRequest$LT$B$GT$::send::hf3affcee6a50ada7","imageIndex":1,"symbolLocation":728},{"imageOffset":534576,"sourceLine":444,"sourceFile":"builder.rs","symbol":"attohttpc::request::builder::RequestBuilder$LT$B$GT$::send::hbde912639b4de752","imageIndex":1,"symbolLocation":184},{"imageOffset":147380,"sourceLine":232,"sourceFile":"http.rs","symbol":"tauri::api::http::Client::send::_$u7b$$u7b$closure$u7d$$u7d$::ha89602202f08da70","imageIndex":1,"symbolLocation":2152},{"imageOffset":1198548,"sourceLine":91,"sourceFile":"mod.rs","symbol":"_$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h716e7d781ab3c85e","imageIndex":1,"symbolLocation":108},{"imageOffset":1054440,"sourceLine":381,"sourceFile":"core.rs","symbol":"tauri::updater::core::UpdateBuilder$LT$R$GT$::build::_$u7b$$u7b$closure$u7d$$u7d$::h8f2cade694970472","imageIndex":1,"symbolLocation":4204},{"imageOffset":1201576,"sourceLine":91,"sourceFile":"mod.rs","symbol":"_$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::he6e812fbdb745805","imageIndex":1,"symbolLocation":108},{"imageOffset":505676,"sourceLine":415,"sourceFile":"mod.rs","symbol":"tauri::updater::check_update_with_dialog::_$u7b$$u7b$closure$u7d$$u7d$::hac246c12a8a323a9","imageIndex":1,"symbolLocation":1548},{"imageOffset":1197008,"sourceLine":91,"sourceFile":"mod.rs","symbol":"_$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h3ab223d65ad71271","imageIndex":1,"symbolLocation":96},{"imageOffset":233332,"sourceLine":902,"sourceFile":"app.rs","symbol":"tauri::app::App$LT$R$GT$::run_updater_dialog::_$u7b$$u7b$closure$u7d$$u7d$::h10565ceb05644807","imageIndex":1,"symbolLocation":396},{"imageOffset":1202736,"sourceLine":91,"sourceFile":"mod.rs","symbol":"_$LT$core..future..from_generator..GenFuture$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hfdc269adee156332","imageIndex":1,"symbolLocation":96},{"imageOffset":2046728,"sourceLine":124,"sourceFile":"future.rs","symbol":"_$LT$core..pin..Pin$LT$P$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h8f7c0e0debf582d4","imageIndex":1,"symbolLocation":88},{"imageOffset":842356,"sourceLine":223,"sourceFile":"core.rs","symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h0a42c95efff21dab","imageIndex":1,"symbolLocation":192},{"imageOffset":372372,"sourceLine":14,"sourceFile":"unsafe_cell.rs","symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::hc6a0fcda15088033","imageIndex":1,"symbolLocation":116},{"imageOffset":840940,"sourceLine":212,"sourceFile":"core.rs","symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::hb226018df1662340","imageIndex":1,"symbolLocation":56},{"imageOffset":2223268,"sourceLine":476,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h66aef18c3539c227","imageIndex":1,"symbolLocation":56},{"imageOffset":382760,"sourceLine":271,"sourceFile":"unwind_safe.rs","symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h0de1643552215aec","imageIndex":1,"symbolLocation":32},{"imageOffset":1482008,"sourceLine":483,"sourceFile":"panicking.rs","symbol":"std::panicking::try::do_call::heac08378265cffd7","imageIndex":1,"symbolLocation":128},{"imageOffset":1518028,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":1426976,"sourceLine":447,"sourceFile":"panicking.rs","symbol":"std::panicking::try::h9ecfa02b54228fca","imageIndex":1,"symbolLocation":104},{"imageOffset":725496,"sourceLine":137,"sourceFile":"panic.rs","symbol":"std::panic::catch_unwind::ha7164f5411705fbc","imageIndex":1,"symbolLocation":32},{"imageOffset":2190580,"sourceLine":464,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::poll_future::h188ea58cef035dd9","imageIndex":1,"symbolLocation":88},{"imageOffset":2252816,"sourceLine":198,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::he3aa9dfcda56a793","imageIndex":1,"symbolLocation":268},{"imageOffset":2288348,"sourceLine":152,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h2d0179330831519a","imageIndex":1,"symbolLocation":28},{"imageOffset":92728,"sourceLine":255,"sourceFile":"raw.rs","symbol":"tokio::runtime::task::raw::poll::he555788571196174","imageIndex":1,"symbolLocation":44},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268248,"symbol":"tokio::runtime::task::LocalNotified$LT$S$GT$::run::h63d48338b568e5b5","symbolLocation":48,"imageIndex":1},{"imageOffset":6312948,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::_$u7b$$u7b$closure$u7d$$u7d$::he1ded54d41af35b3","symbolLocation":48,"imageIndex":1},{"imageOffset":6312696,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run_task::h2c7be506fe1fde3e","symbolLocation":752,"imageIndex":1},{"imageOffset":6310980,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":288,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427020,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6249364,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7","symbolLocation":220,"imageIndex":1},{"imageOffset":6248912,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":364,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427021,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6249364,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7","symbolLocation":220,"imageIndex":1},{"imageOffset":6248912,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":364,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427022,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6249364,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7","symbolLocation":220,"imageIndex":1},{"imageOffset":6248912,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":364,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427023,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6249364,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7","symbolLocation":220,"imageIndex":1},{"imageOffset":6248912,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":364,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427024,"name":"tokio-runtime-worker","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30264,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":8},{"imageOffset":6323412,"symbol":"std::sys_common::condvar::Condvar::wait::h9423f3786b126def","symbolLocation":132,"imageIndex":1},{"imageOffset":6115432,"symbol":"std::sync::condvar::Condvar::wait::h8be8899573fdae0b","symbolLocation":112,"imageIndex":1},{"imageOffset":6249364,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park_condvar::h13d763abe12b64c7","symbolLocation":220,"imageIndex":1},{"imageOffset":6248912,"symbol":"tokio::runtime::scheduler::multi_thread::park::Inner::park::he4e25cc3733aa1a0","symbolLocation":364,"imageIndex":1},{"imageOffset":6247700,"symbol":"tokio::runtime::scheduler::multi_thread::park::Parker::park::h425a71ef90a86086","symbolLocation":52,"imageIndex":1},{"imageOffset":6315608,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park_timeout::hfa1f346d7f0a8114","symbolLocation":592,"imageIndex":1},{"imageOffset":6314716,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::park::h01f47a0902a51312","symbolLocation":340,"imageIndex":1},{"imageOffset":6311232,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Context::run::hd54b250a6530f317","symbolLocation":540,"imageIndex":1},{"imageOffset":6310556,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::hf46798a472e45e73","symbolLocation":32,"imageIndex":1},{"imageOffset":6126068,"symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::hd61b1f5a5a740587","symbolLocation":148,"imageIndex":1},{"imageOffset":6310216,"symbol":"tokio::runtime::scheduler::multi_thread::worker::run::h9b0065f08820a7af","symbolLocation":452,"imageIndex":1},{"imageOffset":6309748,"symbol":"tokio::runtime::scheduler::multi_thread::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::hd1f29dc5183111b2","symbolLocation":24,"imageIndex":1},{"imageOffset":6129848,"symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::h2053e827273e70c1","symbolLocation":164,"imageIndex":1},{"imageOffset":6346572,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h19e74f17cf390f0f","symbolLocation":192,"imageIndex":1},{"imageOffset":6444540,"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::h14a26f98b0296230","symbolLocation":116,"imageIndex":1},{"imageOffset":6345844,"symbol":"tokio::runtime::task::core::Core$LT$T$C$S$GT$::poll::ha74b03823f7c315c","symbolLocation":56,"imageIndex":1},{"imageOffset":6543156,"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::hef42d9df9d674f38","symbolLocation":56,"imageIndex":1},{"imageOffset":6280916,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf3fca1ff8492d897","symbolLocation":32,"imageIndex":1},{"imageOffset":6487884,"symbol":"std::panicking::try::do_call::h1b48891f3116ca15","symbolLocation":128,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6485748,"symbol":"std::panicking::try::h32eb754ad4fa991a","symbolLocation":104,"imageIndex":1},{"imageOffset":6498096,"symbol":"std::panic::catch_unwind::h31f5873a0032891f","symbolLocation":32,"imageIndex":1},{"imageOffset":6541736,"symbol":"tokio::runtime::task::harness::poll_future::h7912099ecff85491","symbolLocation":88,"imageIndex":1},{"imageOffset":6536932,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hf7a7b263c9de6936","symbolLocation":268,"imageIndex":1},{"imageOffset":6536044,"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h5ec2c06fb6a8b601","symbolLocation":28,"imageIndex":1},{"imageOffset":6224028,"symbol":"tokio::runtime::task::raw::poll::h021813596da5c783","symbolLocation":44,"imageIndex":1},{"imageOffset":6223648,"symbol":"tokio::runtime::task::raw::RawTask::poll::h2a4427644c2b77ec","symbolLocation":64,"imageIndex":1},{"imageOffset":6268452,"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::hfae34c2d0d2e404d","symbolLocation":68,"imageIndex":1},{"imageOffset":6269732,"symbol":"tokio::runtime::blocking::pool::Task::run::h2e6613a6e0950069","symbolLocation":32,"imageIndex":1},{"imageOffset":6278864,"symbol":"tokio::runtime::blocking::pool::Inner::run::h4fd68d002d131a27","symbolLocation":2072,"imageIndex":1},{"imageOffset":6276600,"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h05d9dcf4eab023ea","symbolLocation":144,"imageIndex":1},{"imageOffset":6151720,"symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h8b785bd3a2c2ab82","symbolLocation":40,"imageIndex":1},{"imageOffset":6329080,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ad549e8695aa3fb","symbolLocation":40,"imageIndex":1},{"imageOffset":6280984,"symbol":"_$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hf5fad4fea0bfecbe","symbolLocation":40,"imageIndex":1},{"imageOffset":6489900,"symbol":"std::panicking::try::do_call::hc916f7d4163d16c5","symbolLocation":156,"imageIndex":1},{"imageOffset":6492168,"symbol":"__rust_try","symbolLocation":32,"imageIndex":1},{"imageOffset":6486136,"symbol":"std::panicking::try::h53f748c683afbfb3","symbolLocation":108,"imageIndex":1},{"imageOffset":6498488,"symbol":"std::panic::catch_unwind::hac572f1c2e3d37f7","symbolLocation":40,"imageIndex":1},{"imageOffset":6328672,"symbol":"std::thread::Builder::spawn_unchecked_::_$u7b$$u7b$closure$u7d$$u7d$::hccd32966c2156913","symbolLocation":380,"imageIndex":1},{"imageOffset":6406868,"symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h4736fb38afa3b7d8","symbolLocation":24,"imageIndex":1},{"imageOffset":9757200,"symbol":"std::sys::unix::thread::Thread::new::thread_start::hd248c1efd4ef538d","symbolLocation":48,"imageIndex":1},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427033,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1427036,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3568,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":9},{"imageOffset":75992,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":9},{"imageOffset":38456,"symbol":"mach_msg_overwrite","symbolLocation":540,"imageIndex":9},{"imageOffset":4460,"symbol":"mach_msg","symbolLocation":24,"imageIndex":9},{"imageOffset":531420,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":4},{"imageOffset":525512,"symbol":"__CFRunLoopRun","symbolLocation":1232,"imageIndex":4},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":4},{"imageOffset":1454664,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":6},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427049,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1427050,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1427056,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1427057,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":1427058,"name":"CVDisplayLink","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30308,"symbol":"_pthread_cond_wait","symbolLocation":1276,"imageIndex":8},{"imageOffset":14780,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":324,"imageIndex":12},{"imageOffset":10892,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":504,"imageIndex":12},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427059,"name":"CVDisplayLink","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30308,"symbol":"_pthread_cond_wait","symbolLocation":1276,"imageIndex":8},{"imageOffset":14780,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":324,"imageIndex":12},{"imageOffset":10892,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":504,"imageIndex":12},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427064,"name":"CVDisplayLink","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30308,"symbol":"_pthread_cond_wait","symbolLocation":1276,"imageIndex":8},{"imageOffset":14780,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":324,"imageIndex":12},{"imageOffset":10892,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":504,"imageIndex":12},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":1427065,"name":"CVDisplayLink","frames":[{"imageOffset":17892,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":9},{"imageOffset":30308,"symbol":"_pthread_cond_wait","symbolLocation":1276,"imageIndex":8},{"imageOffset":14780,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":324,"imageIndex":12},{"imageOffset":10892,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":504,"imageIndex":12},{"imageOffset":28780,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":7724,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]}],
"usedImages" : [
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4305879040,
"CFBundleShortVersionString" : "0.10.0",
"CFBundleIdentifier" : "so.my_app.desktop",
"size" : 21200896,
"uuid" : "120e7a10-f617-3139-ba8f-d1472d9c1dab",
"path" : "\/Volumes\/VOLUME\/My_app.app\/Contents\/MacOS\/My_app",
"name" : "My_app",
"CFBundleVersion" : "20230504.114620"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7788679168,
"CFBundleShortVersionString" : "18614",
"CFBundleIdentifier" : "com.apple.WebKit",
"size" : 12402688,
"uuid" : "3150ee73-2cf7-3f0e-a953-a5c177ef8450",
"path" : "\/System\/Library\/Frameworks\/WebKit.framework\/Versions\/A\/WebKit",
"name" : "WebKit",
"CFBundleVersion" : "18614.2.9.1.12"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7683371008,
"CFBundleShortVersionString" : "18614",
"CFBundleIdentifier" : "com.apple.JavaScriptCore",
"size" : 21676032,
"uuid" : "be3862d6-2576-3f55-9334-fb997db344d0",
"path" : "\/System\/Library\/Frameworks\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore",
"name" : "JavaScriptCore",
"CFBundleVersion" : "18614.2.9.1.12"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7264190464,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5079040,
"uuid" : "f4ff83fc-e62c-30b4-b3a9-876c8a1fd595",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1953.1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7422267392,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3358720,
"uuid" : "02b9797f-c47d-30b7-b7b0-802d0d26f31c",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7317270528,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15761408,
"uuid" : "af9f6891-70ad-3c26-af08-b747344892d2",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7260463104,
"size" : 566448,
"uuid" : "1f56ab4e-f398-3a9c-bfba-fbbd17808963",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7263776768,
"size" : 53244,
"uuid" : "886caca0-5762-3640-8db2-3fa3b911c062",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7263543296,
"size" : 233468,
"uuid" : "6d6644d3-3db3-34c4-b1e3-c675ec5360f0",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7388717056,
"CFBundleShortVersionString" : "1.11",
"CFBundleIdentifier" : "com.apple.QuartzCore",
"size" : 3551232,
"uuid" : "6eae8b05-2af0-3057-91fc-cf2d9c74dd40",
"path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
"name" : "QuartzCore",
"CFBundleVersion" : "1042.20"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7305584640,
"CFBundleShortVersionString" : "7.0",
"CFBundleIdentifier" : "com.apple.security",
"size" : 3813376,
"uuid" : "98c81f00-6428-341c-b537-7a56ef08430e",
"path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/Security",
"name" : "Security",
"CFBundleVersion" : "60420.40.34.0.1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7396777984,
"CFBundleShortVersionString" : "1.8",
"CFBundleIdentifier" : "com.apple.CoreVideo",
"size" : 401408,
"uuid" : "fb6c73bd-5e1f-3e88-b952-caaaed8960c9",
"path" : "\/System\/Library\/Frameworks\/CoreVideo.framework\/Versions\/A\/CoreVideo",
"name" : "CoreVideo",
"CFBundleVersion" : "0.0"
}
],
"sharedCache" : {
"base" : 7259815936,
"size" : 3403612160,
"uuid" : "5667eb2d-1398-3b38-afff-a929572d4b88"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=6.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=6.2G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 2944K 4 \nCG image 48K 2 \nColorSync 560K 25 \nCoreAnimation 80K 5 \nCoreGraphics 48K 3 \nCoreImage 16K 1 \nCoreServices 176K 1 \nCoreUI image data 656K 4 \nFoundation 16K 1 \nJS JIT generated code 512.0M 3 \nKernel Alloc Once 32K 1 \nMALLOC 299.7M 53 \nMALLOC guard page 192K 10 \nMALLOC_LARGE (reserved) 21.3M 2 reserved VM address space (unallocated)\nMALLOC_MEDIUM (reserved) 832.0M 7 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 416K 26 \nStack 34.3M 27 \nStack Guard 56.0M 1 \nVM_ALLOCATE 464K 22 \nVM_ALLOCATE (reserved) 4.0G 9 reserved VM address space (unallocated)\nWebKit Malloc 160.1M 3 \nWebKit Malloc (reserved) 32.0M 1 reserved VM address space (unallocated)\n__AUTH 1728K 328 \n__AUTH_CONST 23.1M 541 \n__CTF 756 1 \n__DATA 11.3M 532 \n__DATA_CONST 26.9M 546 \n__DATA_DIRTY 1943K 218 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 779.1M 5 \n__OBJC_CONST 4366K 298 \n__OBJC_RO 65.1M 1 \n__OBJC_RW 1981K 1 \n__TEXT 586.5M 568 \ndyld private memory 256K 1 \nmapped file 320.2M 38 \nshared memory 928K 18 \n=========== ======= ======= \nTOTAL 8.1G 3312 \nTOTAL, minus reserved VM space 2.8G 3312 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "main",
"queue" : "com.apple.main-thread"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "60186475825c62000ccf5450",
"factorPackIds" : {
},
"deploymentId" : 240000026
},
{
"rolloutId" : "6297d96be2c9387df974efa4",
"factorPackIds" : {
},
"deploymentId" : 240000008
}
],
"experiments" : [
{
"treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
"experimentId" : "6317d2003d24842ff850182a",
"deploymentId" : 400000013
},
{
"treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
"experimentId" : "64406ba83deb637ac8a04419",
"deploymentId" : 900000005
}
]
}
}
Model: MacBookPro18,3, BootROM 8419.41.10, proc 8:6:2 processors, 16 GB, SMC
Graphics: Apple M1 Pro, Apple M1 Pro, Built-In
Display: Color LCD, 3024 x 1964 Retina, Main, MirrorOff, Online
Memory Module: LPDDR5, Samsung
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Sep 3 2022 02:35:52 version 20.10.965.9.8.7.129 FWID 01-b0e84a9b
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: Laptop, Apple Inc.
Thunderbolt Bus: Laptop, Apple Inc.
Thunderbolt Bus: Laptop, Apple Inc.
We noticed that we don't get a
SIGBUS
if we sleep for at least 150ms before closing the splashscreen.
Same issue here. And the workaround works. But how to fix it?
Describe the bug
With a video splashscreen, in a release bundle, when closing the splashscreen window, the application crashes with a segmentation fault (not everytime)
That problem does not seem to appear in a debug bundle, nor in dev
With an image splashscreen, it runs fine, even in release
Reproduction
main
branchnpm run tauri build
src-tauri/target/release/bundle/macos/splashscreen-crash.app
Here it crashes (might need to launch several times to experience the crash)
Working
working
branchnpm run tauri build
src-tauri/target/release/bundle/macos/splashscreen-crash.app
It now runs fine
Expected behavior
In a release, with a video splashscreen, closing the splashscreen window should not crash the application
Platform and versions
Environment › OS: Mac OS 12.6.2 X64 › Node.js: 19.4.0 › npm: 9.2.0 › pnpm: Not installed! › yarn: Not installed! › rustup: 1.25.1 › rustc: 1.66.1 › cargo: 1.66.1 › Rust toolchain: stable-aarch64-apple-darwin
Packages › @tauri-apps/cli [NPM]: 1.2.3 › @tauri-apps/api [NPM]: 1.2.0 › tauri [RUST]: 1.2.4, › tauri-build [RUST]: 1.2.1, › tao [RUST]: 0.15.8, › wry [RUST]: 0.23.4,
App › build-type: bundle › CSP: unset › distDir: ../dist › devPath: http://localhost:1420/ › framework: Vue.js › bundler: Vite
App directory structure ├─ dist ├─ node_modules ├─ public ├─ src-tauri ├─ .git ├─ .vscode └─ src
Stack trace
Additional context
No response