qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

Crash on check for update #667

Open tomarrell opened 6 years ago

tomarrell commented 6 years ago

Crashed directly after attempting a check for update. Running VimR v0.24.0

Path:                  /Applications/VimR.app/Contents/MacOS/VimR
Identifier:            com.qvacua.VimR
Version:               0.24.0 (282)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           VimR [5307]
User ID:               501

Date/Time:             2018-07-25 12:00:45.769 +1200
OS Version:            Mac OS X 10.12.6 (16G1212)
Report Version:        12
Anonymous UUID:        6DBDEB4B-1E8C-19F9-236A-21713A5B1FB0

Sleep/Wake UUID:       4DBC5D90-62EF-4AF7-AD09-3E3CB790C096

Time Awake Since Boot: 650000 seconds
Time Since Wake:       7000 seconds

System Integrity Protection: disabled

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

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]

Application Specific Information:
Crashing on exception: -[NSThemeFrame(0x7fa49686bb50) lockFocus] failed with window=0x6000001fcc00, windowNumber=-1, [self isHiddenOrHasHiddenAncestor]=0

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fffd3d432cb __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fffe8b5e48d objc_exception_throw + 48
2   CoreFoundation                      0x00007fffd3d48042 +[NSException raise:format:arguments:] + 98
3   Foundation                          0x00007fffd5790be0 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4   AppKit                              0x00007fffd1906089 -[NSView lockFocus] + 247
5   AppKit                              0x00007fffd19041cb -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 1159
6   AppKit                              0x00007fffd18fffca -[NSView displayIfNeeded] + 1748
7   AppKit                              0x00007fffd18ff8db -[NSWindow displayIfNeeded] + 230
8   AppKit                              0x00007fffd205fcb4 ___NSWindowGetDisplayCycleObserver_block_invoke.6228 + 277
9   AppKit                              0x00007fffd18ff3b9 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 454
10  QuartzCore                          0x00007fffd97e8cc6 _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 46
11  QuartzCore                          0x00007fffd98f28ac _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 160
12  QuartzCore                          0x00007fffd97e77a1 _ZN2CA11Transaction6commitEv + 475
13  AppKit                              0x00007fffd1be28b1 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 323
14  CoreFoundation                      0x00007fffd3cd8d37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
15  CoreFoundation                      0x00007fffd3cd8ca7 __CFRunLoopDoObservers + 391
16  CoreFoundation                      0x00007fffd3cb96d9 __CFRunLoopRun + 873
17  CoreFoundation                      0x00007fffd3cb9114 CFRunLoopRunSpecific + 420
18  HIToolbox                           0x00007fffd3219ebc RunCurrentEventLoopInMode + 240
19  HIToolbox                           0x00007fffd3219cf1 ReceiveNextEventCommon + 432
20  HIToolbox                           0x00007fffd3219b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
21  AppKit                              0x00007fffd17b0a54 _DPSNextEvent + 1120
22  AppKit                              0x00007fffd1f2c7ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
23  AppKit                              0x00007fffd17a53db -[NSApplication run] + 926
24  AppKit                              0x00007fffd176fe0e NSApplicationMain + 1237
25  VimR                                0x0000000100ef3779 main + 9
26  libdyld.dylib                       0x00007fffe9444235 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.AppKit                0x00007fffd1b0f44e -[NSApplication _crashOnException:] + 109
1   com.apple.AppKit                0x00007fffd1be2a32 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 708
2   com.apple.CoreFoundation        0x00007fffd3cd8d37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
3   com.apple.CoreFoundation        0x00007fffd3cd8ca7 __CFRunLoopDoObservers + 391
4   com.apple.CoreFoundation        0x00007fffd3cb96d9 __CFRunLoopRun + 873
5   com.apple.CoreFoundation        0x00007fffd3cb9114 CFRunLoopRunSpecific + 420
6   com.apple.HIToolbox             0x00007fffd3219ebc RunCurrentEventLoopInMode + 240
7   com.apple.HIToolbox             0x00007fffd3219cf1 ReceiveNextEventCommon + 432
8   com.apple.HIToolbox             0x00007fffd3219b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
9   com.apple.AppKit                0x00007fffd17b0a54 _DPSNextEvent + 1120
10  com.apple.AppKit                0x00007fffd1f2c7ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
11  com.apple.AppKit                0x00007fffd17a53db -[NSApplication run] + 926
12  com.apple.AppKit                0x00007fffd176fe0e NSApplicationMain + 1237
13  com.qvacua.VimR                 0x0000000100ef3779 main + 9
14  libdyld.dylib                   0x00007fffe9444235 start + 1

Thread 1:: Dispatch queue: com.apple.root.background-qos
0   libsystem_kernel.dylib          0x00007fffe95720c2 __accept + 10
1   pl.kolakowski.SwifterMac        0x00000001016f2f47 _T07Swifter12HttpServerIOC5startys6UInt16V_Sb9forceIPv48Dispatch0I3QoSV0J6SClassO8prioritytKFyycfU_ + 647
2   pl.kolakowski.SwifterMac        0x00000001016f5131 _T07Swifter12HttpServerIOC5startys6UInt16V_Sb9forceIPv48Dispatch0I3QoSV0J6SClassO8prioritytKFyycfU_TA + 17
3   pl.kolakowski.SwifterMac        0x00000001016f33a0 _T0Ieg_IeyB_TR + 32
4   libdispatch.dylib               0x00007fffe9417524 _dispatch_call_block_and_release + 12
5   libdispatch.dylib               0x00007fffe940e8fc _dispatch_client_callout + 8
6   libdispatch.dylib               0x00007fffe941086e _dispatch_root_queue_drain + 917
7   libdispatch.dylib               0x00007fffe941048c _dispatch_worker_thread3 + 99
8   libsystem_pthread.dylib         0x00007fffe965d5a2 _pthread_wqthread + 1299
9   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 2:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fffe956b34a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fffe956a797 mach_msg + 55
2   com.apple.SkyLight              0x00007fffe5945252 CGSSnarfAndDispatchDatagrams + 180
3   com.apple.SkyLight              0x00007fffe57bca7b SLSGetNextEventRecordInternal + 84
4   com.apple.SkyLight              0x00007fffe589025a SLEventCreateNextEvent + 50
5   com.apple.HIToolbox             0x00007fffd3223bed PullEventsFromWindowServerOnConnection(unsigned int, unsigned char, __CFMachPortBoost*) + 102
6   com.apple.HIToolbox             0x00007fffd3223b59 MessageHandler(__CFMachPort*, void*, long, void*) + 51
7   com.apple.CoreFoundation        0x00007fffd3cc21ed __CFMachPortPerform + 253
8   com.apple.CoreFoundation        0x00007fffd3cc20d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
9   com.apple.CoreFoundation        0x00007fffd3cc2051 __CFRunLoopDoSource1 + 465
10  com.apple.CoreFoundation        0x00007fffd3cb9cc5 __CFRunLoopRun + 2389
11  com.apple.CoreFoundation        0x00007fffd3cb9114 CFRunLoopRunSpecific + 420
12  com.apple.AppKit                0x00007fffd18fdf02 _NSEventThread + 205
13  libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
14  libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
15  libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fffe9572bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fffe965e7fa _pthread_cond_wait + 712
2   libc++.1.dylib                  0x00007fffe7fdc4cd std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3   com.apple.JavaScriptCore        0x00007fffd6cc743c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
4   com.apple.JavaScriptCore        0x00007fffd6cc73bb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 155
5   com.apple.JavaScriptCore        0x00007fffd6cc728d bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*) + 29
6   com.apple.JavaScriptCore        0x00007fffd6cc753d void* std::__1::__thread_proxy<std::__1::tuple<void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 93
7   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
8   libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
9   libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fffe956b34a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fffe956a797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fffd3cba434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fffd3cb98c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fffd3cb9114 CFRunLoopRunSpecific + 420
5   com.apple.CFNetwork             0x00007fffd2df5344 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6   com.apple.Foundation            0x00007fffd56dc8ad __NSThread__start__ + 1243
7   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
8   libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
9   libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 5:: com.apple.coreanimation.render-server
0   libsystem_kernel.dylib          0x00007fffe956b34a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fffe956a797 mach_msg + 55
2   com.apple.QuartzCore            0x00007fffd989dbc4 CA::Render::Server::server_thread(void*) + 272
3   com.apple.QuartzCore            0x00007fffd994e39b thread_fun + 25
4   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
5   libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
6   libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 6:: RxMessagePort.RxMessagePortServer
0   libsystem_kernel.dylib          0x00007fffe956b34a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fffe956a797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fffd3cba434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fffd3cb98c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fffd3cb9114 CFRunLoopRunSpecific + 420
5   com.apple.CoreFoundation        0x00007fffd3cf8b91 CFRunLoopRun + 97
6   com.qvacua.RxMessagePort        0x00000001015b8308 _T013RxMessagePort0abC6ServerC3run0A5Swift17PrimitiveSequenceVyAE16CompletableTraitOs5NeverOGSS2as_tFAE10Disposable_pyAE0I5EventOccfU_yycfU_yypSgcfU0_TA + 88
7   com.qvacua.RxMessagePort        0x00000001015b76fb _T0ypSgIegi_yXlSgIeyBy_TR + 107
8   com.apple.Foundation            0x00007fffd56dc8ad __NSThread__start__ + 1243
9   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
10  libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
11  libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 7:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fffe9572eb6 __select + 10
1   com.apple.CoreFoundation        0x00007fffd3cf566a __CFSocketManager + 682
2   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
3   libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
4   libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 8:: com.qvacua.RxMsgpackRpc.UnixDomainSocket
0   libsystem_kernel.dylib          0x00007fffe956b34a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fffe956a797 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fffd3cba434 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fffd3cb98c1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation        0x00007fffd3cb9114 CFRunLoopRunSpecific + 420
5   com.apple.CoreFoundation        0x00007fffd3cf8b91 CFRunLoopRun + 97
6   com.apple.Foundation            0x00007fffd56dc8ad __NSThread__start__ + 1243
7   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
8   libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
9   libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 13:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x00007fffe9572f46 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fffe94f9b72 nanosleep + 199
2   libsystem_c.dylib               0x00007fffe94f9a66 usleep + 54
3   com.apple.AppKit                0x00007fffd1a7aaf6 -[NSUIHeartBeat _heartBeatThread:] + 2696
4   com.apple.Foundation            0x00007fffd56dc8ad __NSThread__start__ + 1243
5   libsystem_pthread.dylib         0x00007fffe965d93b _pthread_body + 180
6   libsystem_pthread.dylib         0x00007fffe965d887 _pthread_start + 286
7   libsystem_pthread.dylib         0x00007fffe965d08d thread_start + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d48e _pthread_wqthread + 1023
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fffe957344e __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fffe965d621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib         0x00007fffe965d07d start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fa48d312000  rbx: 0x0000608009853e30  rcx: 0x0000000000000001  rdx: 0x0000000000000000
  rdi: 0x0000600000677740  rsi: 0x0000000000000ab2  rbp: 0x00007fff5ed0e490  rsp: 0x00007fff5ed0e480
   r8: 0x0000000008000100   r9: 0x0000000000000000  r10: 0x00007fffeece7190  r11: 0xfffffffffff31fff
  r12: 0x00007fffd23da00c  r13: 0x95fa7233671f0061  r14: 0x00007fffe8b50040  r15: 0x000060000012d3e0
  rip: 0x00007fffd1b0f44e  rfl: 0x0000000000010202  cr2: 0x00007f20a3011b00

Logical CPU:     2
Error Code:      0x00000000
Trap Number:     6

Binary Images:
       0x100ef0000 -        0x10103fff7 +com.qvacua.VimR (0.24.0 - 282) <C4114A86-BEB8-3CBE-9378-F105C0AF2FD9> /Applications/VimR.app/Contents/MacOS/VimR
       0x10119f000 -        0x1011befff +us.pandamonia.MessagePack (1.0 - 1) <B9CB0245-82EB-308B-88CA-09B93E87043D> /Applications/VimR.app/Contents/Frameworks/MessagePack.framework/Versions/A/MessagePack
       0x1011e9000 -        0x1011f7fff +com.qvacua.RxMsgpackRpc (1.0 - 1) <F24440F3-55FC-3588-870B-CE1F24DC4E32> /Applications/VimR.app/Contents/Frameworks/RxMsgpackRpc.framework/Versions/A/RxMsgpackRpc
       0x101216000 -        0x10121ffff +Eonil.EonilFileSystemEvents (1.0.0 - 1) <A074CD12-F530-39D4-B6A9-15727428F5AD> /Applications/VimR.app/Contents/Frameworks/EonilFileSystemEvents.framework/Versions/A/EonilFileSystemEvents
       0x10123b000 -        0x101244ff7 +com.PureLayout.PureLayout (3.0.2 - 1) <0C89F616-61DF-3DD8-A702-C2CA0472D4B6> /Applications/VimR.app/Contents/Frameworks/PureLayout.framework/Versions/A/PureLayout
       0x101259000 -        0x101290ff7 +com.indragie.CocoaMarkdown (1.0 - 1) <AC2A54A4-A33D-3181-93CB-25E7CB9BCEC6> /Applications/VimR.app/Contents/Frameworks/CocoaMarkdown.framework/Versions/A/CocoaMarkdown
       0x1012c7000 -        0x1012f1ff7 +com.qvacua.CocoaFontAwesome (1.0 - 1) <4CFBF296-9434-343C-A78B-D5AFAA924596> /Applications/VimR.app/Contents/Frameworks/CocoaFontAwesome.framework/Versions/A/CocoaFontAwesome
       0x10130c000 -        0x1013f3fff +io.rx.RxSwift (4.1.2 - 1) <23FD9206-0B23-37C7-AD3C-51FF0542990C> /Applications/VimR.app/Contents/Frameworks/RxSwift.framework/Versions/A/RxSwift
       0x1015b4000 -        0x1015bcfff +com.qvacua.RxMessagePort (1.0 - 1) <BA4972A8-F03D-3BED-BD44-0EDF877E1877> /Applications/VimR.app/Contents/Frameworks/RxMessagePort.framework/Versions/A/RxMessagePort
       0x1015d6000 -        0x10161fff7 +org.sparkle-project.Sparkle (1.19.0 - 1.19.0) <A3DB60F5-B57A-34F5-B44D-2DE81C6D935D> /Applications/VimR.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10166e000 -        0x101719ff7 +pl.kolakowski.SwifterMac (1.4.0 - 1.4.1) <360F3655-4469-3E04-A3D5-36604D24FF67> /Applications/VimR.app/Contents/Frameworks/Swifter.framework/Versions/A/Swifter
       0x101798000 -        0x1017f2ff7 +io.rx.RxCocoa (4.1.2 - 1) <02E1861F-F163-3884-8E05-3DDF432FEC87> /Applications/VimR.app/Contents/Frameworks/RxCocoa.framework/Versions/A/RxCocoa
       0x1018af000 -        0x101909ff7 +com.qvacua.NvimView (0.24.0 - 282) <11A63FBA-2FA0-3A5C-AC4F-76075F0619DB> /Applications/VimR.app/Contents/Frameworks/NvimView.framework/Versions/A/NvimView
       0x101994000 -        0x1019a6fff +libswiftAppKit.dylib (4.1.2 - 902.0.54) <AC109545-DBCB-3C56-8B89-8AF52D86A56B> /Applications/VimR.app/Contents/Frameworks/libswiftAppKit.dylib
       0x1019bd000 -        0x101d10ff7 +libswiftCore.dylib (4.1.2 - 902.0.54) <F318B448-C59C-3FE4-A2F5-28807B333CDE> /Applications/VimR.app/Contents/Frameworks/libswiftCore.dylib
       0x101fbf000 -        0x101fc8fff +libswiftCoreData.dylib (4.1.2 - 902.0.54) <CDB72D6F-F272-3028-8033-99D7589452E1> /Applications/VimR.app/Contents/Frameworks/libswiftCoreData.dylib
       0x101fd7000 -        0x101fdafff +libswiftCoreFoundation.dylib (4.1.2 - 902.0.54) <B4751639-D527-3851-B923-10FE0A7F7E10> /Applications/VimR.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x101fe1000 -        0x101ff3fff +libswiftCoreGraphics.dylib (4.1.2 - 902.0.54) <A37BDDBC-C0A5-32A1-BF50-104280CD59F9> /Applications/VimR.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x102011000 -        0x102016ffe +libswiftCoreImage.dylib (4.1.2 - 902.0.54) <417A17C2-AF0D-39E9-801F-F4FE2776FAAD> /Applications/VimR.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x102020000 -        0x102027ff7 +libswiftDarwin.dylib (4.1.2 - 902.0.54) <F691AB87-664D-3032-8DFC-7B43F153430D> /Applications/VimR.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10203a000 -        0x102054ff7 +libswiftDispatch.dylib (4.1.2 - 902.0.54) <983D3A77-6B82-34EF-A911-85FCD411A20D> /Applications/VimR.app/Contents/Frameworks/libswiftDispatch.dylib
       0x102085000 -        0x1021f9ff7 +libswiftFoundation.dylib (4.1.2 - 902.0.54) <3E95BEE7-7BA5-3073-9EB8-FD8BD3FC5C59> /Applications/VimR.app/Contents/Frameworks/libswiftFoundation.dylib
       0x102343000 -        0x102346ff7 +libswiftIOKit.dylib (4.1.2 - 902.0.54) <DCCC358D-C25E-3D62-99F4-D30E103FD262> /Applications/VimR.app/Contents/Frameworks/libswiftIOKit.dylib
       0x102350000 -        0x102358fff +libswiftMetal.dylib (4.1.2 - 902.0.54) <6E7F41BB-813E-3B91-9416-11E462538D05> /Applications/VimR.app/Contents/Frameworks/libswiftMetal.dylib
       0x102367000 -        0x10236dfff +libswiftObjectiveC.dylib (4.1.2 - 902.0.54) <A357C008-2D9C-3F5A-BC78-9A016E1CF3EF> /Applications/VimR.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x102378000 -        0x10237ffff +libswiftQuartzCore.dylib (4.1.2 - 902.0.54) <FA9BA6D8-C0AB-3CE0-B1EF-41CA51D49083> /Applications/VimR.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x10238c000 -        0x10238ffff +libswiftXPC.dylib (4.1.2 - 902.0.54) <7D80DFCA-CAC4-390C-908A-7E620BF8ED20> /Applications/VimR.app/Contents/Frameworks/libswiftXPC.dylib
       0x10239b000 -        0x1023a0ff7 +libswiftos.dylib (4.1.2 - 902.0.54) <C66A0480-DF9B-35A5-989B-5A7CB4CBEA0B> /Applications/VimR.app/Contents/Frameworks/libswiftos.dylib
       0x1023ab000 -        0x1023d9fff +com.qvacua.RxNeovimApi (v0.3.0 - 1) <513B1628-F2EF-3C2D-AEAC-55257A500602> /Applications/VimR.app/Contents/Frameworks/RxNeovimApi.framework/Versions/A/RxNeovimApi
       0x105dc0000 -        0x105f66fff  GLEngine (14.0.16) <E8C60E20-6414-32B2-8964-41882943D9C1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x105fa5000 -        0x106500ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.25.19 - 10.2.5) <0A79FC72-47E5-3546-813C-05610FCABD9F> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x106713000 -        0x10673dfff  GLRendererFloat (14.0.16) <32A016EE-63CF-3D07-9BAB-C4EB3E8E479D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x106747000 -        0x1067bfff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.25.19 - 10.2.5) <4779D135-8ECC-3B1D-88EB-E2334696DA43> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x107d2f000 -        0x107d46ff3  com.apple.SafariServices.framework (12605 - 12605.3.8.1) <D5A8F72C-4786-33B6-B124-BE98EFE8DEB9> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x108290000 -        0x108294fff  libFontRegistryUI.dylib (196.4) <4EEE5715-A024-3A4B-BF0E-D55325B8E129> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x1085c2000 -        0x1085ffdc7  dyld (433.5) <93EA668C-4BB2-3646-96E9-B406B81308D6> /usr/lib/dyld
       0x108acc000 -        0x108b2dffb  com.apple.xquery (1.3.1 - 30) <05E1A892-FA8D-378C-8C6B-A9376A74EB00> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x108b69000 -        0x108ba9ff3  libpcre.0.dylib (9) <B3E07AF3-5DF9-3BBD-9ADD-A697B433BA36> /usr/lib/libpcre.0.dylib
    0x7fffce8e1000 -     0x7fffcec26ff7  com.apple.RawCamera.bundle (7.04 - 914) <86A67D11-9791-3CE6-9FF5-3387C0AB925B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fffd045d000 -     0x7fffd061efff  com.apple.avfoundation (2.0 - 1187.36) <2F390EAD-07BB-3788-9E73-13104C2E04CD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fffd061f000 -     0x7fffd06c1ff7  com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fffd078c000 -     0x7fffd078cfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffd078d000 -     0x7fffd07a4ffb  libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffd07a5000 -     0x7fffd0cbefeb  com.apple.vImage (8.1 - ???) <B58A7937-BEE2-38FE-87F4-5D5F40D31DC9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffd0cbf000 -     0x7fffd0e30ff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffd0e31000 -     0x7fffd0e45ffb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffd0e46000 -     0x7fffd123cfef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffd123d000 -     0x7fffd1253fff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffd1254000 -     0x7fffd125afff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffd125b000 -     0x7fffd126fff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffd1270000 -     0x7fffd13f7fe7  libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffd13f8000 -     0x7fffd14aafff  libvMisc.dylib (600.60.1) <E18365D7-DCC4-3304-A8D1-395E656D7B99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffd14ab000 -     0x7fffd14abfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffd14ac000 -     0x7fffd14e9ffb  com.apple.Accounts (113 - 113) <8550BD08-7D05-3AC4-A0CC-B67ECB2DE950> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fffd14ea000 -     0x7fffd1769ff7  com.apple.AddressBook.framework (10.0 - 1756.20) <E512B69B-8DBE-3085-95BE-750B8EFC97FD> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fffd176a000 -     0x7fffd2543ff3  com.apple.AppKit (6.9 - 1504.83.101) <9BE62551-6557-3E49-9894-6917D403E8F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffd2555000 -     0x7fffd2555fff  com.apple.ApplicationServices (48 - 48) <DA687F9A-7B2D-342B-8796-16E45344F853> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffd2556000 -     0x7fffd25c4ff7  com.apple.ApplicationServices.ATS (377 - 422.3) <73C230CF-3213-3DCA-B528-664FEC76A90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffd265e000 -     0x7fffd278dfff  libFontParser.dylib (194.13) <BE507D17-17D0-37E8-A317-6921118BD283> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffd278e000 -     0x7fffd27d8fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffd2835000 -     0x7fffd2868fff  libTrueTypeScaler.dylib (194.13) <F982F582-E2C8-3902-9C79-BB3F4B8199D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffd28d5000 -     0x7fffd297fff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffd2980000 -     0x7fffd29d1fff  com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffd29d2000 -     0x7fffd29e1ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffd29e2000 -     0x7fffd2a2ffff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffd2a30000 -     0x7fffd2a6bfff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffd2a6c000 -     0x7fffd2a77fff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffd2a78000 -     0x7fffd2c84ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1F4026C6-23C1-39E8-823D-72298FECF75C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffd2c85000 -     0x7fffd2c85fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <2CEE36AF-79E6-3B3E-B369-285E6C1886F7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffd2dee000 -     0x7fffd31cafff  com.apple.CFNetwork (811.8 - 811.8) <3FB812CB-F4BF-3C47-B772-042FC4D59A33> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffd31e4000 -     0x7fffd31e4fff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffd31e5000 -     0x7fffd31e8fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffd31e9000 -     0x7fffd34f2fff  com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffd34f3000 -     0x7fffd34f6ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffd34f7000 -     0x7fffd34fcfff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffd34fd000 -     0x7fffd3594ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffd3595000 -     0x7fffd35affff  com.apple.openscripting (1.7 - 172.1) <78F3256B-AF4C-324A-A591-ECA4443A469F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffd35b0000 -     0x7fffd35b1ff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffd35b2000 -     0x7fffd35b4ff7  com.apple.securityhi (9.0 - 55006) <3AA3E67A-83BF-3EA8-A751-570D9856735B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffd35b5000 -     0x7fffd35bbff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffd35bc000 -     0x7fffd369bffb  com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fffd369c000 -     0x7fffd369cfff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffd37e6000 -     0x7fffd3873fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffd3874000 -     0x7fffd3887fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffd3888000 -     0x7fffd3b83fff  com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffd3b84000 -     0x7fffd3c31ff7  com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffd3c32000 -     0x7fffd40cbff7  com.apple.CoreFoundation (6.9 - 1349.90) <F07A2387-602E-3D9E-8708-3B3430BD7D82> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffd40cc000 -     0x7fffd474efff  com.apple.CoreGraphics (2.0 - 1070.22) <FAB476BB-B5CD-3936-8AFC-41229DBDF0E8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffd474f000 -     0x7fffd4992ffb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffd4993000 -     0x7fffd49f8ff7  com.apple.corelocation (2101.0.63) <C4C6BE27-85E2-34D5-AEDC-EBB5A7CB78D1> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fffd49f9000 -     0x7fffd4aaafff  com.apple.CoreMedia (1.0 - 1907.59.1.6) <570690D8-A956-3629-9E46-4F8BDDB8A82C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffd4aab000 -     0x7fffd4af6ff7  com.apple.CoreMediaIO (805.0 - 4932) <15668A10-FD6B-34BB-A14D-F4CE4DAF2887> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fffd4af7000 -     0x7fffd4af7fff  com.apple.CoreServices (775.19 - 775.19) <5046FF69-034E-3570-AC30-D14AA469F669> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffd4af8000 -     0x7fffd4b49fff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffd4b4a000 -     0x7fffd4e25ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffd4e26000 -     0x7fffd4e59fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffd4e5a000 -     0x7fffd4e62ff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffd4e63000 -     0x7fffd4fcfff7  com.apple.LaunchServices (775.19 - 775.19) <F3E91733-245F-3F7B-97A7-CB54DFB80CEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffd4fd0000 -     0x7fffd5080ffb  com.apple.Metadata (10.7.0 - 1075.40) <B734F567-EC70-39AF-BB86-46C97065580F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffd5081000 -     0x7fffd50e0fff  com.apple.CoreServices.OSServices (775.19 - 775.19) <FF1BED62-A2AD-3FA0-BBFA-E619D21E574F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffd50e1000 -     0x7fffd5151fff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffd5152000 -     0x7fffd5197ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffd5220000 -     0x7fffd536dffb  com.apple.CoreText (352.0 - 544.16) <543AFBA5-4E6B-3F81-BC45-81ED9707BD9C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffd536e000 -     0x7fffd53a3ff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffd53a4000 -     0x7fffd5415ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <4D57D932-6D66-3800-8D33-13951D2E0D84> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffd5448000 -     0x7fffd5453ff3  com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fffd5513000 -     0x7fffd5518fff  com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffd56aa000 -     0x7fffd5a50fff  com.apple.Foundation (6.9 - 1349.91) <F24B1521-454A-3AE7-B41F-F8FA95BA0490> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffd5a7c000 -     0x7fffd5aadff7  com.apple.GSS (4.0 - 2.0) <30A77A95-CBD4-3BD7-9BFF-8426071F5D9D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffd5b6d000 -     0x7fffd5c10fff  com.apple.Bluetooth (5.0.5 - 5.0.5f1) <7BC341AE-0207-3670-AD01-27687D9D6F5E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffd5c11000 -     0x7fffd5ca7ff7  com.apple.framework.IOKit (2.0.2 - 1324.60.4) <454036AD-86AA-3ABB-8C53-B5F654A6824D> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffd5ca8000 -     0x7fffd5caeffb  com.apple.IOSurface (159.12 - 159.12) <E3D6FCED-F938-30A3-AD08-0998B674A492> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffd5caf000 -     0x7fffd5d00ff7  com.apple.ImageCaptureCore (7.0 - 7.0) <A640CA2F-8093-34AB-947C-26679ECB8A6D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fffd5d01000 -     0x7fffd5e61fef  com.apple.ImageIO.framework (3.3.0 - 1599.13) <443879A7-48C6-37ED-AC0B-166EEEABA662> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffd5e62000 -     0x7fffd5e66fff  libGIF.dylib (1599.13) <11C5D9D7-B8A1-3D53-BA50-B25976FE6379> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffd5e67000 -     0x7fffd5f57ff7  libJP2.dylib (1599.13) <C495FB08-0CD2-36FC-8196-FAD3D598A010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffd5f58000 -     0x7fffd5f7bffb  libJPEG.dylib (1599.13) <D22E2431-76A5-39B4-AF0B-174CF282A1CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffd5f7c000 -     0x7fffd5fa3ff7  libPng.dylib (1599.13) <561865FA-A51B-3EFF-ABFF-B4566B90B1A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffd5fa4000 -     0x7fffd5fa6ff3  libRadiance.dylib (1599.13) <6559253B-8FE2-3884-BC93-95BB7705A6D1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffd5fa7000 -     0x7fffd5ff5ffb  libTIFF.dylib (1599.13) <8FC594B3-6BBF-3A70-9994-203E9B330B5F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffd6153000 -     0x7fffd6d5dfff  com.apple.JavaScriptCore (12603 - 12603.3.8) <9557271A-1838-38DD-93E3-D8A9ECDE3B6B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fffd6d5e000 -     0x7fffd6d77ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffd6d78000 -     0x7fffd6daefff  com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fffd7001000 -     0x7fffd7007fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fffd701d000 -     0x7fffd7556ff7  com.apple.MediaToolbox (1.0 - 1907.59.1.6) <FA068C6F-0506-35C3-A637-C4AFF82411DB> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fffd7557000 -     0x7fffd75b2fff  com.apple.Metal (87.18 - 87.18) <E3618B54-C728-34CA-9E8A-9BD33A295D31> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffd7e9b000 -     0x7fffd7ea3fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffd807a000 -     0x7fffd8082ff7  libcldcpuengine.dylib (2.8.5) <8086D6FA-2006-3582-B20E-4209D81ACC58> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffd8083000 -     0x7fffd80d1ff3  com.apple.opencl (2.8.6 - 2.8.6) <A6140AC4-7579-3AC2-B7EE-08A8899BC811> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffd80d2000 -     0x7fffd80ebffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffd80ec000 -     0x7fffd80f7ff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffd80f8000 -     0x7fffd80fafff  libCVMSPluginSupport.dylib (14.0.16) <AA2468D1-9169-3424-8EE4-0470E9050E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffd80fb000 -     0x7fffd80feff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffd80ff000 -     0x7fffd8103fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffd8104000 -     0x7fffd810dff7  libGFXShared.dylib (14.0.16) <170D07F3-2D30-3D4B-80A0-971E0A765709> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffd810e000 -     0x7fffd8119fff  libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffd811a000 -     0x7fffd8156ff7  libGLImage.dylib (14.0.16) <FE39C57B-056C-3CBF-B653-A8F2005631C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffd8157000 -     0x7fffd82cdff3  libGLProgrammability.dylib (14.0.16) <A81F1B95-445C-3191-ADB1-07BAEA5A204D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffd82ce000 -     0x7fffd830fff7  libGLU.dylib (14.0.16) <B285EAD6-B3AA-3753-BB85-75864BD6E76C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffd8c77000 -     0x7fffd8c85fff  com.apple.opengl (14.0.16 - 14.0.16) <B428BB89-8FE1-3527-BF3E-F8F0A1060884> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffd8d22000 -     0x7fffd8e69fff  com.apple.QTKit (7.7.3 - 2978.8) <80B27C5D-087F-3B83-AF99-AD6BA2E1105D> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fffd8e6a000 -     0x7fffd90d4ff7  com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fffd90d5000 -     0x7fffd919cfff  com.apple.PDFKit (1.0 - 1) <BE82F14C-B20C-3771-B16C-F0723F6552AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fffd919d000 -     0x7fffd96c3ff7  com.apple.QuartzComposer (5.1 - 356) <C66293F6-EF05-3B36-8524-081CEB9FADD7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fffd96c4000 -     0x7fffd96e7ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fffd96e8000 -     0x7fffd97d5fff  com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fffd97d6000 -     0x7fffd97d6fff  com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fffd97d7000 -     0x7fffd99d7fff  com.apple.QuartzCore (1.11 - 453.39.5) <34F65F8C-01D2-3120-BD04-2620BB652D50> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffd99d8000 -     0x7fffd9a2dfff  com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffd9f40000 -     0x7fffda242ff7  com.apple.security (7.0 - 57740.60.22) <F5AE6D2C-DA85-356B-9696-229545452B6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffda243000 -     0x7fffda2b8fff  com.apple.securityfoundation (6.0 - 55132.50.7) <A4D43619-8083-333C-AFD1-2BA9E8AFB7EB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffda2b9000 -     0x7fffda2e2fff  com.apple.securityinterface (10.0 - 55079.50.4) <23B4B419-5768-3EC6-8DD9-7470D2599AD1> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fffda2e3000 -     0x7fffda2e6ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <BE0F9708-0B55-3E78-A15E-C287B8ED13BA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffda2e7000 -     0x7fffda331ff7  com.apple.sociald.Social (???) <6FAB064C-EAA9-32A1-837C-57F1DDF47FD4> /System/Library/Frameworks/Social.framework/Versions/A/Social
    0x7fffda66d000 -     0x7fffda6dcff7  com.apple.SystemConfiguration (1.14 - 1.14) <B471E0FA-3AC6-3A34-82C8-4FCF4B389368> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffda6dd000 -     0x7fffdaa8bfff  com.apple.VideoToolbox (1.0 - 1907.59.1.6) <EB2577A4-DCDF-3FD1-B5FA-42A55653A74D> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fffdaa8c000 -     0x7fffdbe13ff3  com.apple.WebCore (12603 - 12603.3.8) <FE0B8503-5E89-3D55-BF48-1370FE81910A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fffdbe14000 -     0x7fffdc000ff3  com.apple.WebKitLegacy (12603 - 12603.3.8) <A3BEFACA-4586-30B8-8BFA-126198C181F1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fffdc001000 -     0x7fffdc3acfff  com.apple.WebKit (12603 - 12603.3.8) <81E9D62A-8EF8-3C97-99F4-C62A77F13AF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fffdcc07000 -     0x7fffdcca5ff7  com.apple.accounts.AccountsDaemon (113 - 113) <2A3C41BC-740B-3F7B-AE86-8C2A7B369559> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
    0x7fffdcca6000 -     0x7fffdccdaffb  com.apple.framework.accountsui (1.0 - 45) <C3E4D8B1-295D-37A8-A383-33276A690DD4> /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI
    0x7fffdcf33000 -     0x7fffdcf4eff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffdcf4f000 -     0x7fffdcf5cff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffdcf5d000 -     0x7fffdcf7fffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <869BFE4C-3F15-349E-9715-0A48ED725EAE> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffdcf80000 -     0x7fffdcf8ffeb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffdd079000 -     0x7fffdd10497f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffdd118000 -     0x7fffdd133fff  com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fffdd134000 -     0x7fffdd13cffb  com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fffdd13d000 -     0x7fffdd140ff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fffdd141000 -     0x7fffdd193fff  com.apple.AppleVAFramework (5.0.36 - 5.0.36) <B272678B-2EA8-3F04-BB0F-3CE62D1E4F58> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fffdd19d000 -     0x7fffdd1a4ff7  com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fffdd537000 -     0x7fffdd5b5ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffddc51000 -     0x7fffddc78fff  com.apple.CalendarAgentLink (8.0 - 250) <E50E29F6-2BAB-3B8B-BBEA-7DC0B8B077AD> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fffde240000 -     0x7fffde267ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffde268000 -     0x7fffde2f4ff7  com.apple.CloudDocs (1.0 - 486.29) <392B87EC-0317-313F-8FE2-F571831C7F35> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fffdeb8c000 -     0x7fffdeb95ffb  com.apple.CommonAuth (4.0 - 2.0) <44E4467E-90BB-3CC4-9E57-9B09D7E90081> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffdec5c000 -     0x7fffdecadff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2250.11) <1324A70E-A093-3DB9-A802-07B8F4A499B5> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fffdecae000 -     0x7fffdecd0fff  com.apple.contacts.ContactsPersistence (1.0 - 2250.11) <7CDEB852-B3B7-328F-9537-DFB3A58B882C> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fffded1a000 -     0x7fffdf0f9ff7  com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fffdf0fa000 -     0x7fffdf12afff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fffdf1c5000 -     0x7fffdf1cdffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fffdf2de000 -     0x7fffdf2eefff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffdf3b3000 -     0x7fffdf3c9ff3  com.apple.CoreMediaAuthoring (2.2 - 956) <AEBFF55F-BF1E-3CA5-AA9C-1CE22218A665> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fffdf3d0000 -     0x7fffdf460ffb  com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fffdf629000 -     0x7fffdf659ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffdf8ea000 -     0x7fffdf979ff7  com.apple.CoreSymbolication (62046) <9685A34A-C6FD-3681-8F7E-211D48298DD2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffdf97a000 -     0x7fffdfab9fe7  com.apple.coreui (2.1 - 431.3) <8D0FA478-9B6C-3D6D-8ADF-8677BA0BF134> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffdfaba000 -     0x7fffdfb8aff3  com.apple.CoreUtils (5.1 - 510.31) <4AC4A8E9-C1E8-3FBA-AF0E-96F9404D826D> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffdfbda000 -     0x7fffdfc3fff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DE9DB291-452C-33FB-833B-C62D09CF424F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffdfc40000 -     0x7fffdfc4eff7  com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffdfcc0000 -     0x7fffdfccaffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffdfccb000 -     0x7fffdfccfff3  com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fffdfd05000 -     0x7fffdfd7affb  com.apple.datadetectorscore (7.0 - 539.1) <84F04DEF-DF0A-3F93-AEE9-B6FAC781164B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffdfdb6000 -     0x7fffdfdf5fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffdfdf6000 -     0x7fffdff07fff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffe004a000 -     0x7fffe0055fff  com.apple.DisplayServicesFW (3.1 - 380) <0BDF6C17-5E5F-33F8-8E99-C7350C6F9667> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fffe01ef000 -     0x7fffe0620ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffe1977000 -     0x7fffe1977fff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffe1984000 -     0x7fffe198fff3  libGPUSupportMercury.dylib (14.0.16) <1216909A-E38E-335F-9F46-9362753AE0D1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffe1c48000 -     0x7fffe1c64fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffe1c7d000 -     0x7fffe232ffff  com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fffe2375000 -     0x7fffe23ebff3  com.apple.Heimdal (4.0 - 2.0) <9541C717-96FF-32D3-8F0B-5048525DAA70> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffe23ec000 -     0x7fffe23fdfff  com.apple.HelpData (2.1.12 - 100.1) <EEB8CC44-9AFF-3005-A25D-18FE46574FD5> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fffe2a06000 -     0x7fffe2a0dffb  com.apple.IOAccelerator (311.16.2 - 311.16.2) <96FA28B6-B03D-3A5E-AF07-0AE4486D2968> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffe2a0f000 -     0x7fffe2a23ff7  com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffe2a24000 -     0x7fffe2a46fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffe2ae2000 -     0x7fffe2af2ff3  com.apple.IntlPreferences (2.0 - 216) <15B0DF1F-24C3-3A51-9032-1DD150B7D321> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fffe2b2d000 -     0x7fffe2ce4fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffe2de0000 -     0x7fffe2ea2ff3  com.apple.MMCS (1.3 - 385.4) <D3D76CE0-DE05-373E-B757-9E4B4920565D> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fffe3354000 -     0x7fffe3357fff  com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fffe3605000 -     0x7fffe367eff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffe37e8000 -     0x7fffe37f6fff  com.apple.MobileKeyBag (2.0 - 1.0) <D0983DB7-EF9D-3E19-A084-21319ECE5846> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fffe3807000 -     0x7fffe382fff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <E2FE1821-C7CC-3C35-BEB3-6DC693F5128D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffe38e1000 -     0x7fffe38ecfff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffe3d39000 -     0x7fffe3d3bfff  com.apple.OAuth (25 - 25) <D6E5F36D-71B8-3E12-9601-CE2A1D6ED60B> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fffe41c4000 -     0x7fffe4205ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <ED3CFDFC-878E-30C2-929B-C2CD43D702DE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffe4248000 -     0x7fffe424fff3  com.apple.phonenumbers (1.1.1 - 105) <B8EFDDD3-BA26-39B8-9EA0-3649184BF527> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fffe483d000 -     0x7fffe485ffff  com.apple.pluginkit.framework (1.0 - 1) <775E1168-9A28-34EC-AACD-B73803B9DDD4> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fffe48b2000 -     0x7fffe48ecffb  com.apple.ProtectedCloudStorage (1.0 - 1) <8B32A7EC-D371-38E3-A286-F1BE1307F1E1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fffe48ed000 -     0x7fffe4907fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffe4908000 -     0x7fffe4917ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fffe4920000 -     0x7fffe4943ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffe560d000 -     0x7fffe5610fff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffe561f000 -     0x7fffe569eff7  com.apple.ShareKit (1.0 - 500) <C92D2122-229C-3FF6-B894-C4E8729AAB3A> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
    0x7fffe569f000 -     0x7fffe572cfff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffe572d000 -     0x7fffe574cff7  com.apple.shortcut (2.16 - 98) <6C0435B1-83DD-3254-B0D3-3B86C6CE606A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fffe574d000 -     0x7fffe59b3feb  com.apple.SkyLight (1.600.0 - 170.3) <38AC05EF-3A9E-3E3E-9849-04E0223DF7B9> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffe5b92000 -     0x7fffe5b9eff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffe628a000 -     0x7fffe62fefdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffe673d000 -     0x7fffe6743ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffe67cf000 -     0x7fffe6895ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffe68de000 -     0x7fffe68f3ff3  com.apple.ToneKit (1.0 - 1) <B709293D-0A79-398A-8AA9-50F6340C227C> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fffe68f4000 -     0x7fffe6902ffb  com.apple.ToneLibrary (1.0 - 1) <F2ED5DFC-5F11-3012-BCD7-17753413141F> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fffe6909000 -     0x7fffe690afff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffe690b000 -     0x7fffe6a9bff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffe756a000 -     0x7fffe762afff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffe7a75000 -     0x7fffe7a7bfff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffe7b4c000 -     0x7fffe7b4effb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffe7b7a000 -     0x7fffe7ba1ff7  com.apple.contacts.vCard (1.0 - 2250.11) <DD615DAF-AF34-3AB4-9CB4-DA0A882D59A5> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fffe7ba3000 -     0x7fffe7bbeff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fffe7bbf000 -     0x7fffe7bcafff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fffe7c5c000 -     0x7fffe7c5dff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffe7c5e000 -     0x7fffe7e71fff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fffe7e8d000 -     0x7fffe7e94fff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
    0x7fffe7e95000 -     0x7fffe7e95fff  libOpenScriptingUtil.dylib (172.1) <0F1BA407-97D1-36F6-882D-A355EAAD5E00> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffe7e96000 -     0x7fffe7e9affb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fffe7e9b000 -     0x7fffe7e9cffb  libSystem.B.dylib (1238.60.2) <ACC3231B-370F-3235-8E5F-159E094FC3F9> /usr/lib/libSystem.B.dylib
    0x7fffe7f08000 -     0x7fffe7f33ff3  libarchive.2.dylib (41.70.2) <907D1FB1-9A65-33F5-AFC8-0B6E5AE9D83A> /usr/lib/libarchive.2.dylib
    0x7fffe7f34000 -     0x7fffe7fb0fc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fffe7fb4000 -     0x7fffe7fb4ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffe7fb5000 -     0x7fffe7fc5ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffe7fc6000 -     0x7fffe7fd4ff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fffe7fd5000 -     0x7fffe802bff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffe802c000 -     0x7fffe8055ff7  libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
    0x7fffe8056000 -     0x7fffe8066ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffe8067000 -     0x7fffe807dfcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fffe807e000 -     0x7fffe807eff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffe807f000 -     0x7fffe8080ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffe813a000 -     0x7fffe821eff7  libcrypto.0.9.8.dylib (64.50.7) <B34BC0FA-18ED-37C5-9D46-393803CADEBB> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffe83bc000 -     0x7fffe840fff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fffe8463000 -     0x7fffe846aff3  libdscsym.dylib (148.3) <2A78774F-6679-3B72-9903-B295B9825872> /usr/lib/libdscsym.dylib
    0x7fffe848c000 -     0x7fffe848cfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffe849c000 -     0x7fffe84a1ff7  libheimdal-asn1.dylib (498.50.9) <92C953A2-5E1D-39E9-875E-92F29A12D6FB> /usr/lib/libheimdal-asn1.dylib
    0x7fffe84a2000 -     0x7fffe8594ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffe8595000 -     0x7fffe87baffb  libicucore.A.dylib (57167.0.1) <E720801C-2D92-3108-B853-469551EDF21F> /usr/lib/libicucore.A.dylib
    0x7fffe87c0000 -     0x7fffe87c1fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fffe87c2000 -     0x7fffe87dbffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffe87dc000 -     0x7fffe87f2ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fffe87f3000 -     0x7fffe8a9bff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fffe8ace000 -     0x7fffe8b48ff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fffe8b49000 -     0x7fffe8f1b047  libobjc.A.dylib (709.1) <70614861-0340-32E2-85ED-FE65759CDFFA> /usr/lib/libobjc.A.dylib
    0x7fffe8f1e000 -     0x7fffe8f22fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffe8f23000 -     0x7fffe8f54fff  libpcap.A.dylib (67.60.2) <B2D36AD8-D5C8-3875-AC81-4787A15E44C2> /usr/lib/libpcap.A.dylib
    0x7fffe8f71000 -     0x7fffe8f8dffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffe8f8e000 -     0x7fffe8fc7fff  libsandbox.1.dylib (592.70.2) <FC102F86-0F04-30D4-B680-4B9C5ACDDE36> /usr/lib/libsandbox.1.dylib
    0x7fffe8fc8000 -     0x7fffe8fdaffb  libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
    0x7fffe8fdb000 -     0x7fffe8fdcff3  libspindump.dylib (231.3) <9E50A114-FC58-3E22-9027-5002B60005BE> /usr/lib/libspindump.dylib
    0x7fffe8fdd000 -     0x7fffe912bff7  libsqlite3.dylib (254.8) <1ECF7DF7-7A07-3B4B-A63B-F4EFF6BC7ACF> /usr/lib/libsqlite3.dylib
    0x7fffe9220000 -     0x7fffe922dfff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffe922e000 -     0x7fffe931dff3  libxml2.2.dylib (30.18) <75135C3D-47B1-3217-AC2B-B566E2E1A4A3> /usr/lib/libxml2.2.dylib
    0x7fffe931e000 -     0x7fffe9347fff  libxslt.1.dylib (15.9.1) <A1EFC225-2115-3710-A2FD-B11FDE15B01F> /usr/lib/libxslt.1.dylib
    0x7fffe9348000 -     0x7fffe9359ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffe9368000 -     0x7fffe936cff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffe936d000 -     0x7fffe9377fff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fffe9378000 -     0x7fffe937ffff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffe9380000 -     0x7fffe9388fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffe9389000 -     0x7fffe940cfdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fffe940d000 -     0x7fffe943efff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
    0x7fffe943f000 -     0x7fffe9444ffb  libdyld.dylib (433.5) <128FF2BB-D0C8-36D9-A456-C1077E7BB182> /usr/lib/system/libdyld.dylib
    0x7fffe9445000 -     0x7fffe9445ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffe9446000 -     0x7fffe9452fff  libkxld.dylib (3789.73.8) <CE95DAA4-068A-369A-95CF-3AE472FC4F34> /usr/lib/system/libkxld.dylib
    0x7fffe9453000 -     0x7fffe9453fff  liblaunch.dylib (972.70.1) <B856ABD2-896E-3DE0-B2C8-146A6AF8E2A7> /usr/lib/system/liblaunch.dylib
    0x7fffe9454000 -     0x7fffe9459ff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fffe945a000 -     0x7fffe945cff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fffe945d000 -     0x7fffe945effb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffe945f000 -     0x7fffe9477ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffe9478000 -     0x7fffe9478ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffe9479000 -     0x7fffe9506fef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fffe9507000 -     0x7fffe950affb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
    0x7fffe950b000 -     0x7fffe950efff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffe950f000 -     0x7fffe9527fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffe9528000 -     0x7fffe952efff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffe952f000 -     0x7fffe9558ff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fffe9559000 -     0x7fffe957bff7  libsystem_kernel.dylib (3789.73.8) <7F77BDE8-93F4-3A2D-B864-95AE10DCEA60> /usr/lib/system/libsystem_kernel.dylib
    0x7fffe957c000 -     0x7fffe95c3fe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fffe95c4000 -     0x7fffe95e2ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
    0x7fffe95e3000 -     0x7fffe963cffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fffe963d000 -     0x7fffe9646ff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffe9647000 -     0x7fffe9650ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffe9651000 -     0x7fffe9659fe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fffe965a000 -     0x7fffe9664ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fffe9665000 -     0x7fffe9668ff7  libsystem_sandbox.dylib (592.70.2) <19320A42-2E3B-361B-BBDA-2F5F2E87B100> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffe9669000 -     0x7fffe966aff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fffe966b000 -     0x7fffe9672ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffe9673000 -     0x7fffe9686ff7  libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
    0x7fffe9687000 -     0x7fffe968cffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffe968d000 -     0x7fffe96b6ff7  libxpc.dylib (972.70.1) <BF896DF0-D8E9-31A8-A4B3-01120BFEEE52> /usr/lib/system/libxpc.dylib

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

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

                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate framework                 384K        4 
Activity Tracing                     256K        2 
CG backing stores                   2740K        9 
CG image                            33.0M       29 
CoreAnimation                       8884K       17 
CoreUI image data                   1980K       17 
CoreUI image file                    292K        6 
Foundation                            24K        3 
Image IO                             140K        5 
JS JIT generated code                  8K        3 
JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        2 
MALLOC                               2.9G       66 
MALLOC guard page                     48K       10 
Memory Tag 242                        12K        2 
SQLite page cache                    128K        3 
STACK GUARD                         56.1M       18 
Stack                               16.1M       18 
VM_ALLOCATE                          188K       29 
WebKit Malloc                       6164K       14 
__DATA                              34.4M      327 
__GLSLBUILTINS                      2588K        2 
__IMAGE                              528K        2 
__LINKEDIT                         126.2M       44 
__TEXT                             231.1M      318 
__UNICODE                            556K        2 
mapped file                         79.5M       35 
shared memory                       16.4M       16 
===========                       =======  ======= 
TOTAL                                4.5G      977 
TOTAL, minus reserved VM space       3.5G      977 

Model: MacBookPro11,4, BootROM MBP114.0177.B00, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.29f24
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.171.133.1a2)
Bluetooth: Version 5.0.5f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
USB Device: G703 Wired/Wireless Gaming Mouse
USB Device: Dactyl-Tom
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
minusf commented 5 years ago

for me it's just hanging, had to be killed.

qvacua commented 5 years ago

Hm... Unfortunately I don't know how to fix this because I cannot reproduce this...

minusf commented 5 years ago

i had a long running vimr session from yesterday, and i had to kill it after check update again with 'force quit', but since then i cannot reproduce the issue, i get the "You're up-to-date!" pop up every time and no hanging.

tomarrell commented 5 years ago

My issue was similar. I had a long running VimR session and after attempting to update it crashed. I also notice similar issues with long running sessions crashing at seemingly random times and just being slow in general. May be memory leak related, but unfortunately hard to tell.

minusf commented 5 years ago

the issue is still here. just had the hang again on a long running vimr session.

the menu is responsive but most items are greyed out and the edit window is frozen.

edit: actually the edit window is working... can't switch between windows, but the current one is still working and i am able to keep editing the open files.

screen shot 2018-09-04 at 10 57 04