cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.78k stars 3.17k forks source link

Cypress runner 8.7 quit unexpectedly with SIGABRT on MacOS Big Sur (11.6.2) #20101

Closed ayang3 closed 1 year ago

ayang3 commented 2 years ago

Current behavior

We recent upgraded Cypress from 6.2 to 8.7. Opening the test runner works fine but closing the test runner crashes every time on MacOS Big Sur.

Command to open Cypress runner: yarn cypress open --project ./integration/www and our node version is 14

Upgrading Cypress to the latest 9.4.1 does not solve the issue. Based on the stack trace, it seems to be related to Electron.

Does anyone else have the same issue and have fixes?

image
Process:               Cypress [63477]
Path:                  /Users/*/Library/Caches/*/Cypress.app/Contents/MacOS/Cypress
Identifier:            com.electron.cypress
Version:               8.7.0 (8.7.0.954264)
Code Type:             X86-64 (Native)
Parent Process:        node [63476]
Responsible:           iTerm2 [544]
User ID:               501

Date/Time:             2022-02-08 12:49:19.621 -0800
OS Version:            macOS 11.6.2 (20G314)
Report Version:        12
Bridge OS Version:     6.1 (19P647)
Anonymous UUID:        2A8FD667-7B06-4C38-D268-6443ADCA96FF

Sleep/Wake UUID:       84F5E451-93EE-4053-AEFF-CCD120689C65

Time Awake Since Boot: 62000 seconds
Time Since Wake:       10000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called

Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff203d692e __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff204055bd pthread_kill + 263
2   libsystem_c.dylib               0x00007fff2035a406 abort + 125
3   com.github.Electron.framework   0x0000000107b9bdf4 uv_mutex_lock + 20
4   com.github.Electron.framework   0x000000010b0f42b6 napi_release_threadsafe_function + 38
5   fsevents.node                   0x0000000104899821 fse_instance_destroy + 145
6   com.github.Electron.framework   0x000000010b0f486f napi_ref_threadsafe_function + 1247
7   com.github.Electron.framework   0x000000010b0e54a4 napi_is_detached_arraybuffer + 1172
8   com.github.Electron.framework   0x000000010b0f4467 napi_ref_threadsafe_function + 215
9   com.github.Electron.framework   0x000000010b0f53a5 napi_ref_threadsafe_function + 4117
10  com.github.Electron.framework   0x000000010b0f540e napi_ref_threadsafe_function + 4222
11  com.github.Electron.framework   0x000000010b0f571b napi_ref_threadsafe_function + 5003
12  com.github.Electron.framework   0x0000000107b8fea7 uv_run + 535
13  com.github.Electron.framework   0x000000010b0cf1a1 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 263329
14  com.github.Electron.framework   0x000000010b0cf650 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 264528
15  com.github.Electron.framework   0x000000010b08ba03 node::FreeEnvironment(node::Environment*) + 99
16  com.github.Electron.framework   0x0000000107c7e145 ElectronInitializeICUandStartNode + 902277
17  com.github.Electron.framework   0x0000000107c6cc89 ElectronInitializeICUandStartNode + 831433
18  com.github.Electron.framework   0x0000000108f25182 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3402930
19  com.github.Electron.framework   0x0000000108f2679a v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3408586
20  com.github.Electron.framework   0x0000000108f22590 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3391680
21  com.github.Electron.framework   0x00000001082e728d electron::fuses::IsCookieEncryptionEnabled() + 5797997
22  com.github.Electron.framework   0x00000001082e6d72 electron::fuses::IsCookieEncryptionEnabled() + 5796690
23  com.github.Electron.framework   0x00000001082e5ecc electron::fuses::IsCookieEncryptionEnabled() + 5792940
24  com.github.Electron.framework   0x00000001082e5fb2 electron::fuses::IsCookieEncryptionEnabled() + 5793170
25  com.github.Electron.framework   0x0000000107ba1c86 ElectronMain + 134
26  com.electron.cypress            0x00000001006a4626 0x1006a3000 + 5670
27  libdyld.dylib                   0x00007fff20420f3d start + 1

crashlog.txt

Desired behavior

Cypress runner can be closed properly without any errors.

Test code to reproduce

Cypress Version

8.7

Other

No response

ayang3 commented 2 years ago

I've tried to downgrade Cypress versions to 8.3-8.5, 8.3 and 8.4 do not have the crash issue when closing the test runner, but the issue occurs on 8.5.

image
igorovic commented 2 years ago

Same issue for me with cypress version 9.5.0 when using @cypress/react/plugins/next and testing components. I haven't noticed the issue in e2e testing.

bahmutov commented 1 year ago

Never had this issue with Cypress v9. For Cypress v10, v11 it pretty much happens every time I exit on Mac. Full crash details

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

Process:               Cypress [53710]
Path:                  /Users/USER/Library/Caches/*/Cypress.app/Contents/MacOS/Cypress
Identifier:            com.electron.cypress
Version:               11.0.0 (11.0.0.1917309)
Code Type:             X86-64 (Native)
Parent Process:        node [53709]
Responsible:           Terminal [9801]
User ID:               504

Date/Time:             2022-11-08 19:13:18.2556 -0500
OS Version:            macOS 12.6.1 (21G217)
Report Version:        12
Bridge OS Version:     7.0 (20P411)
Anonymous UUID:        4661003C-C0CC-64CC-089D-93D4FA1827F0

Sleep/Wake UUID:       F3FF1CCB-5E2E-4476-AEBF-AEEE894AAB85

Time Awake Since Boot: 130000 seconds
Time Since Wake:       815 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called

Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib              0x7ff80b1f100e __pthread_kill + 10
1   libsystem_pthread.dylib             0x7ff80b2271ff pthread_kill + 263
2   libsystem_c.dylib                   0x7ff80b172d24 abort + 123
3   Electron Framework                     0x116dad554 uv_mutex_lock + 20
4   Electron Framework                     0x11d606236 napi_release_threadsafe_function + 38
5   fsevents.node                          0x13797f821 fse_instance_destroy + 145
6   Electron Framework                     0x11d606647 node_api_get_module_file_name + 759
7   Electron Framework                     0x11d5f9acf node::Stop(node::Environment*) + 703
8   Electron Framework                     0x11d606486 node_api_get_module_file_name + 310
9   Electron Framework                     0x11d60712c node_api_get_module_file_name + 3548
10  Electron Framework                     0x11d60719e node_api_get_module_file_name + 3662
11  Electron Framework                     0x11d6074c3 node_api_get_module_file_name + 4467
12  Electron Framework                     0x116da0ff8 uv_run + 536
13  Electron Framework                     0x11d5e8414 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 302404
14  Electron Framework                     0x11d5e8940 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 303728
15  Electron Framework                     0x11d59c1a4 node::FreeEnvironment(node::Environment*) + 164
16  Electron Framework                     0x116e97165 v8::Signature::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>) + 12213
17  Electron Framework                     0x116e81137 v8::internal::compiler::RawMachineAssembler::TargetParameter() + 11383
18  Electron Framework                     0x118f1014d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3883821
19  Electron Framework                     0x118f11993 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3890035
20  Electron Framework                     0x118f0d83f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3873311
21  Electron Framework                     0x11706b0f1 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 15281
22  Electron Framework                     0x11706c025 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 19173
23  Electron Framework                     0x11706be46 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 18694
24  Electron Framework                     0x11706ab7b v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 13883
25  Electron Framework                     0x11706aca6 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 14182
26  Electron Framework                     0x116db34e8 ElectronMain + 152
27  dyld                                   0x11695f52e start + 462

Thread 1:: ThreadPoolServiceThread
0   libsystem_kernel.dylib              0x7ff80b1f38ca kevent64 + 10
1   Electron Framework                     0x119d47c85 node::AsyncResource::get_async_id() const + 9213813
2   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
3   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
4   Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
5   Electron Framework                     0x119d0240d node::AsyncResource::get_async_id() const + 8929021
6   Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 2:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d12113 node::AsyncResource::get_async_id() const + 8993795
5   Electron Framework                     0x119d11dad node::AsyncResource::get_async_id() const + 8992925
6   Electron Framework                     0x119d11d07 node::AsyncResource::get_async_id() const + 8992759
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 3:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d12113 node::AsyncResource::get_async_id() const + 8993795
5   Electron Framework                     0x119d11d1d node::AsyncResource::get_async_id() const + 8992781
6   Electron Framework                     0x119d11ca2 node::AsyncResource::get_async_id() const + 8992658
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 4:: Chrome_IOThread
0   libsystem_kernel.dylib              0x7ff80b1f38ca kevent64 + 10
1   Electron Framework                     0x119d47c85 node::AsyncResource::get_async_id() const + 9213813
2   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
3   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
4   Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
5   Electron Framework                     0x118f129bf v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3894175
6   Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 5:: MemoryInfra
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d4168e node::AsyncResource::get_async_id() const + 9187710
4   Electron Framework                     0x119ca4588 node::AsyncResource::get_async_id() const + 8544376
5   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
6   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
7   Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
8   Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
9   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
10  libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
11  libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 6:
0   libsystem_kernel.dylib              0x7ff80b1ef34e kevent + 10
1   Electron Framework                     0x116db2a3c uv_free_interface_addresses + 1340
2   Electron Framework                     0x116da0f20 uv_run + 320
3   Electron Framework                     0x11d6b13ef node::CommonEnvironmentSetup::context() const + 174223
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 7:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x11d6b15aa node::CommonEnvironmentSetup::context() const + 174666
4   Electron Framework                     0x11d6af100 node::CommonEnvironmentSetup::context() const + 165280
5   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 8:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x11d6b15aa node::CommonEnvironmentSetup::context() const + 174666
4   Electron Framework                     0x11d6af100 node::CommonEnvironmentSetup::context() const + 165280
5   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 9:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x11d6b15aa node::CommonEnvironmentSetup::context() const + 174666
4   Electron Framework                     0x11d6af100 node::CommonEnvironmentSetup::context() const + 165280
5   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 10:
0   libsystem_kernel.dylib              0x7ff80b1ea9b6 semaphore_wait_trap + 10
1   Electron Framework                     0x116dadb80 uv_sem_wait + 16
2   Electron Framework                     0x11d7262cd node::SetTracingController(v8::TracingController*) + 54861
3   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
4   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 11:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 12:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 13:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 14:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 15:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 16:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 17:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 18:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 19:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 20:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 21:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 22:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 23:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 24:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 25:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 26:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 27:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 28:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 29:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 30:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 31:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 32:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 33:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 34:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 35:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 36:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 37:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 38:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 39:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 40:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 41:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 42:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 43:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 44:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 45:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 46:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 47:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 48:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 49:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 50:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 51:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 52:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 53:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 54:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 55:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 56:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 57:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 58:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 59:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 60:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 61:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 62:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 63:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 64:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 65:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 66:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 67:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 68:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 69:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 70:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 71:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 72:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 73:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 74:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 75:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 76:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 77:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 78:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 79:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 80:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 81:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 82:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 83:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 84:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 85:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 86:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 87:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 88:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 89:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 90:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 91:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 92:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 93:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 94:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 95:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 96:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 97:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 98:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 99:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 100:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 101:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 102:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 103:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 104:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 105:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 106:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 107:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 108:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 109:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 110:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 111:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 112:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 113:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 114:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 115:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 116:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 117:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 118:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 119:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 120:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 121:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 122:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 123:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 124:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 125:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 126:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 127:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 128:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 129:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 130:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 131:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 132:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 133:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 134:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 135:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 136:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 137:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 138:
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x116dad589 uv_cond_wait + 9
3   Electron Framework                     0x116d9cd68 uv_cancel + 488
4   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
5   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 139:: NetworkConfigWatcher
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   CoreFoundation                      0x7ff80b2ee36d __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff80b2ec9f8 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff80b2ebe3c CFRunLoopRunSpecific + 562
5   Foundation                          0x7ff80c149d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216
6   Electron Framework                     0x119d3ad3e node::AsyncResource::get_async_id() const + 9160750
7   Electron Framework                     0x119d3865a node::AsyncResource::get_async_id() const + 9150794
8   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
9   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
10  Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
11  Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
12  Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
13  libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 140:: CrShutdownDetector
0   libsystem_kernel.dylib              0x7ff80b1eb3ba read + 10
1   Electron Framework                     0x116f5d7b6 v8::CodeEvent::GetFunctionName() + 23158
2   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
3   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
4   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 141:: NetworkConfigWatcher
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   CoreFoundation                      0x7ff80b2ee36d __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff80b2ec9f8 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff80b2ebe3c CFRunLoopRunSpecific + 562
5   Foundation                          0x7ff80c149d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216
6   Electron Framework                     0x119d3ad3e node::AsyncResource::get_async_id() const + 9160750
7   Electron Framework                     0x119d3865a node::AsyncResource::get_async_id() const + 9150794
8   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
9   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
10  Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
11  Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
12  Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
13  libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 142:: ThreadPoolSingleThreadForegroundBlocking0
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d12113 node::AsyncResource::get_async_id() const + 8993795
5   Electron Framework                     0x119d11e0d node::AsyncResource::get_async_id() const + 8993021
6   Electron Framework                     0x119d11cf9 node::AsyncResource::get_async_id() const + 8992745
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 143:: CompositorTileWorker1
0   libsystem_kernel.dylib              0x7ff80b1ed3ea __psynch_cvwait + 10
1   libsystem_pthread.dylib             0x7ff80b227a6f _pthread_cond_wait + 1249
2   Electron Framework                     0x119d32ce4 node::AsyncResource::get_async_id() const + 9127892
3   Electron Framework                     0x11ad217f5 node::AsyncResource::get_async_id() const + 25834213
4   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
5   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
6   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 144:: ThreadPoolSingleThreadSharedForeground1
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d12113 node::AsyncResource::get_async_id() const + 8993795
5   Electron Framework                     0x119d11ddd node::AsyncResource::get_async_id() const + 8992973
6   Electron Framework                     0x119d11cea node::AsyncResource::get_async_id() const + 8992730
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 145:
0   libsystem_kernel.dylib              0x7ff80b1ea9b6 semaphore_wait_trap + 10
1   Electron Framework                     0x116dadb80 uv_sem_wait + 16
2   Electron Framework                     0x116f057d9 v8_inspector::V8DebuggerId::V8DebuggerId(std::Cr::pair<long long, long long>) + 22089
3   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
4   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 146:: com.apple.NSEventThread
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   CoreFoundation                      0x7ff80b2ee36d __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff80b2ec9f8 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff80b2ebe3c CFRunLoopRunSpecific + 562
5   AppKit                              0x7ff80de939ce _NSEventThread + 132
6   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
7   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 147:: ThreadPoolSingleThreadSharedBackgroundBlocking2
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d11eef node::AsyncResource::get_async_id() const + 8993247
5   Electron Framework                     0x119d11d4d node::AsyncResource::get_async_id() const + 8992829
6   Electron Framework                     0x119d11cbf node::AsyncResource::get_async_id() const + 8992687
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 148:: NetworkConfigWatcher
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   CoreFoundation                      0x7ff80b2ee36d __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff80b2ec9f8 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff80b2ebe3c CFRunLoopRunSpecific + 562
5   Foundation                          0x7ff80c149d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216
6   Electron Framework                     0x119d3ad3e node::AsyncResource::get_async_id() const + 9160750
7   Electron Framework                     0x119d3865a node::AsyncResource::get_async_id() const + 9150794
8   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
9   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
10  Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
11  Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
12  Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
13  libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 149:: CacheThread_BlockFile
0   libsystem_kernel.dylib              0x7ff80b1f38ca kevent64 + 10
1   Electron Framework                     0x119d47c85 node::AsyncResource::get_async_id() const + 9213813
2   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
3   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
4   Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
5   Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
6   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
7   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
8   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 150:
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   CoreFoundation                      0x7ff80b2ee36d __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff80b2ec9f8 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff80b2ebe3c CFRunLoopRunSpecific + 562
5   CoreFoundation                      0x7ff80b373dcb CFRunLoopRun + 40
6   fsevents.node                          0x13797f6cd fse_run_loop + 93
7   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
8   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 151:: NetworkConfigWatcher
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   CoreFoundation                      0x7ff80b2ee36d __CFRunLoopServiceMachPort + 319
3   CoreFoundation                      0x7ff80b2ec9f8 __CFRunLoopRun + 1276
4   CoreFoundation                      0x7ff80b2ebe3c CFRunLoopRunSpecific + 562
5   Foundation                          0x7ff80c149d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216
6   Electron Framework                     0x119d3ad3e node::AsyncResource::get_async_id() const + 9160750
7   Electron Framework                     0x119d3865a node::AsyncResource::get_async_id() const + 9150794
8   Electron Framework                     0x119cfca0a node::AsyncResource::get_async_id() const + 8905978
9   Electron Framework                     0x119cc3335 node::AsyncResource::get_async_id() const + 8670757
10  Electron Framework                     0x119d184d8 node::AsyncResource::get_async_id() const + 9019336
11  Electron Framework                     0x119d1866f node::AsyncResource::get_async_id() const + 9019743
12  Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
13  libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
14  libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 152:
0   libsystem_pthread.dylib             0x7ff80b222f48 start_wqthread + 0

Thread 153:
0   libsystem_pthread.dylib             0x7ff80b222f48 start_wqthread + 0

Thread 154:
0   libsystem_pthread.dylib             0x7ff80b222f48 start_wqthread + 0

Thread 155:
0   libsystem_pthread.dylib             0x7ff80b222f48 start_wqthread + 0

Thread 156:
0   libsystem_pthread.dylib             0x7ff80b222f48 start_wqthread + 0

Thread 157:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d11eef node::AsyncResource::get_async_id() const + 8993247
5   Electron Framework                     0x119d11dad node::AsyncResource::get_async_id() const + 8992925
6   Electron Framework                     0x119d11d07 node::AsyncResource::get_async_id() const + 8992759
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 158:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib              0x7ff80b1ea97a mach_msg_trap + 10
1   libsystem_kernel.dylib              0x7ff80b1eace8 mach_msg + 56
2   Electron Framework                     0x119d417f7 node::AsyncResource::get_async_id() const + 9188071
3   Electron Framework                     0x119d1175e node::AsyncResource::get_async_id() const + 8991310
4   Electron Framework                     0x119d11eef node::AsyncResource::get_async_id() const + 8993247
5   Electron Framework                     0x119d11d1d node::AsyncResource::get_async_id() const + 8992781
6   Electron Framework                     0x119d11ca2 node::AsyncResource::get_async_id() const + 8992658
7   Electron Framework                     0x119d33718 node::AsyncResource::get_async_id() const + 9130504
8   libsystem_pthread.dylib             0x7ff80b2274e1 _pthread_start + 125
9   libsystem_pthread.dylib             0x7ff80b222f6b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00000001169da600  rcx: 0x00007ff7b35dae18  rdx: 0x0000000000000000
  rdi: 0x0000000000000103  rsi: 0x0000000000000006  rbp: 0x00007ff7b35dae40  rsp: 0x00007ff7b35dae18
   r8: 0x000000000000be47   r9: 0x000000000000003f  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000103  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007ff80b1f100e  rfl: 0x0000000000000246  cr2: 0x000070000bb5aff0

Logical CPU:     0
Error Code:      0x02000148 
Trap Number:     133

Binary Images:
    0x7ff80b1e9000 -     0x7ff80b220fff libsystem_kernel.dylib (*) <0ea0d8ac-c27b-3a71-a59b-ec3a6f116acf> /usr/lib/system/libsystem_kernel.dylib
    0x7ff80b221000 -     0x7ff80b22cfff libsystem_pthread.dylib (*) <b5454e27-e8c7-3fdb-b77f-714f1e82e70b> /usr/lib/system/libsystem_pthread.dylib
    0x7ff80b0f1000 -     0x7ff80b179fff libsystem_c.dylib (*) <e42e9d7a-03b4-340b-b61e-dcd45fd4acc0> /usr/lib/system/libsystem_c.dylib
       0x116a12000 -        0x11eaadfff com.github.Electron.framework (*) <4c4c4429-5555-3144-a15c-c7ad552c11b2> /Users/USER/Library/Caches/*/Cypress.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
       0x13797b000 -        0x137982fff fsevents.node (*) <900041af-31d4-3edb-82f2-3242455560d4> /Users/USER/Library/Caches/*/Cypress.app/Contents/Resources/app/node_modules/fsevents/fsevents.node
       0x11695a000 -        0x1169c5fff dyld (*) <7b87a986-a153-33c4-8470-d56410b7f9d5> /usr/lib/dyld
    0x7ff80b26e000 -     0x7ff80b770fff com.apple.CoreFoundation (6.9) <93c48919-68af-367e-9a67-db4159bc962c> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7ff80c0ea000 -     0x7ff80c4a6fff com.apple.Foundation (6.9) <e22e60bb-ab77-3120-862f-92fa74feffcf> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7ff80dce7000 -     0x7ff80eb76fff com.apple.AppKit (6.9) <d2726161-3c3f-3b59-bd8d-4a088d4545ef> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

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

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        5 
Activity Tracing                   256K        1 
CG backing stores                 3408K        8 
CG image                           340K       16 
ColorSync                          220K       26 
CoreAnimation                       72K        9 
CoreGraphics                        16K        3 
CoreUI image data                 1732K       17 
Foundation                          36K        2 
IOKit                             23.3M        3 
Kernel Alloc Once                    8K        1 
MALLOC                           360.9M      108 
MALLOC guard page                   48K       11 
MALLOC_MEDIUM (reserved)           1.4G       12         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Mach message                        24K        5 
Memory Tag 253                    32.0G        2 
Memory Tag 255                     1.1T      623 
ObjC additional data                15K        1 
STACK GUARD                       56.6M      159 
Stack                              1.2G      159 
VM_ALLOCATE                        236K       26 
__CTF                               756        1 
__DATA                            39.4M      523 
__DATA_CONST                      30.9M      338 
__DATA_DIRTY                      1635K      214 
__FONT_DATA                          4K        1 
__LINKEDIT                       649.2M       15 
__TEXT                           643.5M      540 
__UNICODE                          592K        1 
dyld private memory               1024K        1 
mapped file                      291.5M       47 
shared memory                      784K       19 
===========                     =======  ======= 
TOTAL                              1.1T     2898 
TOTAL, minus reserved VM space     1.1T     2898 

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

{"app_name":"Cypress","timestamp":"2022-11-08 19:13:18.00 -0500","app_version":"11.0.0","slice_uuid":"4c4c4466-5555-3144-a1d3-03bcb67839df","build_version":"11.0.0.1917309","platform":1,"bundleID":"com.electron.cypress","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6.1 (21G217)","incident_id":"3380391D-E23F-4F67-9A32-F572D51487E2","name":"Cypress"}
{
  "uptime" : 130000,
  "procLaunch" : "2022-11-08 19:03:11.7283 -0500",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 504,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro16,1",
  "procStartAbsTime" : 130456162643215,
  "coalitionID" : 3257,
  "osVersion" : {
    "train" : "macOS 12.6.1",
    "build" : "21G217",
    "releaseType" : "User"
  },
  "captureTime" : "2022-11-08 19:13:18.2556 -0500",
  "incident" : "3380391D-E23F-4F67-9A32-F572D51487E2",
  "bug_type" : "309",
  "pid" : 53710,
  "procExitAbsTime" : 131062692283831,
  "cpuType" : "X86-64",
  "procName" : "Cypress",
  "procPath" : "\/Users\/USER\/Library\/Caches\/*\/Cypress.app\/Contents\/MacOS\/Cypress",
  "bundleInfo" : {"CFBundleShortVersionString":"11.0.0","CFBundleVersion":"11.0.0.1917309","CFBundleIdentifier":"com.electron.cypress"},
  "storeInfo" : {"deviceIdentifierForVendor":"ECD50761-9861-5D59-A754-85A0DB6CB42F","thirdParty":true},
  "parentProc" : "node",
  "parentPid" : 53709,
  "coalitionName" : "com.apple.Terminal",
  "crashReporterKey" : "4661003C-C0CC-64CC-089D-93D4FA1827F0",
  "responsiblePid" : 9801,
  "responsibleProc" : "Terminal",
  "wakeTime" : 815,
  "bridgeVersion" : {"build":"20P411","train":"7.0"},
  "sleepWakeUUID" : "F3FF1CCB-5E2E-4476-AEBF-AEEE894AAB85",
  "sip" : "enabled",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1640535,"threadState":{"r13":{"value":0},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":48711},"cr2":{"value":123145498767344},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":63},"r15":{"value":22},"rbx":{"value":4674397696,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703315202062,"matchesCrashFrame":1},"rbp":{"value":140701842910784},"rsp":{"value":140701842910744},"r12":{"value":259},"rcx":{"value":140701842910744},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":32782,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":1},{"imageOffset":531748,"symbol":"abort","symbolLocation":123,"imageIndex":2},{"imageOffset":3781972,"symbol":"uv_mutex_lock","symbolLocation":20,"imageIndex":3},{"imageOffset":113197622,"symbol":"napi_release_threadsafe_function","symbolLocation":38,"imageIndex":3},{"imageOffset":18465,"symbol":"fse_instance_destroy","symbolLocation":145,"imageIndex":4},{"imageOffset":113198663,"symbol":"node_api_get_module_file_name","symbolLocation":759,"imageIndex":3},{"imageOffset":113146575,"symbol":"node::Stop(node::Environment*)","symbolLocation":703,"imageIndex":3},{"imageOffset":113198214,"symbol":"node_api_get_module_file_name","symbolLocation":310,"imageIndex":3},{"imageOffset":113201452,"symbol":"node_api_get_module_file_name","symbolLocation":3548,"imageIndex":3},{"imageOffset":113201566,"symbol":"node_api_get_module_file_name","symbolLocation":3662,"imageIndex":3},{"imageOffset":113202371,"symbol":"node_api_get_module_file_name","symbolLocation":4467,"imageIndex":3},{"imageOffset":3731448,"symbol":"uv_run","symbolLocation":536,"imageIndex":3},{"imageOffset":113075220,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":302404,"imageIndex":3},{"imageOffset":113076544,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":303728,"imageIndex":3},{"imageOffset":112763300,"symbol":"node::FreeEnvironment(node::Environment*)","symbolLocation":164,"imageIndex":3},{"imageOffset":4739429,"symbol":"v8::Signature::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>)","symbolLocation":12213,"imageIndex":3},{"imageOffset":4649271,"symbol":"v8::internal::compiler::RawMachineAssembler::TargetParameter()","symbolLocation":11383,"imageIndex":3},{"imageOffset":38789453,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3883821,"imageIndex":3},{"imageOffset":38795667,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3890035,"imageIndex":3},{"imageOffset":38778943,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3873311,"imageIndex":3},{"imageOffset":6656241,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":15281,"imageIndex":3},{"imageOffset":6660133,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":19173,"imageIndex":3},{"imageOffset":6659654,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":18694,"imageIndex":3},{"imageOffset":6654843,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":13883,"imageIndex":3},{"imageOffset":6655142,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":14182,"imageIndex":3},{"imageOffset":3806440,"symbol":"ElectronMain","symbolLocation":152,"imageIndex":3},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":5}]},{"id":1640543,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":53697669,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9213813,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53412877,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8929021,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640544,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476781,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992925,"imageIndex":3},{"imageOffset":53476615,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992759,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640545,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476637,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992781,"imageIndex":3},{"imageOffset":53476514,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992658,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640547,"name":"Chrome_IOThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":53697669,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9213813,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":38799807,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3894175,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640548,"name":"MemoryInfra","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53671566,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9187710,"imageIndex":3},{"imageOffset":53028232,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8544376,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640550,"frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":0},{"imageOffset":3803708,"symbol":"uv_free_interface_addresses","symbolLocation":1340,"imageIndex":3},{"imageOffset":3731232,"symbol":"uv_run","symbolLocation":320,"imageIndex":3},{"imageOffset":113898479,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174223,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640551,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":113898922,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174666,"imageIndex":3},{"imageOffset":113889536,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":165280,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640552,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":113898922,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174666,"imageIndex":3},{"imageOffset":113889536,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":165280,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640553,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":113898922,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174666,"imageIndex":3},{"imageOffset":113889536,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":165280,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640555,"frames":[{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":3783552,"symbol":"uv_sem_wait","symbolLocation":16,"imageIndex":3},{"imageOffset":114377421,"symbol":"node::SetTracingController(v8::TracingController*)","symbolLocation":54861,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640556,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640557,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640558,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640559,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640560,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640561,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640562,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640563,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640564,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640565,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640566,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640567,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640568,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640569,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640570,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640571,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640572,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640573,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640574,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640575,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640576,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640577,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640578,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640579,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640580,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640581,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640582,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640583,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640584,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640585,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640586,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640587,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640588,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640589,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640590,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640591,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640592,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640593,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640594,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640595,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640596,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640597,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640598,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640599,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640600,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640601,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640602,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640603,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640604,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640605,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640606,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640607,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640608,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640609,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640610,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640611,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640612,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640613,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640614,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640615,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640616,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640617,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640618,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640619,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640620,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640621,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640622,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640623,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640624,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640625,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640626,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640627,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640628,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640629,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640630,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640631,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640632,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640633,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640634,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640635,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640636,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640637,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640638,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640639,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640640,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640641,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640642,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640643,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640644,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640645,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640646,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640647,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640648,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640649,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640650,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640651,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640652,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640653,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640654,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640655,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640656,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640657,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640658,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640659,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640660,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640661,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640662,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640663,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640664,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640665,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640666,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640667,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640668,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640669,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640670,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640671,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640672,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640673,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640674,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640675,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640676,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640677,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640678,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640679,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640680,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640681,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640682,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640683,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640685,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640686,"name":"CrShutdownDetector","frames":[{"imageOffset":9146,"symbol":"read","symbolLocation":10,"imageIndex":0},{"imageOffset":5552054,"symbol":"v8::CodeEvent::GetFunctionName()","symbolLocation":23158,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640688,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640691,"name":"ThreadPoolSingleThreadForegroundBlocking0","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476877,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993021,"imageIndex":3},{"imageOffset":53476601,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992745,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640692,"name":"CompositorTileWorker1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":53611748,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9127892,"imageIndex":3},{"imageOffset":70318069,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":25834213,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640694,"name":"ThreadPoolSingleThreadSharedForeground1","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476829,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992973,"imageIndex":3},{"imageOffset":53476586,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992730,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640696,"frames":[{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":3783552,"symbol":"uv_sem_wait","symbolLocation":16,"imageIndex":3},{"imageOffset":5191641,"symbol":"v8_inspector::V8DebuggerId::V8DebuggerId(std::Cr::pair<long long, long long>)","symbolLocation":22089,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1640703,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":1755598,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":8},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1641043,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477103,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993247,"imageIndex":3},{"imageOffset":53476685,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992829,"imageIndex":3},{"imageOffset":53476543,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992687,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1641124,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1641128,"name":"CacheThread_BlockFile","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":53697669,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9213813,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1641215,"frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":1072587,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":6},{"imageOffset":18125,"symbol":"fse_run_loop","symbolLocation":93,"imageIndex":4},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1642751,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1650134,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1650776,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1650787,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1650789,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1650790,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":1650799,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477103,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993247,"imageIndex":3},{"imageOffset":53476781,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992925,"imageIndex":3},{"imageOffset":53476615,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992759,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":1650800,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477103,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993247,"imageIndex":3},{"imageOffset":53476637,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992781,"imageIndex":3},{"imageOffset":53476514,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992658,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703315169280,
    "size" : 229376,
    "uuid" : "0ea0d8ac-c27b-3a71-a59b-ec3a6f116acf",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703315398656,
    "size" : 49152,
    "uuid" : "b5454e27-e8c7-3fdb-b77f-714f1e82e70b",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703314153472,
    "size" : 561152,
    "uuid" : "e42e9d7a-03b4-340b-b61e-dcd45fd4acc0",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4674625536,
    "CFBundleIdentifier" : "com.github.Electron.framework",
    "size" : 134856704,
    "uuid" : "4c4c4429-5555-3144-a15c-c7ad552c11b2",
    "path" : "\/Users\/USER\/Library\/Caches\/*\/Cypress.app\/Contents\/Frameworks\/Electron Framework.framework\/Versions\/A\/Electron Framework",
    "name" : "Electron Framework",
    "CFBundleVersion" : "21.0.0"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 5227655168,
    "size" : 32768,
    "uuid" : "900041af-31d4-3edb-82f2-3242455560d4",
    "path" : "\/Users\/USER\/Library\/Caches\/*\/Cypress.app\/Contents\/Resources\/app\/node_modules\/fsevents\/fsevents.node",
    "name" : "fsevents.node"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 4673871872,
    "size" : 442368,
    "uuid" : "7b87a986-a153-33c4-8470-d56410b7f9d5",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "x86_64h",
    "base" : 140703315714048,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5255168,
    "uuid" : "93c48919-68af-367e-9a67-db4159bc962c",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "1866"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703330902016,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 3919872,
    "uuid" : "e22e60bb-ab77-3120-862f-92fa74feffcf",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "1866"
  },
  {
    "source" : "P",
    "arch" : "x86_64",
    "base" : 140703360249856,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 15269888,
    "uuid" : "d2726161-3c3f-3b59-bd8d-4a088d4545ef",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2113.60.148"
  }
],
  "sharedCache" : {
  "base" : 140703312142336,
  "size" : 19331678208,
  "uuid" : "57de9b7b-39b3-3557-8aed-37ac450fa1f3"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=3.4G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=3.4G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               640K        5 \nActivity Tracing                   256K        1 \nCG backing stores                 3408K        8 \nCG image                           340K       16 \nColorSync                          220K       26 \nCoreAnimation                       72K        9 \nCoreGraphics                        16K        3 \nCoreUI image data                 1732K       17 \nFoundation                          36K        2 \nIOKit                             23.3M        3 \nKernel Alloc Once                    8K        1 \nMALLOC                           360.9M      108 \nMALLOC guard page                   48K       11 \nMALLOC_MEDIUM (reserved)           1.4G       12         reserved VM address space (unallocated)\nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nMach message                        24K        5 \nMemory Tag 253                    32.0G        2 \nMemory Tag 255                     1.1T      623 \nObjC additional data                15K        1 \nSTACK GUARD                       56.6M      159 \nStack                              1.2G      159 \nVM_ALLOCATE                        236K       26 \n__CTF                               756        1 \n__DATA                            39.4M      523 \n__DATA_CONST                      30.9M      338 \n__DATA_DIRTY                      1635K      214 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       649.2M       15 \n__TEXT                           643.5M      540 \n__UNICODE                          592K        1 \ndyld private memory               1024K        1 \nmapped file                      291.5M       47 \nshared memory                      784K       19 \n===========                     =======  ======= \nTOTAL                              1.1T     2898 \nTOTAL, minus reserved VM space     1.1T     2898 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "name" : "CrBrowserMain",
    "queue" : "com.apple.main-thread"
  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "63582c5f8a53461413999550",
      "factorPackIds" : {

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

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

  ]
}
}

Model: MacBookPro16,1, BootROM 1916.40.8.0.0 (iBridge: 20.16.411.0.0,0), 6 processors, 6-Core Intel Core i7, 2.6 GHz, 32 GB, SMC 
Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In
Graphics: AMD Radeon Pro 5300M, AMD Radeon Pro 5300M, PCIe, 4 GB
Display: Color LCD, 3072 x 1920 Retina, Main, MirrorOff, Online
Display: DELL P2412H, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, SK Hynix, HMAA2GS6CMR8K-VK
Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, SK Hynix, HMAA2GS6CMR8K-VK
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 12 2021 18:02:56 version 9.30.464.0.32.5.76 FWID 01-c081cfed
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB3.0 Hub
USB Device: Mass Storage Device
USB Device: USB 10/100/1000 LAN
USB Device: USB31Bus
USB Device: BillBoard Device
USB Device: USB2.0 Hub
USB Device: USB 2.0 Hub
USB Device: USB 2.0 BILLBOARD
USB Device: RODE NT-USB
USB Device: HD Pro Webcam C920
USB Device: USB Billboard Device
USB Device: T2Bus
USB Device: composite_device
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
idanElitzur commented 1 year ago

Did you manage to solve this issue?

wlsf82 commented 1 year ago

I’m also facing it with Cypress v11.1.0.

jnmarcus commented 1 year ago

I am facing the same issue on Cypress v12.2.0

tcjr commented 1 year ago

I am seeing this nearly every time I run it.

Command to launch:

./node_modules/.bin/cypress open --e2e --browser chrome

Console after crash:

The Test Runner unexpectedly exited via a exit event with signal SIGABRT

Please search Cypress documentation for possible solutions:

https://on.cypress.io

Check if there is a GitHub issue describing this crash:

https://github.com/cypress-io/cypress/issues

Consider opening a new issue.

----------

Platform: darwin-x64 (21.6.0)
Cypress Version: 11.2.0
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Machine info:

mac

Error:

Screen Shot 2023-01-24 at 10 32 57 AM

Full error report ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Cypress [13322] Path: /Users/USER/Library/Caches/*/Cypress.app/Contents/MacOS/Cypress Identifier: com.electron.cypress Version: ![Screen Shot 2023-01-24 at 10 32 57 AM](https://user-images.githubusercontent.com/142243/214351890-005f72d0-1e09-453a-a725-de7a5b992c46.png) 11.2.0 (11.2.0.1936151) Code Type: X86-64 (Native) Parent Process: node [13321] Responsible: iTerm2 [447] User ID: 501 Date/Time: 2023-01-24 10:30:44.3382 -0600 OS Version: macOS 12.6.1 (21G217) Report Version: 12 Bridge OS Version: 7.0 (20P420) Anonymous UUID: 95CC3123-68A6-B5D5-6208-8E6880681773 Sleep/Wake UUID: 7CDE16D4-F9B0-4F4F-A876-135F22C4DDF8 Time Awake Since Boot: 42000 seconds Time Since Wake: 8409 seconds System Integrity Protection: enabled Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: abort() called Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x7ff80312800e __pthread_kill + 10 1 libsystem_pthread.dylib 0x7ff80315e1ff pthread_kill + 263 2 libsystem_c.dylib 0x7ff8030a9d24 abort + 123 3 Electron Framework 0x113060554 uv_mutex_lock + 20 4 Electron Framework 0x1198b9236 napi_release_threadsafe_function + 38 5 fsevents.node 0x131001821 fse_instance_destroy + 145 6 Electron Framework 0x1198b9647 node_api_get_module_file_name + 759 7 Electron Framework 0x1198acacf node::Stop(node::Environment*) + 703 8 Electron Framework 0x1198b9486 node_api_get_module_file_name + 310 9 Electron Framework 0x1198ba12c node_api_get_module_file_name + 3548 10 Electron Framework 0x1198ba19e node_api_get_module_file_name + 3662 11 Electron Framework 0x1198ba4c3 node_api_get_module_file_name + 4467 12 Electron Framework 0x113053ff8 uv_run + 536 13 Electron Framework 0x11989b414 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 302404 14 Electron Framework 0x11989b940 node::EmitAsyncDestroy(node::Environment*, node::async_context) + 303728 15 Electron Framework 0x11984f1a4 node::FreeEnvironment(node::Environment*) + 164 16 Electron Framework 0x11314a165 v8::Signature::New(v8::Isolate*, v8::Local) + 12213 17 Electron Framework 0x113134137 v8::internal::compiler::RawMachineAssembler::TargetParameter() + 11383 18 Electron Framework 0x1151c314d v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3883821 19 Electron Framework 0x1151c4993 v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3890035 20 Electron Framework 0x1151c083f v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3873311 21 Electron Framework 0x11331e0f1 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 15281 22 Electron Framework 0x11331f025 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 19173 23 Electron Framework 0x11331ee46 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 18694 24 Electron Framework 0x11331db7b v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 13883 25 Electron Framework 0x11331dca6 v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*) + 14182 26 Electron Framework 0x1130664e8 ElectronMain + 152 27 dyld 0x10a1b952e start + 462 Thread 1:: ThreadPoolServiceThread 0 libsystem_kernel.dylib 0x7ff80312a8ca kevent64 + 10 1 Electron Framework 0x115ffac85 node::AsyncResource::get_async_id() const + 9213813 2 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 3 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 4 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 5 Electron Framework 0x115fb540d node::AsyncResource::get_async_id() const + 8929021 6 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 2:: Chrome_IOThread 0 libsystem_kernel.dylib 0x7ff80312a8ca kevent64 + 10 1 Electron Framework 0x115ffac85 node::AsyncResource::get_async_id() const + 9213813 2 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 3 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 4 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 5 Electron Framework 0x1151c59bf v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*) + 3894175 6 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 3:: MemoryInfra 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115ff468e node::AsyncResource::get_async_id() const + 9187710 4 Electron Framework 0x115f57588 node::AsyncResource::get_async_id() const + 8544376 5 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 6 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 7 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 8 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 9 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 10 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 11 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 4: 0 libsystem_kernel.dylib 0x7ff80312634e kevent + 10 1 Electron Framework 0x113065a3c uv_free_interface_addresses + 1340 2 Electron Framework 0x113053f20 uv_run + 320 3 Electron Framework 0x1199643ef node::CommonEnvironmentSetup::context() const + 174223 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 5: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x1199645aa node::CommonEnvironmentSetup::context() const + 174666 4 Electron Framework 0x119962100 node::CommonEnvironmentSetup::context() const + 165280 5 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 6: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x1199645aa node::CommonEnvironmentSetup::context() const + 174666 4 Electron Framework 0x119962100 node::CommonEnvironmentSetup::context() const + 165280 5 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 7: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x1199645aa node::CommonEnvironmentSetup::context() const + 174666 4 Electron Framework 0x119962100 node::CommonEnvironmentSetup::context() const + 165280 5 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 8: 0 libsystem_kernel.dylib 0x7ff8031219b6 semaphore_wait_trap + 10 1 Electron Framework 0x113060b80 uv_sem_wait + 16 2 Electron Framework 0x1199d92cd node::SetTracingController(v8::TracingController*) + 54861 3 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 9: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 10: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 11: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 12: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 13: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 14: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 15: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 16: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 17: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 18: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 19: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 20: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 21: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 22: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 23: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 24: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 25: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 26: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 27: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 28: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 29: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 30: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 31: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 32: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 33: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 34: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 35: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 36: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 37: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 38: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 39: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 40: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 41: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 42: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 43: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 44: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 45: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 46: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 47: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 48: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 49: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 50: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 51: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 52: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 53: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 54: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 55: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 56: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 57: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 58: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 59: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 60: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 61: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 62: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 63: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 64: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 65: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 66: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 67: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 68: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 69: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 70: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 71: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 72: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 73: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 74: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 75: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 76: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 77: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 78: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 79: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 80: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 81: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 82: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 83: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 84: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 85: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 86: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 87: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 88: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 89: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 90: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 91: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 92: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 93: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 94: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 95: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 96: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 97: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 98: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 99: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 100: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 101: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 102: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 103: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 104: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 105: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 106: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 107: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 108: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 109: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 110: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 111: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 112: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 113: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 114: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 115: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 116: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 117: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 118: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 119: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 120: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 121: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 122: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 123: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 124: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 125: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 126: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 127: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 128: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 129: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 130: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 131: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 132: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 133: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 134: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 135: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 136: 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x113060589 uv_cond_wait + 9 3 Electron Framework 0x11304fd68 uv_cancel + 488 4 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 5 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 137:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 CoreFoundation 0x7ff80322536d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8032239f8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff803222e3c CFRunLoopRunSpecific + 562 5 Foundation 0x7ff804080d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216 6 Electron Framework 0x115fedd3e node::AsyncResource::get_async_id() const + 9160750 7 Electron Framework 0x115feb65a node::AsyncResource::get_async_id() const + 9150794 8 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 9 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 10 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 11 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 12 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 13 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 14 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 138:: CrShutdownDetector 0 libsystem_kernel.dylib 0x7ff8031223ba read + 10 1 Electron Framework 0x1132107b6 v8::CodeEvent::GetFunctionName() + 23158 2 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 3 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 139:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 CoreFoundation 0x7ff80322536d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8032239f8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff803222e3c CFRunLoopRunSpecific + 562 5 Foundation 0x7ff804080d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216 6 Electron Framework 0x115fedd3e node::AsyncResource::get_async_id() const + 9160750 7 Electron Framework 0x115feb65a node::AsyncResource::get_async_id() const + 9150794 8 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 9 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 10 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 11 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 12 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 13 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 14 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 140:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc5113 node::AsyncResource::get_async_id() const + 8993795 5 Electron Framework 0x115fc4dad node::AsyncResource::get_async_id() const + 8992925 6 Electron Framework 0x115fc4d07 node::AsyncResource::get_async_id() const + 8992759 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 141:: ThreadPoolSingleThreadForegroundBlocking0 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc5113 node::AsyncResource::get_async_id() const + 8993795 5 Electron Framework 0x115fc4e0d node::AsyncResource::get_async_id() const + 8993021 6 Electron Framework 0x115fc4cf9 node::AsyncResource::get_async_id() const + 8992745 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 142:: CompositorTileWorker1 0 libsystem_kernel.dylib 0x7ff8031243ea __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80315ea6f _pthread_cond_wait + 1249 2 Electron Framework 0x115fe5ce4 node::AsyncResource::get_async_id() const + 9127892 3 Electron Framework 0x116fd47f5 node::AsyncResource::get_async_id() const + 25834213 4 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 5 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 143:: ThreadPoolSingleThreadSharedForeground1 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc5113 node::AsyncResource::get_async_id() const + 8993795 5 Electron Framework 0x115fc4ddd node::AsyncResource::get_async_id() const + 8992973 6 Electron Framework 0x115fc4cea node::AsyncResource::get_async_id() const + 8992730 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 144: 0 libsystem_kernel.dylib 0x7ff8031219b6 semaphore_wait_trap + 10 1 Electron Framework 0x113060b80 uv_sem_wait + 16 2 Electron Framework 0x1131b87d9 v8_inspector::V8DebuggerId::V8DebuggerId(std::Cr::pair) + 22089 3 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 4 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 145:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 CoreFoundation 0x7ff80322536d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8032239f8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff803222e3c CFRunLoopRunSpecific + 562 5 AppKit 0x7ff805dca9ce _NSEventThread + 132 6 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 7 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 146:: ThreadPoolSingleThreadSharedBackgroundBlocking2 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc4eef node::AsyncResource::get_async_id() const + 8993247 5 Electron Framework 0x115fc4d4d node::AsyncResource::get_async_id() const + 8992829 6 Electron Framework 0x115fc4cbf node::AsyncResource::get_async_id() const + 8992687 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 147:: ThreadPoolBackgroundWorker 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc5113 node::AsyncResource::get_async_id() const + 8993795 5 Electron Framework 0x115fc4d1d node::AsyncResource::get_async_id() const + 8992781 6 Electron Framework 0x115fc4ca2 node::AsyncResource::get_async_id() const + 8992658 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 148:: NetworkConfigWatcher 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 CoreFoundation 0x7ff80322536d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8032239f8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff803222e3c CFRunLoopRunSpecific + 562 5 Foundation 0x7ff804080d4a -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 216 6 Electron Framework 0x115fedd3e node::AsyncResource::get_async_id() const + 9160750 7 Electron Framework 0x115feb65a node::AsyncResource::get_async_id() const + 9150794 8 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 9 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 10 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 11 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 12 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 13 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 14 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 149:: CacheThread_BlockFile 0 libsystem_kernel.dylib 0x7ff80312a8ca kevent64 + 10 1 Electron Framework 0x115ffac85 node::AsyncResource::get_async_id() const + 9213813 2 Electron Framework 0x115fafa0a node::AsyncResource::get_async_id() const + 8905978 3 Electron Framework 0x115f76335 node::AsyncResource::get_async_id() const + 8670757 4 Electron Framework 0x115fcb4d8 node::AsyncResource::get_async_id() const + 9019336 5 Electron Framework 0x115fcb66f node::AsyncResource::get_async_id() const + 9019743 6 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 7 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 150: 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 CoreFoundation 0x7ff80322536d __CFRunLoopServiceMachPort + 319 3 CoreFoundation 0x7ff8032239f8 __CFRunLoopRun + 1276 4 CoreFoundation 0x7ff803222e3c CFRunLoopRunSpecific + 562 5 CoreFoundation 0x7ff8032aadcb CFRunLoopRun + 40 6 fsevents.node 0x1310016cd fse_run_loop + 93 7 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 8 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 151: 0 libsystem_pthread.dylib 0x7ff803159f48 start_wqthread + 0 Thread 152: 0 libsystem_pthread.dylib 0x7ff803159f48 start_wqthread + 0 Thread 153: 0 libsystem_pthread.dylib 0x7ff803159f48 start_wqthread + 0 Thread 154:: ThreadPoolForegroundWorker 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc4eef node::AsyncResource::get_async_id() const + 8993247 5 Electron Framework 0x115fc4dad node::AsyncResource::get_async_id() const + 8992925 6 Electron Framework 0x115fc4d07 node::AsyncResource::get_async_id() const + 8992759 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 155:: ThreadPoolBackgroundWorker 0 libsystem_kernel.dylib 0x7ff80312197a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x7ff803121ce8 mach_msg + 56 2 Electron Framework 0x115ff47f7 node::AsyncResource::get_async_id() const + 9188071 3 Electron Framework 0x115fc475e node::AsyncResource::get_async_id() const + 8991310 4 Electron Framework 0x115fc4eef node::AsyncResource::get_async_id() const + 8993247 5 Electron Framework 0x115fc4d1d node::AsyncResource::get_async_id() const + 8992781 6 Electron Framework 0x115fc4ca2 node::AsyncResource::get_async_id() const + 8992658 7 Electron Framework 0x115fe6718 node::AsyncResource::get_async_id() const + 9130504 8 libsystem_pthread.dylib 0x7ff80315e4e1 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff803159f6b thread_start + 15 Thread 156: 0 libsystem_pthread.dylib 0x7ff803159f48 start_wqthread + 0 Thread 157: 0 libsystem_pthread.dylib 0x7ff803159f48 start_wqthread + 0 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x000000010a234600 rcx: 0x00007ff7ba4d4228 rdx: 0x0000000000000000 rdi: 0x0000000000000103 rsi: 0x0000000000000006 rbp: 0x00007ff7ba4d4250 rsp: 0x00007ff7ba4d4228 r8: 0x00007faef674bd40 r9: 0x00007faef672d9f0 r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x0000000000000103 r13: 0x0000000000000000 r14: 0x0000000000000006 r15: 0x0000000000000016 rip: 0x00007ff80312800e rfl: 0x0000000000000246 cr2: 0x0000010c04cfc000 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x7ff803120000 - 0x7ff803157fff libsystem_kernel.dylib (*) <0ea0d8ac-c27b-3a71-a59b-ec3a6f116acf> /usr/lib/system/libsystem_kernel.dylib 0x7ff803158000 - 0x7ff803163fff libsystem_pthread.dylib (*) /usr/lib/system/libsystem_pthread.dylib 0x7ff803028000 - 0x7ff8030b0fff libsystem_c.dylib (*) /usr/lib/system/libsystem_c.dylib 0x112cc5000 - 0x11ad60fff com.github.Electron.framework (*) <4c4c4429-5555-3144-a15c-c7ad552c11b2> /Users/USER/Library/Caches/*/Cypress.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x130ffd000 - 0x131004fff fsevents.node (*) <900041af-31d4-3edb-82f2-3242455560d4> /Users/USER/Library/Caches/*/Cypress.app/Contents/Resources/app/node_modules/fsevents/fsevents.node 0x10a1b4000 - 0x10a21ffff dyld (*) <7b87a986-a153-33c4-8470-d56410b7f9d5> /usr/lib/dyld 0x7ff8031a5000 - 0x7ff8036a7fff com.apple.CoreFoundation (6.9) <93c48919-68af-367e-9a67-db4159bc962c> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff804021000 - 0x7ff8043ddfff com.apple.Foundation (6.9) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7ff805c1e000 - 0x7ff806aadfff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%) Writable regions: Total=2.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.9G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 640K 5 Activity Tracing 256K 1 CG backing stores 3600K 12 CG image 120K 6 ColorSync 216K 25 CoreAnimation 44K 4 CoreGraphics 20K 4 CoreUI image data 1204K 8 Foundation 32K 2 IOKit 23.3M 3 Kernel Alloc Once 12K 2 MALLOC 289.8M 52 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) Mach message 16K 2 Memory Tag 253 32.0G 2 Memory Tag 255 1.1T 1503 ObjC additional data 15K 1 STACK GUARD 56.6M 158 Stack 1.2G 158 VM_ALLOCATE 2272K 77 __CTF 756 1 __DATA 39.2M 516 __DATA_CONST 30.5M 332 __DATA_DIRTY 1635K 214 __FONT_DATA 4K 1 __LINKEDIT 649.2M 15 __TEXT 631.3M 533 __UNICODE 592K 1 dyld private memory 1024K 1 mapped file 261.9M 28 shared memory 828K 26 =========== ======= ======= TOTAL 1.1T 3712 TOTAL, minus reserved VM space 1.1T 3712 ----------- Full Report ----------- {"app_name":"Cypress","timestamp":"2023-01-24 10:30:44.00 -0600","app_version":"11.2.0","slice_uuid":"4c4c4466-5555-3144-a1d3-03bcb67839df","build_version":"11.2.0.1936151","platform":1,"bundleID":"com.electron.cypress","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.6.1 (21G217)","incident_id":"469B3123-C083-4E9B-95C7-89F9E10A40F7","name":"Cypress"} { "uptime" : 42000, "procLaunch" : "2023-01-24 10:26:11.9191 -0600", "procRole" : "Background", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro16,2", "procStartAbsTime" : 42338536479128, "coalitionID" : 493, "osVersion" : { "train" : "macOS 12.6.1", "build" : "21G217", "releaseType" : "User" }, "captureTime" : "2023-01-24 10:30:44.3382 -0600", "incident" : "469B3123-C083-4E9B-95C7-89F9E10A40F7", "bug_type" : "309", "pid" : 13322, "procExitAbsTime" : 42610925362686, "cpuType" : "X86-64", "procName" : "Cypress", "procPath" : "\/Users\/USER\/Library\/Caches\/*\/Cypress.app\/Contents\/MacOS\/Cypress", "bundleInfo" : {"CFBundleShortVersionString":"11.2.0","CFBundleVersion":"11.2.0.1936151","CFBundleIdentifier":"com.electron.cypress"}, "storeInfo" : {"deviceIdentifierForVendor":"A9CE9C41-B3C6-5BDC-9A61-2E635170A177","thirdParty":true}, "parentProc" : "node", "parentPid" : 13321, "coalitionName" : "com.googlecode.iterm2", "crashReporterKey" : "95CC3123-68A6-B5D5-6208-8E6880681773", "responsiblePid" : 447, "responsibleProc" : "iTerm2", "wakeTime" : 8409, "bridgeVersion" : {"build":"20P420","train":"7.0"}, "sleepWakeUUID" : "7CDE16D4-F9B0-4F4F-A876-135F22C4DDF8", "sip" : "enabled", "isCorpse" : 1, "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"}, "asi" : {"libsystem_c.dylib":["abort() called"]}, "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"triggered":true,"id":682953,"threadState":{"r13":{"value":0},"rax":{"value":0},"rflags":{"value":582},"cpu":{"value":0},"r14":{"value":6},"rsi":{"value":6},"r8":{"value":140389435882816},"cr2":{"value":1151131959296},"rdx":{"value":0},"r10":{"value":0},"r9":{"value":140389435759088},"r15":{"value":22},"rbx":{"value":4465051136,"symbolLocation":0,"symbol":"_main_thread"},"trap":{"value":133},"err":{"value":33554760},"r11":{"value":582},"rip":{"value":140703180161038,"matchesCrashFrame":1},"rbp":{"value":140701959275088},"rsp":{"value":140701959275048},"r12":{"value":259},"rcx":{"value":140701959275048},"flavor":"x86_THREAD_STATE","rdi":{"value":259}},"name":"CrBrowserMain","queue":"com.apple.main-thread","frames":[{"imageOffset":32782,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":0},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":1},{"imageOffset":531748,"symbol":"abort","symbolLocation":123,"imageIndex":2},{"imageOffset":3781972,"symbol":"uv_mutex_lock","symbolLocation":20,"imageIndex":3},{"imageOffset":113197622,"symbol":"napi_release_threadsafe_function","symbolLocation":38,"imageIndex":3},{"imageOffset":18465,"symbol":"fse_instance_destroy","symbolLocation":145,"imageIndex":4},{"imageOffset":113198663,"symbol":"node_api_get_module_file_name","symbolLocation":759,"imageIndex":3},{"imageOffset":113146575,"symbol":"node::Stop(node::Environment*)","symbolLocation":703,"imageIndex":3},{"imageOffset":113198214,"symbol":"node_api_get_module_file_name","symbolLocation":310,"imageIndex":3},{"imageOffset":113201452,"symbol":"node_api_get_module_file_name","symbolLocation":3548,"imageIndex":3},{"imageOffset":113201566,"symbol":"node_api_get_module_file_name","symbolLocation":3662,"imageIndex":3},{"imageOffset":113202371,"symbol":"node_api_get_module_file_name","symbolLocation":4467,"imageIndex":3},{"imageOffset":3731448,"symbol":"uv_run","symbolLocation":536,"imageIndex":3},{"imageOffset":113075220,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":302404,"imageIndex":3},{"imageOffset":113076544,"symbol":"node::EmitAsyncDestroy(node::Environment*, node::async_context)","symbolLocation":303728,"imageIndex":3},{"imageOffset":112763300,"symbol":"node::FreeEnvironment(node::Environment*)","symbolLocation":164,"imageIndex":3},{"imageOffset":4739429,"symbol":"v8::Signature::New(v8::Isolate*, v8::Local)","symbolLocation":12213,"imageIndex":3},{"imageOffset":4649271,"symbol":"v8::internal::compiler::RawMachineAssembler::TargetParameter()","symbolLocation":11383,"imageIndex":3},{"imageOffset":38789453,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3883821,"imageIndex":3},{"imageOffset":38795667,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3890035,"imageIndex":3},{"imageOffset":38778943,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3873311,"imageIndex":3},{"imageOffset":6656241,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":15281,"imageIndex":3},{"imageOffset":6660133,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":19173,"imageIndex":3},{"imageOffset":6659654,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":18694,"imageIndex":3},{"imageOffset":6654843,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":13883,"imageIndex":3},{"imageOffset":6655142,"symbol":"v8::internal::compiler::BasicBlock::set_loop_header(v8::internal::compiler::BasicBlock*)","symbolLocation":14182,"imageIndex":3},{"imageOffset":3806440,"symbol":"ElectronMain","symbolLocation":152,"imageIndex":3},{"imageOffset":21806,"symbol":"start","symbolLocation":462,"imageIndex":5}]},{"id":682960,"name":"ThreadPoolServiceThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":53697669,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9213813,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53412877,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8929021,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682964,"name":"Chrome_IOThread","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":53697669,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9213813,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":38799807,"symbol":"v8::internal::SetupIsolateDelegate::SetupHeap(v8::internal::Heap*)","symbolLocation":3894175,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682965,"name":"MemoryInfra","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53671566,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9187710,"imageIndex":3},{"imageOffset":53028232,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8544376,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682966,"frames":[{"imageOffset":25422,"symbol":"kevent","symbolLocation":10,"imageIndex":0},{"imageOffset":3803708,"symbol":"uv_free_interface_addresses","symbolLocation":1340,"imageIndex":3},{"imageOffset":3731232,"symbol":"uv_run","symbolLocation":320,"imageIndex":3},{"imageOffset":113898479,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174223,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682967,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":113898922,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174666,"imageIndex":3},{"imageOffset":113889536,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":165280,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682968,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":113898922,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174666,"imageIndex":3},{"imageOffset":113889536,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":165280,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682969,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":113898922,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":174666,"imageIndex":3},{"imageOffset":113889536,"symbol":"node::CommonEnvironmentSetup::context() const","symbolLocation":165280,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682970,"frames":[{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":3783552,"symbol":"uv_sem_wait","symbolLocation":16,"imageIndex":3},{"imageOffset":114377421,"symbol":"node::SetTracingController(v8::TracingController*)","symbolLocation":54861,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682972,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682973,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682974,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682975,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682976,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682977,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682978,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682979,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682980,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682981,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682982,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682983,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682984,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682985,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682986,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682987,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682988,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682989,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682990,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682991,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682992,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682993,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682994,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682995,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682996,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682997,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682998,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":682999,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683000,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683001,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683002,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683003,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683004,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683005,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683006,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683007,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683008,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683009,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683010,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683011,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683012,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683013,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683014,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683015,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683016,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683017,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683018,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683019,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683020,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683021,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683022,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683023,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683024,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683025,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683026,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683027,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683028,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683029,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683030,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683031,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683032,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683033,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683034,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683035,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683036,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683037,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683038,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683039,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683040,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683041,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683042,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683043,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683044,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683045,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683046,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683047,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683048,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683049,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683050,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683051,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683052,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683053,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683054,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683055,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683056,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683057,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683058,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683059,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683060,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683061,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683062,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683063,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683064,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683065,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683066,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683067,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683068,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683069,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683070,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683071,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683072,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683073,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683074,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683075,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683076,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683077,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683078,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683079,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683080,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683081,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683082,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683083,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683084,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683085,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683086,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683087,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683088,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683089,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683090,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683091,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683092,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683093,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683094,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683095,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683096,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683097,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683098,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683099,"frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":3782025,"symbol":"uv_cond_wait","symbolLocation":9,"imageIndex":3},{"imageOffset":3714408,"symbol":"uv_cancel","symbolLocation":488,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683101,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683102,"name":"CrShutdownDetector","frames":[{"imageOffset":9146,"symbol":"read","symbolLocation":10,"imageIndex":0},{"imageOffset":5552054,"symbol":"v8::CodeEvent::GetFunctionName()","symbolLocation":23158,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683103,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683104,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476781,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992925,"imageIndex":3},{"imageOffset":53476615,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992759,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683106,"name":"ThreadPoolSingleThreadForegroundBlocking0","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476877,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993021,"imageIndex":3},{"imageOffset":53476601,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992745,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683107,"name":"CompositorTileWorker1","frames":[{"imageOffset":17386,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":0},{"imageOffset":27247,"symbol":"_pthread_cond_wait","symbolLocation":1249,"imageIndex":1},{"imageOffset":53611748,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9127892,"imageIndex":3},{"imageOffset":70318069,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":25834213,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683108,"name":"ThreadPoolSingleThreadSharedForeground1","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476829,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992973,"imageIndex":3},{"imageOffset":53476586,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992730,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683110,"frames":[{"imageOffset":6582,"symbol":"semaphore_wait_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":3783552,"symbol":"uv_sem_wait","symbolLocation":16,"imageIndex":3},{"imageOffset":5191641,"symbol":"v8_inspector::V8DebuggerId::V8DebuggerId(std::Cr::pair)","symbolLocation":22089,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683115,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":1755598,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":8},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683215,"name":"ThreadPoolSingleThreadSharedBackgroundBlocking2","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477103,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993247,"imageIndex":3},{"imageOffset":53476685,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992829,"imageIndex":3},{"imageOffset":53476543,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992687,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683349,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477651,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993795,"imageIndex":3},{"imageOffset":53476637,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992781,"imageIndex":3},{"imageOffset":53476514,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992658,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683350,"name":"NetworkConfigWatcher","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":392522,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":216,"imageIndex":7},{"imageOffset":53644606,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9160750,"imageIndex":3},{"imageOffset":53634650,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9150794,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683352,"name":"CacheThread_BlockFile","frames":[{"imageOffset":43210,"symbol":"kevent64","symbolLocation":10,"imageIndex":0},{"imageOffset":53697669,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9213813,"imageIndex":3},{"imageOffset":53389834,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8905978,"imageIndex":3},{"imageOffset":53154613,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8670757,"imageIndex":3},{"imageOffset":53503192,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019336,"imageIndex":3},{"imageOffset":53503599,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9019743,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":683571,"frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":525165,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":319,"imageIndex":6},{"imageOffset":518648,"symbol":"__CFRunLoopRun","symbolLocation":1276,"imageIndex":6},{"imageOffset":515644,"symbol":"CFRunLoopRunSpecific","symbolLocation":562,"imageIndex":6},{"imageOffset":1072587,"symbol":"CFRunLoopRun","symbolLocation":40,"imageIndex":6},{"imageOffset":18125,"symbol":"fse_run_loop","symbolLocation":93,"imageIndex":4},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":686499,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":690410,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":690411,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":690415,"name":"ThreadPoolForegroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477103,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993247,"imageIndex":3},{"imageOffset":53476781,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992925,"imageIndex":3},{"imageOffset":53476615,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992759,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":690416,"name":"ThreadPoolBackgroundWorker","frames":[{"imageOffset":6522,"symbol":"mach_msg_trap","symbolLocation":10,"imageIndex":0},{"imageOffset":7400,"symbol":"mach_msg","symbolLocation":56,"imageIndex":0},{"imageOffset":53671927,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9188071,"imageIndex":3},{"imageOffset":53475166,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8991310,"imageIndex":3},{"imageOffset":53477103,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8993247,"imageIndex":3},{"imageOffset":53476637,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992781,"imageIndex":3},{"imageOffset":53476514,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":8992658,"imageIndex":3},{"imageOffset":53614360,"symbol":"node::AsyncResource::get_async_id() const","symbolLocation":9130504,"imageIndex":3},{"imageOffset":25825,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":1},{"imageOffset":8043,"symbol":"thread_start","symbolLocation":15,"imageIndex":1}]},{"id":690417,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]},{"id":690418,"frames":[{"imageOffset":8008,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":1}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 140703180128256, "size" : 229376, "uuid" : "0ea0d8ac-c27b-3a71-a59b-ec3a6f116acf", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703180357632, "size" : 49152, "uuid" : "b5454e27-e8c7-3fdb-b77f-714f1e82e70b", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703179112448, "size" : 561152, "uuid" : "e42e9d7a-03b4-340b-b61e-dcd45fd4acc0", "path" : "\/usr\/lib\/system\/libsystem_c.dylib", "name" : "libsystem_c.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 4610347008, "CFBundleIdentifier" : "com.github.Electron.framework", "size" : 134856704, "uuid" : "4c4c4429-5555-3144-a15c-c7ad552c11b2", "path" : "\/Users\/USER\/Library\/Caches\/*\/Cypress.app\/Contents\/Frameworks\/Electron Framework.framework\/Versions\/A\/Electron Framework", "name" : "Electron Framework", "CFBundleVersion" : "21.0.0" }, { "source" : "P", "arch" : "x86_64", "base" : 5117038592, "size" : 32768, "uuid" : "900041af-31d4-3edb-82f2-3242455560d4", "path" : "\/Users\/USER\/Library\/Caches\/*\/Cypress.app\/Contents\/Resources\/app\/node_modules\/fsevents\/fsevents.node", "name" : "fsevents.node" }, { "source" : "P", "arch" : "x86_64", "base" : 4464525312, "size" : 442368, "uuid" : "7b87a986-a153-33c4-8470-d56410b7f9d5", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703180673024, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 5255168, "uuid" : "93c48919-68af-367e-9a67-db4159bc962c", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1866" }, { "source" : "P", "arch" : "x86_64", "base" : 140703195860992, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.Foundation", "size" : 3919872, "uuid" : "e22e60bb-ab77-3120-862f-92fa74feffcf", "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation", "name" : "Foundation", "CFBundleVersion" : "1866" }, { "source" : "P", "arch" : "x86_64", "base" : 140703225208832, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 15269888, "uuid" : "d2726161-3c3f-3b59-bd8d-4a088d4545ef", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2113.60.148" } ], "sharedCache" : { "base" : 140703177101312, "size" : 19331678208, "uuid" : "57de9b7b-39b3-3557-8aed-37ac450fa1f3" }, "vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=2.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.9G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 640K 5 \nActivity Tracing 256K 1 \nCG backing stores 3600K 12 \nCG image 120K 6 \nColorSync 216K 25 \nCoreAnimation 44K 4 \nCoreGraphics 20K 4 \nCoreUI image data 1204K 8 \nFoundation 32K 2 \nIOKit 23.3M 3 \nKernel Alloc Once 12K 2 \nMALLOC 289.8M 52 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nMach message 16K 2 \nMemory Tag 253 32.0G 2 \nMemory Tag 255 1.1T 1503 \nObjC additional data 15K 1 \nSTACK GUARD 56.6M 158 \nStack 1.2G 158 \nVM_ALLOCATE 2272K 77 \n__CTF 756 1 \n__DATA 39.2M 516 \n__DATA_CONST 30.5M 332 \n__DATA_DIRTY 1635K 214 \n__FONT_DATA 4K 1 \n__LINKEDIT 649.2M 15 \n__TEXT 631.3M 533 \n__UNICODE 592K 1 \ndyld private memory 1024K 1 \nmapped file 261.9M 28 \nshared memory 828K 26 \n=========== ======= ======= \nTOTAL 1.1T 3712 \nTOTAL, minus reserved VM space 1.1T 3712 \n", "legacyInfo" : { "threadTriggered" : { "name" : "CrBrowserMain", "queue" : "com.apple.main-thread" } }, "trialInfo" : { "rollouts" : [ { "rolloutId" : "61301e3a61217b3110231469", "factorPackIds" : { "SIRI_FIND_MY_CONFIGURATION_FILES" : "6348493aa52bb16adc4e4d06" }, "deploymentId" : 240000023 }, { "rolloutId" : "5ffde50ce2aacd000d47a95f", "factorPackIds" : { }, "deploymentId" : 240000242 } ], "experiments" : [ ] } } Model: MacBookPro16,2, BootROM 1916.40.8.0.0 (iBridge: 20.16.420.0.0,0), 4 processors, Quad-Core Intel Core i5, 2 GHz, 32 GB, SMC Graphics: Intel Iris Plus Graphics, Intel Iris Plus Graphics, Built-In Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online Display: S24C200, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online Display: DELL S2409W, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, LPDDR4X, 3733 MHz, SK Hynix, H9HCNNNFAMALTR-NME Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, LPDDR4X, 3733 MHz, SK Hynix, H9HCNNNFAMALTR-NME AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 12 2021 18:02:56 version 9.30.464.0.32.5.76 FWID 01-c081cfed Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: 4-Port USB 3.0 Hub USB Device: 4-Port USB 3.0 Hub USB Device: USB 10/100/1000 LAN USB Device: USB31Bus USB Device: 4-Port USB 2.0 Hub USB Device: 4-Port USB 2.0 Hub USB Device: USB 2.0 Hub USB Device: USB Optical Mouse USB Device: Natural® Ergonomic Keyboard 4000 USB Device: USB Advanced Audio Device USB Device: BillBoard Device USB Device: T2Bus USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 86.0 Thunderbolt Bus: MacBook Pro, Apple Inc., 86.0
cypress-app-bot commented 1 year ago

This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.

cypress-app-bot commented 1 year ago

This issue has been closed due to inactivity.

uorhsohk commented 4 months ago

I am also seeing this problem, every time I close Cypress.