jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

RND freezes after connect #36

Closed pvpshoot closed 7 years ago

pvpshoot commented 7 years ago

When i try to connect to react native debugger, console region freezes, DOM view and Redux DevTools a still work.

Video: http://take.ms/nMu5U

import { createStore, applyMiddleware, compose } from 'redux';
import reducers from '../reducers';
import thunk from 'redux-thunk';

function configureStore(initialState) {
  let enhancer;
  if (global.__DEV__) {
    const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
    enhancer = composeEnhancers(applyMiddleware(thunk));
  } else {
    enhancer = compose(applyMiddleware(thunk));
  }
  const store = createStore(reducers, initialState, enhancer);
  return store;
}

const store = configureStore();

export default store;

react native debugger: 0.5.5

thangenius commented 7 years ago

I met the same issue. Anyone has a workaround for this? Thanks!

jhen0409 commented 7 years ago

Thanks for report!

I have also had this problem, but it happens if I use it for a long time, not when connecting, it's very difficult to reproduce for me. :\

Have you tried the react-native init project?

thangenius commented 7 years ago

FYI Im using macos 10.12.2 and Chrome 55.0.2883.95. It happens on all the mac devices I have and Developer Tools freezes right after the app get connected to debugger. React & Redux DevTools are still working well.

jhen0409 commented 7 years ago

@thangenius I recently get a new MBP, it looks also works fine so far.. 😂

Anyway, I'll consider add a screenshot test with real app (Currently it run with fake packager), let it run on Travis CI with macOS, look at it in the general device.

Also, try to close app and remove /Users/<user>/Library/Application\ Support/React\ Native\ Debugger. (userData path for RNDebugger)

pvpshoot commented 7 years ago

Cleaning /Users/<user>/Library/Application\ Support/React\ Native\ Debugger helped me, TY!

vikeri commented 7 years ago

@pvpshoot's solution didn't work for me. It crashes continuously for me.

jhen0409 commented 7 years ago

Try to Restore defaults and reload in settings (for Electron you need re-open devtools yourself)

2017-01-19 6 38 01

If it still doesn't work, let me know undock into separate window then start debugging the case. (Take screenshot will be better)

I don't know the cause of the problem, because I still can't reproduce it. Would be great if anyone can help to tracking.

zalmoxisus commented 7 years ago

@vikeri, only the console freezes or Redux DevTools as well? If the latter, it could be related to https://github.com/alexkuz/redux-devtools-inspector/pull/40.

vikeri commented 7 years ago

@jhen0409 Ok, trying that. Going to see if it works. How do I submit an issue otherwise, can I extract any useful logs?

@zalmoxisus The Redux panel is still there but everything else goes white.

pvpshoot commented 7 years ago

I remove folder ios and checkout it, after that debuger starts work fine. I often switch branches, and one time i have some issue with RN. Checkout ios folder helps me. Can it be the reason of this bug? (i mean some trash in build folder)

Lxxyx commented 7 years ago

same problem.

vikeri commented 7 years ago

It still freezes for me, had to switch back to Chrome

Lxxyx commented 7 years ago

Is there any people had resolve this problem?

Aleksion commented 7 years ago

I'm also having the exact same issue. None of the above seems to work

macOS Sierra react-native: 0.40.0 IOS emulator

jhen0409 commented 7 years ago

Try to do development section of readme, maybe it will have some helpful informations, you can also try electron@beta.

I still can't reproduce it (only https://github.com/jhen0409/react-native-debugger/issues/36#issuecomment-272368913 mentioned), even the team. đŸ˜ĸ @vikeri @Lxxyx @Aleksion, would be better if you can provide OS / RN version and platform.

Aleksion commented 7 years ago

@jhen0409 I updated with my specs in my previous comment. I've deleted redux devtools. But it still freezes completely. Also tried deleting react devltools. The problem still persists.

It freezes right when the simulator connects. (makes resizing or closing the chrome devtools impossible). And after a while it goes completely blank. As seen in the screenshot.

Isn't electron part of the app itself? (or would a global install of electron@beta change anything?) screen shot 2017-02-14 at 15 43 48

jhen0409 commented 7 years ago

Isn't electron part of the app itself? (or would a global install of electron@beta change anything?)

I mean try to install electron@beta on development, sorry I didn't to explain clearly.

It may some devtool problems related to Electron.

vikeri commented 7 years ago

macOS Sierra react-native: 0.37.0 iOS emulator

jhen0409 commented 7 years ago
  1. Start RNDebugger on comnand line with --remote-debugging-port flag:
    ./Applications/React\ Native\ Debugger.app/Contents/MacOS/React\ Native\ Debugger --remote-debugging-port=8315
  2. Open localhost:8315 on Chrome, click chrome-devtools://devtools/... link
  3. Start debugging RN for iOS, maybe you can get some helpful logs
csyo commented 7 years ago

I'm also having this problem. It came out of nowhere after update RND to 0.5.6. It seems to happen in my larger project, everything works fine for smaller projects.

Really need some help...

jhen0409 commented 7 years ago

@csyo try to do the steps of https://github.com/jhen0409/react-native-debugger/issues/36#issuecomment-279786123, can you get some logs related to the problem? 🙏

Lxxyx commented 7 years ago

@jhen0409 I had try but get no logs.

csyo commented 7 years ago

@jhen0409 I also tried that but got nothing 😞

Terminal:

./Applications/React\ Native\ Debugger.app/Contents/MacOS/React\ Native\ Debugger --remote-debugging-port=8315
Starting listen set-debugger-loc request on port 62016
Will save port to `$HOME/.rndebugger_port` file
[Updater] Checking updates...
[Updater] Error There is no newer version. false

http://localhost:8315/devtools/inspector.html?ws=localhost:8315/devtools/page/c0153b7d-a5d1-4b12-8353-f060774b3b8f: Nothing...

Wondering if the devtools page is wrong?

csyo commented 7 years ago

Woww!!!

After I upgrade my node version from v6.9.4 to v7.4.0, it just worked 😄 !

Lxxyx commented 7 years ago

I had try to upgrade my node version from v6.9.1 to v7.5.0 but still can not works.☚ī¸

Aleksion commented 7 years ago

I was already on node 7.4.0, and upgrading didn't do anything.

@jhen0409 I got the same as @csyo when starting the debugger. And nothing in the console of the devtools inspector.

HOWEVER, the web inspector disconnects, when the inspector in RD freezes up. And that eventually resulted in a segmentation fault and crash with the following trace. That should at least provide whatever environment information is needed:

screen shot 2017-02-15 at 14 24 59

Process:               React Native Debugger [74616]
Path:                  /Applications/React Native Debugger.app/Contents/MacOS/React Native Debugger
Identifier:            com.electron.react-native-debugger
Version:               0.5.6 (0.5.6)
Code Type:             X86-64 (Native)
Parent Process:        zsh [49692]
Responsible:           React Native Debugger [74616]
User ID:               501

Date/Time:             2017-02-15 14:16:20.006 +0100
OS Version:            Mac OS X 10.12.2 (16C67)
Report Version:        12
Anonymous UUID:        5B025F66-66AB-639D-F60B-6DFC84339892

Sleep/Wake UUID:       72D2E4F5-E0B1-4C6A-BC8C-FE1B2750CCE1

Time Awake Since Boot: 260000 seconds
Time Since Wake:       5100 seconds

System Integrity Protection: enabled

Crashed Thread:        15  Chrome_IOThread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000050
Exception Note:        EXC_CORPSE_NOTIFY

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

VM Regions Near 0x50:
--> 
    __TEXT                 000000010bfe2000-000000010bfe3000 [    4K] r-x/rwx SM=COW  /Applications/React Native Debugger.app/Contents/MacOS/React Native Debugger

Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.apple.HIToolbox             0x00007fff7c0b1acc RunCurrentEventLoopInMode + 240
6   com.apple.HIToolbox             0x00007fff7c0b1901 ReceiveNextEventCommon + 432
7   com.apple.HIToolbox             0x00007fff7c0b1736 _BlockUntilNextEventMatchingListInModeWithFilter + 71
8   com.apple.AppKit                0x00007fff7a657ae4 _DPSNextEvent + 1120
9   com.apple.AppKit                0x00007fff7add221f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
10  com.apple.AppKit                0x00007fff7a64c465 -[NSApplication run] + 926
11  com.github.electron.framework   0x000000010f53f4de 0x10f33e000 + 2102494
12  com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
13  com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
14  com.github.electron.framework   0x000000010fca01eb 0x10f33e000 + 9839083
15  com.github.electron.framework   0x000000010fca0040 0x10f33e000 + 9838656
16  com.github.electron.framework   0x000000010fca2542 0x10f33e000 + 9848130
17  com.github.electron.framework   0x000000010fc9c58d 0x10f33e000 + 9823629
18  com.github.electron.framework   0x000000010fc05380 0x10f33e000 + 9204608
19  com.github.electron.framework   0x000000010fc04566 0x10f33e000 + 9200998
20  com.github.electron.framework   0x000000010f33fec7 AtomMain + 71
21  com.electron.react-native-debugger  0x000000010bfe2f26 main + 38
22  libdyld.dylib                   0x00007fff9207e255 start + 1

Thread 1:: WorkerPool/13827
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff922969a3 _pthread_cond_wait + 769
2   com.github.electron.framework   0x000000010f58edbb 0x10f33e000 + 2428347
3   com.github.electron.framework   0x000000010f5a16dd 0x10f33e000 + 2504413
4   com.github.electron.framework   0x000000010f5a1b03 0x10f33e000 + 2505475
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 2:: WorkerPool/12051
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff922969a3 _pthread_cond_wait + 769
2   com.github.electron.framework   0x000000010f58edbb 0x10f33e000 + 2428347
3   com.github.electron.framework   0x000000010f5a16dd 0x10f33e000 + 2504413
4   com.github.electron.framework   0x000000010f5a1b03 0x10f33e000 + 2505475
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   libnode.dylib                   0x000000010c287d19 uv_cond_wait + 9
3   libnode.dylib                   0x000000010c27c383 0x10c129000 + 1389443
4   libnode.dylib                   0x000000010c2878e9 0x10c129000 + 1435881
5   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   libnode.dylib                   0x000000010c287d19 uv_cond_wait + 9
3   libnode.dylib                   0x000000010c27c383 0x10c129000 + 1389443
4   libnode.dylib                   0x000000010c2878e9 0x10c129000 + 1435881
5   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   libnode.dylib                   0x000000010c287d19 uv_cond_wait + 9
3   libnode.dylib                   0x000000010c27c383 0x10c129000 + 1389443
4   libnode.dylib                   0x000000010c2878e9 0x10c129000 + 1435881
5   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   libnode.dylib                   0x000000010c287d19 uv_cond_wait + 9
3   libnode.dylib                   0x000000010c27c383 0x10c129000 + 1389443
4   libnode.dylib                   0x000000010c2878e9 0x10c129000 + 1435881
5   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 7:: NetworkConfigWatcher
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.apple.Foundation            0x00007fff7e53a612 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6   com.github.electron.framework   0x000000010f53f30e 0x10f33e000 + 2102030
7   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
8   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
9   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
10  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
11  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
12  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
13  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
14  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 8:: DnsConfigService
0   libsystem_kernel.dylib          0x00007fff921ade2a kevent + 10
1   com.github.electron.framework   0x0000000110347f27 0x10f33e000 + 16817959
2   com.github.electron.framework   0x00000001103459bd 0x10f33e000 + 16808381
3   com.github.electron.framework   0x000000010f53e1df 0x10f33e000 + 2097631
4   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
5   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
6   com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
7   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
8   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
9   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
10  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 9:: CrShutdownDetector
0   libsystem_kernel.dylib          0x00007fff921ae2da read + 10
1   com.github.electron.framework   0x000000010f3e506f 0x10f33e000 + 684143
2   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
3   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
4   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
5   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 10:: Chrome_DBThread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.github.electron.framework   0x000000010f53f06f 0x10f33e000 + 2101359
6   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
7   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
8   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
9   com.github.electron.framework   0x000000010fcaab98 0x10f33e000 + 9882520
10  com.github.electron.framework   0x000000010fcaafaf 0x10f33e000 + 9883567
11  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
12  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
13  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
14  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
15  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 11:: Chrome_FileThread
0   libsystem_kernel.dylib          0x00007fff921ade2a kevent + 10
1   com.github.electron.framework   0x0000000110347f27 0x10f33e000 + 16817959
2   com.github.electron.framework   0x00000001103459bd 0x10f33e000 + 16808381
3   com.github.electron.framework   0x000000010f53e1df 0x10f33e000 + 2097631
4   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
5   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
6   com.github.electron.framework   0x000000010fcaac18 0x10f33e000 + 9882648
7   com.github.electron.framework   0x000000010fcaafc0 0x10f33e000 + 9883584
8   com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
9   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
10  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
11  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
12  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 12:: Chrome_FileUserBlockingThread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.github.electron.framework   0x000000010f53f06f 0x10f33e000 + 2101359
6   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
7   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
8   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
9   com.github.electron.framework   0x000000010fcaac98 0x10f33e000 + 9882776
10  com.github.electron.framework   0x000000010fcaafd1 0x10f33e000 + 9883601
11  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
12  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
13  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
14  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
15  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 13:: Chrome_ProcessLauncherThread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.github.electron.framework   0x000000010f53f06f 0x10f33e000 + 2101359
6   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
7   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
8   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
9   com.github.electron.framework   0x000000010fcaad18 0x10f33e000 + 9882904
10  com.github.electron.framework   0x000000010fcaafdf 0x10f33e000 + 9883615
11  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
12  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
13  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
14  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
15  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 14:: Chrome_CacheThread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.github.electron.framework   0x000000010f53f06f 0x10f33e000 + 2101359
6   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
7   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
8   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
9   com.github.electron.framework   0x000000010fcaad98 0x10f33e000 + 9883032
10  com.github.electron.framework   0x000000010fcaafed 0x10f33e000 + 9883629
11  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
12  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
13  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
14  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
15  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 15 Crashed:: Chrome_IOThread
0   com.github.electron.framework   0x000000010f4c756a brightray::DevToolsNetworkControllerHandle::LazyInitialize() + 10
1   com.github.electron.framework   0x000000010f4c7488 brightray::DevToolsNetworkControllerHandle::SetNetworkStateOnIO(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >) + 24
2   com.github.electron.framework   0x000000010f4c794a void base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)>::Run<brightray::DevToolsNetworkControllerHandle*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> > >(brightray::DevToolsNetworkControllerHandle*&&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >&&) const + 58
3   com.github.electron.framework   0x000000010f4c78d9 void base::internal::InvokeHelper<false, void>::MakeItSo<base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)> const&, brightray::DevToolsNetworkControllerHandle*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> > >(base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)> const&&&, brightray::DevToolsNetworkControllerHandle*&&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >&&) + 9
4   com.github.electron.framework   0x000000010f4c78a2 void base::internal::Invoker<base::internal::BindState<base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)>, base::internal::UnretainedWrapper<brightray::DevToolsNetworkControllerHandle>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, base::internal::PassedWrapper<std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> > > >, void ()>::RunImpl<base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)> const&, std::__1::tuple<base::internal::UnretainedWrapper<brightray::DevToolsNetworkControllerHandle>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, base::internal::PassedWrapper<std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> > > > const&, 0ul, 1ul, 2ul>(base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)> const&&&, std::__1::tuple<base::internal::UnretainedWrapper<brightray::DevToolsNetworkControllerHandle>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, base::internal::PassedWrapper<std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> > > > const&&&, base::IndexSequence<0ul, 1ul, 2ul>) + 82
5   com.github.electron.framework   0x000000010f4c76c4 base::internal::Invoker<base::internal::BindState<base::internal::RunnableAdapter<void (brightray::DevToolsNetworkControllerHandle::*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> >)>, base::internal::UnretainedWrapper<brightray::DevToolsNetworkControllerHandle>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, base::internal::PassedWrapper<std::__1::unique_ptr<brightray::DevToolsNetworkConditions, std::__1::default_delete<brightray::DevToolsNetworkConditions> > > >, void ()>::Run(base::internal::BindStateBase*) + 20
6   com.github.electron.framework   0x000000010f54931b 0x10f33e000 + 2143003
7   com.github.electron.framework   0x000000010f56a0ec 0x10f33e000 + 2277612
8   com.github.electron.framework   0x000000010f56a3fc 0x10f33e000 + 2278396
9   com.github.electron.framework   0x000000010f56a75b 0x10f33e000 + 2279259
10  com.github.electron.framework   0x000000010f53e105 0x10f33e000 + 2097413
11  com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
12  com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
13  com.github.electron.framework   0x000000010fcaae18 0x10f33e000 + 9883160
14  com.github.electron.framework   0x000000010fcaaffb 0x10f33e000 + 9883643
15  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
16  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
17  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
18  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
19  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 16:: IndexedDB
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.github.electron.framework   0x000000010f53f06f 0x10f33e000 + 2101359
6   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
7   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
8   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
9   com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
10  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
11  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
12  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
13  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 17:: CompositorTileWorker1/42243
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   com.github.electron.framework   0x000000010f936848 0x10f33e000 + 6260808
3   com.github.electron.framework   0x000000010f59f1e3 0x10f33e000 + 2494947
4   com.github.electron.framework   0x000000010f59f02d 0x10f33e000 + 2494509
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 18:: AudioThread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.github.electron.framework   0x000000010f53f06f 0x10f33e000 + 2101359
6   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
7   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
8   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
9   com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
10  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
11  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
12  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
13  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 19:
0   libsystem_kernel.dylib          0x00007fff921acf4a __select + 10
1   com.github.electron.framework   0x000000010f465392 atom::NodeBindingsMac::PollEvents() + 210
2   com.github.electron.framework   0x000000010f46482f atom::NodeBindings::EmbedThreadRunner(void*) + 63
3   libnode.dylib                   0x000000010c2878e9 0x10c129000 + 1435881
4   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
5   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
6   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 20:
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.apple.CoreFoundation        0x00007fff7cb654f1 CFRunLoopRun + 97
6   libnode.dylib                   0x000000010c28b496 0x10c129000 + 1451158
7   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
8   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
9   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 21:: Chrome_DevToolsHandlerThread
0   libsystem_kernel.dylib          0x00007fff921ade2a kevent + 10
1   com.github.electron.framework   0x0000000110347f27 0x10f33e000 + 16817959
2   com.github.electron.framework   0x00000001103459bd 0x10f33e000 + 16808381
3   com.github.electron.framework   0x000000010f53e1df 0x10f33e000 + 2097631
4   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
5   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
6   com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
7   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
8   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
9   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
10  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 22:: BrowserBlockingWorker1/59395
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   com.github.electron.framework   0x000000010f59ccfe 0x10f33e000 + 2485502
3   com.github.electron.framework   0x000000010f59c46d 0x10f33e000 + 2483309
4   com.github.electron.framework   0x000000010f59f02d 0x10f33e000 + 2494509
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 23:: NetworkConfigWatcher
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.apple.Foundation            0x00007fff7e53a612 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6   com.github.electron.framework   0x000000010f53f30e 0x10f33e000 + 2102030
7   com.github.electron.framework   0x000000010f53eae4 0x10f33e000 + 2099940
8   com.github.electron.framework   0x000000010f580431 0x10f33e000 + 2368561
9   com.github.electron.framework   0x000000010f59f97d 0x10f33e000 + 2496893
10  com.github.electron.framework   0x000000010f59fa6f 0x10f33e000 + 2497135
11  com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
12  libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
13  libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
14  libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 24:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff921a538a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff921a47d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff7cb26c94 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff7cb26121 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fff7cb25974 CFRunLoopRunSpecific + 420
5   com.apple.AppKit                0x00007fff7a7a4f92 _NSEventThread + 205
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 25:: BrowserBlockingWorker2/72523
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   com.github.electron.framework   0x000000010f59ccfe 0x10f33e000 + 2485502
3   com.github.electron.framework   0x000000010f59c46d 0x10f33e000 + 2483309
4   com.github.electron.framework   0x000000010f59f02d 0x10f33e000 + 2494509
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 26:: CachePoolWorker1/51987
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff9229696a _pthread_cond_wait + 712
2   com.github.electron.framework   0x000000010f59ccfe 0x10f33e000 + 2485502
3   com.github.electron.framework   0x000000010f59c46d 0x10f33e000 + 2483309
4   com.github.electron.framework   0x000000010f59f02d 0x10f33e000 + 2494509
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 27:: WorkerPool/52659
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff922969a3 _pthread_cond_wait + 769
2   com.github.electron.framework   0x000000010f58edbb 0x10f33e000 + 2428347
3   com.github.electron.framework   0x000000010f5a16dd 0x10f33e000 + 2504413
4   com.github.electron.framework   0x000000010f5a1b03 0x10f33e000 + 2505475
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 28:: WorkerPool/13635
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff922969a3 _pthread_cond_wait + 769
2   com.github.electron.framework   0x000000010f58edbb 0x10f33e000 + 2428347
3   com.github.electron.framework   0x000000010f5a16dd 0x10f33e000 + 2504413
4   com.github.electron.framework   0x000000010f5a1b03 0x10f33e000 + 2505475
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 29:
0   libsystem_kernel.dylib          0x00007fff921ad4e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff922955fe _pthread_wqthread + 1023
2   libsystem_pthread.dylib         0x00007fff922951ed start_wqthread + 13

Thread 30:: WorkerPool/89859
0   libsystem_kernel.dylib          0x00007fff921acc86 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff922969a3 _pthread_cond_wait + 769
2   com.github.electron.framework   0x000000010f58edbb 0x10f33e000 + 2428347
3   com.github.electron.framework   0x000000010f5a16dd 0x10f33e000 + 2504413
4   com.github.electron.framework   0x000000010f5a18f0 0x10f33e000 + 2504944
5   com.github.electron.framework   0x000000010f59be87 0x10f33e000 + 2481799
6   libsystem_pthread.dylib         0x00007fff92295aab _pthread_body + 180
7   libsystem_pthread.dylib         0x00007fff922959f7 _pthread_start + 286
8   libsystem_pthread.dylib         0x00007fff922951fd thread_start + 13

Thread 15 crashed with X86 Thread State (64-bit):
  rax: 0x000070000b9663a0  rbx: 0x0000000000000050  rcx: 0x000070000b9663d8  rdx: 0x000070000b9663a0
  rdi: 0x0000000000000050  rsi: 0x00007f9f5245aac8  rbp: 0x000070000b966360  rsp: 0x000070000b966350
   r8: 0x0000000000000048   r9: 0x0000000000000000  r10: 0x00007fff97cce2c0  r11: 0x00007f9f525182e0
  r12: 0x000070000b9663d8  r13: 0x000070000b9665b0  r14: 0x00007f9f5245aac8  r15: 0x000070000b9663a0
  rip: 0x000000010f4c756a  rfl: 0x0000000000010246  cr2: 0x0000000000000050

Logical CPU:     7
Error Code:      0x00000004
Trap Number:     14

Binary Images:
       0x10bfe2000 -        0x10bfe2ff7 +com.electron.react-native-debugger (0.5.6 - 0.5.6) <32397E1E-4249-3B36-99B2-C1B61154B991> /Applications/React Native Debugger.app/Contents/MacOS/React Native Debugger
       0x10bfe7000 -        0x10c001fff +com.github.Squirrel (1.0 - 1) <4C459C36-AFB6-3B8A-8FEC-76C192C17E30> /Applications/React Native Debugger.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
       0x10c026000 -        0x10c089ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/React Native Debugger.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa
       0x10c100000 -        0x10c114fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/React Native Debugger.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
       0x10c129000 -        0x10ce93ffb +libnode.dylib (0) <46B87F18-0CC2-38F4-9E4E-4D4D789EAF74> /Applications/React Native Debugger.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib
       0x10d3af000 -        0x10d5e6fe7 +libffmpeg.dylib (0) <04C1AE74-C50E-315A-AE5D-05FBDF91854A> /Applications/React Native Debugger.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib
       0x10d790000 -        0x10d7ceff7  com.apple.audio.midi.CoreMIDI (1.10 - 88) <05B584BA-1FEA-3D34-8ABB-7C8C37952CB0> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x10d7f6000 -        0x10d80fffb  libexpat.1.dylib (15) <617B8B7A-A0AB-37D6-AFCA-F90F7F14E455> /usr/lib/libexpat.1.dylib
       0x10f2b3000 -        0x10f2f0267  dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
       0x10f33e000 -        0x1127e6f87 +com.github.electron.framework (0) <59E1C0A3-0F6E-36E4-B081-29A616608BD6> /Applications/React Native Debugger.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
       0x11a603000 -        0x11ab51ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.22.25 - 10.2.2) <42D3E466-D8C0-36E7-98B7-EB798A078D4B> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x11ad66000 -        0x11adddff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.22.25 - 10.2.2) <84B4F9CC-4418-3880-885D-5017BD963E03> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff79307000 -     0x7fff794c6ffb  com.apple.avfoundation (2.0 - 1187.11.13) <0D0BB4A4-F987-381B-885E-88A81F50FD50> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff794c7000 -     0x7fff7956afff  com.apple.audio.AVFAudio (1.0 - ???) <E3CDC215-9272-3F94-8093-865CA181F728> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff79633000 -     0x7fff79633fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff79634000 -     0x7fff7964bffb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff7964c000 -     0x7fff79b65feb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff79b66000 -     0x7fff79cd6ff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff79cd7000 -     0x7fff79cebffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff79cec000 -     0x7fff7a0e2fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff7a0e3000 -     0x7fff7a0f9fff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff7a0fa000 -     0x7fff7a100fff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff7a101000 -     0x7fff7a115ff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff7a116000 -     0x7fff7a29dfe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff7a29e000 -     0x7fff7a350ffb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff7a351000 -     0x7fff7a351fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff7a611000 -     0x7fff7b3e2ff7  com.apple.AppKit (6.9 - 1504.76) <AF99A491-3175-362D-B313-074A3F87E49A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff7b3f4000 -     0x7fff7b3f4fff  com.apple.ApplicationServices (48 - 48) <A29F0B74-33C1-3062-B68D-12BC3881C399> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff7b3f5000 -     0x7fff7b463ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff7b4fd000 -     0x7fff7b62cfff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff7b62d000 -     0x7fff7b677fff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7b6d4000 -     0x7fff7b707ff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff7b773000 -     0x7fff7b81dff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff7b81e000 -     0x7fff7b86eff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff7b86f000 -     0x7fff7b87eff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff7b87f000 -     0x7fff7b8ccfff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7b8cd000 -     0x7fff7b908fff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff7b909000 -     0x7fff7b914ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff7b915000 -     0x7fff7bb25fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff7bb26000 -     0x7fff7bb26fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff7bc8f000 -     0x7fff7c062ff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff7c07c000 -     0x7fff7c07cfff  com.apple.Carbon (154 - 157) <E7179C37-54BF-3DAC-BD4A-ABCCBBDFDDAE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff7c07d000 -     0x7fff7c080fff  com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff7c081000 -     0x7fff7c389ff7  com.apple.HIToolbox (2.1.1 - 856.11) <11F1BAA6-547C-37CB-88DE-6C4B698AFF37> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff7c38a000 -     0x7fff7c38dff7  com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff7c38e000 -     0x7fff7c393fff  com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff7c394000 -     0x7fff7c42bff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff7c42c000 -     0x7fff7c446fff  com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff7c447000 -     0x7fff7c448ff3  com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff7c449000 -     0x7fff7c44bff7  com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff7c44c000 -     0x7fff7c452ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff7c531000 -     0x7fff7c531fff  com.apple.Cocoa (6.11 - 22) <6A3C97E3-3905-3767-978F-C2E4C3899CD2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff7c671000 -     0x7fff7c701ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff7c702000 -     0x7fff7c715fff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff7c716000 -     0x7fff7ca10feb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff7ca11000 -     0x7fff7ca9dfff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff7ca9e000 -     0x7fff7cf38fff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff7cf39000 -     0x7fff7d5bbfff  com.apple.CoreGraphics (2.0 - 1070.13) <C6E5A0EC-CEEE-3834-B37C-E5CF9EECDD52> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff7d5bc000 -     0x7fff7d7fefff  com.apple.CoreImage (12.2.0 - 451.2.6) <FA735717-BE82-397E-B0DC-71D83682D2F7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff7d866000 -     0x7fff7d916fff  com.apple.CoreMedia (1.0 - 1907.15.15) <B5B8C128-C1C2-3585-9B43-41141B2C6332> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff7d917000 -     0x7fff7d962fff  com.apple.CoreMediaIO (803.0 - 4928.1) <708A23DA-D49B-33B2-AF2D-957570E3B0DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff7d963000 -     0x7fff7d963fff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff7d964000 -     0x7fff7d9b5fff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff7d9b6000 -     0x7fff7dc91ff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff7dc92000 -     0x7fff7dcc5fff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff7dcc6000 -     0x7fff7dcceffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff7dccf000 -     0x7fff7de3bff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff7de3c000 -     0x7fff7deecfff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff7deed000 -     0x7fff7df4cfff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff7df4d000 -     0x7fff7dfbdfff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff7dfbe000 -     0x7fff7e004ff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff7e091000 -     0x7fff7e1ddff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff7e1de000 -     0x7fff7e213fff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff7e214000 -     0x7fff7e285ffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff7e384000 -     0x7fff7e389fff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff7e518000 -     0x7fff7e8bfff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff7e8eb000 -     0x7fff7e91cfff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff7e9dc000 -     0x7fff7ea7fffb  com.apple.Bluetooth (5.0.2 - 5.0.2f4) <D4B76B20-7777-39C9-8365-FC0C0DE17AB0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff7ea80000 -     0x7fff7eb15ff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff7eb16000 -     0x7fff7eb1cffb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7eb1d000 -     0x7fff7eb6dff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0F899C07-AA23-350E-8670-9090924D670D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff7eb6e000 -     0x7fff7ecc7fef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff7ecc8000 -     0x7fff7ecccfff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff7eccd000 -     0x7fff7edbdff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff7edbe000 -     0x7fff7ede1ffb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff7ede2000 -     0x7fff7ee09ff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff7ee0a000 -     0x7fff7ee0cff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff7ee0d000 -     0x7fff7ee66ff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7ef92000 -     0x7fff7fa35ff7  com.apple.JavaScriptCore (12602 - 12602.3.12.0.1) <098A6380-FB0A-3087-B252-8FD0CE99FBA3> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff7fa36000 -     0x7fff7fa4fff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff7fcdc000 -     0x7fff7fce2fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <1025DB59-18DE-39EA-9C04-35CE8D6103E5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff7fcf8000 -     0x7fff8024cfff  com.apple.MediaToolbox (1.0 - 1907.15.15) <22150DE7-8CD3-30DD-8C0F-3D06F865C186> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8024d000 -     0x7fff802a5fff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff80b79000 -     0x7fff80b81fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff80d56000 -     0x7fff80d5eff7  libcldcpuengine.dylib (2.8.5) <6AFCDCF5-7788-3EFC-B761-6C31DBF205A7> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff80f27000 -     0x7fff80f75ff3  com.apple.opencl (2.8.6 - 2.8.6) <85574B12-CEED-373A-808E-B4BC7907AC7A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff80f76000 -     0x7fff80f8fffb  com.apple.CFOpenDirectory (10.12 - 194) <292FCA26-B2E4-37F8-BC8C-8369ACD3345A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff80f90000 -     0x7fff80f9bff7  com.apple.OpenDirectory (10.12 - 194) <399F4633-97CE-3560-BB3C-1E30E9604878> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80f9c000 -     0x7fff80f9efff  libCVMSPluginSupport.dylib (13.0.10) <06D7F8EC-1D2B-38C2-B3FE-7D39185370BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff80f9f000 -     0x7fff80fa2ff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff80fa3000 -     0x7fff80fa6fff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff80fa7000 -     0x7fff80fafffb  libGFXShared.dylib (13.0.10) <0257924D-0226-306C-817B-6B624AD8C80F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff80fb0000 -     0x7fff80fbbfff  libGL.dylib (13.0.10) <9BDE83C8-D820-34AB-ADBB-89394EE706FB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff80fbc000 -     0x7fff80ff8fe7  libGLImage.dylib (13.0.10) <38CB2689-C869-31A4-BECB-2E4F91F1FD1C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff80ff9000 -     0x7fff8116fffb  libGLProgrammability.dylib (13.0.10) <96C3D0DF-73EB-3CEF-9527-03FA8C403546> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff81170000 -     0x7fff811b0ff3  libGLU.dylib (13.0.10) <0303130B-3A1D-37C3-BEA5-0A2154C842D3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff81b18000 -     0x7fff81b26fff  com.apple.opengl (13.0.10 - 13.0.10) <7F1E35F8-F0D1-389B-B8CC-E06E02714005> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff81b27000 -     0x7fff81ccdfff  GLEngine (13.0.10) <BCEDD508-5670-307C-ACC0-4B4740CE6D85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff81cce000 -     0x7fff81cf8ffb  GLRendererFloat (13.0.10) <91FFF901-0388-3FF0-B89B-9A0D2E992F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff81d91000 -     0x7fff81ed8fff  com.apple.QTKit (7.7.3 - 2978.3) <665AF577-900D-349E-B1C5-D5BDD70DB481> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff81ed9000 -     0x7fff82143ff7  com.apple.imageKit (3.0 - 1021) <5D77D4A4-F844-376B-93AA-F9CB55C719AE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff82144000 -     0x7fff82208fff  com.apple.PDFKit (1.0 - 1) <C1F429E3-1DCE-3F53-B189-19ED7F413D57> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff82209000 -     0x7fff8272ffff  com.apple.QuartzComposer (5.1 - 351.1) <A13FD5C2-36D1-3B92-88E6-AB4CAF733907> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff82730000 -     0x7fff82753ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <8A8ED06E-3A07-312A-A976-982C51159A45> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff82754000 -     0x7fff82841fff  com.apple.QuickLookUIFramework (5.0 - 720.5) <85A0BF0F-94B1-33CD-A3DC-4048380A3258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff82842000 -     0x7fff82842fff  com.apple.quartzframework (1.5 - 21) <DA6924FE-3D6C-3CCE-9CB6-188B6B1671DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff82843000 -     0x7fff82a3eff7  com.apple.QuartzCore (1.11 - 449.41.15) <32D80183-DCE4-34A7-AA46-DD1DE0DAA859> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82a3f000 -     0x7fff82a94fff  com.apple.QuickLookFramework (5.0 - 720.5) <9E76504A-B17B-3302-82DF-9CE1CB31CAC3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff82a95000 -     0x7fff82aa8ff7  com.apple.SafariServices.framework (12602 - 12602.3.12.0.1) <B6EEDF8F-56BF-3E9D-A615-175E03E6A547> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff82fa4000 -     0x7fff832c3fff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff832c4000 -     0x7fff8333aff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff83364000 -     0x7fff83367ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff836ee000 -     0x7fff8375fff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff83760000 -     0x7fff83b0dfff  com.apple.VideoToolbox (1.0 - 1907.15.15) <685B6CCD-3027-3D0F-8B31-2388A3CE1BDC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff85d98000 -     0x7fff85db3ff3  com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff85db4000 -     0x7fff85dc1ff3  com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff85dc2000 -     0x7fff85de4ffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff85de5000 -     0x7fff85df4fdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff85ee5000 -     0x7fff85f7097f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff85fa9000 -     0x7fff85facff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff85fad000 -     0x7fff85ffffff  com.apple.AppleVAFramework (5.0.34 - 5.0.34) <DADC6087-9B6D-3267-83BB-5DCF4A09B2E4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff86395000 -     0x7fff86413fff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff87099000 -     0x7fff870c0ffb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff879e9000 -     0x7fff879f2ffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff87b76000 -     0x7fff87f53fe7  com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff87f54000 -     0x7fff87f84fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff88112000 -     0x7fff88122fff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff881d7000 -     0x7fff881edff3  com.apple.CoreMediaAuthoring (2.2 - 955) <3E1E33F1-B4FF-320E-B336-7E7F74D73642> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff881f4000 -     0x7fff88284ffb  com.apple.CorePDF (4.0 - 4) <254118BE-2E30-3772-B425-6328D1487162> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff88405000 -     0x7fff88435ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff886c5000 -     0x7fff8874ffff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff88750000 -     0x7fff8888efd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8888f000 -     0x7fff8893fff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8898f000 -     0x7fff889f4ff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff889f5000 -     0x7fff88a02ff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff88a74000 -     0x7fff88a7eff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff88ab4000 -     0x7fff88b2bff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff88b68000 -     0x7fff88ba7fff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff88ba8000 -     0x7fff88cb9fff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff88df9000 -     0x7fff88e03ff7  com.apple.DisplayServicesFW (3.1 - 380) <0A48A624-F5E7-3C29-8958-12219060F663> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff88f9d000 -     0x7fff893ceff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8a723000 -     0x7fff8a723fff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8a730000 -     0x7fff8a73bff3  libGPUSupportMercury.dylib (13.0.10) <99773A80-8B47-33F7-9406-96DC530FB586> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8a9ef000 -     0x7fff8aa0bff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8b109000 -     0x7fff8b17ffff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8b180000 -     0x7fff8b191fff  com.apple.HelpData (2.1.10 - 100) <BD5AC3F0-9619-3D1C-B96D-6BFCAD1C0245> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8b7a2000 -     0x7fff8b7a9ffb  com.apple.IOAccelerator (289.27 - 289.27) <61C7765B-EE2E-36E1-B51C-FFA13A657711> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8b7ab000 -     0x7fff8b7bfff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff8b7c0000 -     0x7fff8b7e2fff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8b87e000 -     0x7fff8b88eff3  com.apple.IntlPreferences (2.0 - 216) <589A5D92-6809-3F3C-900E-DBC60A07A101> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff8b8c5000 -     0x7fff8ba7bfff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8c0d5000 -     0x7fff8c0d8fff  com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8c33f000 -     0x7fff8c3b8ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff8c51e000 -     0x7fff8c529ff3  com.apple.MobileKeyBag (2.0 - 1.0) <8A7EEA75-8334-3FB5-A83B-F0ECB87952B2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff8c53a000 -     0x7fff8c562fff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <BA3D9226-2672-3039-A105-C2639A7E22F2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8c611000 -     0x7fff8c61bfff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8ce97000 -     0x7fff8ced8ff7  com.apple.PerformanceAnalysis (1.145 - 145) <2D5D4A56-5F67-3BBB-9AAC-95FAC199877C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8d57b000 -     0x7fff8d595fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8d596000 -     0x7fff8d5a6ffb  com.apple.QuickLookThumbnailing (1.0 - 1) <1A91596D-0A8D-3B7A-ACF5-783A78E9723E> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff8d5af000 -     0x7fff8d5d2ff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8e23e000 -     0x7fff8e241fff  com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8e2d0000 -     0x7fff8e34dff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8e34e000 -     0x7fff8e36dff7  com.apple.shortcut (2.16 - 98) <A7D38F28-73EB-3DF5-AE77-A95E4CB60DB9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8e36e000 -     0x7fff8e5cdfe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff8e7ae000 -     0x7fff8e7baff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8eea3000 -     0x7fff8ef0fff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8f309000 -     0x7fff8f30fff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8f39e000 -     0x7fff8f566ff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff8f5da000 -     0x7fff8f5dbfff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8f5dc000 -     0x7fff8f76cff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff901c8000 -     0x7fff9028bff7  com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff906b5000 -     0x7fff906bbfff  com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff9078c000 -     0x7fff9078effb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff907e3000 -     0x7fff907feff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fff907ff000 -     0x7fff9080afff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fff9089c000 -     0x7fff9089dff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff9089e000 -     0x7fff90ab1fff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fff90acd000 -     0x7fff90ad4fff  libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
    0x7fff90ad5000 -     0x7fff90ad5fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff90ad6000 -     0x7fff90adaff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fff90adb000 -     0x7fff90adcff3  libSystem.B.dylib (1238) <FF55E335-37C3-3567-9415-A3A1473775F5> /usr/lib/libSystem.B.dylib
    0x7fff90b48000 -     0x7fff90b73ffb  libarchive.2.dylib (41.30.3) <19B93FE5-4386-38C8-963F-7DBDAB96FEBA> /usr/lib/libarchive.2.dylib
    0x7fff90b74000 -     0x7fff90bf0fc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fff90bf4000 -     0x7fff90bf4ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fff90bf5000 -     0x7fff90c05ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff90c06000 -     0x7fff90c14ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fff90c15000 -     0x7fff90c6bff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fff90c6c000 -     0x7fff90c96fff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fff90c97000 -     0x7fff90ca7ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff90ca8000 -     0x7fff90cbdfc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fff90cbe000 -     0x7fff90cbeff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fff90cbf000 -     0x7fff90cc0ff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff90d7a000 -     0x7fff90e5fff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff90ffd000 -     0x7fff91050ff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fff910a2000 -     0x7fff910a9ff3  libdscsym.dylib (145.1) <E121E3BC-D2B7-37C3-86A8-5DFC3ECF94D6> /usr/lib/libdscsym.dylib
    0x7fff910cb000 -     0x7fff910cbfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff910db000 -     0x7fff910e0ff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fff910e1000 -     0x7fff911d3ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff911d4000 -     0x7fff913f9ffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fff913ff000 -     0x7fff91400fff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fff91401000 -     0x7fff9141affb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff9141b000 -     0x7fff91431ff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fff91432000 -     0x7fff916d9ff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fff9170c000 -     0x7fff91785ff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fff91786000 -     0x7fff91b56d97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fff91b59000 -     0x7fff91b5dfff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff91b5e000 -     0x7fff91b8eff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fff91bac000 -     0x7fff91bc8ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff91bc9000 -     0x7fff91c02fff  libsandbox.1.dylib (592.31.1) <F87604AB-C47D-327D-B56A-54600C26B3B6> /usr/lib/libsandbox.1.dylib
    0x7fff91c16000 -     0x7fff91c17ff3  libspindump.dylib (230.3) <59FAC445-F8FB-3881-A69A-FD0E98100E19> /usr/lib/libspindump.dylib
    0x7fff91c18000 -     0x7fff91d60fe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fff91e55000 -     0x7fff91e62fff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fff91e66000 -     0x7fff91f55ffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fff91f56000 -     0x7fff91f7ffff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fff91f80000 -     0x7fff91f91ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff91fa0000 -     0x7fff91fa4ff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fff91fa5000 -     0x7fff91fb0ff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91fb1000 -     0x7fff91fb8fff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fff91fb9000 -     0x7fff91fc1fff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fff91fc2000 -     0x7fff92045fdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fff92046000 -     0x7fff92078fff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fff92079000 -     0x7fff9207eff3  libdyld.dylib (421.2) <E5A2414F-2480-3BB2-BE94-176119A80876> /usr/lib/system/libdyld.dylib
    0x7fff9207f000 -     0x7fff9207fffb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fff92080000 -     0x7fff9208cffb  libkxld.dylib (3789.31.2) <524D7C3D-73EB-3F62-ADB1-9DFBACB95924> /usr/lib/system/libkxld.dylib
    0x7fff9208d000 -     0x7fff9208dfff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fff9208e000 -     0x7fff92093fff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fff92094000 -     0x7fff92096ff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fff92097000 -     0x7fff92098ffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fff92099000 -     0x7fff920b1ff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fff920b2000 -     0x7fff920b2ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fff920b3000 -     0x7fff92140fef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fff92141000 -     0x7fff92144ffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fff92145000 -     0x7fff92148fff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff92149000 -     0x7fff92161ff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fff92162000 -     0x7fff92168fff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff92169000 -     0x7fff92192ff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fff92193000 -     0x7fff921b5ff7  libsystem_kernel.dylib (3789.31.2) <FCEEBBD4-DF66-34D8-A32F-4F8C8E814E40> /usr/lib/system/libsystem_kernel.dylib
    0x7fff921b6000 -     0x7fff921fdfe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fff921fe000 -     0x7fff9221cff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fff9221d000 -     0x7fff92274ffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fff92275000 -     0x7fff9227eff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff9227f000 -     0x7fff92288ff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fff92289000 -     0x7fff92291fe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fff92292000 -     0x7fff9229cff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9229d000 -     0x7fff922a0ff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff922a1000 -     0x7fff922a2fff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fff922a3000 -     0x7fff922aafff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff922ab000 -     0x7fff922cbff7  libsystem_trace.dylib (518.30.7) <5BD4ECD4-75CA-38EA-AF5C-B481C15955F8> /usr/lib/system/libsystem_trace.dylib
    0x7fff922cc000 -     0x7fff922d1ffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fff922d2000 -     0x7fff922fbff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=369.0M resident=0K(0%) swapped_out_or_unallocated=369.0M(100%)
Writable regions: Total=399.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=399.1M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                 2476K        5 
CG image                           736K       10 
CoreAnimation                      144K        8 
CoreUI image data                 1692K       16 
CoreUI image file                  328K        6 
Dispatch continuations            16.0M        2 
Foundation                           4K        2 
IOKit                             7940K        2 
Kernel Alloc Once                    8K        2 
MALLOC                           110.8M       49 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 251                      16K        2 
Memory Tag 255                   532.3M       48 
STACK GUARD                       56.1M       31 
Stack                            217.3M       32 
Stack Guard                          4K        2 
VM_ALLOCATE                       18.1M       24 
__DATA                            31.2M      260 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       124.2M       14 
__TEXT                           244.8M      261 
__UNICODE                          556K        2 
mapped file                       81.6M       24 
shared memory                     16.4M       17 
===========                     =======  ======= 
TOTAL                              1.4G      812 

Model: MacBookPro11,2, BootROM MBP112.0138.B18, 4 processors, Intel Core i7, 2,2 GHz, 16 GB, SMC 2.18f15
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.171.68.1a4)
Bluetooth: Version 5.0.2f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Beats Studio Wireless
USB Device: USB 2.0 Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
jhen0409 commented 7 years ago

Maybe we can try inspect the app window (Close opened devtools) instead of inspect the devtools window (https://github.com/jhen0409/react-native-debugger/issues/36#issuecomment-279786123)?

2017-02-15 10 36 18

Just want to confirm that if the problem is devtools of Electron.

Also, I can pre-release the app base on electron@beta (it upgraded Chrome 56, currently RNDebugger is 53) if no one wants to try development mode.

csyo commented 7 years ago

I somehow manage to figure out how to prevent freezing. It seems to happen when I added "sourceMaps": true in my .babelrc. After I remove that line and restart packager, it all go well again.

Test this on a few machines running into the same problem and they all work.

Hope this information can be helpful for others who suffering from this...

Aleksion commented 7 years ago

@csyo - That probably would explain it. The only times I've seen the issue in Chrome, it had to due with big sourcemaps. But wouldn't this disable the ability to properly debug? (I'll try it myself next I'm on a computer. I'll try development mode as well)

jhen0409 commented 7 years ago

@csyo thanks for the information, it does freezes the devtools for me, but I can toggle the devtools to restore it. It may unnecessary because react-native comes with source maps?

I just pre-released v0.6.0-beta1, looks like it works fine, hope anyone could try it. @Aleksion @vikeri @Lxxyx

Lxxyx commented 7 years ago

@jhen0409 I had try v0.6.0-beta1 and it works fine. Thanks you~

Aleksion commented 7 years ago

Both updating and removing sourcemaps (either) seems to work. Good job @jhen0409 !

jhen0409 commented 7 years ago

v0.6.0 is released. :)