tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
81.95k stars 2.46k forks source link

[bug] Segfault during termination on MacOS #4159

Closed betamos closed 2 years ago

betamos commented 2 years ago

Describe the bug

I got a crash report from a user, where a segfault occurred. I don't have any unsafe or FFI in my Rust code, so I assume this comes from the runtime or C++ glue?

In any case, segfaults can cover other errors, so I wanna make sure you're aware of it.

Reproduction

Unfortunately I cannot reproduce this at all. All I know is that this happened during termination of the app. The user told me they right clicked and quit from the dock, but I have done that many times and not been able to repro.

Expected behavior

No crash.

Platform and versions

NOTE: Using a custom fork (with minimal changes) based off the tauri:dev branch, last commit from May 4th: https://github.com/betamos/tauri/commits/betamos-head

Environment
  › OS: Mac OS 12.3.1 X64
  › Node.js: 17.3.0
  › npm: 8.3.0
  › pnpm: Not installed!
  › yarn: 1.22.10
  › rustup: 1.24.3
  › rustc: 1.59.0
  › cargo: 1.59.0
  › Rust toolchain: stable-aarch64-apple-darwin 

Packages
  › @tauri-apps/cli [NPM]: 1.0.0-rc.7(outdated, latest: 1.0.0-rc.10)
  › @tauri-apps/api [NPM]: 1.0.0-rc.5
  › tauri [RUST]: git+https://github.com/betamos/tauri?branch=betamos-head#99f5919ff2008e82d273b99200b60fbc9ff6d6d3 (1.0.0-rc.8),
  › tauri-build [RUST]: git+https://github.com/betamos/tauri?branch=betamos-head#99f5919ff2008e82d273b99200b60fbc9ff6d6d3 (1.0.0-rc.7),
  › tao [RUST]: 0.8.4,
  › wry [RUST]: 0.16.0,

App
  › build-type: bundle
  › CSP: default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'
  › distDir: ../ui/public
  › devPath: ../ui/public

App directory structure
  ├─ ui
  ├─ app
  ├─ bin
  ├─ node_modules
  ├─ agent
  ├─ scripts
  ├─ .git
  └─ .vscode

Stack trace

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Payload [76081]
Path:                  /Applications/Payload 2.app/Contents/MacOS/Payload
Identifier:            app.payload
Version:               0.1.0 (20220516.211705)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2022-05-16 23:28:24.5377 +0200
OS Version:            macOS 12.3.1 (21E258)
Report Version:        12
Bridge OS Version:     6.4 (19P4243)
Anonymous UUID:        A41C5A89-7ADF-2CEE-22DC-C0394B94399F

Sleep/Wake UUID:       4601C2EE-8364-4ABD-90C3-485D48150F1C

Time Awake Since Boot: 620000 seconds
Time Since Wake:       1758 seconds

System Integrity Protection: enabled

Crashed Thread:        3  tokio-runtime-worker

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Codes:       0x0000000000000001, 0x0000000000000010
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [76081]

VM Region Info: 0x10 is not in any region.  Bytes before following region: 4563148784
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      10ffc2000-110582000    [ 5888K] r-x/r-x SM=COW  ...MacOS/Payload

Thread 0::  Dispatch queue: com.apple.main-thread
0   libSC.dylib                         0x7ffa2229ef40 boost::serialization::detail::singleton_wrapper<boost::archive::detail::iserializer<sc_xml_iarchive, _SC_SI_SLC_CONTROL> >::~singleton_wrapper() + 0
1   libsystem_c.dylib                   0x7ff8167b0dd4 __cxa_finalize_ranges + 409
2   libsystem_c.dylib                   0x7ff8167b0bee exit + 35
3   AppKit                              0x7ff81962849c -[NSApplication terminate:] + 1702
4   AppKit                              0x7ff81978a5fc -[NSApplication _terminateFromSender:askIfShouldTerminate:saveWindows:] + 126
5   AppKit                              0x7ff81978a506 __52-[NSApplication(NSAppleEventHandling) _handleAEQuit]_block_invoke + 46
6   AppKit                              0x7ff8197d9f32 ___NSMainRunLoopPerformBlockInModes_block_invoke + 25
7   CoreFoundation                      0x7ff81697e681 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
8   CoreFoundation                      0x7ff81697e52c __CFRunLoopDoBlocks + 445
9   CoreFoundation                      0x7ff81697d1da __CFRunLoopRun + 878
10  CoreFoundation                      0x7ff81697c7ac CFRunLoopRunSpecific + 562
11  HIToolbox                           0x7ff81f603ce6 RunCurrentEventLoopInMode + 292
12  HIToolbox                           0x7ff81f603913 ReceiveNextEventCommon + 283
13  HIToolbox                           0x7ff81f6037e5 _BlockUntilNextEventMatchingListInModeWithFilter + 70
14  AppKit                              0x7ff8193a353d _DPSNextEvent + 927
15  AppKit                              0x7ff8193a1bfa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394
16  AppKit                              0x7ff8193942a9 -[NSApplication run] + 586
17  Payload                                0x110047af9 0x10ffc2000 + 547577
18  Payload                                0x1102a6652 0x10ffc2000 + 3032658
19  Payload                                0x1101322dd 0x10ffc2000 + 1508061
20  Payload                                0x110051495 0x10ffc2000 + 586901
21  Payload                                0x1101089e3 0x10ffc2000 + 1337827
22  Payload                                0x110109eaf 0x10ffc2000 + 1343151
23  Payload                                0x1100d4719 0x10ffc2000 + 1124121
24  Payload                                0x110148706 0x10ffc2000 + 1599238
25  Payload                                0x1100722c1 0x10ffc2000 + 721601
26  Payload                                0x11037592e 0x10ffc2000 + 3881262
27  Payload                                0x1100f0a29 0x10ffc2000 + 1239593
28  dyld                                   0x11e21151e start + 462

Thread 1:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b4a83 0x10ffc2000 + 3091075
3   Payload                                0x1102b1637 0x10ffc2000 + 3077687
4   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
5   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
6   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
7   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
8   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
9   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
10  Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
11  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
12  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
13  Payload                                0x110383377 0x10ffc2000 + 3937143
14  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
15  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 2:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 3 Crashed:: tokio-runtime-worker
0   libSC.dylib                         0x7ffa220f3f1b void std::__1::__tree_remove<std::__1::__tree_node_base<void*>*>(std::__1::__tree_node_base<void*>*, std::__1::__tree_node_base<void*>*) + 283
1   libSC.dylib                         0x7ffa220fa820 boost::archive::detail::basic_serializer_map::erase(boost::archive::detail::basic_serializer const*) + 64
2   libSC.dylib                         0x7ffa222a2e44 boost::archive::detail::pointer_iserializer<sc_xml_iarchive, _SC_SRC_PIPELINE>::~pointer_iserializer() + 68
3   libsystem_c.dylib                   0x7ff8167b0dd4 __cxa_finalize_ranges + 409
4   libsystem_c.dylib                   0x7ff8167b0bee exit + 35
5   Payload                                0x110380979 0x10ffc2000 + 3926393
6   Payload                                0x1103741f4 0x10ffc2000 + 3875316
7   Payload                                0x1100bf021 0x10ffc2000 + 1036321
8   Payload                                0x110191c79 0x10ffc2000 + 1899641
9   Payload                                0x110186ca9 0x10ffc2000 + 1854633
10  Payload                                0x1102bf29f 0x10ffc2000 + 3134111
11  Payload                                0x1102b9422 0x10ffc2000 + 3109922
12  Payload                                0x1102b89bf 0x10ffc2000 + 3107263
13  Payload                                0x1102ad86a 0x10ffc2000 + 3061866
14  Payload                                0x1102b83f4 0x10ffc2000 + 3105780
15  Payload                                0x1102b5b53 0x10ffc2000 + 3095379
16  Payload                                0x1102ba25b 0x10ffc2000 + 3113563
17  Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
18  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
19  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
20  Payload                                0x110383377 0x10ffc2000 + 3937143
21  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
22  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 4:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 5:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 6:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 7:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 8:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 9:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 10:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 11:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 12:: tokio-runtime-worker
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   Payload                                0x1102b1741 0x10ffc2000 + 3077953
3   Payload                                0x1102b95f5 0x10ffc2000 + 3110389
4   Payload                                0x1102b8b3c 0x10ffc2000 + 3107644
5   Payload                                0x1102ad86a 0x10ffc2000 + 3061866
6   Payload                                0x1102b83f4 0x10ffc2000 + 3105780
7   Payload                                0x1102b5b53 0x10ffc2000 + 3095379
8   Payload                                0x1102ba25b 0x10ffc2000 + 3113563
9   Payload                                0x1102a9f7a 0x10ffc2000 + 3047290
10  Payload                                0x1102c07f6 0x10ffc2000 + 3139574
11  Payload                                0x1102bcbcd 0x10ffc2000 + 3124173
12  Payload                                0x110383377 0x10ffc2000 + 3937143
13  libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 13:: com.apple.coreanimation.render-server
0   libsystem_kernel.dylib              0x7ff81687b97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff81687bce8 mach_msg + 56
2   QuartzCore                          0x7ff81da51e2d CA::Render::Server::server_thread(void*) + 534
3   QuartzCore                          0x7ff81da51c02 thread_fun(void*) + 25
4   libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 14:: com.apple.NSEventThread
0   libsystem_kernel.dylib              0x7ff81687b97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff81687bce8 mach_msg + 56
2   CoreFoundation                      0x7ff81697ecdd __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff81697d368 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff81697c7ac CFRunLoopRunSpecific + 562
5   AppKit                              0x7ff819510f5e _NSEventThread + 132
6   libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
7   libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 15:: JavaScriptCore libpas scavenger
0   libsystem_kernel.dylib              0x7ff81687e3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff8168b8a6f _pthread_cond_wait + 1249
2   JavaScriptCore                      0x7ff8302f104b scavenger_thread_main + 1627
3   libsystem_pthread.dylib             0x7ff8168b84e1 _pthread_start + 125
4   libsystem_pthread.dylib             0x7ff8168b3f6b thread_start + 15

Thread 16:
0   libsystem_pthread.dylib             0x7ff8168b3f48 start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib             0x7ff8168b3f48 start_wqthread + 0

Thread 18:
0   libsystem_pthread.dylib             0x7ff8168b3f48 start_wqthread + 0

Thread 19:
0   libsystem_pthread.dylib             0x7ff8168b3f48 start_wqthread + 0

Thread 20:
0   libsystem_pthread.dylib             0x7ff8168b3f48 start_wqthread + 0

Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00006000021771b0  rcx: 0x00006000021771e0  rdx: 0x00007ffa598c1f10
  rdi: 0x00006000021771b0  rsi: 0x00006000021771e0  rbp: 0x000070000cb0f830  rsp: 0x000070000cb0f830
   r8: 0x00007ff080030001   r9: 0x0000000000000000  r10: 0x00007ff858092ca0  r11: 0x00000000000001ff
  r12: 0x00007ffa598c1f10  r13: 0x00006000021771e0  r14: 0x00007ffa598c2040  r15: 0x00007ffa598c1f08
  rip: 0x00007ffa220f3f1b  rfl: 0x0000000000010246  cr2: 0x0000000000000010

Logical CPU:     6
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Thread 3 instruction stream:
  85 d2 74 04 48 89 4a 10-8a 56 18 88 51 18 48 39  ..t.H.J..V..Q.H9
  f7 48 0f 44 f9 45 84 c0-74 94 48 85 ff 0f 84 8b  .H.D.E..t.H.....
  ff ff ff 4d 85 c9 0f 84-34 00 00 00 41 c6 41 18  ...M....4...A.A.
  01 5d c3 66 90 c6 40 18-00 48 8b 40 10 48 39 f8  .].f..@..H.@.H9.
  0f 84 56 01 00 00 80 78-18 00 0f 84 46 01 00 00  ..V....x....F...
  48 8b 48 10 31 d2 48 39-01 0f 94 c2 48 8b 04 d1  H.H.1.H9....H...
 [48]8b 48 10 0f b6 50 18-48 39 01 74 18 84 d2 74  H.H...P.H9.t...t <==
  34 48 8b 08 48 85 c9 0f-85 7a 00 00 00 e9 7f 00  4H..H....z......
  00 00 0f 1f 00 84 d2 0f-84 90 00 00 00 48 8b 10  .............H..
  48 85 d2 0f 85 d3 00 00-00 e9 d8 00 00 00 0f 1f  H...............
  80 00 00 00 00 c6 40 18-01 c6 41 18 00 48 8b 51  ......@...A..H.Q
  08 48 8b 32 48 89 71 08-48 85 f6 74 04 48 89 4e  .H.2H.q.H..t.H.N

Binary Images:
    0x7ffa220c1000 -     0x7ffa22bacfff libSC.dylib (*) <8c6effa4-86f5-3a28-9d45-39eb820e6307> /System/Library/Extensions/AMDShared.bundle/Contents/PlugIns/libSC.dylib
    0x7ff816782000 -     0x7ff81680afff libsystem_c.dylib (*) <8e54eca2-9bd8-3482-9589-b9574434d1aa> /usr/lib/system/libsystem_c.dylib
    0x7ff819365000 -     0x7ff81a1f2fff com.apple.AppKit (6.9) <92a78ebd-bba5-3f18-a5e1-768c955539d7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7ff8168ff000 -     0x7ff816e00fff com.apple.CoreFoundation (6.9) <743f0cb7-e962-3e42-8653-7bd141129561> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff81f5d4000 -     0x7ff81f8c7fff com.apple.HIToolbox (2.1.1) <7761967d-a138-33b6-9e3f-5c5420a2eeff> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x10ffc2000 -        0x110581fff app.payload (0.1.0) <1272d6ee-8a94-3c8a-bfd7-f1878dc7fc9f> /Applications/Payload 2.app/Contents/MacOS/Payload
       0x11e20c000 -        0x11e277fff dyld (*) <dd9e80de-fb3b-349b-96a4-46874ad34d11> /usr/lib/dyld
    0x7ff81687a000 -     0x7ff8168b1fff libsystem_kernel.dylib (*) <26a59789-b846-3ed4-96dc-8dbef3c0c8e7> /usr/lib/system/libsystem_kernel.dylib
    0x7ff8168b2000 -     0x7ff8168bdfff libsystem_pthread.dylib (*) <2f6c275d-7e14-3d31-a924-e1bb41d2415f> /usr/lib/system/libsystem_pthread.dylib
    0x7ff81da0b000 -     0x7ff81dd1afff com.apple.QuartzCore (1.11) <ccb708de-75e3-3a64-81c8-f7c688b43d3b> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7ff82f03a000 -     0x7ff830491fff com.apple.JavaScriptCore (17613) <cd21fa62-3d84-343a-a4ae-97bbc335b506> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 2528K        4 
CG image                           296K       13 
ColorSync                          240K       28 
CoreAnimation                      788K       14 
CoreGraphics                        16K        3 
CoreUI image data                 1900K       13 
Foundation                         108K        3 
IOKit                             15.5M        2 
Image IO                          1124K        2 
JS JIT generated code              1.0G        3 
Kernel Alloc Once                    8K        1 
MALLOC                           312.4M       67 
MALLOC guard page                   48K       10 
MALLOC_MEDIUM (reserved)         840.0M        7         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                         80K       20 
Stack                             36.7M       21 
Stack Guard                       56.0M        1 
VM_ALLOCATE                        112K       28 
VM_ALLOCATE (reserved)            1536K       12         reserved VM address space (unallocated)
WebKit Malloc                    192.0M        4 
__DATA                            42.3M      506 
__DATA_CONST                      31.1M      327 
__DATA_DIRTY                      1576K      204 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       652.5M       10 
__OBJC_RO                         82.6M        1 
__OBJC_RW                         3200K        3 
__TEXT                           531.7M      517 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                      396.6M       40 
shared memory                     1288K       17 
===========                     =======  ======= 
TOTAL                              4.5G     1890 
TOTAL, minus reserved VM space     3.3G     1890 

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

{"app_name":"Payload","timestamp":"2022-05-16 14:28:33.00 -0700","app_version":"0.1.0","slice_uuid":"1272d6ee-8a94-3c8a-bfd7-f1878dc7fc9f","build_version":"20220516.211705","platform":1,"bundleID":"app.payload","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"13AD9288-9948-4B2C-B953-F431C05F465F","name":"Payload"}
{
  "uptime" : 620000,
  "procLaunch" : "2022-05-16 23:21:51.8821 +0200",
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro15,1",
  "procStartAbsTime" : 626357557357341,
  "coalitionID" : 42869,
  "osVersion" : {
    "train" : "macOS 12.3.1",
    "build" : "21E258",
    "releaseType" : "User"
  },
  "captureTime" : "2022-05-16 23:28:24.5377 +0200",
  "incident" : "13AD9288-9948-4B2C-B953-F431C05F465F",
  "bug_type" : "309",
  "pid" : 76081,
  "procExitAbsTime" : 626750202227467,
  "cpuType" : "X86-64",
  "procName" : "Payload",
  "procPath" : "\/Applications\/Payload 2.app\/Contents\/MacOS\/Payload",
  "bundleInfo" : {"CFBundleShortVersionString":"0.1.0","CFBundleVersion":"20220516.211705","CFBundleIdentifier":"app.payload"},
  "storeInfo" : {"deviceIdentifierForVendor":"D77B2F33-6441-56F4-998B-F789343945D0","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "app.payload",
  "crashReporterKey" : "A41C5A89-7ADF-2CEE-22DC-C0394B94399F",
  "wakeTime" : 1758,
  "bridgeVersion" : {"build":"19P4243","train":"6.4"},
  "sleepWakeUUID" : "4601C2EE-8364-4ABD-90C3-485D48150F1C",
  "sip" : "enabled",
  "vmRegionInfo" : "0x10 is not in any region.  Bytes before following region: 4563148784\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10ffc2000-110582000    [ 5888K] r-x\/r-x SM=COW  ...MacOS\/Payload",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000010","rawCodes":[1,16],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000010"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":76081},
  "vmregioninfo" : "0x10 is not in any region.  Bytes before following region: 4563148784\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      10ffc2000-110582000    [ 5888K] r-x\/r-x SM=COW  ...MacOS\/Payload",
  "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" : 3,
  "threads" : [{"id":7112612,"queue":"com.apple.main-thread","frames":[{"imageOffset":1957696,"symbol":"boost::serialization::detail::singleton_wrapper<boost::archive::detail::iserializer<sc_xml_iarchive, _SC_SI_SLC_CONTROL> >::~singleton_wrapper()","symbolLocation":0,"imageIndex":0},{"imageOffset":191956,"symbol":"__cxa_finalize_ranges","symbolLocation":409,"imageIndex":1},{"imageOffset":191470,"symbol":"exit","symbolLocation":35,"imageIndex":1},{"imageOffset":2897052,"symbol":"-[NSApplication terminate:]","symbolLocation":1702,"imageIndex":2},{"imageOffset":4347388,"symbol":"-[NSApplication _terminateFromSender:askIfShouldTerminate:saveWindows:]","symbolLocation":126,"imageIndex":2},{"imageOffset":4347142,"symbol":"__52-[NSApplication(NSAppleEventHandling) _handleAEQuit]_block_invoke","symbolLocation":46,"imageIndex":2},{"imageOffset":4673330,"symbol":"___NSMainRunLoopPerformBlockInModes_block_invoke","symbolLocation":25,"imageIndex":2},{"imageOffset":521857,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":12,"imageIndex":3},{"imageOffset":521516,"symbol":"__CFRunLoopDoBlocks","symbolLocation":445,"imageIndex":3},{"imageOffset":516570,"symbol":"__CFRunLoopRun","symbolLocation":878,"imageIndex":3},{"imageOffset":513964,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":3},{"imageOffset":195814,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":4},{"imageOffset":194835,"symbol":"ReceiveNextEventCommon","symbolLocation":283,"imageIndex":4},{"imageOffset":194533,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":70,"imageIndex":4},{"imageOffset":255293,"symbol":"_DPSNextEvent","symbolLocation":927,"imageIndex":2},{"imageOffset":248826,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":2},{"imageOffset":193193,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":2},{"imageOffset":547577,"imageIndex":5},{"imageOffset":3032658,"imageIndex":5},{"imageOffset":1508061,"imageIndex":5},{"imageOffset":586901,"imageIndex":5},{"imageOffset":1337827,"imageIndex":5},{"imageOffset":1343151,"imageIndex":5},{"imageOffset":1124121,"imageIndex":5},{"imageOffset":1599238,"imageIndex":5},{"imageOffset":721601,"imageIndex":5},{"imageOffset":3881262,"imageIndex":5},{"imageOffset":1239593,"imageIndex":5},{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":6}]},{"id":7112748,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3091075,"imageIndex":5},{"imageOffset":3077687,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112749,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"triggered":true,"id":7112750,"instructionState":{"instructionStream":{"bytes":[133,210,116,4,72,137,74,16,138,86,24,136,81,24,72,57,247,72,15,68,249,69,132,192,116,148,72,133,255,15,132,139,255,255,255,77,133,201,15,132,52,0,0,0,65,198,65,24,1,93,195,102,144,198,64,24,0,72,139,64,16,72,57,248,15,132,86,1,0,0,128,120,24,0,15,132,70,1,0,0,72,139,72,16,49,210,72,57,1,15,148,194,72,139,4,209,72,139,72,16,15,182,80,24,72,57,1,116,24,132,210,116,52,72,139,8,72,133,201,15,133,122,0,0,0,233,127,0,0,0,15,31,0,132,210,15,132,144,0,0,0,72,139,16,72,133,210,15,133,211,0,0,0,233,216,0,0,0,15,31,128,0,0,0,0,198,64,24,1,198,65,24,0,72,139,81,8,72,139,50,72,137,113,8,72,133,246,116,4,72,137,78],"offset":96}},"name":"tokio-runtime-worker","threadState":{"r13":{"value":105553151357408},"rax":{"value":0},"rflags":{"value":66118},"cpu":{"value":6},"r14":{"value":140713220907072,"symbolLocation":8,"symbol":"boost::serialization::singleton<boost::archive::detail::pointer_iserializer<sc_xml_iarchive, _SC_SRC_PIPELINE> >::get_instance()::t"},"rsi":{"value":105553151357408},"r8":{"value":140670916558849},"cr2":{"value":16},"rdx":{"value":140713220906768,"symbolLocation":8,"symbol":"boost::serialization::singleton<boost::archive::detail::extra_detail::map<sc_xml_iarchive> >::get_instance()::t"},"r10":{"value":140704605613216,"symbolLocation":24,"symbol":"atexit_mutex"},"r9":{"value":0},"r15":{"value":140713220906760,"symbolLocation":0,"symbol":"boost::serialization::singleton<boost::archive::detail::extra_detail::map<sc_xml_iarchive> >::get_instance()::t"},"rbx":{"value":105553151357360},"trap":{"value":14,"description":"(no mapping for user data read)"},"err":{"value":4},"r11":{"value":511},"rip":{"value":140712289976091,"matchesCrashFrame":1},"rbp":{"value":123145515235376},"rsp":{"value":123145515235376},"r12":{"value":140713220906768,"symbolLocation":8,"symbol":"boost::serialization::singleton<boost::archive::detail::extra_detail::map<sc_xml_iarchive> >::get_instance()::t"},"rcx":{"value":105553151357408},"flavor":"x86_THREAD_STATE","rdi":{"value":105553151357360}},"frames":[{"imageOffset":208667,"symbol":"void std::__1::__tree_remove<std::__1::__tree_node_base<void*>*>(std::__1::__tree_node_base<void*>*, std::__1::__tree_node_base<void*>*)","symbolLocation":283,"imageIndex":0},{"imageOffset":235552,"symbol":"boost::archive::detail::basic_serializer_map::erase(boost::archive::detail::basic_serializer const*)","symbolLocation":64,"imageIndex":0},{"imageOffset":1973828,"symbol":"boost::archive::detail::pointer_iserializer<sc_xml_iarchive, _SC_SRC_PIPELINE>::~pointer_iserializer()","symbolLocation":68,"imageIndex":0},{"imageOffset":191956,"symbol":"__cxa_finalize_ranges","symbolLocation":409,"imageIndex":1},{"imageOffset":191470,"symbol":"exit","symbolLocation":35,"imageIndex":1},{"imageOffset":3926393,"imageIndex":5},{"imageOffset":3875316,"imageIndex":5},{"imageOffset":1036321,"imageIndex":5},{"imageOffset":1899641,"imageIndex":5},{"imageOffset":1854633,"imageIndex":5},{"imageOffset":3134111,"imageIndex":5},{"imageOffset":3109922,"imageIndex":5},{"imageOffset":3107263,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112751,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112752,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112753,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112754,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112755,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112756,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112757,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112758,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112759,"name":"tokio-runtime-worker","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":3077953,"imageIndex":5},{"imageOffset":3110389,"imageIndex":5},{"imageOffset":3107644,"imageIndex":5},{"imageOffset":3061866,"imageIndex":5},{"imageOffset":3105780,"imageIndex":5},{"imageOffset":3095379,"imageIndex":5},{"imageOffset":3113563,"imageIndex":5},{"imageOffset":3047290,"imageIndex":5},{"imageOffset":3139574,"imageIndex":5},{"imageOffset":3124173,"imageIndex":5},{"imageOffset":3937143,"imageIndex":5},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112771,"name":"com.apple.coreanimation.render-server","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":7},{"imageOffset":290349,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":534,"imageIndex":9},{"imageOffset":289794,"symbol":"thread_fun(void*)","symbolLocation":25,"imageIndex":9},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7112786,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":7},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":7},{"imageOffset":523485,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":3},{"imageOffset":516968,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":3},{"imageOffset":513964,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":3},{"imageOffset":1752926,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":2},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7116031,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":7},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":8},{"imageOffset":19624011,"symbol":"scavenger_thread_main","symbolLocation":1627,"imageIndex":10},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":7116161,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":7116318,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":7116338,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":7116339,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":7116340,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140712289767424,
    "size" : 11452416,
    "uuid" : "8c6effa4-86f5-3a28-9d45-39eb820e6307",
    "path" : "\/System\/Library\/Extensions\/AMDShared.bundle\/Contents\/PlugIns\/libSC.dylib",
    "name" : "libSC.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703505588224,
    "size" : 561152,
    "uuid" : "8e54eca2-9bd8-3482-9589-b9574434d1aa",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703551606784,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15261696,
    "uuid" : "92a78ebd-bba5-3f18-a5e1-768c955539d7",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.40.127"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703507148800,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5251072,
    "uuid" : "743f0cb7-e962-3e42-8653-7bd141129561",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703654821888,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3096576,
    "uuid" : "7761967d-a138-33b6-9e3f-5c5420a2eeff",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4563148800,
    "CFBundleShortVersionString" : "0.1.0",
    "CFBundleIdentifier" : "app.payload",
    "size" : 6029312,
    "uuid" : "1272d6ee-8a94-3c8a-bfd7-f1878dc7fc9f",
    "path" : "\/Applications\/Payload 2.app\/Contents\/MacOS\/Payload",
    "name" : "Payload",
    "CFBundleVersion" : "20220516.211705"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4800430080,
    "size" : 442368,
    "uuid" : "dd9e80de-fb3b-349b-96a4-46874ad34d11",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703506604032,
    "size" : 229376,
    "uuid" : "26a59789-b846-3ed4-96dc-8dbef3c0c8e7",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703506833408,
    "size" : 49152,
    "uuid" : "2f6c275d-7e14-3d31-a924-e1bb41d2415f",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703625687040,
    "CFBundleShortVersionString" : "1.11",
    "CFBundleIdentifier" : "com.apple.QuartzCore",
    "size" : 3211264,
    "uuid" : "ccb708de-75e3-3a64-81c8-f7c688b43d3b",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
    "name" : "QuartzCore",
    "CFBundleVersion" : "964.19.5"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703917383680,
    "CFBundleShortVersionString" : "17613",
    "CFBundleIdentifier" : "com.apple.JavaScriptCore",
    "size" : 21331968,
    "uuid" : "cd21fa62-3d84-343a-a4ae-97bbc335b506",
    "path" : "\/System\/Library\/Frameworks\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore",
    "name" : "JavaScriptCore",
    "CFBundleVersion" : "17613.1.17.1.13"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 140703503560704,
  "size" : 15224815616,
  "uuid" : "6cc5ecdc-5119-37f0-9a85-4f48a50f5f78"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.2G resident=0K(0%) swapped_out_or_unallocated=1.2G(100%)\nWritable regions: Total=2.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.7G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               384K        3 \nActivity Tracing                   256K        1 \nCG backing stores                 2528K        4 \nCG image                           296K       13 \nColorSync                          240K       28 \nCoreAnimation                      788K       14 \nCoreGraphics                        16K        3 \nCoreUI image data                 1900K       13 \nFoundation                         108K        3 \nIOKit                             15.5M        2 \nImage IO                          1124K        2 \nJS JIT generated code              1.0G        3 \nKernel Alloc Once                    8K        1 \nMALLOC                           312.4M       67 \nMALLOC guard page                   48K       10 \nMALLOC_MEDIUM (reserved)         840.0M        7         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                         80K       20 \nStack                             36.7M       21 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                        112K       28 \nVM_ALLOCATE (reserved)            1536K       12         reserved VM address space (unallocated)\nWebKit Malloc                    192.0M        4 \n__DATA                            42.3M      506 \n__DATA_CONST                      31.1M      327 \n__DATA_DIRTY                      1576K      204 \n__FONT_DATA                          4K        1 \n__GLSLBUILTINS                    5176K        1 \n__LINKEDIT                       652.5M       10 \n__OBJC_RO                         82.6M        1 \n__OBJC_RW                         3200K        3 \n__TEXT                           531.7M      517 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                      396.6M       40 \nshared memory                     1288K       17 \n===========                     =======  ======= \nTOTAL                              4.5G     1890 \nTOTAL, minus reserved VM space     3.3G     1890 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "tokio-runtime-worker"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "61af99aeda72d16a4beb7756",
      "factorPackIds" : {
        "SIRI_DIALOG_ASSETS" : "62702db852dd330db9df17d1"
      },
      "deploymentId" : 240000156
    },
    {
      "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    }
  ],
  "experiments" : [

  ]
}
}

Additional context

No response

betamos commented 2 years ago

Another, with debug symbols:

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Payload [49419]
Path:                  /Applications/Payload.app/Contents/MacOS/Payload
Identifier:            app.payload
Version:               0.1.0 (20220603.142135)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2022-06-03 07:29:26.3023 -0700
OS Version:            macOS 12.3.1 (21E258)
Report Version:        12
Anonymous UUID:        24870809-19A5-FE9A-34B5-8B1C62D7A0DB

Sleep/Wake UUID:       0A6696A7-24B0-409D-B087-73D86485B1F6

Time Awake Since Boot: 910000 seconds
Time Since Wake:       1139 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x004f00018cf0a9e8 -> 0x000000018cf0a9e8 (possible pointer authentication failure)
Exception Codes:       0x0000000000000001, 0x004f00018cf0a9e8
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [49419]

VM Region Info: 0x18cf0a9e8 is in 0x18cd72000-0x18d2b8000;  bytes after start: 1673704  bytes before end: 3855895
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      __TEXT                      18cd45000-18cd72000    [  180K] r-x/r-x SM=COW  ...em_info.dylib
--->  __TEXT                      18cd72000-18d2b8000    [ 5400K] r-x/r-x SM=COW  ...oreFoundation
      __TEXT                      18d2b8000-18d518000    [ 2432K] r-x/r-x SM=COW  ...aunchServices

Kernel Triage:
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage
VM - pmap_enter failed with resource shortage

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                        0x18cbb0580 objc_msgSend + 32
1   AppKit                                 0x18fbd9010 _NSProcessNameForMessageTracer + 96
2   AppKit                                 0x18fc73af8 NSCoreDragReceiveMessageProc + 1836
3   HIServices                             0x1929c2c28 CallReceiveMessageCollectionWithMessage + 116
4   HIServices                             0x1929bc914 DoMultipartDropMessage + 104
5   HIServices                             0x1929bc6cc DoDropMessage + 56
6   HIServices                             0x1929c0814 CoreDragMessageHandler + 924
7   CoreFoundation                         0x18cea4500 __CFMessagePortPerform + 592
8   CoreFoundation                         0x18cdf7224 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 60
9   CoreFoundation                         0x18cdf70e0 __CFRunLoopDoSource1 + 604
10  CoreFoundation                         0x18cdf5574 __CFRunLoopRun + 2372
11  CoreFoundation                         0x18cdf4490 CFRunLoopRunSpecific + 600
12  HIToolbox                              0x195a14dd8 RunCurrentEventLoopInMode + 292
13  HIToolbox                              0x195a14b54 ReceiveNextEventCommon + 564
14  HIToolbox                              0x195a14908 _BlockUntilNextEventMatchingListInModeWithFilter + 72
15  AppKit                                 0x18f953b2c _DPSNextEvent + 860
16  AppKit                                 0x18f952424 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328
17  AppKit                                 0x18f9445f0 -[NSApplication run] + 596
18  Payload                                0x104b3f2c4 _$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h444ecc668112328c + 4 (mod.rs:128) [inlined]
19  Payload                                0x104b3f2c4 objc::message::platform::send_unverified::_$u7b$$u7b$closure$u7d$$u7d$::h6b6ac075543c12ed + 16 (mod.rs:27) [inlined]
20  Payload                                0x104b3f2c4 objc_exception::try::_$u7b$$u7b$closure$u7d$$u7d$::hdfa7333c804c5fa0 + 16 (lib.rs:68) [inlined]
21  Payload                                0x104b3f2c4 objc_exception::try_no_ret::try_objc_execute_closure::h15c44b9bf687a89e + 48 (lib.rs:34)
22  Payload                                0x104d76b74 RustObjCExceptionTryCatch + 28
23  Payload                                0x104c1756c objc_exception::try_no_ret::h4c7ca15f9434e6bc + 40 (lib.rs:44) [inlined]
24  Payload                                0x104c1756c objc_exception::try::h0216db8f454bb089 + 52 (lib.rs:67) [inlined]
25  Payload                                0x104c1756c objc::exception::try::h65a2a54faac317f3 + 52 (exception.rs:8) [inlined]
26  Payload                                0x104c1756c objc::message::platform::send_unverified::h3ba8d5628de9fdd9 + 92 (mod.rs:26)
27  Payload                                0x104b47d9c objc::message::send_message::h45a0f0ae9067fdbd + 12 (mod.rs:178) [inlined]
28  Payload                                0x104b47d9c tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::hb272e811b5dd1ef9 + 436 (event_loop.rs:181) [inlined]
29  Payload                                0x104b47d9c tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h4f79800b83b36fad + 476 (event_loop.rs:148)
30  Payload                                0x104bf2838 tao::event_loop::EventLoop$LT$T$GT$::run::h5c4cc8bc26bc0d56 + 56 (event_loop.rs:177)
31  Payload                                0x104bf4304 _$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::hc3c861e080a91d83 + 568 (lib.rs:2164) [inlined]
32  Payload                                0x104bf4304 tauri::app::App$LT$R$GT$::run::h94d39bb52dce834e + 856 (app.rs:673)
33  Payload                                0x104b16640 app::main::h7def133bc11d9011 + 6512 (main.rs:136)
34  Payload                                0x104b26eb0 core::ops::function::FnOnce::call_once::h0760151ac2c2b59e + 4 (function.rs:227) [inlined]
35  Payload                                0x104b26eb0 std::sys_common::backtrace::__rust_begin_short_backtrace::hf3e966ad49be2e5e + 12 (backtrace.rs:123)
36  Payload                                0x104b663a4 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h1380bfa0f362d82f + 24 (rt.rs:145)
37  Payload                                0x104e2a5f0 core::ops::function::impls::_$LT$impl$u20$core..ops..function..FnOnce$LT$A$GT$$u20$for$u20$$RF$F$GT$::call_once::hba09dfad0460fd87 + 12 (function.rs:259) [inlined]
38  Payload                                0x104e2a5f0 std::panicking::try::do_call::h4ce3f7a5c9aef539 + 12 (panicking.rs:406) [inlined]
39  Payload                                0x104e2a5f0 std::panicking::try::hd24b5077d4e7cf4f + 12 (panicking.rs:370) [inlined]
40  Payload                                0x104e2a5f0 std::panic::catch_unwind::h7e4545d59021a7e8 + 12 (panic.rs:133) [inlined]
41  Payload                                0x104e2a5f0 std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h84dbc49308bdb431 + 12 (rt.rs:128) [inlined]
42  Payload                                0x104e2a5f0 std::panicking::try::do_call::h72e6b5f705f91e0a + 12 (panicking.rs:406) [inlined]
43  Payload                                0x104e2a5f0 std::panicking::try::hb85264d1d4244b1a + 12 (panicking.rs:370) [inlined]
44  Payload                                0x104e2a5f0 std::panic::catch_unwind::h202929673dde26bb + 12 (panic.rs:133) [inlined]
45  Payload                                0x104e2a5f0 std::rt::lang_start_internal::h0c28bd035905a2f7 + 620 (rt.rs:128)
46  Payload                                0x104b270d4 main + 48
47  dyld                                   0x10561d088 start + 516

Thread 1:
0   libsystem_kernel.dylib                 0x18cced654 read + 8
1   Payload                                0x104e2047c std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8 + 12 (fd.rs:65) [inlined]
2   Payload                                0x104e2047c std::sys::unix::fs::File::read::h692bfca5139471b7 + 12 (fs.rs:853) [inlined]
3   Payload                                0x104e2047c _$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27 + 36 (fs.rs:619)
4   Payload                                0x104cba7a4 std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422 + 20 (mod.rs:818) [inlined]
5   Payload                                0x104cba7a4 std::io::default_read_buf::h4c11aa25da0766d7 + 36 (mod.rs:474) [inlined]
6   Payload                                0x104cba7a4 std::io::Read::read_buf::h50ec32bea72a081a + 36 (mod.rs:818) [inlined]
7   Payload                                0x104cba7a4 _$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc + 68 (bufreader.rs:389) [inlined]
8   Payload                                0x104cba7a4 tauri_utils::io::read_line::hede2087bd3639f70 + 128 (io.rs:16)
9   Payload                                0x104cc723c tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h34ac802d33e7fb28 + 140 (command.rs:387) [inlined]
10  Payload                                0x104cc723c std::sys_common::backtrace::__rust_begin_short_backtrace::hf7d716b8469a84e6 + 384 (backtrace.rs:123)
11  Payload                                0x104cd134c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h9396b2cefe060ff4 + 16 (mod.rs:477) [inlined]
12  Payload                                0x104cd134c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h1a4d6d4250a9dedf + 16 (unwind_safe.rs:271) [inlined]
13  Payload                                0x104cd134c std::panicking::try::do_call::h6d371f5f5c9ae9ef + 16 (panicking.rs:406) [inlined]
14  Payload                                0x104cd134c std::panicking::try::h583aa7fc56525b7a + 16 (panicking.rs:370) [inlined]
15  Payload                                0x104cd134c std::panic::catch_unwind::hbe8ca6161c1be024 + 16 (panic.rs:133) [inlined]
16  Payload                                0x104cd134c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7c2ce4a0088bc780 + 116 (mod.rs:476) [inlined]
17  Payload                                0x104cd134c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hde06e9516ed62de6 + 148 (function.rs:227)
18  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
19  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
20  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
21  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
22  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 2:
0   libsystem_kernel.dylib                 0x18cced654 read + 8
1   Payload                                0x104e2047c std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8 + 12 (fd.rs:65) [inlined]
2   Payload                                0x104e2047c std::sys::unix::fs::File::read::h692bfca5139471b7 + 12 (fs.rs:853) [inlined]
3   Payload                                0x104e2047c _$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27 + 36 (fs.rs:619)
4   Payload                                0x104cba7a4 std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422 + 20 (mod.rs:818) [inlined]
5   Payload                                0x104cba7a4 std::io::default_read_buf::h4c11aa25da0766d7 + 36 (mod.rs:474) [inlined]
6   Payload                                0x104cba7a4 std::io::Read::read_buf::h50ec32bea72a081a + 36 (mod.rs:818) [inlined]
7   Payload                                0x104cba7a4 _$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc + 68 (bufreader.rs:389) [inlined]
8   Payload                                0x104cba7a4 tauri_utils::io::read_line::hede2087bd3639f70 + 128 (io.rs:16)
9   Payload                                0x104cc63ec tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h65eb8dd0d3f01d5b + 140 (command.rs:387) [inlined]
10  Payload                                0x104cc63ec std::sys_common::backtrace::__rust_begin_short_backtrace::hc11aeb0700178beb + 384 (backtrace.rs:123)
11  Payload                                0x104cd0ea0 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h43c79c62c5cc75cb + 16 (mod.rs:477) [inlined]
12  Payload                                0x104cd0ea0 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hda9b599ab14558ac + 16 (unwind_safe.rs:271) [inlined]
13  Payload                                0x104cd0ea0 std::panicking::try::do_call::h8f41cc1bd78cb807 + 16 (panicking.rs:406) [inlined]
14  Payload                                0x104cd0ea0 std::panicking::try::h2f7330247f3d68fe + 16 (panicking.rs:370) [inlined]
15  Payload                                0x104cd0ea0 std::panic::catch_unwind::h11bbf6731f24daec + 16 (panic.rs:133) [inlined]
16  Payload                                0x104cd0ea0 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7d3d4206f81cc0f8 + 116 (mod.rs:476) [inlined]
17  Payload                                0x104cd0ea0 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hd6ac50a5c3cfa0bb + 148 (function.rs:227)
18  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
19  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
20  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
21  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
22  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 3:
0   libsystem_kernel.dylib                 0x18cd1bb04 waitid + 8
1   Payload                                0x104db1854 shared_child::sys::sys::wait_without_reaping::hb09d1c4db8704ed0 + 60 (unix.rs:17)
2   Payload                                0x104db2138 shared_child::SharedChild::wait::h1425587fe50d1168 + 248 (lib.rs:166)
3   Payload                                0x104cc4f68 tauri::api::process::command::Command::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hb3e3105e791bd285 + 20 (command.rs:274) [inlined]
4   Payload                                0x104cc4f68 std::sys_common::backtrace::__rust_begin_short_backtrace::h029cc134f83c13e4 + 68 (backtrace.rs:123)
5   Payload                                0x104cd1540 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc46428d74e8c6757 + 16 (mod.rs:477) [inlined]
6   Payload                                0x104cd1540 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h92ff2d63b234f6b2 + 16 (unwind_safe.rs:271) [inlined]
7   Payload                                0x104cd1540 std::panicking::try::do_call::hbe2a9282203c2dbc + 16 (panicking.rs:406) [inlined]
8   Payload                                0x104cd1540 std::panicking::try::h094137b7bba94074 + 16 (panicking.rs:370) [inlined]
9   Payload                                0x104cd1540 std::panic::catch_unwind::h90035437bda84083 + 16 (panic.rs:133) [inlined]
10  Payload                                0x104cd1540 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hf6c4e9732f5a13e1 + 116 (mod.rs:476) [inlined]
11  Payload                                0x104cd1540 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfd21d5fe371aa5ea + 148 (function.rs:227)
12  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
13  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
14  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
15  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
16  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 4:
0   libsystem_pthread.dylib                0x18cd25078 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib                0x18cd25078 start_wqthread + 0

Thread 6:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d84bec std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d84bec std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d84bec std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d84bec tokio::park::thread::Inner::park::hbd738f24f5ce85d1 + 168 (thread.rs:112)
6   Payload                                0x104d81744 _$LT$tokio..park..thread..ParkThread$u20$as$u20$tokio..park..Park$GT$::park::h5fdb0403c484331c + 12 (thread.rs:62) [inlined]
7   Payload                                0x104d81744 _$LT$tokio..runtime..driver..Driver$u20$as$u20$tokio..park..Park$GT$::park::h4202505b075ab9b2 + 12 (driver.rs:198) [inlined]
8   Payload                                0x104d81744 tokio::runtime::park::Inner::park_driver::hea15e41b50cc4237 + 32 (park.rs:205) [inlined]
9   Payload                                0x104d81744 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 140 (park.rs:137) [inlined]
10  Payload                                0x104d81744 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 176 (park.rs:93)
11  Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
12  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
13  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
14  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
15  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
16  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
17  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
18  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
19  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
20  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
21  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
22  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
23  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
24  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
25  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
26  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
27  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
28  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
29  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
30  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
31  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
32  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
33  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
34  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
35  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
36  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
37  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
38  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
39  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
40  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
41  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
42  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
43  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
44  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
45  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
46  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
47  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 7:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 8:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 9:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 10:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 11:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 12:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 13:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x104d81830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x104d81830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x104d81830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x104d81830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x104d81830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x104d81830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x104d896a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x104d88cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x104d7db54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x104d7db54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x104d88598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x104d85e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x104d85e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x104d89f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x104d89f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x104d89f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x104d89f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x104d89f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x104d89f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x104d89f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x104d89f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x104d7a228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x104d7a228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x104d7a228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x104d90980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x104d90980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x104d8cb2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x104d8cb2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x104d8cb2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x104d8cb2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x104d8cb2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x104d8cb2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x104e35cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x104e35cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 14:: JavaScriptCore libpas scavenger
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   JavaScriptCore                         0x1a6411658 scavenger_thread_main + 1232
3   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
4   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 15:: com.apple.coreanimation.render-server
0   libsystem_kernel.dylib                 0x18ccec8d0 mach_msg_trap + 8
1   libsystem_kernel.dylib                 0x18ccecd40 mach_msg + 76
2   QuartzCore                             0x193c9bcb8 CA::Render::Server::server_thread(void*) + 516
3   QuartzCore                             0x193c9baa4 thread_fun(void*) + 32
4   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
5   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 16:
0   libsystem_pthread.dylib                0x18cd25078 start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib                0x18cd25078 start_wqthread + 0

Thread 18:: com.apple.NSEventThread
0   libsystem_kernel.dylib                 0x18ccec8d0 mach_msg_trap + 8
1   libsystem_kernel.dylib                 0x18ccecd40 mach_msg + 76
2   CoreFoundation                         0x18cdf6c1c __CFRunLoopServiceMachPort + 372
3   CoreFoundation                         0x18cdf50cc __CFRunLoopRun + 1180
4   CoreFoundation                         0x18cdf4490 CFRunLoopRunSpecific + 600
5   AppKit                                 0x18fac06f4 _NSEventThread + 196
6   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
7   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 19:: CVDisplayLink
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a868 _pthread_cond_wait + 1280
2   CoreVideo                              0x1943b7b9c CVDisplayLink::waitUntil(unsigned long long) + 324
3   CoreVideo                              0x1943b6ecc CVDisplayLink::runIOThread() + 488
4   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
5   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000600000c42ee0   x1: 0x00000001d6deb9f2   x2: 0x0000000000000004   x3: 0x000000018cb38ff8
    x4: 0x0000000000000120   x5: 0x000000010502084c   x6: 0x000000000000012f   x7: 0x0000000000000403
    x8: 0x00000001d6deb000   x9: 0x0000000105088150  x10: 0x6ae1600000c42ee0  x11: 0x0000600002f48140
   x12: 0x0000000000000006  x13: 0x0a4f00018cf0a9d8  x14: 0x00000000bd275ab8  x15: 0x004f00018cf0a9d8
   x16: 0x004f00018cf0a9d8  x17: 0x00000001e6d8f940  x18: 0x0000000000000000  x19: 0x0000000050000001
   x20: 0x000060000395f240  x21: 0x0000000000000000  x22: 0x00000001340741a0  x23: 0x0000000000000001
   x24: 0x000000012370e270  x25: 0x0000000000000000  x26: 0x0000000000000001  x27: 0x0000000000000000
   x28: 0x0000600000244210   fp: 0x000000016b339800   lr: 0x000000018fbd9010
    sp: 0x000000016b339800   pc: 0x000000018cbb0580 cpsr: 0x20001000
   far: 0x004f00018cf0a9e8  esr: 0x92000004 (Data Abort) byte read Translation fault

Binary Images:
       0x18cba9000 -        0x18cbe6fff libobjc.A.dylib (*) <4b5ab8fb-60e0-3992-ba0e-a073a3fa86a7> /usr/lib/libobjc.A.dylib
       0x18f912000 -        0x1907c9fff com.apple.AppKit (6.9) <153590c1-624c-38fb-8ffb-ba751bccbd16> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1929ab000 -        0x192a0afff com.apple.HIServices (1.22) <e6eb06f5-5546-3c97-a88d-db6eaa655d97> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x18cd72000 -        0x18d2b7fff com.apple.CoreFoundation (6.9) <8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1959e1000 -        0x195d14fff com.apple.HIToolbox (2.1.1) <4a1d1f30-c79d-3502-b51f-9792adbd8e06> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x104ac0000 -        0x10503ffff app.payload (0.1.0) <3df94953-6cda-3057-8a82-022d2e29474d> /Applications/Payload.app/Contents/MacOS/Payload
       0x105618000 -        0x105677fff dyld (*) <fbb89662-e6f2-3434-b542-f75185ac5e74> /usr/lib/dyld
       0x18cceb000 -        0x18cd22fff libsystem_kernel.dylib (*) <1d7b3b8e-75a1-34ea-aa52-9f7c23155c55> /usr/lib/system/libsystem_kernel.dylib
       0x18cd23000 -        0x18cd2ffff libsystem_pthread.dylib (*) <cee8bc77-6923-34d9-89a3-6f8f7279605e> /usr/lib/system/libsystem_pthread.dylib
       0x1a51db000 -        0x1a653afff com.apple.JavaScriptCore (17613) <51b72434-3e48-3716-9e20-65d600d8f376> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x193c54000 -        0x193f7dfff com.apple.QuartzCore (1.11) <b3f9d8bc-5d97-3a56-8797-fd3e8847a5b0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x1943b4000 -        0x194411fff com.apple.CoreVideo (1.8) <f988dbd8-b383-38c8-a141-f80e0252430e> /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.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               512K        4 
Activity Tracing                   256K        1 
CG backing stores                 2176K        4 
CG image                           112K        4 
ColorSync                          592K       26 
CoreAnimation                      320K        8 
CoreGraphics                        48K        3 
CoreUI image data                 1072K        6 
Foundation                         128K        2 
Image IO                          1024K        1 
JS JIT generated code            512.0M        3 
Kernel Alloc Once                   32K        1 
MALLOC                           278.3M       47 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                        304K       19 
Stack                             35.1M       20 
Stack Guard                       56.0M        1 
VM_ALLOCATE                        544K       27 
VM_ALLOCATE (reserved)            1408K       11         reserved VM address space (unallocated)
WebKit Malloc                    192.0M        4 
__AUTH                            2509K      289 
__AUTH_CONST                      19.5M      475 
__DATA                            14.8M      469 
__DATA_CONST                      17.8M      482 
__DATA_DIRTY                      1740K      207 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       589.4M        6 
__OBJC_CONST                      3384K      262 
__OBJC_RO                         82.9M        1 
__OBJC_RW                         3152K        1 
__TEXT                           490.4M      500 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                      205.4M       27 
shared memory                      864K       14 
===========                     =======  ======= 
TOTAL                              3.8G     2948 
TOTAL, minus reserved VM space     2.5G     2948 

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

{"app_name":"Payload","timestamp":"2022-06-03 07:29:27.00 -0700","app_version":"0.1.0","slice_uuid":"3df94953-6cda-3057-8a82-022d2e29474d","build_version":"20220603.142135","platform":1,"bundleID":"app.payload","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"1C1F2AA1-80BC-4251-8DD8-6FF84B46581D","name":"Payload"}
{
  "uptime" : 910000,
  "procLaunch" : "2022-06-03 07:29:14.5245 -0700",
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookAir10,1",
  "procStartAbsTime" : 21944688483173,
  "coalitionID" : 74656,
  "osVersion" : {
    "train" : "macOS 12.3.1",
    "build" : "21E258",
    "releaseType" : "User"
  },
  "captureTime" : "2022-06-03 07:29:26.3023 -0700",
  "incident" : "1C1F2AA1-80BC-4251-8DD8-6FF84B46581D",
  "bug_type" : "309",
  "pid" : 49419,
  "procExitAbsTime" : 21944970542223,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "Payload",
  "procPath" : "\/Applications\/Payload.app\/Contents\/MacOS\/Payload",
  "bundleInfo" : {"CFBundleShortVersionString":"0.1.0","CFBundleVersion":"20220603.142135","CFBundleIdentifier":"app.payload"},
  "storeInfo" : {"deviceIdentifierForVendor":"D7CFAA73-2885-58A7-93BC-F0A56FC0213E","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "app.payload",
  "crashReporterKey" : "24870809-19A5-FE9A-34B5-8B1C62D7A0DB",
  "wakeTime" : 1139,
  "sleepWakeUUID" : "0A6696A7-24B0-409D-B087-73D86485B1F6",
  "sip" : "enabled",
  "vmRegionInfo" : "0x18cf0a9e8 is in 0x18cd72000-0x18d2b8000;  bytes after start: 1673704  bytes before end: 3855895\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      __TEXT                      18cd45000-18cd72000    [  180K] r-x\/r-x SM=COW  ...em_info.dylib\n--->  __TEXT                      18cd72000-18d2b8000    [ 5400K] r-x\/r-x SM=COW  ...oreFoundation\n      __TEXT                      18d2b8000-18d518000    [ 2432K] r-x\/r-x SM=COW  ...aunchServices",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x004f00018cf0a9e8","rawCodes":[1,22236529819691496],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x004f00018cf0a9e8 -> 0x000000018cf0a9e8 (possible pointer authentication failure)"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":49419},
  "ktriageinfo" : "VM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\n",
  "vmregioninfo" : "0x18cf0a9e8 is in 0x18cd72000-0x18d2b8000;  bytes after start: 1673704  bytes before end: 3855895\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      __TEXT                      18cd45000-18cd72000    [  180K] r-x\/r-x SM=COW  ...em_info.dylib\n--->  __TEXT                      18cd72000-18d2b8000    [ 5400K] r-x\/r-x SM=COW  ...oreFoundation\n      __TEXT                      18d2b8000-18d518000    [ 2432K] r-x\/r-x SM=COW  ...aunchServices",
  "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":6457444,"threadState":{"x":[{"value":105553129123552},{"value":7899888114,"objc-selector":"cStringUsingEncoding:"},{"value":4},{"value":6655545336,"symbolLocation":0,"symbol":"nanov2_free_definite_size"},{"value":288},{"value":4378986572,"symbolLocation":2732,"symbol":"str.1"},{"value":303},{"value":1027},{"value":7899885568,"objc-selector":"ngValue"},{"value":4379410768},{"value":7701542390909382368},{"value":105553165844800},{"value":6},{"value":742812470198970840,"symbolLocation":742812463539421184,"symbol":"-[NSObject(NSObject) doesNotRecognizeSelector:]"},{"value":3173472952},{"value":22236529819691480,"symbolLocation":22236523160141824,"symbol":"-[NSObject(NSObject) doesNotRecognizeSelector:]"},{"value":22236529819691480,"symbolLocation":22236523160141824,"symbol":"-[NSObject(NSObject) doesNotRecognizeSelector:]"},{"value":8167946560},{"value":0},{"value":1342177281},{"value":105553176425024},{"value":0},{"value":5167858080},{"value":1},{"value":4889567856},{"value":0},{"value":1},{"value":0},{"value":105553118642704}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6706532368},"cpsr":{"value":536875008},"fp":{"value":6093510656},"sp":{"value":6093510656},"esr":{"value":2449473540,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":6656034176,"matchesCrashFrame":1},"far":{"value":22236529819691496}},"queue":"com.apple.main-thread","frames":[{"imageOffset":30080,"symbol":"objc_msgSend","symbolLocation":32,"imageIndex":0},{"imageOffset":2912272,"symbol":"_NSProcessNameForMessageTracer","symbolLocation":96,"imageIndex":1},{"imageOffset":3545848,"symbol":"NSCoreDragReceiveMessageProc","symbolLocation":1836,"imageIndex":1},{"imageOffset":97320,"symbol":"CallReceiveMessageCollectionWithMessage","symbolLocation":116,"imageIndex":2},{"imageOffset":71956,"symbol":"DoMultipartDropMessage","symbolLocation":104,"imageIndex":2},{"imageOffset":71372,"symbol":"DoDropMessage","symbolLocation":56,"imageIndex":2},{"imageOffset":88084,"symbol":"CoreDragMessageHandler","symbolLocation":924,"imageIndex":2},{"imageOffset":1254656,"symbol":"__CFMessagePortPerform","symbolLocation":592,"imageIndex":3},{"imageOffset":545316,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__","symbolLocation":60,"imageIndex":3},{"imageOffset":544992,"symbol":"__CFRunLoopDoSource1","symbolLocation":604,"imageIndex":3},{"imageOffset":537972,"symbol":"__CFRunLoopRun","symbolLocation":2372,"imageIndex":3},{"imageOffset":533648,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":3},{"imageOffset":212440,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":4},{"imageOffset":211796,"symbol":"ReceiveNextEventCommon","symbolLocation":564,"imageIndex":4},{"imageOffset":211208,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":4},{"imageOffset":269100,"symbol":"_DPSNextEvent","symbolLocation":860,"imageIndex":1},{"imageOffset":263204,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1328,"imageIndex":1},{"imageOffset":206320,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":1},{"symbol":"_$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h444ecc668112328c","inline":true,"imageIndex":5,"imageOffset":520900,"symbolLocation":4,"sourceLine":128,"sourceFile":"mod.rs"},{"symbol":"objc::message::platform::send_unverified::_$u7b$$u7b$closure$u7d$$u7d$::h6b6ac075543c12ed","inline":true,"imageIndex":5,"imageOffset":520900,"symbolLocation":16,"sourceLine":27,"sourceFile":"mod.rs"},{"symbol":"objc_exception::try::_$u7b$$u7b$closure$u7d$$u7d$::hdfa7333c804c5fa0","inline":true,"imageIndex":5,"imageOffset":520900,"symbolLocation":16,"sourceLine":68,"sourceFile":"lib.rs"},{"imageOffset":520900,"sourceLine":34,"sourceFile":"lib.rs","symbol":"objc_exception::try_no_ret::try_objc_execute_closure::h15c44b9bf687a89e","imageIndex":5,"symbolLocation":48},{"imageOffset":2845556,"symbol":"RustObjCExceptionTryCatch","symbolLocation":28,"imageIndex":5},{"symbol":"objc_exception::try_no_ret::h4c7ca15f9434e6bc","inline":true,"imageIndex":5,"imageOffset":1406316,"symbolLocation":40,"sourceLine":44,"sourceFile":"lib.rs"},{"symbol":"objc_exception::try::h0216db8f454bb089","inline":true,"imageIndex":5,"imageOffset":1406316,"symbolLocation":52,"sourceLine":67,"sourceFile":"lib.rs"},{"symbol":"objc::exception::try::h65a2a54faac317f3","inline":true,"imageIndex":5,"imageOffset":1406316,"symbolLocation":52,"sourceLine":8,"sourceFile":"exception.rs"},{"imageOffset":1406316,"sourceLine":26,"sourceFile":"mod.rs","symbol":"objc::message::platform::send_unverified::h3ba8d5628de9fdd9","imageIndex":5,"symbolLocation":92},{"symbol":"objc::message::send_message::h45a0f0ae9067fdbd","inline":true,"imageIndex":5,"imageOffset":556444,"symbolLocation":12,"sourceLine":178,"sourceFile":"mod.rs"},{"symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::hb272e811b5dd1ef9","inline":true,"imageIndex":5,"imageOffset":556444,"symbolLocation":436,"sourceLine":181,"sourceFile":"event_loop.rs"},{"imageOffset":556444,"sourceLine":148,"sourceFile":"event_loop.rs","symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h4f79800b83b36fad","imageIndex":5,"symbolLocation":476},{"imageOffset":1255480,"sourceLine":177,"sourceFile":"event_loop.rs","symbol":"tao::event_loop::EventLoop$LT$T$GT$::run::h5c4cc8bc26bc0d56","imageIndex":5,"symbolLocation":56},{"symbol":"_$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::hc3c861e080a91d83","inline":true,"imageIndex":5,"imageOffset":1262340,"symbolLocation":568,"sourceLine":2164,"sourceFile":"lib.rs"},{"imageOffset":1262340,"sourceLine":673,"sourceFile":"app.rs","symbol":"tauri::app::App$LT$R$GT$::run::h94d39bb52dce834e","imageIndex":5,"symbolLocation":856},{"imageOffset":353856,"sourceLine":136,"sourceFile":"main.rs","symbol":"app::main::h7def133bc11d9011","imageIndex":5,"symbolLocation":6512},{"symbol":"core::ops::function::FnOnce::call_once::h0760151ac2c2b59e","inline":true,"imageIndex":5,"imageOffset":421552,"symbolLocation":4,"sourceLine":227,"sourceFile":"function.rs"},{"imageOffset":421552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hf3e966ad49be2e5e","imageIndex":5,"symbolLocation":12},{"imageOffset":680868,"sourceLine":145,"sourceFile":"rt.rs","symbol":"std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h1380bfa0f362d82f","imageIndex":5,"symbolLocation":24},{"symbol":"core::ops::function::impls::_$LT$impl$u20$core..ops..function..FnOnce$LT$A$GT$$u20$for$u20$$RF$F$GT$::call_once::hba09dfad0460fd87","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":259,"sourceFile":"function.rs"},{"symbol":"std::panicking::try::do_call::h4ce3f7a5c9aef539","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hd24b5077d4e7cf4f","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h7e4545d59021a7e8","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h84dbc49308bdb431","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":128,"sourceFile":"rt.rs"},{"symbol":"std::panicking::try::do_call::h72e6b5f705f91e0a","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hb85264d1d4244b1a","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h202929673dde26bb","inline":true,"imageIndex":5,"imageOffset":3581424,"symbolLocation":12,"sourceLine":133,"sourceFile":"panic.rs"},{"imageOffset":3581424,"sourceLine":128,"sourceFile":"rt.rs","symbol":"std::rt::lang_start_internal::h0c28bd035905a2f7","imageIndex":5,"symbolLocation":620},{"imageOffset":422100,"symbol":"main","symbolLocation":48,"imageIndex":5},{"imageOffset":20616,"symbol":"start","symbolLocation":516,"imageIndex":6}]},{"id":6457503,"frames":[{"imageOffset":9812,"symbol":"read","symbolLocation":8,"imageIndex":7},{"symbol":"std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8","inline":true,"imageIndex":5,"imageOffset":3540092,"symbolLocation":12,"sourceLine":65,"sourceFile":"fd.rs"},{"symbol":"std::sys::unix::fs::File::read::h692bfca5139471b7","inline":true,"imageIndex":5,"imageOffset":3540092,"symbolLocation":12,"sourceLine":853,"sourceFile":"fs.rs"},{"imageOffset":3540092,"sourceLine":619,"sourceFile":"fs.rs","symbol":"_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27","imageIndex":5,"symbolLocation":36},{"symbol":"std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":20,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"std::io::default_read_buf::h4c11aa25da0766d7","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":36,"sourceLine":474,"sourceFile":"mod.rs"},{"symbol":"std::io::Read::read_buf::h50ec32bea72a081a","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":36,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"_$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":68,"sourceLine":389,"sourceFile":"bufreader.rs"},{"imageOffset":2074532,"sourceLine":16,"sourceFile":"io.rs","symbol":"tauri_utils::io::read_line::hede2087bd3639f70","imageIndex":5,"symbolLocation":128},{"symbol":"tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h34ac802d33e7fb28","inline":true,"imageIndex":5,"imageOffset":2126396,"symbolLocation":140,"sourceLine":387,"sourceFile":"command.rs"},{"imageOffset":2126396,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hf7d716b8469a84e6","imageIndex":5,"symbolLocation":384},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h9396b2cefe060ff4","inline":true,"imageIndex":5,"imageOffset":2167628,"symbolLocation":16,"sourceLine":477,"sourceFile":"mod.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::h1a4d6d4250a9dedf","inline":true,"imageIndex":5,"imageOffset":2167628,"symbolLocation":16,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h6d371f5f5c9ae9ef","inline":true,"imageIndex":5,"imageOffset":2167628,"symbolLocation":16,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h583aa7fc56525b7a","inline":true,"imageIndex":5,"imageOffset":2167628,"symbolLocation":16,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hbe8ca6161c1be024","inline":true,"imageIndex":5,"imageOffset":2167628,"symbolLocation":16,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7c2ce4a0088bc780","inline":true,"imageIndex":5,"imageOffset":2167628,"symbolLocation":116,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2167628,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hde06e9516ed62de6","imageIndex":5,"symbolLocation":148},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457504,"frames":[{"imageOffset":9812,"symbol":"read","symbolLocation":8,"imageIndex":7},{"symbol":"std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8","inline":true,"imageIndex":5,"imageOffset":3540092,"symbolLocation":12,"sourceLine":65,"sourceFile":"fd.rs"},{"symbol":"std::sys::unix::fs::File::read::h692bfca5139471b7","inline":true,"imageIndex":5,"imageOffset":3540092,"symbolLocation":12,"sourceLine":853,"sourceFile":"fs.rs"},{"imageOffset":3540092,"sourceLine":619,"sourceFile":"fs.rs","symbol":"_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27","imageIndex":5,"symbolLocation":36},{"symbol":"std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":20,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"std::io::default_read_buf::h4c11aa25da0766d7","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":36,"sourceLine":474,"sourceFile":"mod.rs"},{"symbol":"std::io::Read::read_buf::h50ec32bea72a081a","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":36,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"_$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc","inline":true,"imageIndex":5,"imageOffset":2074532,"symbolLocation":68,"sourceLine":389,"sourceFile":"bufreader.rs"},{"imageOffset":2074532,"sourceLine":16,"sourceFile":"io.rs","symbol":"tauri_utils::io::read_line::hede2087bd3639f70","imageIndex":5,"symbolLocation":128},{"symbol":"tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h65eb8dd0d3f01d5b","inline":true,"imageIndex":5,"imageOffset":2122732,"symbolLocation":140,"sourceLine":387,"sourceFile":"command.rs"},{"imageOffset":2122732,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hc11aeb0700178beb","imageIndex":5,"symbolLocation":384},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h43c79c62c5cc75cb","inline":true,"imageIndex":5,"imageOffset":2166432,"symbolLocation":16,"sourceLine":477,"sourceFile":"mod.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::hda9b599ab14558ac","inline":true,"imageIndex":5,"imageOffset":2166432,"symbolLocation":16,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h8f41cc1bd78cb807","inline":true,"imageIndex":5,"imageOffset":2166432,"symbolLocation":16,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h2f7330247f3d68fe","inline":true,"imageIndex":5,"imageOffset":2166432,"symbolLocation":16,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h11bbf6731f24daec","inline":true,"imageIndex":5,"imageOffset":2166432,"symbolLocation":16,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7d3d4206f81cc0f8","inline":true,"imageIndex":5,"imageOffset":2166432,"symbolLocation":116,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2166432,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hd6ac50a5c3cfa0bb","imageIndex":5,"symbolLocation":148},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457505,"frames":[{"imageOffset":199428,"symbol":"waitid","symbolLocation":8,"imageIndex":7},{"imageOffset":3086420,"sourceLine":17,"sourceFile":"unix.rs","symbol":"shared_child::sys::sys::wait_without_reaping::hb09d1c4db8704ed0","imageIndex":5,"symbolLocation":60},{"imageOffset":3088696,"sourceLine":166,"sourceFile":"lib.rs","symbol":"shared_child::SharedChild::wait::h1425587fe50d1168","imageIndex":5,"symbolLocation":248},{"symbol":"tauri::api::process::command::Command::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hb3e3105e791bd285","inline":true,"imageIndex":5,"imageOffset":2117480,"symbolLocation":20,"sourceLine":274,"sourceFile":"command.rs"},{"imageOffset":2117480,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h029cc134f83c13e4","imageIndex":5,"symbolLocation":68},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc46428d74e8c6757","inline":true,"imageIndex":5,"imageOffset":2168128,"symbolLocation":16,"sourceLine":477,"sourceFile":"mod.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::h92ff2d63b234f6b2","inline":true,"imageIndex":5,"imageOffset":2168128,"symbolLocation":16,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hbe2a9282203c2dbc","inline":true,"imageIndex":5,"imageOffset":2168128,"symbolLocation":16,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h094137b7bba94074","inline":true,"imageIndex":5,"imageOffset":2168128,"symbolLocation":16,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h90035437bda84083","inline":true,"imageIndex":5,"imageOffset":2168128,"symbolLocation":16,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hf6c4e9732f5a13e1","inline":true,"imageIndex":5,"imageOffset":2168128,"symbolLocation":116,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2168128,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfd21d5fe371aa5ea","imageIndex":5,"symbolLocation":148},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457506,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":6457507,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":6457516,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2903020,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2903020,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2903020,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"imageOffset":2903020,"sourceLine":112,"sourceFile":"thread.rs","symbol":"tokio::park::thread::Inner::park::hbd738f24f5ce85d1","imageIndex":5,"symbolLocation":168},{"symbol":"_$LT$tokio..park..thread..ParkThread$u20$as$u20$tokio..park..Park$GT$::park::h5fdb0403c484331c","inline":true,"imageIndex":5,"imageOffset":2889540,"symbolLocation":12,"sourceLine":62,"sourceFile":"thread.rs"},{"symbol":"_$LT$tokio..runtime..driver..Driver$u20$as$u20$tokio..park..Park$GT$::park::h4202505b075ab9b2","inline":true,"imageIndex":5,"imageOffset":2889540,"symbolLocation":12,"sourceLine":198,"sourceFile":"driver.rs"},{"symbol":"tokio::runtime::park::Inner::park_driver::hea15e41b50cc4237","inline":true,"imageIndex":5,"imageOffset":2889540,"symbolLocation":32,"sourceLine":205,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889540,"symbolLocation":140,"sourceLine":137,"sourceFile":"park.rs"},{"imageOffset":2889540,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":176},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457517,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457518,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457519,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457520,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457521,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457522,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457523,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":5,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":5,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":5,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":5,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":5,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":5,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":5,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":5,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":5,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":5,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":5,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":5,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":5,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":5,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":5,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":5,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":5,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":5,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":5,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":5,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457533,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":8},{"imageOffset":19097176,"symbol":"scavenger_thread_main","symbolLocation":1232,"imageIndex":9},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457536,"name":"com.apple.coreanimation.render-server","frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":7},{"imageOffset":294072,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":516,"imageIndex":10},{"imageOffset":293540,"symbol":"thread_fun(void*)","symbolLocation":32,"imageIndex":10},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457538,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":6457540,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":6457555,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":7},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":7},{"imageOffset":543772,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":3},{"imageOffset":536780,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":3},{"imageOffset":533648,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":3},{"imageOffset":1763060,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":1},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]},{"id":6457655,"name":"CVDisplayLink","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":7},{"imageOffset":30824,"symbol":"_pthread_cond_wait","symbolLocation":1280,"imageIndex":8},{"imageOffset":15260,"symbol":"CVDisplayLink::waitUntil(unsigned long long)","symbolLocation":324,"imageIndex":11},{"imageOffset":11980,"symbol":"CVDisplayLink::runIOThread()","symbolLocation":488,"imageIndex":11},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":8},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":8}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6656004096,
    "size" : 253952,
    "uuid" : "4b5ab8fb-60e0-3992-ba0e-a073a3fa86a7",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6703620096,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15433728,
    "uuid" : "153590c1-624c-38fb-8ffb-ba751bccbd16",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.40.127"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6754578432,
    "CFBundleShortVersionString" : "1.22",
    "CFBundleIdentifier" : "com.apple.HIServices",
    "size" : 393216,
    "uuid" : "e6eb06f5-5546-3c97-a88d-db6eaa655d97",
    "path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/HIServices.framework\/Versions\/A\/HIServices",
    "name" : "HIServices"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657875968,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5529600,
    "uuid" : "8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6805131264,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "4a1d1f30-c79d-3502-b51f-9792adbd8e06",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4373348352,
    "CFBundleShortVersionString" : "0.1.0",
    "CFBundleIdentifier" : "app.payload",
    "size" : 5767168,
    "uuid" : "3df94953-6cda-3057-8a82-022d2e29474d",
    "path" : "\/Applications\/Payload.app\/Contents\/MacOS\/Payload",
    "name" : "Payload",
    "CFBundleVersion" : "20220603.142135"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4385243136,
    "size" : 393216,
    "uuid" : "fbb89662-e6f2-3434-b542-f75185ac5e74",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657323008,
    "size" : 229376,
    "uuid" : "1d7b3b8e-75a1-34ea-aa52-9f7c23155c55",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657552384,
    "size" : 53248,
    "uuid" : "cee8bc77-6923-34d9-89a3-6f8f7279605e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7065153536,
    "CFBundleShortVersionString" : "17613",
    "CFBundleIdentifier" : "com.apple.JavaScriptCore",
    "size" : 20316160,
    "uuid" : "51b72434-3e48-3716-9e20-65d600d8f376",
    "path" : "\/System\/Library\/Frameworks\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore",
    "name" : "JavaScriptCore",
    "CFBundleVersion" : "17613.1.17.1.13"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6774145024,
    "CFBundleShortVersionString" : "1.11",
    "CFBundleIdentifier" : "com.apple.QuartzCore",
    "size" : 3317760,
    "uuid" : "b3f9d8bc-5d97-3a56-8797-fd3e8847a5b0",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
    "name" : "QuartzCore",
    "CFBundleVersion" : "964.19.5"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6781878272,
    "CFBundleShortVersionString" : "1.8",
    "CFBundleIdentifier" : "com.apple.CoreVideo",
    "size" : 385024,
    "uuid" : "f988dbd8-b383-38c8-a141-f80e0252430e",
    "path" : "\/System\/Library\/Frameworks\/CoreVideo.framework\/Versions\/A\/CoreVideo",
    "name" : "CoreVideo",
    "CFBundleVersion" : "0.0"
  }
],
  "sharedCache" : {
  "base" : 6654263296,
  "size" : 3136438272,
  "uuid" : "1df3dfc1-141a-35d0-a4e5-f1e113894c6e"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               512K        4 \nActivity Tracing                   256K        1 \nCG backing stores                 2176K        4 \nCG image                           112K        4 \nColorSync                          592K       26 \nCoreAnimation                      320K        8 \nCoreGraphics                        48K        3 \nCoreUI image data                 1072K        6 \nFoundation                         128K        2 \nImage IO                          1024K        1 \nJS JIT generated code            512.0M        3 \nKernel Alloc Once                   32K        1 \nMALLOC                           278.3M       47 \nMALLOC guard page                  192K       10 \nMALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                        304K       19 \nStack                             35.1M       20 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                        544K       27 \nVM_ALLOCATE (reserved)            1408K       11         reserved VM address space (unallocated)\nWebKit Malloc                    192.0M        4 \n__AUTH                            2509K      289 \n__AUTH_CONST                      19.5M      475 \n__DATA                            14.8M      469 \n__DATA_CONST                      17.8M      482 \n__DATA_DIRTY                      1740K      207 \n__FONT_DATA                          4K        1 \n__GLSLBUILTINS                    5176K        1 \n__LINKEDIT                       589.4M        6 \n__OBJC_CONST                      3384K      262 \n__OBJC_RO                         82.9M        1 \n__OBJC_RW                         3152K        1 \n__TEXT                           490.4M      500 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                      205.4M       27 \nshared memory                      864K       14 \n===========                     =======  ======= \nTOTAL                              3.8G     2948 \nTOTAL, minus reserved VM space     2.5G     2948 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000149
    },
    {
      "rolloutId" : "6112dda2fc54bc3389840642",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "628bd2fda5168570b594bb52"
      },
      "deploymentId" : 240000135
    }
  ],
  "experiments" : [

  ]
}
}
betamos commented 2 years ago

One more:

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Payload [49439]
Path:                  /Applications/Payload.app/Contents/MacOS/Payload
Identifier:            app.payload
Version:               0.1.0 (20220603.142135)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2022-06-03 07:31:52.5789 -0700
OS Version:            macOS 12.3.1 (21E258)
Report Version:        12
Anonymous UUID:        24870809-19A5-FE9A-34B5-8B1C62D7A0DB

Sleep/Wake UUID:       0A6696A7-24B0-409D-B087-73D86485B1F6

Time Awake Since Boot: 910000 seconds
Time Since Wake:       1285 seconds

System Integrity Protection: enabled

Crashed Thread:        16  Dispatch queue: com.apple.Metal.telemetryQ

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000020
Exception Codes:       0x0000000000000001, 0x0000000000000020
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process:   exc handler [49439]

VM Region Info: 0x20 is not in any region.  Bytes before following region: 4310876128
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                      100f2c000-1014ac000    [ 5632K] r-x/r-x SM=COW  ...MacOS/Payload

Thread 0::  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                 0x18ccec8d0 mach_msg_trap + 8
1   libsystem_kernel.dylib                 0x18ccecd40 mach_msg + 76
2   CoreFoundation                         0x18cdf6c1c __CFRunLoopServiceMachPort + 372
3   CoreFoundation                         0x18cdf50cc __CFRunLoopRun + 1180
4   CoreFoundation                         0x18cdf4490 CFRunLoopRunSpecific + 600
5   HIToolbox                              0x195a14dd8 RunCurrentEventLoopInMode + 292
6   HIToolbox                              0x195a14b54 ReceiveNextEventCommon + 564
7   HIToolbox                              0x195a14908 _BlockUntilNextEventMatchingListInModeWithFilter + 72
8   AppKit                                 0x18f953b2c _DPSNextEvent + 860
9   AppKit                                 0x18f952424 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1328
10  AppKit                                 0x18f9445f0 -[NSApplication run] + 596
11  Payload                                0x100fab2c4 _$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h444ecc668112328c + 4 (mod.rs:128) [inlined]
12  Payload                                0x100fab2c4 objc::message::platform::send_unverified::_$u7b$$u7b$closure$u7d$$u7d$::h6b6ac075543c12ed + 16 (mod.rs:27) [inlined]
13  Payload                                0x100fab2c4 objc_exception::try::_$u7b$$u7b$closure$u7d$$u7d$::hdfa7333c804c5fa0 + 16 (lib.rs:68) [inlined]
14  Payload                                0x100fab2c4 objc_exception::try_no_ret::try_objc_execute_closure::h15c44b9bf687a89e + 48 (lib.rs:34)
15  Payload                                0x1011e2b74 RustObjCExceptionTryCatch + 28
16  Payload                                0x10108356c objc_exception::try_no_ret::h4c7ca15f9434e6bc + 40 (lib.rs:44) [inlined]
17  Payload                                0x10108356c objc_exception::try::h0216db8f454bb089 + 52 (lib.rs:67) [inlined]
18  Payload                                0x10108356c objc::exception::try::h65a2a54faac317f3 + 52 (exception.rs:8) [inlined]
19  Payload                                0x10108356c objc::message::platform::send_unverified::h3ba8d5628de9fdd9 + 92 (mod.rs:26)
20  Payload                                0x100fb3d9c objc::message::send_message::h45a0f0ae9067fdbd + 12 (mod.rs:178) [inlined]
21  Payload                                0x100fb3d9c tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::hb272e811b5dd1ef9 + 436 (event_loop.rs:181) [inlined]
22  Payload                                0x100fb3d9c tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h4f79800b83b36fad + 476 (event_loop.rs:148)
23  Payload                                0x10105e838 tao::event_loop::EventLoop$LT$T$GT$::run::h5c4cc8bc26bc0d56 + 56 (event_loop.rs:177)
24  Payload                                0x101060304 _$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::hc3c861e080a91d83 + 568 (lib.rs:2164) [inlined]
25  Payload                                0x101060304 tauri::app::App$LT$R$GT$::run::h94d39bb52dce834e + 856 (app.rs:673)
26  Payload                                0x100f82640 app::main::h7def133bc11d9011 + 6512 (main.rs:136)
27  Payload                                0x100f92eb0 core::ops::function::FnOnce::call_once::h0760151ac2c2b59e + 4 (function.rs:227) [inlined]
28  Payload                                0x100f92eb0 std::sys_common::backtrace::__rust_begin_short_backtrace::hf3e966ad49be2e5e + 12 (backtrace.rs:123)
29  Payload                                0x100fd23a4 std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h1380bfa0f362d82f + 24 (rt.rs:145)
30  Payload                                0x1012965f0 core::ops::function::impls::_$LT$impl$u20$core..ops..function..FnOnce$LT$A$GT$$u20$for$u20$$RF$F$GT$::call_once::hba09dfad0460fd87 + 12 (function.rs:259) [inlined]
31  Payload                                0x1012965f0 std::panicking::try::do_call::h4ce3f7a5c9aef539 + 12 (panicking.rs:406) [inlined]
32  Payload                                0x1012965f0 std::panicking::try::hd24b5077d4e7cf4f + 12 (panicking.rs:370) [inlined]
33  Payload                                0x1012965f0 std::panic::catch_unwind::h7e4545d59021a7e8 + 12 (panic.rs:133) [inlined]
34  Payload                                0x1012965f0 std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h84dbc49308bdb431 + 12 (rt.rs:128) [inlined]
35  Payload                                0x1012965f0 std::panicking::try::do_call::h72e6b5f705f91e0a + 12 (panicking.rs:406) [inlined]
36  Payload                                0x1012965f0 std::panicking::try::hb85264d1d4244b1a + 12 (panicking.rs:370) [inlined]
37  Payload                                0x1012965f0 std::panic::catch_unwind::h202929673dde26bb + 12 (panic.rs:133) [inlined]
38  Payload                                0x1012965f0 std::rt::lang_start_internal::h0c28bd035905a2f7 + 620 (rt.rs:128)
39  Payload                                0x100f930d4 main + 48
40  dyld                                   0x1019e9088 start + 516

Thread 1:
0   libsystem_kernel.dylib                 0x18cced654 read + 8
1   Payload                                0x10128c47c std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8 + 12 (fd.rs:65) [inlined]
2   Payload                                0x10128c47c std::sys::unix::fs::File::read::h692bfca5139471b7 + 12 (fs.rs:853) [inlined]
3   Payload                                0x10128c47c _$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27 + 36 (fs.rs:619)
4   Payload                                0x1011267a4 std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422 + 20 (mod.rs:818) [inlined]
5   Payload                                0x1011267a4 std::io::default_read_buf::h4c11aa25da0766d7 + 36 (mod.rs:474) [inlined]
6   Payload                                0x1011267a4 std::io::Read::read_buf::h50ec32bea72a081a + 36 (mod.rs:818) [inlined]
7   Payload                                0x1011267a4 _$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc + 68 (bufreader.rs:389) [inlined]
8   Payload                                0x1011267a4 tauri_utils::io::read_line::hede2087bd3639f70 + 128 (io.rs:16)
9   Payload                                0x10113323c tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h34ac802d33e7fb28 + 140 (command.rs:387) [inlined]
10  Payload                                0x10113323c std::sys_common::backtrace::__rust_begin_short_backtrace::hf7d716b8469a84e6 + 384 (backtrace.rs:123)
11  Payload                                0x10113d34c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h9396b2cefe060ff4 + 16 (mod.rs:477) [inlined]
12  Payload                                0x10113d34c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h1a4d6d4250a9dedf + 16 (unwind_safe.rs:271) [inlined]
13  Payload                                0x10113d34c std::panicking::try::do_call::h6d371f5f5c9ae9ef + 16 (panicking.rs:406) [inlined]
14  Payload                                0x10113d34c std::panicking::try::h583aa7fc56525b7a + 16 (panicking.rs:370) [inlined]
15  Payload                                0x10113d34c std::panic::catch_unwind::hbe8ca6161c1be024 + 16 (panic.rs:133) [inlined]
16  Payload                                0x10113d34c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7c2ce4a0088bc780 + 116 (mod.rs:476) [inlined]
17  Payload                                0x10113d34c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hde06e9516ed62de6 + 148 (function.rs:227)
18  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
19  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
20  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
21  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
22  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 2:
0   libsystem_kernel.dylib                 0x18cced654 read + 8
1   Payload                                0x10128c47c std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8 + 12 (fd.rs:65) [inlined]
2   Payload                                0x10128c47c std::sys::unix::fs::File::read::h692bfca5139471b7 + 12 (fs.rs:853) [inlined]
3   Payload                                0x10128c47c _$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27 + 36 (fs.rs:619)
4   Payload                                0x1011267a4 std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422 + 20 (mod.rs:818) [inlined]
5   Payload                                0x1011267a4 std::io::default_read_buf::h4c11aa25da0766d7 + 36 (mod.rs:474) [inlined]
6   Payload                                0x1011267a4 std::io::Read::read_buf::h50ec32bea72a081a + 36 (mod.rs:818) [inlined]
7   Payload                                0x1011267a4 _$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc + 68 (bufreader.rs:389) [inlined]
8   Payload                                0x1011267a4 tauri_utils::io::read_line::hede2087bd3639f70 + 128 (io.rs:16)
9   Payload                                0x1011323ec tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h65eb8dd0d3f01d5b + 140 (command.rs:387) [inlined]
10  Payload                                0x1011323ec std::sys_common::backtrace::__rust_begin_short_backtrace::hc11aeb0700178beb + 384 (backtrace.rs:123)
11  Payload                                0x10113cea0 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h43c79c62c5cc75cb + 16 (mod.rs:477) [inlined]
12  Payload                                0x10113cea0 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::hda9b599ab14558ac + 16 (unwind_safe.rs:271) [inlined]
13  Payload                                0x10113cea0 std::panicking::try::do_call::h8f41cc1bd78cb807 + 16 (panicking.rs:406) [inlined]
14  Payload                                0x10113cea0 std::panicking::try::h2f7330247f3d68fe + 16 (panicking.rs:370) [inlined]
15  Payload                                0x10113cea0 std::panic::catch_unwind::h11bbf6731f24daec + 16 (panic.rs:133) [inlined]
16  Payload                                0x10113cea0 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7d3d4206f81cc0f8 + 116 (mod.rs:476) [inlined]
17  Payload                                0x10113cea0 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hd6ac50a5c3cfa0bb + 148 (function.rs:227)
18  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
19  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
20  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
21  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
22  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 3:
0   libsystem_kernel.dylib                 0x18cd1bb04 waitid + 8
1   Payload                                0x10121d854 shared_child::sys::sys::wait_without_reaping::hb09d1c4db8704ed0 + 60 (unix.rs:17)
2   Payload                                0x10121e138 shared_child::SharedChild::wait::h1425587fe50d1168 + 248 (lib.rs:166)
3   Payload                                0x101130f68 tauri::api::process::command::Command::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hb3e3105e791bd285 + 20 (command.rs:274) [inlined]
4   Payload                                0x101130f68 std::sys_common::backtrace::__rust_begin_short_backtrace::h029cc134f83c13e4 + 68 (backtrace.rs:123)
5   Payload                                0x10113d540 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc46428d74e8c6757 + 16 (mod.rs:477) [inlined]
6   Payload                                0x10113d540 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h92ff2d63b234f6b2 + 16 (unwind_safe.rs:271) [inlined]
7   Payload                                0x10113d540 std::panicking::try::do_call::hbe2a9282203c2dbc + 16 (panicking.rs:406) [inlined]
8   Payload                                0x10113d540 std::panicking::try::h094137b7bba94074 + 16 (panicking.rs:370) [inlined]
9   Payload                                0x10113d540 std::panic::catch_unwind::h90035437bda84083 + 16 (panic.rs:133) [inlined]
10  Payload                                0x10113d540 std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hf6c4e9732f5a13e1 + 116 (mod.rs:476) [inlined]
11  Payload                                0x10113d540 core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfd21d5fe371aa5ea + 148 (function.rs:227)
12  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
13  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
14  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
15  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
16  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 4:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 5:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 6:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 7:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 8:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 9:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 10:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011f0bec std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011f0bec std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011f0bec std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011f0bec tokio::park::thread::Inner::park::hbd738f24f5ce85d1 + 168 (thread.rs:112)
6   Payload                                0x1011ed744 _$LT$tokio..park..thread..ParkThread$u20$as$u20$tokio..park..Park$GT$::park::h5fdb0403c484331c + 12 (thread.rs:62) [inlined]
7   Payload                                0x1011ed744 _$LT$tokio..runtime..driver..Driver$u20$as$u20$tokio..park..Park$GT$::park::h4202505b075ab9b2 + 12 (driver.rs:198) [inlined]
8   Payload                                0x1011ed744 tokio::runtime::park::Inner::park_driver::hea15e41b50cc4237 + 32 (park.rs:205) [inlined]
9   Payload                                0x1011ed744 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 140 (park.rs:137) [inlined]
10  Payload                                0x1011ed744 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 176 (park.rs:93)
11  Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
12  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
13  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
14  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
15  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
16  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
17  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
18  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
19  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
20  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
21  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
22  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
23  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
24  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
25  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
26  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
27  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
28  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
29  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
30  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
31  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
32  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
33  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
34  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
35  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
36  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
37  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
38  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
39  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
40  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
41  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
42  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
43  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
44  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
45  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
46  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
47  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 11:: tokio-runtime-worker
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   Payload                                0x1011ed830 std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146 + 8 (condvar.rs:82) [inlined]
3   Payload                                0x1011ed830 std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159 + 36 (condvar.rs:44) [inlined]
4   Payload                                0x1011ed830 std::sync::condvar::Condvar::wait::h601ecdadb17768fa + 36 (condvar.rs:189) [inlined]
5   Payload                                0x1011ed830 tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7 + 76 (park.rs:168) [inlined]
6   Payload                                0x1011ed830 tokio::runtime::park::Inner::park::h2d1d83c21abfbf76 + 376 (park.rs:139) [inlined]
7   Payload                                0x1011ed830 _$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440 + 412 (park.rs:93)
8   Payload                                0x1011f56a0 tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775 + 228 (worker.rs:510)
9   Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d + 84 (worker.rs:481) [inlined]
10  Payload                                0x1011f4cc4 tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8 + 1424 (worker.rs:401)
11  Payload                                0x1011e9b54 tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a + 12 (worker.rs:376) [inlined]
12  Payload                                0x1011e9b54 tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f + 88 (scoped_tls.rs:61)
13  Payload                                0x1011f4598 tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99 + 92 (worker.rs:373)
14  Payload                                0x1011f1e40 tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c + 8 (worker.rs:352) [inlined]
15  Payload                                0x1011f1e40 _$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8 + 52 (task.rs:42)
16  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301 + 32 (core.rs:161) [inlined]
17  Payload                                0x1011f5f64 tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5 + 32 (unsafe_cell.rs:14) [inlined]
18  Payload                                0x1011f5f64 tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f + 32 (core.rs:151) [inlined]
19  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e + 32 (harness.rs:467) [inlined]
20  Payload                                0x1011f5f64 _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha1f6dd215f7bcf78 + 32 (unwind_safe.rs:271) [inlined]
21  Payload                                0x1011f5f64 std::panicking::try::do_call::hd758566019ede989 + 32 (panicking.rs:406) [inlined]
22  Payload                                0x1011f5f64 std::panicking::try::h266d17c52abf5c0f + 32 (panicking.rs:370) [inlined]
23  Payload                                0x1011f5f64 std::panic::catch_unwind::h9cc86552931ee716 + 32 (panic.rs:133) [inlined]
24  Payload                                0x1011f5f64 tokio::runtime::task::harness::poll_future::h2a3addda60b447f7 + 32 (harness.rs:455) [inlined]
25  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e + 164 (harness.rs:103) [inlined]
26  Payload                                0x1011f5f64 tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7 + 192 (harness.rs:57)
27  Payload                                0x1011e6228 tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb + 16 (raw.rs:80) [inlined]
28  Payload                                0x1011e6228 tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91 + 20 (mod.rs:384) [inlined]
29  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611 + 20 (pool.rs:91) [inlined]
30  Payload                                0x1011e6228 tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05 + 260 (pool.rs:308)
31  Payload                                0x1011fc980 tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244 + 68 (pool.rs:288) [inlined]
32  Payload                                0x1011fc980 std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f + 168 (backtrace.rs:123)
33  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce + 28 (mod.rs:477) [inlined]
34  Payload                                0x1011f8b2c _$LT$core..panic..unwind_safe..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::h536103dbf637ea2e + 28 (unwind_safe.rs:271) [inlined]
35  Payload                                0x1011f8b2c std::panicking::try::do_call::h718f080877aa2ea3 + 28 (panicking.rs:406) [inlined]
36  Payload                                0x1011f8b2c std::panicking::try::hc949ae61c3dda61e + 28 (panicking.rs:370) [inlined]
37  Payload                                0x1011f8b2c std::panic::catch_unwind::hdebf2c2bad46caca + 28 (panic.rs:133) [inlined]
38  Payload                                0x1011f8b2c std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68 + 124 (mod.rs:476) [inlined]
39  Payload                                0x1011f8b2c core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d + 156 (function.rs:227)
40  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5 + 12 (boxed.rs:1854) [inlined]
41  Payload                                0x1012a1cc4 _$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd + 16 (boxed.rs:1854) [inlined]
42  Payload                                0x1012a1cc4 std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc + 48 (thread.rs:108)
43  libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
44  libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 12:: com.apple.coreanimation.render-server
0   libsystem_kernel.dylib                 0x18ccec8d0 mach_msg_trap + 8
1   libsystem_kernel.dylib                 0x18ccecd40 mach_msg + 76
2   QuartzCore                             0x193c9bcb8 CA::Render::Server::server_thread(void*) + 516
3   QuartzCore                             0x193c9baa4 thread_fun(void*) + 32
4   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
5   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 13:
0   libsystem_pthread.dylib                0x18cd25078 start_wqthread + 0

Thread 14:: com.apple.NSEventThread
0   libsystem_kernel.dylib                 0x18ccec8d0 mach_msg_trap + 8
1   libsystem_kernel.dylib                 0x18ccecd40 mach_msg + 76
2   CoreFoundation                         0x18cdf6c1c __CFRunLoopServiceMachPort + 372
3   CoreFoundation                         0x18cdf50cc __CFRunLoopRun + 1180
4   CoreFoundation                         0x18cdf4490 CFRunLoopRunSpecific + 600
5   AppKit                                 0x18fac06f4 _NSEventThread + 196
6   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
7   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 15:: JavaScriptCore libpas scavenger
0   libsystem_kernel.dylib                 0x18ccf0290 __psynch_cvwait + 8
1   libsystem_pthread.dylib                0x18cd2a83c _pthread_cond_wait + 1236
2   JavaScriptCore                         0x1a64115c8 scavenger_thread_main + 1088
3   libsystem_pthread.dylib                0x18cd2a26c _pthread_start + 148
4   libsystem_pthread.dylib                0x18cd2508c thread_start + 8

Thread 16 Crashed::  Dispatch queue: com.apple.Metal.telemetryQ
0   libobjc.A.dylib                        0x18cbb04b0 objc_retain + 16
1   CoreFoundation                         0x18cdaef14 -[__NSDictionaryM setObject:forKey:] + 312
2   AGXMetal13_3                           0x1eeb489b8 0x1ee659000 + 5175736
3   libdispatch.dylib                      0x18cb661c8 _dispatch_client_callout + 20
4   libdispatch.dylib                      0x18cb67a30 _dispatch_once_callout + 32
5   AGXMetal13_3                           0x1eeb49df4 0x1ee659000 + 5180916
6   libdispatch.dylib                      0x18cb661c8 _dispatch_client_callout + 20
7   libdispatch.dylib                      0x18cb69670 _dispatch_continuation_pop + 500
8   libdispatch.dylib                      0x18cb7c8e0 _dispatch_source_invoke + 1596
9   libdispatch.dylib                      0x18cb6d784 _dispatch_lane_serial_drain + 376
10  libdispatch.dylib                      0x18cb6e404 _dispatch_lane_invoke + 392
11  libdispatch.dylib                      0x18cb78c98 _dispatch_workloop_worker_thread + 648
12  libsystem_pthread.dylib                0x18cd26360 _pthread_wqthread + 288
13  libsystem_pthread.dylib                0x18cd25080 start_wqthread + 8

Thread 16 crashed with ARM Thread State (64-bit):
    x0: 0x0000600000cb03e0   x1: 0x00000001d6dec791   x2: 0x0000600000cb03e0   x3: 0x000000021bfe3868
    x4: 0x000000000000006e   x5: 0x000000000000006e   x6: 0x0000000000000073   x7: 0x0000000000000012
    x8: 0x0000000000000000   x9: 0x0000000000000000  x10: 0x0800000180000000  x11: 0x000000000000003f
   x12: 0x0000000000000011  x13: 0x000000012b07acf0  x14: 0x00000001eeb64498  x15: 0x00000001e54d6290
   x16: 0x000000018cbb04a0  x17: 0x00000001e61e0048  x18: 0x0000000000000000  x19: 0x000000021bfe3868
   x20: 0x0000000000000007  x21: 0x00000001d6dec791  x22: 0x0000000000000000  x23: 0x0000600000c99200
   x24: 0x0000600000cb03e0  x25: 0x0000000000000010  x26: 0x000000012b023120  x27: 0x0000000000000002
   x28: 0x00000001e59d08c0   fp: 0x000000016f60a620   lr: 0x000000018cdaef14
    sp: 0x000000016f60a5a0   pc: 0x000000018cbb04b0 cpsr: 0x20001000
   far: 0x0000000000000020  esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
       0x18cceb000 -        0x18cd22fff libsystem_kernel.dylib (*) <1d7b3b8e-75a1-34ea-aa52-9f7c23155c55> /usr/lib/system/libsystem_kernel.dylib
       0x18cd72000 -        0x18d2b7fff com.apple.CoreFoundation (6.9) <8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x1959e1000 -        0x195d14fff com.apple.HIToolbox (2.1.1) <4a1d1f30-c79d-3502-b51f-9792adbd8e06> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x18f912000 -        0x1907c9fff com.apple.AppKit (6.9) <153590c1-624c-38fb-8ffb-ba751bccbd16> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x100f2c000 -        0x1014abfff app.payload (0.1.0) <3df94953-6cda-3057-8a82-022d2e29474d> /Applications/Payload.app/Contents/MacOS/Payload
       0x1019e4000 -        0x101a43fff dyld (*) <fbb89662-e6f2-3434-b542-f75185ac5e74> /usr/lib/dyld
       0x18cd23000 -        0x18cd2ffff libsystem_pthread.dylib (*) <cee8bc77-6923-34d9-89a3-6f8f7279605e> /usr/lib/system/libsystem_pthread.dylib
       0x193c54000 -        0x193f7dfff com.apple.QuartzCore (1.11) <b3f9d8bc-5d97-3a56-8797-fd3e8847a5b0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x1a51db000 -        0x1a653afff com.apple.JavaScriptCore (17613) <51b72434-3e48-3716-9e20-65d600d8f376> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x18cba9000 -        0x18cbe6fff libobjc.A.dylib (*) <4b5ab8fb-60e0-3992-ba0e-a073a3fa86a7> /usr/lib/libobjc.A.dylib
       0x1ee659000 -        0x1eeb96fff com.apple.AGXMetal13-3 (190.17.3) <3ad63981-eb77-321a-92df-85b6618ddd21> /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3
       0x18cb62000 -        0x18cba8fff libdispatch.dylib (*) <dc048e3b-e023-3d17-afe5-4ff3dc625608> /usr/lib/system/libdispatch.dylib
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???

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.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 2176K        4 
CG image                           224K        7 
ColorSync                          576K       25 
CoreAnimation                      336K        9 
CoreGraphics                        48K        3 
CoreUI image data                 1328K        9 
Foundation                         128K        2 
Image IO                          1024K        1 
JS JIT generated code            512.0M        3 
Kernel Alloc Once                   32K        1 
MALLOC                           280.3M       49 
MALLOC guard page                  192K       10 
MALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
STACK GUARD                        256K       16 
Stack                             33.5M       17 
Stack Guard                       56.0M        1 
VM_ALLOCATE                        416K       26 
VM_ALLOCATE (reserved)            1536K       12         reserved VM address space (unallocated)
WebKit Malloc                    192.0M        4 
__AUTH                            2509K      289 
__AUTH_CONST                      19.5M      475 
__DATA                            14.8M      469 
__DATA_CONST                      17.8M      482 
__DATA_DIRTY                      1740K      207 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       589.4M        6 
__OBJC_CONST                      3384K      262 
__OBJC_RO                         82.9M        1 
__OBJC_RW                         3152K        1 
__TEXT                           490.4M      500 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                      173.4M       24 
shared memory                      880K       15 
===========                     =======  ======= 
TOTAL                              3.7G     2947 
TOTAL, minus reserved VM space     2.4G     2947 

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

{"app_name":"Payload","timestamp":"2022-06-03 07:31:52.00 -0700","app_version":"0.1.0","slice_uuid":"3df94953-6cda-3057-8a82-022d2e29474d","build_version":"20220603.142135","platform":1,"bundleID":"app.payload","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"3D8E4F69-E570-46EC-BD2D-933129B6C792","name":"Payload"}
{
  "uptime" : 910000,
  "procLaunch" : "2022-06-03 07:30:52.2372 -0700",
  "procRole" : "Background",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookAir10,1",
  "procStartAbsTime" : 21947033635527,
  "coalitionID" : 74656,
  "osVersion" : {
    "train" : "macOS 12.3.1",
    "build" : "21E258",
    "releaseType" : "User"
  },
  "captureTime" : "2022-06-03 07:31:52.5789 -0700",
  "incident" : "3D8E4F69-E570-46EC-BD2D-933129B6C792",
  "bug_type" : "309",
  "pid" : 49439,
  "procExitAbsTime" : 21948481664801,
  "translated" : false,
  "cpuType" : "ARM-64",
  "procName" : "Payload",
  "procPath" : "\/Applications\/Payload.app\/Contents\/MacOS\/Payload",
  "bundleInfo" : {"CFBundleShortVersionString":"0.1.0","CFBundleVersion":"20220603.142135","CFBundleIdentifier":"app.payload"},
  "storeInfo" : {"deviceIdentifierForVendor":"D7CFAA73-2885-58A7-93BC-F0A56FC0213E","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "app.payload",
  "crashReporterKey" : "24870809-19A5-FE9A-34B5-8B1C62D7A0DB",
  "wakeTime" : 1285,
  "sleepWakeUUID" : "0A6696A7-24B0-409D-B087-73D86485B1F6",
  "sip" : "enabled",
  "vmRegionInfo" : "0x20 is not in any region.  Bytes before following region: 4310876128\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      100f2c000-1014ac000    [ 5632K] r-x\/r-x SM=COW  ...MacOS\/Payload",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000001, 0x0000000000000020","rawCodes":[1,32],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000020"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":49439},
  "vmregioninfo" : "0x20 is not in any region.  Bytes before following region: 4310876128\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      UNUSED SPACE AT START\n--->  \n      __TEXT                      100f2c000-1014ac000    [ 5632K] r-x\/r-x SM=COW  ...MacOS\/Payload",
  "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" : 16,
  "threads" : [{"id":6458273,"queue":"com.apple.main-thread","frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":543772,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":1},{"imageOffset":536780,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":1},{"imageOffset":533648,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":1},{"imageOffset":212440,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":2},{"imageOffset":211796,"symbol":"ReceiveNextEventCommon","symbolLocation":564,"imageIndex":2},{"imageOffset":211208,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":2},{"imageOffset":269100,"symbol":"_DPSNextEvent","symbolLocation":860,"imageIndex":3},{"imageOffset":263204,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1328,"imageIndex":3},{"imageOffset":206320,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":3},{"symbol":"_$LT$$LP$$RP$$u20$as$u20$objc..message..MessageArguments$GT$::invoke::h444ecc668112328c","inline":true,"imageIndex":4,"imageOffset":520900,"symbolLocation":4,"sourceLine":128,"sourceFile":"mod.rs"},{"symbol":"objc::message::platform::send_unverified::_$u7b$$u7b$closure$u7d$$u7d$::h6b6ac075543c12ed","inline":true,"imageIndex":4,"imageOffset":520900,"symbolLocation":16,"sourceLine":27,"sourceFile":"mod.rs"},{"symbol":"objc_exception::try::_$u7b$$u7b$closure$u7d$$u7d$::hdfa7333c804c5fa0","inline":true,"imageIndex":4,"imageOffset":520900,"symbolLocation":16,"sourceLine":68,"sourceFile":"lib.rs"},{"imageOffset":520900,"sourceLine":34,"sourceFile":"lib.rs","symbol":"objc_exception::try_no_ret::try_objc_execute_closure::h15c44b9bf687a89e","imageIndex":4,"symbolLocation":48},{"imageOffset":2845556,"symbol":"RustObjCExceptionTryCatch","symbolLocation":28,"imageIndex":4},{"symbol":"objc_exception::try_no_ret::h4c7ca15f9434e6bc","inline":true,"imageIndex":4,"imageOffset":1406316,"symbolLocation":40,"sourceLine":44,"sourceFile":"lib.rs"},{"symbol":"objc_exception::try::h0216db8f454bb089","inline":true,"imageIndex":4,"imageOffset":1406316,"symbolLocation":52,"sourceLine":67,"sourceFile":"lib.rs"},{"symbol":"objc::exception::try::h65a2a54faac317f3","inline":true,"imageIndex":4,"imageOffset":1406316,"symbolLocation":52,"sourceLine":8,"sourceFile":"exception.rs"},{"imageOffset":1406316,"sourceLine":26,"sourceFile":"mod.rs","symbol":"objc::message::platform::send_unverified::h3ba8d5628de9fdd9","imageIndex":4,"symbolLocation":92},{"symbol":"objc::message::send_message::h45a0f0ae9067fdbd","inline":true,"imageIndex":4,"imageOffset":556444,"symbolLocation":12,"sourceLine":178,"sourceFile":"mod.rs"},{"symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run_return::hb272e811b5dd1ef9","inline":true,"imageIndex":4,"imageOffset":556444,"symbolLocation":436,"sourceLine":181,"sourceFile":"event_loop.rs"},{"imageOffset":556444,"sourceLine":148,"sourceFile":"event_loop.rs","symbol":"tao::platform_impl::platform::event_loop::EventLoop$LT$T$GT$::run::h4f79800b83b36fad","imageIndex":4,"symbolLocation":476},{"imageOffset":1255480,"sourceLine":177,"sourceFile":"event_loop.rs","symbol":"tao::event_loop::EventLoop$LT$T$GT$::run::h5c4cc8bc26bc0d56","imageIndex":4,"symbolLocation":56},{"symbol":"_$LT$tauri_runtime_wry..Wry$LT$T$GT$$u20$as$u20$tauri_runtime..Runtime$LT$T$GT$$GT$::run::hc3c861e080a91d83","inline":true,"imageIndex":4,"imageOffset":1262340,"symbolLocation":568,"sourceLine":2164,"sourceFile":"lib.rs"},{"imageOffset":1262340,"sourceLine":673,"sourceFile":"app.rs","symbol":"tauri::app::App$LT$R$GT$::run::h94d39bb52dce834e","imageIndex":4,"symbolLocation":856},{"imageOffset":353856,"sourceLine":136,"sourceFile":"main.rs","symbol":"app::main::h7def133bc11d9011","imageIndex":4,"symbolLocation":6512},{"symbol":"core::ops::function::FnOnce::call_once::h0760151ac2c2b59e","inline":true,"imageIndex":4,"imageOffset":421552,"symbolLocation":4,"sourceLine":227,"sourceFile":"function.rs"},{"imageOffset":421552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hf3e966ad49be2e5e","imageIndex":4,"symbolLocation":12},{"imageOffset":680868,"sourceLine":145,"sourceFile":"rt.rs","symbol":"std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h1380bfa0f362d82f","imageIndex":4,"symbolLocation":24},{"symbol":"core::ops::function::impls::_$LT$impl$u20$core..ops..function..FnOnce$LT$A$GT$$u20$for$u20$$RF$F$GT$::call_once::hba09dfad0460fd87","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":259,"sourceFile":"function.rs"},{"symbol":"std::panicking::try::do_call::h4ce3f7a5c9aef539","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hd24b5077d4e7cf4f","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h7e4545d59021a7e8","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::rt::lang_start_internal::_$u7b$$u7b$closure$u7d$$u7d$::h84dbc49308bdb431","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":128,"sourceFile":"rt.rs"},{"symbol":"std::panicking::try::do_call::h72e6b5f705f91e0a","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hb85264d1d4244b1a","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h202929673dde26bb","inline":true,"imageIndex":4,"imageOffset":3581424,"symbolLocation":12,"sourceLine":133,"sourceFile":"panic.rs"},{"imageOffset":3581424,"sourceLine":128,"sourceFile":"rt.rs","symbol":"std::rt::lang_start_internal::h0c28bd035905a2f7","imageIndex":4,"symbolLocation":620},{"imageOffset":422100,"symbol":"main","symbolLocation":48,"imageIndex":4},{"imageOffset":20616,"symbol":"start","symbolLocation":516,"imageIndex":5}]},{"id":6458312,"frames":[{"imageOffset":9812,"symbol":"read","symbolLocation":8,"imageIndex":0},{"symbol":"std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8","inline":true,"imageIndex":4,"imageOffset":3540092,"symbolLocation":12,"sourceLine":65,"sourceFile":"fd.rs"},{"symbol":"std::sys::unix::fs::File::read::h692bfca5139471b7","inline":true,"imageIndex":4,"imageOffset":3540092,"symbolLocation":12,"sourceLine":853,"sourceFile":"fs.rs"},{"imageOffset":3540092,"sourceLine":619,"sourceFile":"fs.rs","symbol":"_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27","imageIndex":4,"symbolLocation":36},{"symbol":"std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":20,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"std::io::default_read_buf::h4c11aa25da0766d7","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":36,"sourceLine":474,"sourceFile":"mod.rs"},{"symbol":"std::io::Read::read_buf::h50ec32bea72a081a","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":36,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"_$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":68,"sourceLine":389,"sourceFile":"bufreader.rs"},{"imageOffset":2074532,"sourceLine":16,"sourceFile":"io.rs","symbol":"tauri_utils::io::read_line::hede2087bd3639f70","imageIndex":4,"symbolLocation":128},{"symbol":"tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h34ac802d33e7fb28","inline":true,"imageIndex":4,"imageOffset":2126396,"symbolLocation":140,"sourceLine":387,"sourceFile":"command.rs"},{"imageOffset":2126396,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hf7d716b8469a84e6","imageIndex":4,"symbolLocation":384},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h9396b2cefe060ff4","inline":true,"imageIndex":4,"imageOffset":2167628,"symbolLocation":16,"sourceLine":477,"sourceFile":"mod.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::h1a4d6d4250a9dedf","inline":true,"imageIndex":4,"imageOffset":2167628,"symbolLocation":16,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h6d371f5f5c9ae9ef","inline":true,"imageIndex":4,"imageOffset":2167628,"symbolLocation":16,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h583aa7fc56525b7a","inline":true,"imageIndex":4,"imageOffset":2167628,"symbolLocation":16,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hbe8ca6161c1be024","inline":true,"imageIndex":4,"imageOffset":2167628,"symbolLocation":16,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7c2ce4a0088bc780","inline":true,"imageIndex":4,"imageOffset":2167628,"symbolLocation":116,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2167628,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hde06e9516ed62de6","imageIndex":4,"symbolLocation":148},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458313,"frames":[{"imageOffset":9812,"symbol":"read","symbolLocation":8,"imageIndex":0},{"symbol":"std::sys::unix::fd::FileDesc::read::h3b57f3e64710bff8","inline":true,"imageIndex":4,"imageOffset":3540092,"symbolLocation":12,"sourceLine":65,"sourceFile":"fd.rs"},{"symbol":"std::sys::unix::fs::File::read::h692bfca5139471b7","inline":true,"imageIndex":4,"imageOffset":3540092,"symbolLocation":12,"sourceLine":853,"sourceFile":"fs.rs"},{"imageOffset":3540092,"sourceLine":619,"sourceFile":"fs.rs","symbol":"_$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h491626d10f272e27","imageIndex":4,"symbolLocation":36},{"symbol":"std::io::Read::read_buf::_$u7b$$u7b$closure$u7d$$u7d$::h1627c119319c6422","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":20,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"std::io::default_read_buf::h4c11aa25da0766d7","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":36,"sourceLine":474,"sourceFile":"mod.rs"},{"symbol":"std::io::Read::read_buf::h50ec32bea72a081a","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":36,"sourceLine":818,"sourceFile":"mod.rs"},{"symbol":"_$LT$std..io..buffered..bufreader..BufReader$LT$R$GT$$u20$as$u20$std..io..BufRead$GT$::fill_buf::h8a266490c6a1ccdc","inline":true,"imageIndex":4,"imageOffset":2074532,"symbolLocation":68,"sourceLine":389,"sourceFile":"bufreader.rs"},{"imageOffset":2074532,"sourceLine":16,"sourceFile":"io.rs","symbol":"tauri_utils::io::read_line::hede2087bd3639f70","imageIndex":4,"symbolLocation":128},{"symbol":"tauri::api::process::command::spawn_pipe_reader::_$u7b$$u7b$closure$u7d$$u7d$::h65eb8dd0d3f01d5b","inline":true,"imageIndex":4,"imageOffset":2122732,"symbolLocation":140,"sourceLine":387,"sourceFile":"command.rs"},{"imageOffset":2122732,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::hc11aeb0700178beb","imageIndex":4,"symbolLocation":384},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h43c79c62c5cc75cb","inline":true,"imageIndex":4,"imageOffset":2166432,"symbolLocation":16,"sourceLine":477,"sourceFile":"mod.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::hda9b599ab14558ac","inline":true,"imageIndex":4,"imageOffset":2166432,"symbolLocation":16,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h8f41cc1bd78cb807","inline":true,"imageIndex":4,"imageOffset":2166432,"symbolLocation":16,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h2f7330247f3d68fe","inline":true,"imageIndex":4,"imageOffset":2166432,"symbolLocation":16,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h11bbf6731f24daec","inline":true,"imageIndex":4,"imageOffset":2166432,"symbolLocation":16,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::h7d3d4206f81cc0f8","inline":true,"imageIndex":4,"imageOffset":2166432,"symbolLocation":116,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2166432,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hd6ac50a5c3cfa0bb","imageIndex":4,"symbolLocation":148},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458314,"frames":[{"imageOffset":199428,"symbol":"waitid","symbolLocation":8,"imageIndex":0},{"imageOffset":3086420,"sourceLine":17,"sourceFile":"unix.rs","symbol":"shared_child::sys::sys::wait_without_reaping::hb09d1c4db8704ed0","imageIndex":4,"symbolLocation":60},{"imageOffset":3088696,"sourceLine":166,"sourceFile":"lib.rs","symbol":"shared_child::SharedChild::wait::h1425587fe50d1168","imageIndex":4,"symbolLocation":248},{"symbol":"tauri::api::process::command::Command::spawn::_$u7b$$u7b$closure$u7d$$u7d$::hb3e3105e791bd285","inline":true,"imageIndex":4,"imageOffset":2117480,"symbolLocation":20,"sourceLine":274,"sourceFile":"command.rs"},{"imageOffset":2117480,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::h029cc134f83c13e4","imageIndex":4,"symbolLocation":68},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc46428d74e8c6757","inline":true,"imageIndex":4,"imageOffset":2168128,"symbolLocation":16,"sourceLine":477,"sourceFile":"mod.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::h92ff2d63b234f6b2","inline":true,"imageIndex":4,"imageOffset":2168128,"symbolLocation":16,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hbe2a9282203c2dbc","inline":true,"imageIndex":4,"imageOffset":2168128,"symbolLocation":16,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h094137b7bba94074","inline":true,"imageIndex":4,"imageOffset":2168128,"symbolLocation":16,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h90035437bda84083","inline":true,"imageIndex":4,"imageOffset":2168128,"symbolLocation":16,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hf6c4e9732f5a13e1","inline":true,"imageIndex":4,"imageOffset":2168128,"symbolLocation":116,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2168128,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hfd21d5fe371aa5ea","imageIndex":4,"symbolLocation":148},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458328,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458329,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458330,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458331,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458332,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458333,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458334,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2903020,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2903020,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2903020,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"imageOffset":2903020,"sourceLine":112,"sourceFile":"thread.rs","symbol":"tokio::park::thread::Inner::park::hbd738f24f5ce85d1","imageIndex":4,"symbolLocation":168},{"symbol":"_$LT$tokio..park..thread..ParkThread$u20$as$u20$tokio..park..Park$GT$::park::h5fdb0403c484331c","inline":true,"imageIndex":4,"imageOffset":2889540,"symbolLocation":12,"sourceLine":62,"sourceFile":"thread.rs"},{"symbol":"_$LT$tokio..runtime..driver..Driver$u20$as$u20$tokio..park..Park$GT$::park::h4202505b075ab9b2","inline":true,"imageIndex":4,"imageOffset":2889540,"symbolLocation":12,"sourceLine":198,"sourceFile":"driver.rs"},{"symbol":"tokio::runtime::park::Inner::park_driver::hea15e41b50cc4237","inline":true,"imageIndex":4,"imageOffset":2889540,"symbolLocation":32,"sourceLine":205,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889540,"symbolLocation":140,"sourceLine":137,"sourceFile":"park.rs"},{"imageOffset":2889540,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":176},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458335,"name":"tokio-runtime-worker","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"symbol":"std::sys::unix::condvar::Condvar::wait::h0267ae46e1258146","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":8,"sourceLine":82,"sourceFile":"condvar.rs"},{"symbol":"std::sys_common::condvar::Condvar::wait::ha70c8fadf37f6159","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":44,"sourceFile":"condvar.rs"},{"symbol":"std::sync::condvar::Condvar::wait::h601ecdadb17768fa","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":36,"sourceLine":189,"sourceFile":"condvar.rs"},{"symbol":"tokio::runtime::park::Inner::park_condvar::h9fe8ee3c30e41ad7","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":76,"sourceLine":168,"sourceFile":"park.rs"},{"symbol":"tokio::runtime::park::Inner::park::h2d1d83c21abfbf76","inline":true,"imageIndex":4,"imageOffset":2889776,"symbolLocation":376,"sourceLine":139,"sourceFile":"park.rs"},{"imageOffset":2889776,"sourceLine":93,"sourceFile":"park.rs","symbol":"_$LT$tokio..runtime..park..Parker$u20$as$u20$tokio..park..Park$GT$::park::h0ee0606cc4090440","imageIndex":4,"symbolLocation":412},{"imageOffset":2922144,"sourceLine":510,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::park_timeout::he84dbc6fdd982775","imageIndex":4,"symbolLocation":228},{"symbol":"tokio::runtime::thread_pool::worker::Context::park::h97cadbea7aefa14d","inline":true,"imageIndex":4,"imageOffset":2919620,"symbolLocation":84,"sourceLine":481,"sourceFile":"worker.rs"},{"imageOffset":2919620,"sourceLine":401,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::Context::run::h5c6119d63d605aa8","imageIndex":4,"symbolLocation":1424},{"symbol":"tokio::runtime::thread_pool::worker::run::_$u7b$$u7b$closure$u7d$$u7d$::h3841b44889d8e37a","inline":true,"imageIndex":4,"imageOffset":2874196,"symbolLocation":12,"sourceLine":376,"sourceFile":"worker.rs"},{"imageOffset":2874196,"sourceLine":61,"sourceFile":"scoped_tls.rs","symbol":"tokio::macros::scoped_tls::ScopedKey$LT$T$GT$::set::haa81de2d18fd9e5f","imageIndex":4,"symbolLocation":88},{"imageOffset":2917784,"sourceLine":373,"sourceFile":"worker.rs","symbol":"tokio::runtime::thread_pool::worker::run::h63cbabb14f9e5b99","imageIndex":4,"symbolLocation":92},{"symbol":"tokio::runtime::thread_pool::worker::Launch::launch::_$u7b$$u7b$closure$u7d$$u7d$::h696bd9ad27af506c","inline":true,"imageIndex":4,"imageOffset":2907712,"symbolLocation":8,"sourceLine":352,"sourceFile":"worker.rs"},{"imageOffset":2907712,"sourceLine":42,"sourceFile":"task.rs","symbol":"_$LT$tokio..runtime..blocking..task..BlockingTask$LT$T$GT$$u20$as$u20$core..future..future..Future$GT$::poll::hc0d9e9c4090a83b8","imageIndex":4,"symbolLocation":52},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::_$u7b$$u7b$closure$u7d$$u7d$::h8b4f9d07fc4c2301","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":161,"sourceFile":"core.rs"},{"symbol":"tokio::loom::std::unsafe_cell::UnsafeCell$LT$T$GT$::with_mut::haa2afbfedec9c0f5","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":14,"sourceFile":"unsafe_cell.rs"},{"symbol":"tokio::runtime::task::core::CoreStage$LT$T$GT$::poll::hf1b8e67d8500d72f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":151,"sourceFile":"core.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::_$u7b$$u7b$closure$u7d$$u7d$::h46df6b16ebb8a43e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":467,"sourceFile":"harness.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::ha1f6dd215f7bcf78","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::hd758566019ede989","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::h266d17c52abf5c0f","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::h9cc86552931ee716","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"tokio::runtime::task::harness::poll_future::h2a3addda60b447f7","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":32,"sourceLine":455,"sourceFile":"harness.rs"},{"symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll_inner::hde7593c907cd7a2e","inline":true,"imageIndex":4,"imageOffset":2924388,"symbolLocation":164,"sourceLine":103,"sourceFile":"harness.rs"},{"imageOffset":2924388,"sourceLine":57,"sourceFile":"harness.rs","symbol":"tokio::runtime::task::harness::Harness$LT$T$C$S$GT$::poll::h053a6348e39495c7","imageIndex":4,"symbolLocation":192},{"symbol":"tokio::runtime::task::raw::RawTask::poll::h9ca21b0f06b4abbb","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":16,"sourceLine":80,"sourceFile":"raw.rs"},{"symbol":"tokio::runtime::task::UnownedTask$LT$S$GT$::run::h1921da238671cd91","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":384,"sourceFile":"mod.rs"},{"symbol":"tokio::runtime::blocking::pool::Task::run::hc7616248e7bd2611","inline":true,"imageIndex":4,"imageOffset":2859560,"symbolLocation":20,"sourceLine":91,"sourceFile":"pool.rs"},{"imageOffset":2859560,"sourceLine":308,"sourceFile":"pool.rs","symbol":"tokio::runtime::blocking::pool::Inner::run::hc583461e3d421c05","imageIndex":4,"symbolLocation":260},{"symbol":"tokio::runtime::blocking::pool::Spawner::spawn_thread::_$u7b$$u7b$closure$u7d$$u7d$::h369177cbe2fe3244","inline":true,"imageIndex":4,"imageOffset":2951552,"symbolLocation":68,"sourceLine":288,"sourceFile":"pool.rs"},{"imageOffset":2951552,"sourceLine":123,"sourceFile":"backtrace.rs","symbol":"std::sys_common::backtrace::__rust_begin_short_backtrace::ha2d697974c40204f","imageIndex":4,"symbolLocation":168},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h8266b116c9f8c1ce","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":477,"sourceFile":"mod.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::h536103dbf637ea2e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":271,"sourceFile":"unwind_safe.rs"},{"symbol":"std::panicking::try::do_call::h718f080877aa2ea3","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":406,"sourceFile":"panicking.rs"},{"symbol":"std::panicking::try::hc949ae61c3dda61e","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":370,"sourceFile":"panicking.rs"},{"symbol":"std::panic::catch_unwind::hdebf2c2bad46caca","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":28,"sourceLine":133,"sourceFile":"panic.rs"},{"symbol":"std::thread::Builder::spawn_unchecked::_$u7b$$u7b$closure$u7d$$u7d$::hb247fe8b16aaac68","inline":true,"imageIndex":4,"imageOffset":2935596,"symbolLocation":124,"sourceLine":476,"sourceFile":"mod.rs"},{"imageOffset":2935596,"sourceLine":227,"sourceFile":"function.rs","symbol":"core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h1da12b98d69f7e7d","imageIndex":4,"symbolLocation":156},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h07ee3f902de10aa5","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":12,"sourceLine":1854,"sourceFile":"boxed.rs"},{"symbol":"_$LT$alloc..boxed..Box$LT$F$C$A$GT$$u20$as$u20$core..ops..function..FnOnce$LT$Args$GT$$GT$::call_once::h6d89e7cd1fc674cd","inline":true,"imageIndex":4,"imageOffset":3628228,"symbolLocation":16,"sourceLine":1854,"sourceFile":"boxed.rs"},{"imageOffset":3628228,"sourceLine":108,"sourceFile":"thread.rs","symbol":"std::sys::unix::thread::Thread::new::thread_start::ha92b558f2b29b4cc","imageIndex":4,"symbolLocation":48},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458340,"name":"com.apple.coreanimation.render-server","frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":294072,"symbol":"CA::Render::Server::server_thread(void*)","symbolLocation":516,"imageIndex":7},{"imageOffset":293540,"symbol":"thread_fun(void*)","symbolLocation":32,"imageIndex":7},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458343,"frames":[{"imageOffset":8312,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":6}]},{"id":6458362,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6352,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7488,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":543772,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":1},{"imageOffset":536780,"symbol":"__CFRunLoopRun","symbolLocation":1180,"imageIndex":1},{"imageOffset":533648,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":1},{"imageOffset":1763060,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":3},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"id":6458729,"name":"JavaScriptCore libpas scavenger","frames":[{"imageOffset":21136,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":0},{"imageOffset":30780,"symbol":"_pthread_cond_wait","symbolLocation":1236,"imageIndex":6},{"imageOffset":19097032,"symbol":"scavenger_thread_main","symbolLocation":1088,"imageIndex":8},{"imageOffset":29292,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":6},{"imageOffset":8332,"symbol":"thread_start","symbolLocation":8,"imageIndex":6}]},{"triggered":true,"id":6458730,"threadState":{"x":[{"value":105553129571296},{"value":7899891601,"objc-selector":"setObject:forKey:"},{"value":105553129571296},{"value":9059580008},{"value":110},{"value":110},{"value":115},{"value":18},{"value":0},{"value":0},{"value":576460758745874432},{"value":63},{"value":17},{"value":5016890608},{"value":8299889816},{"value":8142021264,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSDictionaryM"},{"value":6656033952,"symbolLocation":0,"symbol":"objc_retain"},{"value":8155693128},{"value":0},{"value":9059580008},{"value":7},{"value":7899891601,"objc-selector":"setObject:forKey:"},{"value":0},{"value":105553129476608},{"value":105553129571296},{"value":16},{"value":5016531232},{"value":2},{"value":8147241152,"symbolLocation":0,"symbol":"_dispatch_mgr_q"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6658125588},"cpsr":{"value":536875008},"fp":{"value":6163572256},"sp":{"value":6163572128},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":6656033968,"matchesCrashFrame":1},"far":{"value":32}},"queue":"com.apple.Metal.telemetryQ","frames":[{"imageOffset":29872,"symbol":"objc_retain","symbolLocation":16,"imageIndex":9},{"imageOffset":249620,"symbol":"-[__NSDictionaryM setObject:forKey:]","symbolLocation":312,"imageIndex":1},{"imageOffset":5175736,"imageIndex":10},{"imageOffset":16840,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":11},{"imageOffset":23088,"symbol":"_dispatch_once_callout","symbolLocation":32,"imageIndex":11},{"imageOffset":5180916,"imageIndex":10},{"imageOffset":16840,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":11},{"imageOffset":30320,"symbol":"_dispatch_continuation_pop","symbolLocation":500,"imageIndex":11},{"imageOffset":108768,"symbol":"_dispatch_source_invoke","symbolLocation":1596,"imageIndex":11},{"imageOffset":46980,"symbol":"_dispatch_lane_serial_drain","symbolLocation":376,"imageIndex":11},{"imageOffset":50180,"symbol":"_dispatch_lane_invoke","symbolLocation":392,"imageIndex":11},{"imageOffset":93336,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":648,"imageIndex":11},{"imageOffset":13152,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":6},{"imageOffset":8320,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":6}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657323008,
    "size" : 229376,
    "uuid" : "1d7b3b8e-75a1-34ea-aa52-9f7c23155c55",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657875968,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5529600,
    "uuid" : "8e1809ff-f5b1-3d9e-be15-f2e7b1d8ce51",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1858.112"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6805131264,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 3358720,
    "uuid" : "4a1d1f30-c79d-3502-b51f-9792adbd8e06",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6703620096,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15433728,
    "uuid" : "153590c1-624c-38fb-8ffb-ba751bccbd16",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.40.127"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4310876160,
    "CFBundleShortVersionString" : "0.1.0",
    "CFBundleIdentifier" : "app.payload",
    "size" : 5767168,
    "uuid" : "3df94953-6cda-3057-8a82-022d2e29474d",
    "path" : "\/Applications\/Payload.app\/Contents\/MacOS\/Payload",
    "name" : "Payload",
    "CFBundleVersion" : "20220603.142135"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4322115584,
    "size" : 393216,
    "uuid" : "fbb89662-e6f2-3434-b542-f75185ac5e74",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6657552384,
    "size" : 53248,
    "uuid" : "cee8bc77-6923-34d9-89a3-6f8f7279605e",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6774145024,
    "CFBundleShortVersionString" : "1.11",
    "CFBundleIdentifier" : "com.apple.QuartzCore",
    "size" : 3317760,
    "uuid" : "b3f9d8bc-5d97-3a56-8797-fd3e8847a5b0",
    "path" : "\/System\/Library\/Frameworks\/QuartzCore.framework\/Versions\/A\/QuartzCore",
    "name" : "QuartzCore",
    "CFBundleVersion" : "964.19.5"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7065153536,
    "CFBundleShortVersionString" : "17613",
    "CFBundleIdentifier" : "com.apple.JavaScriptCore",
    "size" : 20316160,
    "uuid" : "51b72434-3e48-3716-9e20-65d600d8f376",
    "path" : "\/System\/Library\/Frameworks\/JavaScriptCore.framework\/Versions\/A\/JavaScriptCore",
    "name" : "JavaScriptCore",
    "CFBundleVersion" : "17613.1.17.1.13"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6656004096,
    "size" : 253952,
    "uuid" : "4b5ab8fb-60e0-3992-ba0e-a073a3fa86a7",
    "path" : "\/usr\/lib\/libobjc.A.dylib",
    "name" : "libobjc.A.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 8294600704,
    "CFBundleShortVersionString" : "190.17.3",
    "CFBundleIdentifier" : "com.apple.AGXMetal13-3",
    "size" : 5496832,
    "uuid" : "3ad63981-eb77-321a-92df-85b6618ddd21",
    "path" : "\/System\/Library\/Extensions\/AGXMetal13_3.bundle\/Contents\/MacOS\/AGXMetal13_3",
    "name" : "AGXMetal13_3",
    "CFBundleVersion" : "190.17.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6655713280,
    "size" : 290816,
    "uuid" : "dc048e3b-e023-3d17-afe5-4ff3dc625608",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 6654263296,
  "size" : 3136438272,
  "uuid" : "1df3dfc1-141a-35d0-a4e5-f1e113894c6e"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               384K        3 \nActivity Tracing                   256K        1 \nCG backing stores                 2176K        4 \nCG image                           224K        7 \nColorSync                          576K       25 \nCoreAnimation                      336K        9 \nCoreGraphics                        48K        3 \nCoreUI image data                 1328K        9 \nFoundation                         128K        2 \nImage IO                          1024K        1 \nJS JIT generated code            512.0M        3 \nKernel Alloc Once                   32K        1 \nMALLOC                           280.3M       49 \nMALLOC guard page                  192K       10 \nMALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSTACK GUARD                        256K       16 \nStack                             33.5M       17 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                        416K       26 \nVM_ALLOCATE (reserved)            1536K       12         reserved VM address space (unallocated)\nWebKit Malloc                    192.0M        4 \n__AUTH                            2509K      289 \n__AUTH_CONST                      19.5M      475 \n__DATA                            14.8M      469 \n__DATA_CONST                      17.8M      482 \n__DATA_DIRTY                      1740K      207 \n__FONT_DATA                          4K        1 \n__GLSLBUILTINS                    5176K        1 \n__LINKEDIT                       589.4M        6 \n__OBJC_CONST                      3384K      262 \n__OBJC_RO                         82.9M        1 \n__OBJC_RW                         3152K        1 \n__TEXT                           490.4M      500 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                      173.4M       24 \nshared memory                      880K       15 \n===========                     =======  ======= \nTOTAL                              3.7G     2947 \nTOTAL, minus reserved VM space     2.4G     2947 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.Metal.telemetryQ"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000149
    },
    {
      "rolloutId" : "6112dda2fc54bc3389840642",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "628bd2fda5168570b594bb52"
      },
      "deploymentId" : 240000135
    }
  ],
  "experiments" : [

  ]
}
}
betamos commented 2 years ago

Notes:

Some info about my app:

It's notoriously difficult to root cause segfaults, and full of red herrings, but... if I were to place a bet, I'd put my money on the MacOS specifics in the tao event loop, possibly a misuse of the obj_c lib. The reason I say this, is (1) because it has a substantial amount of unsafe, and (2) because clearly it appears to occur in conjunction with the window events and (3) it appears quite a bit in the crash dump.

betamos commented 2 years ago

I can't speak for all segfaults, but one major source for me was the above-linked issue. PR has been created, but both mac-notification-sys and notify-rust need to release new versions, before this can be resolved in Tauri. There's no workaround that I know of.

This potentially affects all MacOS users that create notifications (either through the tauri API or through the JS API).

lucasfernog commented 2 years ago

I've seen more reports of segfaults related to mac-notification-sys so thanks for fixing that. But there's more issues to fix probably inside wry (or maybe they are part of wkwebview).

betamos commented 2 years ago

Now mac-notification-sys 0.5.1 is published, which contains the fix.

If you use notifications on MacOS, make sure to update mac-notification-sys from your project. Closing this for now, since this was the major culprit.