electron: v1.8.1 Crashes with aws-sdk import

This is an extension of https://github.com/electron/electron/issues/10571 since it was not fixed like the release notes mention.

See Also


I installed using

yarn add  electron@1.8.1

I get the same exact crash

Process:               Electron Helper [69818]
Path:                  /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper
Identifier:            Electron Helper
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        Electron [69816]
Responsible:           Electron Helper [69818]
User ID:               501

Date/Time:             2017-09-28 19:00:05.841 -0700
OS Version:            Mac OS X 10.12.6 (16G29)
Report Version:        12
Anonymous UUID:        C035C98B-6867-3BCF-9FC9-AABF655C49BE

Sleep/Wake UUID:       BEEE6E0F-F2B8-422F-82D9-51C75DB30E27

Time Awake Since Boot: 940000 seconds
Time Since Wake:       360000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

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

Thread 0 Crashed:: CrRendererMain  Dispatch queue: com.apple.main-thread
0   libnode.dylib                 	0x0000000101c66e80 node::Environment::EnvPromiseHook(v8::PromiseHookType, v8::Local<v8::Promise>, v8::Local<v8::Value>) + 64
1   libnode.dylib                 	0x00000001024545e4 0x101b90000 + 9192932
2   ???                           	0x00000eb2b2d043fd 0 + 16160666960893
3   ???                           	0x00000eb2b2d868f7 0 + 16160667494647
4   ???                           	0x00000eb2b2df777c 0 + 16160667957116
5   ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
6   ???                           	0x00000eb2b2df7fe1 0 + 16160667959265
7   ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
8   ???                           	0x00000eb2b2df8132 0 + 16160667959602
9   ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
10  ???                           	0x00000eb2b2df777c 0 + 16160667957116
11  ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
12  ???                           	0x00000eb2b2d05a7b 0 + 16160666966651
13  ???                           	0x00000eb2b2df7a65 0 + 16160667957861
14  ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
15  ???                           	0x00000eb2b2df8282 0 + 16160667959938
16  ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
17  ???                           	0x00000eb2b2df8282 0 + 16160667959938
18  ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
19  ???                           	0x00000eb2b2d05a7b 0 + 16160666966651
20  ???                           	0x00000eb2b2df7a65 0 + 16160667957861
21  ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
22  ???                           	0x00000eb2b2df777c 0 + 16160667957116
23  ???                           	0x00000eb2b2dbbe1c 0 + 16160667713052
24  ???                           	0x00000eb2b2dbb0f9 0 + 16160667709689
25  ???                           	0x00000eb2b2d2aaad 0 + 16160667118253
26  libnode.dylib                 	0x000000010201f0e3 0x101b90000 + 4780259
27  libnode.dylib                 	0x000000010201edc9 v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*) + 169
28  libnode.dylib                 	0x0000000101dc88f6 v8::Script::Run(v8::Local<v8::Context>) + 614
29  com.github.electron.framework 	0x000000010564dc15 0x103241000 + 37800981
30  com.github.electron.framework 	0x00000001055f34de 0x103241000 + 37430494
31  com.github.electron.framework 	0x00000001055f3f8e 0x103241000 + 37433230
32  com.github.electron.framework 	0x00000001055f40be 0x103241000 + 37433534
33  com.github.electron.framework 	0x000000010581681b 0x103241000 + 39671835
34  com.github.electron.framework 	0x0000000105815c1a 0x103241000 + 39668762
35  com.github.electron.framework 	0x0000000105aa1d95 0x103241000 + 42339733
36  com.github.electron.framework 	0x0000000105aa1bb2 0x103241000 + 42339250
37  com.github.electron.framework 	0x0000000105a71de9 0x103241000 + 42143209
38  com.github.electron.framework 	0x0000000105a7030b 0x103241000 + 42136331
39  com.github.electron.framework 	0x000000010612b202 0x103241000 + 49193474
40  com.github.electron.framework 	0x00000001034c8fc1 0x103241000 + 2654145
41  com.github.electron.framework 	0x00000001060d507f 0x103241000 + 48840831
42  com.github.electron.framework 	0x00000001060d30d2 0x103241000 + 48832722
43  com.github.electron.framework 	0x00000001034c8fc1 0x103241000 + 2654145
44  com.github.electron.framework 	0x000000010349137b 0x103241000 + 2425723
45  com.github.electron.framework 	0x00000001034916cc 0x103241000 + 2426572
46  com.github.electron.framework 	0x0000000103491a83 0x103241000 + 2427523
47  com.github.electron.framework 	0x0000000103494f0a 0x103241000 + 2440970
48  com.github.electron.framework 	0x00000001034440ca 0x103241000 + 2109642
49  com.github.electron.framework 	0x000000010349492f 0x103241000 + 2439471
50  com.apple.CoreFoundation      	0x00007fffc45ff321 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
51  com.apple.CoreFoundation      	0x00007fffc45e021d __CFRunLoopDoSources0 + 557
52  com.apple.CoreFoundation      	0x00007fffc45df716 __CFRunLoopRun + 934
53  com.apple.CoreFoundation      	0x00007fffc45df114 CFRunLoopRunSpecific + 420
54  com.apple.Foundation          	0x00007fffc5ff2252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
55  com.github.electron.framework 	0x00000001034955ae 0x103241000 + 2442670
56  com.github.electron.framework 	0x0000000103494d6c 0x103241000 + 2440556
57  com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
58  com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
59  com.github.electron.framework 	0x0000000103df9c1c 0x103241000 + 12291100
60  com.github.electron.framework 	0x000000010366668b 0x103241000 + 4347531
61  com.github.electron.framework 	0x0000000105127e18 0x103241000 + 32402968
62  com.github.electron.framework 	0x00000001036658e4 0x103241000 + 4344036
63  com.github.electron.framework 	0x000000010324390a AtomMain + 74
64  com.github.electron.helper    	0x0000000101a56f26 main + 38
65  libdyld.dylib                 	0x00007fffd9d67235 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffd9e9644e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd9f80621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd9f8007d start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffd9e9644e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd9f80621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffd9f8007d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffd9e9644e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffd9f8048e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffd9f8007d start_wqthread + 13

Thread 4:: TaskSchedulerServiceThread
0   libsystem_kernel.dylib        	0x00007fffd9e96d96 kevent + 10
1   com.github.electron.framework 	0x00000001034fc879 0x103241000 + 2865273
2   com.github.electron.framework 	0x00000001034fba0d 0x103241000 + 2861581
3   com.github.electron.framework 	0x000000010349437f 0x103241000 + 2438015
4   com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
5   com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
6   com.github.electron.framework 	0x00000001034cc029 0x103241000 + 2666537
7   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
8   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 5:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	0x00007fffd9e96d96 kevent + 10
1   com.github.electron.framework 	0x00000001034fc879 0x103241000 + 2865273
2   com.github.electron.framework 	0x00000001034fba0d 0x103241000 + 2861581
3   com.github.electron.framework 	0x000000010349437f 0x103241000 + 2438015
4   com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
5   com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
6   com.github.electron.framework 	0x00000001034cc029 0x103241000 + 2666537
7   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
8   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 6:: GpuMemoryThread
0   libsystem_kernel.dylib        	0x00007fffd9e8e34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd9e8d797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffc45e0434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffc45df8c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffc45df114 CFRunLoopRunSpecific + 420
5   com.github.electron.framework 	0x00000001034952cf 0x103241000 + 2441935
6   com.github.electron.framework 	0x0000000103494d6c 0x103241000 + 2440556
7   com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
8   com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
9   com.github.electron.framework 	0x00000001034cc029 0x103241000 + 2666537
10  com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
11  libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
12  libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
13  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 7:: Compositor
0   libsystem_kernel.dylib        	0x00007fffd9e8e34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd9e8d797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffc45e0434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffc45df8c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffc45df114 CFRunLoopRunSpecific + 420
5   com.github.electron.framework 	0x00000001034952cf 0x103241000 + 2441935
6   com.github.electron.framework 	0x0000000103494d6c 0x103241000 + 2440556
7   com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
8   com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
9   com.github.electron.framework 	0x00000001034cc029 0x103241000 + 2666537
10  com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
11  libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
12  libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
13  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 8:: Renderer::FILE
0   libsystem_kernel.dylib        	0x00007fffd9e8e34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd9e8d797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffc45e0434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffc45df8c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffc45df114 CFRunLoopRunSpecific + 420
5   com.github.electron.framework 	0x00000001034952cf 0x103241000 + 2441935
6   com.github.electron.framework 	0x0000000103494d6c 0x103241000 + 2440556
7   com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
8   com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
9   com.github.electron.framework 	0x00000001034cc029 0x103241000 + 2666537
10  com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
11  libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
12  libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
13  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 9:: CompositorTileWorker1/22275
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   com.github.electron.framework 	0x0000000103cafa09 0x103241000 + 10938889
3   com.github.electron.framework 	0x00000001034b6a6c 0x103241000 + 2579052
4   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
5   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 10:: CompositorTileWorker2/22787
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   com.github.electron.framework 	0x0000000103cafa09 0x103241000 + 10938889
3   com.github.electron.framework 	0x00000001034b6a6c 0x103241000 + 2579052
4   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
5   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 11:: CompositorTileWorker3/23299
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   com.github.electron.framework 	0x0000000103cafa09 0x103241000 + 10938889
3   com.github.electron.framework 	0x00000001034b6a6c 0x103241000 + 2579052
4   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
5   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 12:: CompositorTileWorker4/23811
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   com.github.electron.framework 	0x0000000103cafa09 0x103241000 + 10938889
3   com.github.electron.framework 	0x00000001034b6a6c 0x103241000 + 2579052
4   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
5   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 13:: CompositorTileWorkerBackground/24323
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   com.github.electron.framework 	0x0000000103cafa09 0x103241000 + 10938889
3   com.github.electron.framework 	0x00000001034b6a6c 0x103241000 + 2579052
4   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
5   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
6   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
7   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 14:: TaskSchedulerRendererBackgroundBlockingWorker0
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f81833 _pthread_cond_wait + 769
2   com.github.electron.framework 	0x0000000103448e5b 0x103241000 + 2129499
3   com.github.electron.framework 	0x00000001034f4b90 0x103241000 + 2833296
4   com.github.electron.framework 	0x00000001034f4cc1 0x103241000 + 2833601
5   com.github.electron.framework 	0x00000001034ac408 0x103241000 + 2536456
6   com.github.electron.framework 	0x00000001034acacd 0x103241000 + 2538189
7   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
8   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
9   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
10  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 15:
0   libsystem_kernel.dylib        	0x00007fffd9e95eb6 __select + 10
1   com.github.electron.framework 	0x0000000103359a62 atom::NodeBindingsMac::PollEvents() + 210
2   com.github.electron.framework 	0x00000001033590ff atom::NodeBindings::EmbedThreadRunner(void*) + 63
3   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
4   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
5   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 16:: ScriptStreamerThread
0   libsystem_kernel.dylib        	0x00007fffd9e8e34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffd9e8d797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fffc45e0434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fffc45df8c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fffc45df114 CFRunLoopRunSpecific + 420
5   com.github.electron.framework 	0x00000001034952cf 0x103241000 + 2441935
6   com.github.electron.framework 	0x0000000103494d6c 0x103241000 + 2440556
7   com.github.electron.framework 	0x000000010349104e 0x103241000 + 2424910
8   com.github.electron.framework 	0x00000001034aa183 0x103241000 + 2527619
9   com.github.electron.framework 	0x00000001034cc029 0x103241000 + 2666537
10  com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
11  libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
12  libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
13  libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 17:: WorkerPool/34835
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f81833 _pthread_cond_wait + 769
2   com.github.electron.framework 	0x0000000103448e5b 0x103241000 + 2129499
3   com.github.electron.framework 	0x00000001034f76d6 0x103241000 + 2844374
4   com.github.electron.framework 	0x00000001034f7b68 0x103241000 + 2845544
5   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
6   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 18:: WorkerPool/35087
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f81833 _pthread_cond_wait + 769
2   com.github.electron.framework 	0x0000000103448e5b 0x103241000 + 2129499
3   com.github.electron.framework 	0x00000001034f76d6 0x103241000 + 2844374
4   com.github.electron.framework 	0x00000001034f7b68 0x103241000 + 2845544
5   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
6   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 19:: WorkerPool/35843
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f81833 _pthread_cond_wait + 769
2   com.github.electron.framework 	0x0000000103448e5b 0x103241000 + 2129499
3   com.github.electron.framework 	0x00000001034f76d6 0x103241000 + 2844374
4   com.github.electron.framework 	0x00000001034f7b68 0x103241000 + 2845544
5   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
6   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 20:: WorkerPool/36355
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f81833 _pthread_cond_wait + 769
2   com.github.electron.framework 	0x0000000103448e5b 0x103241000 + 2129499
3   com.github.electron.framework 	0x00000001034f76d6 0x103241000 + 2844374
4   com.github.electron.framework 	0x00000001034f7b68 0x103241000 + 2845544
5   com.github.electron.framework 	0x000000010349f057 0x103241000 + 2482263
6   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 21:
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   libnode.dylib                 	0x0000000101d12059 uv_cond_wait + 9
3   libnode.dylib                 	0x0000000101d06023 0x101b90000 + 1531939
4   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 22:
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   libnode.dylib                 	0x0000000101d12059 uv_cond_wait + 9
3   libnode.dylib                 	0x0000000101d06023 0x101b90000 + 1531939
4   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 23:
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   libnode.dylib                 	0x0000000101d12059 uv_cond_wait + 9
3   libnode.dylib                 	0x0000000101d06023 0x101b90000 + 1531939
4   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 24:
0   libsystem_kernel.dylib        	0x00007fffd9e95bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffd9f817fa _pthread_cond_wait + 712
2   libnode.dylib                 	0x0000000101d12059 uv_cond_wait + 9
3   libnode.dylib                 	0x0000000101d06023 0x101b90000 + 1531939
4   libsystem_pthread.dylib       	0x00007fffd9f8093b _pthread_body + 180
5   libsystem_pthread.dylib       	0x00007fffd9f80887 _pthread_start + 286
6   libsystem_pthread.dylib       	0x00007fffd9f8008d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00002ccf40b82311  rbx: 0x5a00002d33d5f823  rcx: 0x00007fee5a815f38  rdx: 0x00007fee5800e420
  rdi: 0x00007fee5a815f30  rsi: 0x00007fff5e1a1480  rbp: 0x00007fff5e1a1410  rsp: 0x00007fff5e1a13e0
   r8: 0x0000000000000040   r9: 0x00007fee5800fc20  r10: 0xffffffffffffffff  r11: 0x0000000000012068
  r12: 0x00007fff5e1a1480  r13: 0x0000000000231a8a  r14: 0x00007fff5e1a1478  r15: 0x0000000000000000
  rip: 0x0000000101c66e80  rfl: 0x0000000000010216  cr2: 0x00000496899a5000
  
Logical CPU:     2
Error Code:      0x00000000
Trap Number:     13


Binary Images:
       0x101a56000 -        0x101a56ff7 +com.github.electron.helper (0) <4CF9CEEE-ED51-3CFB-8C00-D1C780250227> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper
       0x101a59000 -        0x101a73fff +com.github.Squirrel (1.0 - 1) <0A9F60FF-F2D2-364A-962A-65137E68760E> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
       0x101a95000 -        0x101af8ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa
       0x101b6a000 -        0x101b7efff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
       0x101b90000 -        0x102a70ff7 +libnode.dylib (0) <69976013-43A3-3E90-A613-C29F9394F219> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib
       0x102d04000 -        0x102f6cfff +libffmpeg.dylib (0) <3F10DA70-D3AD-3B17-8753-3B07CE2F03CE> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib
       0x103176000 -        0x10318cfff  com.apple.SafariServices.framework (12604 - 12604.1.38.1.7) <88D1F7A2-5FC3-3A97-9F7D-28D5D84394B6> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x1031b6000 -        0x1031f3dc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
       0x103241000 -        0x107256fd7 +com.github.electron.framework (0) <90D4A16C-2A16-37B2-8542-70366EE1140C> /Users/USER/Desktop/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
       0x1077c1000 -        0x1077ffff7  com.apple.audio.midi.CoreMIDI (1.10 - 88) <5E2D1F53-B466-312E-AEA7-117B68C9A7F0> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x107827000 -        0x107840ffb  libexpat.1.dylib (15) <F48F1B7B-BEB4-32EE-8C5D-0370096F3864> /usr/lib/libexpat.1.dylib
    0x7fffc0d85000 -     0x7fffc0f46fff  com.apple.avfoundation (2.0 - 1187.36) <2F390EAD-07BB-3788-9E73-13104C2E04CD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fffc0f47000 -     0x7fffc0fe9ff7  com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fffc10b4000 -     0x7fffc10b4fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffc10b5000 -     0x7fffc10ccffb  libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffc10cd000 -     0x7fffc15e6feb  com.apple.vImage (8.1 - ???) <B58A7937-BEE2-38FE-87F4-5D5F40D31DC9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffc15e7000 -     0x7fffc1758ff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffc1759000 -     0x7fffc176dffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffc176e000 -     0x7fffc1b64fef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffc1b65000 -     0x7fffc1b7bfff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffc1b7c000 -     0x7fffc1b82fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffc1b83000 -     0x7fffc1b97ff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffc1b98000 -     0x7fffc1d1ffe7  libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffc1d20000 -     0x7fffc1dd2fff  libvMisc.dylib (600.60.1) <E18365D7-DCC4-3304-A8D1-395E656D7B99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffc1dd3000 -     0x7fffc1dd3fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffc2092000 -     0x7fffc2e6bff3  com.apple.AppKit (6.9 - 1504.83.101) <AE51ACB3-D501-3F91-B369-3D3711F24D0A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffc2e7d000 -     0x7fffc2e7dfff  com.apple.ApplicationServices (48 - 48) <DA687F9A-7B2D-342B-8796-16E45344F853> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffc2e7e000 -     0x7fffc2eecff7  com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffc2f86000 -     0x7fffc30b5ff7  libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffc30b6000 -     0x7fffc3100fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffc31fd000 -     0x7fffc32a7ff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffc32a8000 -     0x7fffc32f9fff  com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffc32fa000 -     0x7fffc3309ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffc330a000 -     0x7fffc3357fff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffc3358000 -     0x7fffc3393fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffc3394000 -     0x7fffc339ffff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffc33a0000 -     0x7fffc35acff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffc35ad000 -     0x7fffc35adfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <B92868F8-2F15-32C0-A5BE-4ABA546B8BE1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffc3716000 -     0x7fffc3af0fff  com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffc3b0a000 -     0x7fffc3b0afff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffc3b0b000 -     0x7fffc3b0efff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffc3b0f000 -     0x7fffc3e18fff  com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffc3e19000 -     0x7fffc3e1cff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffc3e1d000 -     0x7fffc3e22fff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffc3e23000 -     0x7fffc3ebaff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffc3ebb000 -     0x7fffc3ed5fff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffc3ed6000 -     0x7fffc3ed7ff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffc3ed8000 -     0x7fffc3edaff7  com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffc3edb000 -     0x7fffc3ee1ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffc3fc2000 -     0x7fffc3fc2fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffc410c000 -     0x7fffc4199fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffc419a000 -     0x7fffc41adfff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffc41ae000 -     0x7fffc44a9fff  com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffc44aa000 -     0x7fffc4557ff7  com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffc4558000 -     0x7fffc49f1ff7  com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffc49f2000 -     0x7fffc5074fff  com.apple.CoreGraphics (2.0 - 1070.22) <FAB476BB-B5CD-3936-8AFC-41229DBDF0E8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffc5075000 -     0x7fffc52b8ffb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffc531f000 -     0x7fffc53d0fff  com.apple.CoreMedia (1.0 - 1907.59.1.6) <570690D8-A956-3629-9E46-4F8BDDB8A82C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffc53d1000 -     0x7fffc541cff7  com.apple.CoreMediaIO (805.0 - 4932) <03F2B863-BF99-36DF-9A14-1DB534A289F3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fffc541d000 -     0x7fffc541dfff  com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffc541e000 -     0x7fffc546ffff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffc5470000 -     0x7fffc574bff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffc574c000 -     0x7fffc577ffff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffc5780000 -     0x7fffc5788ff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffc5789000 -     0x7fffc58f5ff7  com.apple.LaunchServices (775.19 - 775.19) <B75A0C49-E376-358C-81EE-6EFB0F605801> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffc58f6000 -     0x7fffc59a6ffb  com.apple.Metadata (10.7.0 - 1075.40) <B2FFCC10-5A9E-396B-B495-3D6C867669EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffc59a7000 -     0x7fffc5a06fff  com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffc5a07000 -     0x7fffc5a77fff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffc5a78000 -     0x7fffc5abdff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffc5b46000 -     0x7fffc5c93ffb  com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffc5c94000 -     0x7fffc5cc9ff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffc5cca000 -     0x7fffc5d3bffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffc5e39000 -     0x7fffc5e3efff  com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffc5fd0000 -     0x7fffc6376fff  com.apple.Foundation (6.9 - 1349.91) <A37CB4EC-0730-3DD6-9358-60491BF40EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffc63a2000 -     0x7fffc63d3ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffc63d4000 -     0x7fffc63ecff7  com.apple.GameController (1.0 - 1) <DAC8C83B-7EC8-3A88-A725-E13DD905BF4F> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
    0x7fffc6493000 -     0x7fffc6536fff  com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffc6537000 -     0x7fffc65cdff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffc65ce000 -     0x7fffc65d4ffb  com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffc65d5000 -     0x7fffc6626ff7  com.apple.ImageCaptureCore (7.0 - 7.0) <A640CA2F-8093-34AB-947C-26679ECB8A6D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fffc6627000 -     0x7fffc6787fef  com.apple.ImageIO.framework (3.3.0 - 1599.12) <E54ADBF0-6001-3DEB-AEB0-3F857A781E06> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffc6788000 -     0x7fffc678cfff  libGIF.dylib (1599.12) <A0836C44-9566-32A3-ACCF-82A5BAF2E521> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffc678d000 -     0x7fffc687dff7  libJP2.dylib (1599.12) <0DB4F152-B36D-365C-97B1-34F1C114982B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffc687e000 -     0x7fffc68a1ffb  libJPEG.dylib (1599.12) <2F66BA16-D569-35AD-A4BB-7A1909F1BF11> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffc68a2000 -     0x7fffc68c9ff7  libPng.dylib (1599.12) <A068239E-7DB3-33AD-BEA9-499D8DEF771B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffc68ca000 -     0x7fffc68ccff3  libRadiance.dylib (1599.12) <D26D6FC9-1175-38AB-ACAA-0CA073FD3978> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffc68cd000 -     0x7fffc691bffb  libTIFF.dylib (1599.12) <5D161E6A-D279-37A0-9F5F-A71A4C13BB09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffc6a79000 -     0x7fffc7683fff  com.apple.JavaScriptCore (12603 - 12603.3.8) <9557271A-1838-38DD-93E3-D8A9ECDE3B6B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fffc7684000 -     0x7fffc769dff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffc7927000 -     0x7fffc792dfff  com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fffc7943000 -     0x7fffc7e7cff7  com.apple.MediaToolbox (1.0 - 1907.59.1.6) <FA068C6F-0506-35C3-A637-C4AFF82411DB> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fffc7e7d000 -     0x7fffc7ed8fff  com.apple.Metal (87.18 - 87.18) <E3618B54-C728-34CA-9E8A-9BD33A295D31> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffc87c1000 -     0x7fffc87c9fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffc89a9000 -     0x7fffc89f7ff3  com.apple.opencl (2.8.6 - 2.8.6) <E78463D3-73B6-3002-BD71-9CC1D6722968> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffc89f8000 -     0x7fffc8a11ffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffc8a12000 -     0x7fffc8a1dff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffc8a1e000 -     0x7fffc8a20fff  libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffc8a21000 -     0x7fffc8a24ff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffc8a25000 -     0x7fffc8a29fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffc8a2a000 -     0x7fffc8a33ff7  libGFXShared.dylib (14.0.16) <D10C7A01-8A11-3A42-A9FA-C411AE453B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffc8a34000 -     0x7fffc8a3ffff  libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffc8a40000 -     0x7fffc8a7cff7  libGLImage.dylib (14.0.16) <FE39C57B-056C-3CBF-B653-A8F2005631C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffc8bf4000 -     0x7fffc8c35ff7  libGLU.dylib (14.0.16) <B285EAD6-B3AA-3753-BB85-75864BD6E76C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffc959d000 -     0x7fffc95abfff  com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffc9648000 -     0x7fffc978ffff  com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fffc9790000 -     0x7fffc99faff7  com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fffc99fb000 -     0x7fffc9ac2fff  com.apple.PDFKit (1.0 - 1) <BE82F14C-B20C-3771-B16C-F0723F6552AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fffc9ac3000 -     0x7fffc9fe9ff7  com.apple.QuartzComposer (5.1 - 356) <C66293F6-EF05-3B36-8524-081CEB9FADD7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fffc9fea000 -     0x7fffca00dffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fffca00e000 -     0x7fffca0fbfff  com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fffca0fc000 -     0x7fffca0fcfff  com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fffca0fd000 -     0x7fffca2fdfff  com.apple.QuartzCore (1.11 - 453.39.4) <A45AFBC4-87D4-3533-A0AC-1D6629C77984> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffca2fe000 -     0x7fffca353fff  com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffca864000 -     0x7fffcab66ff7  com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffcab67000 -     0x7fffcabdcfff  com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffcabdd000 -     0x7fffcac06fff  com.apple.securityinterface (10.0 - 55079.50.4) <C9B0E11A-362B-3C0D-8B2E-B06510BCE20A> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fffcac07000 -     0x7fffcac0aff3  com.apple.xpc.ServiceManagement (1.0 - 1) <BE0F9708-0B55-3E78-A15E-C287B8ED13BA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffcaf91000 -     0x7fffcb000ff7  com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffcb001000 -     0x7fffcb3affff  com.apple.VideoToolbox (1.0 - 1907.59.1.6) <EB2577A4-DCDF-3FD1-B5FA-42A55653A74D> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fffcd857000 -     0x7fffcd872ff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffcd873000 -     0x7fffcd880ff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffcd881000 -     0x7fffcd8a3ffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <C3033EEE-771A-3664-BBDD-BE1F6D075FC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffcd8a4000 -     0x7fffcd8b3feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffcd9a1000 -     0x7fffcda2c97f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffcda65000 -     0x7fffcda68ff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fffcda69000 -     0x7fffcdabbfff  com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fffcde5f000 -     0x7fffcdeddff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffceb68000 -     0x7fffceb8fff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffcf4b4000 -     0x7fffcf4bdffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffcf642000 -     0x7fffcfa21ff7  com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fffcfa22000 -     0x7fffcfa52fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fffcfc06000 -     0x7fffcfc16fff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffcfcdb000 -     0x7fffcfcf1ff3  com.apple.CoreMediaAuthoring (2.2 - 956) <AEBFF55F-BF1E-3CA5-AA9C-1CE22218A665> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fffcfcf8000 -     0x7fffcfd88ffb  com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fffcff51000 -     0x7fffcff81ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffd0212000 -     0x7fffd02a1ff7  com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffd02a2000 -     0x7fffd03e1fe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffd03e2000 -     0x7fffd04b2ff3  com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffd0502000 -     0x7fffd0567ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffd0568000 -     0x7fffd0576ff7  com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffd05e8000 -     0x7fffd05f2ffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffd05f3000 -     0x7fffd05f7ff3  com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fffd062d000 -     0x7fffd06a2ffb  com.apple.datadetectorscore (7.0 - 539.1) <74595F6C-8283-3C73-9F56-C6FA957F8B94> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffd06de000 -     0x7fffd071dfff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffd071e000 -     0x7fffd082ffff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffd0972000 -     0x7fffd097dfff  com.apple.DisplayServicesFW (3.1 - 380) <0BDF6C17-5E5F-33F8-8E99-C7350C6F9667> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fffd0b17000 -     0x7fffd0f48ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffd229f000 -     0x7fffd229ffff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffd2570000 -     0x7fffd258cfff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffd2c9d000 -     0x7fffd2d13ff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffd332e000 -     0x7fffd3335ffb  com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffd3337000 -     0x7fffd334bff7  com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffd334c000 -     0x7fffd336efff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffd340a000 -     0x7fffd341aff3  com.apple.IntlPreferences (2.0 - 216) <77C9C2E7-EF9F-34BB-A5E3-B8BEA4226B5F> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fffd3455000 -     0x7fffd360cfff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffd3c7c000 -     0x7fffd3c7ffff  com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fffd3f2d000 -     0x7fffd3fa6ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffd410a000 -     0x7fffd4118fff  com.apple.MobileKeyBag (2.0 - 1.0) <D0983DB7-EF9D-3E19-A084-21319ECE5846> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fffd4129000 -     0x7fffd4151ff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffd4203000 -     0x7fffd420efff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffd4ae6000 -     0x7fffd4b27ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <4E468BC7-F863-3674-909D-417231EB8C28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffd520f000 -     0x7fffd5229fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffd522a000 -     0x7fffd5239ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fffd5242000 -     0x7fffd5265ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffd5f2f000 -     0x7fffd5f32fff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffd5fc1000 -     0x7fffd604efff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffd606f000 -     0x7fffd62d5feb  com.apple.SkyLight (1.600.0 - 170.3) <38AC05EF-3A9E-3E3E-9849-04E0223DF7B9> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffd64b4000 -     0x7fffd64c0ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffd6bac000 -     0x7fffd6c20fdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffd705f000 -     0x7fffd7065ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffd70f1000 -     0x7fffd71b7ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffd722d000 -     0x7fffd73bdff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffd7e8c000 -     0x7fffd7f4cfff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffd8397000 -     0x7fffd839dfff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffd846e000 -     0x7fffd8470ffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffd84c5000 -     0x7fffd84e0ff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffd84e1000 -     0x7fffd84ecfff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffd857e000 -     0x7fffd857fff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffd8580000 -     0x7fffd8793fff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fffd87af000 -     0x7fffd87b6fff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
    0x7fffd87b7000 -     0x7fffd87b7fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffd87b8000 -     0x7fffd87bcffb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fffd87bd000 -     0x7fffd87beffb  libSystem.B.dylib (1238.60.2) <F18AC1E7-C6F1-34B1-8069-BE571B3231D4> /usr/lib/libSystem.B.dylib
    0x7fffd882a000 -     0x7fffd8855ff3  libarchive.2.dylib (41.70.1) <A3FA7D6E-3D68-3524-8B48-EB2ECA44B13B> /usr/lib/libarchive.2.dylib
    0x7fffd8856000 -     0x7fffd88d2fc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffd88d6000 -     0x7fffd88d6ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffd88d7000 -     0x7fffd88e7ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffd88e8000 -     0x7fffd88f6ff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fffd88f7000 -     0x7fffd894dff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffd894e000 -     0x7fffd8977ff7  libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
    0x7fffd8978000 -     0x7fffd8988ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffd8989000 -     0x7fffd899ffcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffd89a0000 -     0x7fffd89a0ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffd89a1000 -     0x7fffd89a2ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffd8cdf000 -     0x7fffd8d32ff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fffd8d86000 -     0x7fffd8d8dff3  libdscsym.dylib (148.3) <EF99B991-18D9-3A73-BE88-4DC55F036DEF> /usr/lib/libdscsym.dylib
    0x7fffd8daf000 -     0x7fffd8daffff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffd8dbf000 -     0x7fffd8dc4ff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fffd8dc5000 -     0x7fffd8eb7ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffd8eb8000 -     0x7fffd90ddffb  libicucore.A.dylib (57166.0.1) <CCD2ED24-3071-383B-925D-8D763BB12A6F> /usr/lib/libicucore.A.dylib
    0x7fffd90e3000 -     0x7fffd90e4fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffd90e5000 -     0x7fffd90feffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffd90ff000 -     0x7fffd9115ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffd9116000 -     0x7fffd93beff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fffd93f1000 -     0x7fffd946bff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fffd946c000 -     0x7fffd983e047  libobjc.A.dylib (709.1) <70614861-0340-32E2-85ED-FE65759CDFFA> /usr/lib/libobjc.A.dylib
    0x7fffd9841000 -     0x7fffd9845fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffd9846000 -     0x7fffd9877fff  libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
    0x7fffd9894000 -     0x7fffd98b0ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffd98b1000 -     0x7fffd98eafff  libsandbox.1.dylib (592.70.1) <9C428C49-9D9A-3F9F-9573-BF5202D1F933> /usr/lib/libsandbox.1.dylib
    0x7fffd98fe000 -     0x7fffd98ffff3  libspindump.dylib (231.3) <C7CEEB64-06F4-3ACA-AAC1-30ECA909501A> /usr/lib/libspindump.dylib
    0x7fffd9900000 -     0x7fffd9a4eff7  libsqlite3.dylib (254.8) <1ECF7DF7-7A07-3B4B-A63B-F4EFF6BC7ACF> /usr/lib/libsqlite3.dylib
    0x7fffd9b43000 -     0x7fffd9b50fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffd9b51000 -     0x7fffd9c40fff  libxml2.2.dylib (30.17) <D4C3E467-37C6-34DE-8A1B-E7BFC29985E9> /usr/lib/libxml2.2.dylib
    0x7fffd9c41000 -     0x7fffd9c6afff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fffd9c6b000 -     0x7fffd9c7cff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffd9c8b000 -     0x7fffd9c8fff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffd9c90000 -     0x7fffd9c9afff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fffd9c9b000 -     0x7fffd9ca2fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffd9ca3000 -     0x7fffd9cabfff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffd9cac000 -     0x7fffd9d2ffdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fffd9d30000 -     0x7fffd9d61fff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
    0x7fffd9d62000 -     0x7fffd9d67ffb  libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib
    0x7fffd9d68000 -     0x7fffd9d68ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffd9d69000 -     0x7fffd9d75fff  libkxld.dylib (3789.70.16) <BD02EF3F-6E09-3A64-AB21-553D5B1D2859> /usr/lib/system/libkxld.dylib
    0x7fffd9d76000 -     0x7fffd9d76fff  liblaunch.dylib (972.70.1) <B856ABD2-896E-3DE0-B2C8-146A6AF8E2A7> /usr/lib/system/liblaunch.dylib
    0x7fffd9d77000 -     0x7fffd9d7cff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fffd9d7d000 -     0x7fffd9d7fff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fffd9d80000 -     0x7fffd9d81ffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffd9d82000 -     0x7fffd9d9aff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffd9d9b000 -     0x7fffd9d9bff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffd9d9c000 -     0x7fffd9e29fef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fffd9e2a000 -     0x7fffd9e2dffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
    0x7fffd9e2e000 -     0x7fffd9e31fff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffd9e32000 -     0x7fffd9e4afff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffd9e4b000 -     0x7fffd9e51fff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffd9e52000 -     0x7fffd9e7bff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fffd9e7c000 -     0x7fffd9e9eff7  libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib
    0x7fffd9e9f000 -     0x7fffd9ee6fe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fffd9ee7000 -     0x7fffd9f05ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
    0x7fffd9f06000 -     0x7fffd9f5fffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fffd9f60000 -     0x7fffd9f69ff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffd9f6a000 -     0x7fffd9f73ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffd9f74000 -     0x7fffd9f7cfe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fffd9f7d000 -     0x7fffd9f87ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fffd9f88000 -     0x7fffd9f8bff7  libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffd9f8c000 -     0x7fffd9f8dff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fffd9f8e000 -     0x7fffd9f95ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffd9f96000 -     0x7fffd9fa9ff7  libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
    0x7fffd9faa000 -     0x7fffd9fafffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffd9fb0000 -     0x7fffd9fd9ff7  libxpc.dylib (972.70.1) <BF896DF0-D8E9-31A8-A4B3-01120BFEEE52> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 70550444
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=367.4M resident=0K(0%) swapped_out_or_unallocated=367.4M(100%)
Writable regions: Total=512.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=512.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
Dispatch continuations            16.0M        2 
Kernel Alloc Once                    8K        2 
MALLOC                           156.3M       36 
MALLOC guard page                   48K        9 
Memory Tag 255                   587.9M      173 
STACK GUARD                       56.1M       26 
Stack                            149.7M       26 
VM_ALLOCATE                      129.1M      169 
__DATA                            30.8M      250 
__IMAGE                            528K        2 
__LINKEDIT                       119.1M       13 
__TEXT                           248.3M      252 
__UNICODE                          556K        2 
mapped file                       50.9M        6 
shared memory                      372K        9 
===========                     =======  ======= 
TOTAL                              1.5G      963 


About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 2
  • Comments: 15 (5 by maintainers)

Commits related to this issue

Most upvoted comments

Agree with @sators — have this error using electron-vue boilerplate, Node 8.2.1, Vue.js 2.5.16, Electron 1.8.4 on win32 platform

┏ Electron -------------------

  [6620:0412/055103.051:ERROR:CONSOLE(7323)] "Extension server error: Operation failed: : has no execution context", source: chrome-devtools://devtools/bundled/inspector.js (7323)

┗ ----------------------------

The problem still exists on 1.8.4

I’m experiencing the same issue with Electron-Vue boilerplate where I am not using aws-sdk module. The issue doesn’t occur while using the Electron v1.7.6 but occurs while updating the Electron to the latest v1.8.1

Error log

[15057:1007/063228.326510:ERROR:CONSOLE(7323)] "Extension server error: Object not found: <top>", source: chrome-devtools://devtools/bundled/inspector.js (7323)

[15061:1007/063236.521049:FATAL:partition_alloc.cc(934)] Check failed: page->num_allocated_slots != -1. 
  0   Electron Framework                  0x000000010957343c crashpad::CloseMultipleNowOrOnExec(int, int) + 970204
  1   Electron Framework                  0x000000010953ac53 crashpad::CloseMultipleNowOrOnExec(int, int) + 738803
  2   Electron Framework                  0x00000001095526b1 crashpad::CloseMultipleNowOrOnExec(int, int) + 835665
  3   Electron Framework                  0x000000010c1eea9c crashpad::CloseMultipleNowOrOnExec(int, int) + 47612988
  4   libnode.dylib                       0x000000010dc29021 v8::internal::DeferredHandles::Iterate(v8::internal::ObjectVisitor*) + 19633
  5   libnode.dylib                       0x000000010e0b3179 v8::internal::AllocationSpaceName(v8::internal::AllocationSpace) + 21993
  6   libnode.dylib                       0x000000010e0c12d0 v8::internal::AllocationSpaceName(v8::internal::AllocationSpace) + 79680
  7   libnode.dylib                       0x000000010e0b3f70 v8::internal::AllocationSpaceName(v8::internal::AllocationSpace) + 25568
  8   libnode.dylib                       0x000000010e0ac717 v8::internal::operator<<(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, v8::internal::MachineType) + 73127
  9   libnode.dylib                       0x000000010e0aa30e v8::internal::operator<<(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, v8::internal::MachineType) + 63902
  10  libnode.dylib                       0x000000010dec7aa3 v8::internal::Heap::CreateFillerObjectAt(unsigned char*, int, v8::internal::ClearRecordedSlots) + 7555
  11  libnode.dylib                       0x000000010dec62d5 v8::internal::Heap::CreateFillerObjectAt(unsigned char*, int, v8::internal::ClearRecordedSlots) + 1461
  12  libnode.dylib                       0x000000010dec5813 v8::internal::DeferredHandleScope::Detach() + 110595
  13  libnode.dylib                       0x000000010ded47be v8::internal::Heap::CreateFillerObjectAt(unsigned char*, int, v8::internal::ClearRecordedSlots) + 60062
  14  libnode.dylib                       0x000000010df72ec6 v8::internal::IdentityMapBase::NextIndex(int) const + 950
  15  Electron Framework                  0x0000000109583fc1 crashpad::CloseMultipleNowOrOnExec(int, int) + 1038689
  16  Electron Framework                  0x000000010c19007f crashpad::CloseMultipleNowOrOnExec(int, int) + 47225375
  17  Electron Framework                  0x000000010c18e0d2 crashpad::CloseMultipleNowOrOnExec(int, int) + 47217266
  18  Electron Framework                  0x0000000109583fc1 crashpad::CloseMultipleNowOrOnExec(int, int) + 1038689
  19  Electron Framework                  0x000000010954c37b crashpad::CloseMultipleNowOrOnExec(int, int) + 810267
  20  Electron Framework                  0x000000010954c6cc crashpad::CloseMultipleNowOrOnExec(int, int) + 811116
  21  Electron Framework                  0x000000010954ca83 crashpad::CloseMultipleNowOrOnExec(int, int) + 812067
  22  Electron Framework                  0x000000010954ff0a crashpad::CloseMultipleNowOrOnExec(int, int) + 825514
  23  Electron Framework                  0x00000001094ff0ca crashpad::CloseMultipleNowOrOnExec(int, int) + 494186
  24  Electron Framework                  0x000000010954f92f crashpad::CloseMultipleNowOrOnExec(int, int) + 824015
  25  CoreFoundation                      0x00007fff29a7f6c1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  26  CoreFoundation                      0x00007fff29b392cc __CFRunLoopDoSource0 + 108
  27  CoreFoundation                      0x00007fff29a62160 __CFRunLoopDoSources0 + 208
  28  CoreFoundation                      0x00007fff29a615dd __CFRunLoopRun + 1293
  29  CoreFoundation                      0x00007fff29a60e43 CFRunLoopRunSpecific + 483
  30  Foundation                          0x00007fff2bb0d3f6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
  31  Electron Framework                  0x00000001095505ae crashpad::CloseMultipleNowOrOnExec(int, int) + 827214
  32  Electron Framework                  0x000000010954fd6c crashpad::CloseMultipleNowOrOnExec(int, int) + 825100
  33  Electron Framework                  0x000000010954c04e crashpad::CloseMultipleNowOrOnExec(int, int) + 809454
  34  Electron Framework                  0x0000000109565183 crashpad::CloseMultipleNowOrOnExec(int, int) + 912163
  35  Electron Framework                  0x0000000109eb4c1c crashpad::CloseMultipleNowOrOnExec(int, int) + 10675644
  36  Electron Framework                  0x000000010972168b crashpad::CloseMultipleNowOrOnExec(int, int) + 2732075
  37  Electron Framework                  0x000000010b1e2e18 crashpad::CloseMultipleNowOrOnExec(int, int) + 30787512
  38  Electron Framework                  0x00000001097208e4 crashpad::CloseMultipleNowOrOnExec(int, int) + 2728580
  39  Electron Framework                  0x00000001092fe90a AtomMain + 74
  40  Electron Helper                     0x00000001092f6f26 main + 38
  41  libdyld.dylib                       0x00007fff50fc8145 start + 1
  42  ???                                 0x0000000000000011 0x0 + 17