Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Crashes on open #80

Open
ghost opened this issue Jul 12, 2017 · 15 comments
Open

Crashes on open #80

ghost opened this issue Jul 12, 2017 · 15 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2017

Hi! I cannot get the Toolbox to load. I tried removing the folder in my ~/Library/Application Support but I am getting the same thing.

Here is my dump: ``` Process: Sketch Toolbox [22729] Path: /Applications/Sketch Toolbox.app/Contents/MacOS/Sketch Toolbox Identifier: uz.shahr.Sketch-Toolbox Version: 0.5.1 (051) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Sketch Toolbox [22729] User ID: 501

Date/Time: 2017-07-12 06:09:20.554 -0500
OS Version: Mac OS X 10.12.5 (16F73)
Report Version: 12
Anonymous UUID: 12010E03-EAE3-A4CE-353C-D207E3518631

Sleep/Wake UUID: 36836E93-25E4-4DF8-99DF-6851189789E4

Time Awake Since Boot: 36000 seconds
Time Since Wake: 1000 seconds

System Integrity Protection: enabled

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: Invalid parameter not satisfying: aString != nil

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff86edf2cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff9bcea48d objc_exception_throw + 48
2 CoreFoundation 0x00007fff86ee4042 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff8892cc80 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fff8497cdcd -[NSCell _objectValue:forString:errorDescription:] + 177
5 AppKit 0x00007fff8497cc72 -[NSCell setStringValue:] + 41
6 AppKit 0x00007fff84a2b91e -[NSControl setStringValue:] + 135
7 Sketch Toolbox 0x00000001026d4eeb Sketch Toolbox + 28395
8 Sketch Toolbox 0x00000001026e591f Sketch Toolbox + 96543
9 AppKit 0x00007fff84a64600 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 76
10 AppKit 0x00007fff84a63fd7 -[NSTableRowData _addViewToRowView:atColumn:row:] + 308
11 AppKit 0x00007fff84a63d1b -[NSTableRowData _addViewsToRowView:atRow:] + 204
12 AppKit 0x00007fff84a624bf -[NSTableRowData _initializeRowView:atRow:] + 390
13 AppKit 0x00007fff84a60ac5 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 398
14 AppKit 0x00007fff84a60880 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 316
15 AppKit 0x00007fff84a5f5b3 -[NSTableRowData _unsafeUpdateVisibleRowEntries] + 1647
16 AppKit 0x00007fff84a5eea6 -[NSTableRowData updateVisibleRowViews] + 232
17 AppKit 0x00007fff84a5e7ea -[NSTableView layout] + 178
18 AppKit 0x00007fff851ce246 _NSViewLayout + 450
19 AppKit 0x00007fff849ff513 -[NSView _doLayout] + 126
20 AppKit 0x00007fff849ff098 -[NSView _layoutSubtreeWithOldSize:] + 497
21 AppKit 0x00007fff849ff366 -[NSView _layoutSubtreeWithOldSize:] + 1215
22 AppKit 0x00007fff849ff366 -[NSView _layoutSubtreeWithOldSize:] + 1215
23 AppKit 0x00007fff849ff366 -[NSView _layoutSubtreeWithOldSize:] + 1215
24 AppKit 0x00007fff849ff366 -[NSView _layoutSubtreeWithOldSize:] + 1215
25 AppKit 0x00007fff851d495b -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 1516
26 AppKit 0x00007fff84a1d869 -[NSWindow(NSConstraintBasedLayout) _layoutViewTree] + 163
27 AppKit 0x00007fff84a8cc2e -[NSWindow(NSConstraintBasedLayout) layoutIfNeeded] + 269
28 AppKit 0x00007fff851feb09 ___NSWindowGetDisplayCycleObserver_block_invoke.6222 + 67
29 AppKit 0x00007fff84a9e3b9 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 454
30 QuartzCore 0x00007fff8c981da6 _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 46
31 QuartzCore 0x00007fff8ca8b8d8 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 160
32 QuartzCore 0x00007fff8c980881 _ZN2CA11Transaction6commitEv + 475
33 AppKit 0x00007fff84d818b1 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 323
34 CoreFoundation 0x00007fff86e74d37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
35 CoreFoundation 0x00007fff86e74ca7 __CFRunLoopDoObservers + 391
36 CoreFoundation 0x00007fff86e556d9 __CFRunLoopRun + 873
37 CoreFoundation 0x00007fff86e55114 CFRunLoopRunSpecific + 420
38 HIToolbox 0x00007fff863b6ebc RunCurrentEventLoopInMode + 240
39 HIToolbox 0x00007fff863b6bf9 ReceiveNextEventCommon + 184
40 HIToolbox 0x00007fff863b6b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
41 AppKit 0x00007fff8494fa54 _DPSNextEvent + 1120
42 AppKit 0x00007fff850cb7ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
43 AppKit 0x00007fff849443db -[NSApplication run] + 926
44 AppKit 0x00007fff8490ee0e NSApplicationMain + 1237
45 libdyld.dylib 0x00007fff9c5cf235 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fff84cae44e -[NSApplication _crashOnException:] + 109
1 com.apple.AppKit 0x00007fff84d81a32 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 708
2 com.apple.CoreFoundation 0x00007fff86e74d37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
3 com.apple.CoreFoundation 0x00007fff86e74ca7 __CFRunLoopDoObservers + 391
4 com.apple.CoreFoundation 0x00007fff86e556d9 __CFRunLoopRun + 873
5 com.apple.CoreFoundation 0x00007fff86e55114 CFRunLoopRunSpecific + 420
6 com.apple.HIToolbox 0x00007fff863b6ebc RunCurrentEventLoopInMode + 240
7 com.apple.HIToolbox 0x00007fff863b6bf9 ReceiveNextEventCommon + 184
8 com.apple.HIToolbox 0x00007fff863b6b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
9 com.apple.AppKit 0x00007fff8494fa54 _DPSNextEvent + 1120
10 com.apple.AppKit 0x00007fff850cb7ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
11 com.apple.AppKit 0x00007fff849443db -[NSApplication run] + 926
12 com.apple.AppKit 0x00007fff8490ee0e NSApplicationMain + 1237
13 libdyld.dylib 0x00007fff9c5cf235 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e8621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e8621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e8621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e848e _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e8621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e8621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff9c6fe44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9c7e8621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fff9c7e807d start_wqthread + 13

Thread 8:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff9c6f634a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9c6f5797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff86e56434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff86e558c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fff86e55114 CFRunLoopRunSpecific + 420
5 com.apple.CFNetwork 0x00007fff85f93734 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6 com.apple.Foundation 0x00007fff88878b3d NSThread__start + 1243
7 libsystem_pthread.dylib 0x00007fff9c7e893b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fff9c7e8887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fff9c7e808d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007ffb0d0d0800 rbx: 0x0000618000242550 rcx: 0x0000000000000001 rdx: 0x0000000000000000
rdi: 0x000061800027b500 rsi: 0x00000000000012c4 rbp: 0x00007fff5d530400 rsp: 0x00007fff5d5303f0
r8: 0x0000000008000100 r9: 0x0000000000000000 r10: 0x00007fffa1e71190 r11: 0x00000000000019ff
r12: 0x00007fff8557900c r13: 0x4c335ebfa92c0041 r14: 0x00007fff9bcdc040 r15: 0x0000610000320280
rip: 0x00007fff84cae44e rfl: 0x0000000000010206 cr2: 0x00007ffb0d0d1000

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

Binary Images:
0x1026ce000 - 0x1026efff7 +uz.shahr.Sketch-Toolbox (0.5.1 - 051) <94EB61EA-E0B1-395C-AED8-241E96AB5DDF> /Applications/Sketch Toolbox.app/Contents/MacOS/Sketch Toolbox
0x1026ff000 - 0x102716fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Sketch Toolbox.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x106fa0000 - 0x107146fff GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x107185000 - 0x1076e0ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.25.13 - 10.2.5) <2C0CF883-843A-3CCF-BE6C-2AA7DE5F4E61> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x1078f5000 - 0x10791ffff GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x107947000 - 0x1079bfff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.25.13 - 10.2.5) <77FF34DB-2688-393A-BBBA-456DF3834B7F> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x10a807000 - 0x10a844dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x7fff81a80000 - 0x7fff81dc5ff7 com.apple.RawCamera.bundle (7.03 - 912) <1476F375-6C4B-382A-ABDB-99B7DCBF4F6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff823d2000 - 0x7fff82c1ffff com.apple.GeForceGLDriver (10.17.5 - 10.1.7) <727854BD-C406-32DB-AD5F-D36CADEDA452> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff82c20000 - 0x7fff834e5ff3 libclh.dylib (4.0.3 - 4.0.3) <3806B7BF-F4F9-34C9-84FE-64256AA9D84C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff834e6000 - 0x7fff835f6ff7 com.apple.GeForceMTLDriver (10.17.5 - 10.1.7) /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fff8392b000 - 0x7fff8392bfff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8392c000 - 0x7fff83943ffb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff83944000 - 0x7fff83e5dfeb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff83e5e000 - 0x7fff83fcfff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff83fd0000 - 0x7fff83fe4ffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff83fe5000 - 0x7fff843dbfef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff843dc000 - 0x7fff843f2fff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff843f3000 - 0x7fff843f9fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff843fa000 - 0x7fff8440eff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff8440f000 - 0x7fff84596fe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff84597000 - 0x7fff84649fff libvMisc.dylib (600.60.1) <98F27D2D-E5DD-38EF-8747-0C4DE821A23D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8464a000 - 0x7fff8464afff 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
0x7fff84909000 - 0x7fff856e2ff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff856f4000 - 0x7fff856f4fff com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff856f5000 - 0x7fff85763ff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff857fd000 - 0x7fff8592cff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8592d000 - 0x7fff85977fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff859d4000 - 0x7fff85a07fff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff85a74000 - 0x7fff85b1eff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff85b1f000 - 0x7fff85b70fff com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff85b71000 - 0x7fff85b80ff3 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
0x7fff85b81000 - 0x7fff85bcefff 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
0x7fff85bcf000 - 0x7fff85c0afff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff85c0b000 - 0x7fff85c16fff 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
0x7fff85c17000 - 0x7fff85e23fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff85e24000 - 0x7fff85e24fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff85f8d000 - 0x7fff86367fff com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff86381000 - 0x7fff86381fff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff86382000 - 0x7fff86385fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff86386000 - 0x7fff8668ffff com.apple.HIToolbox (2.1.1 - 857.8) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff86690000 - 0x7fff86693ff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff86694000 - 0x7fff86699fff 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
0x7fff8669a000 - 0x7fff86731ff3 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
0x7fff86732000 - 0x7fff8674cfff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8674d000 - 0x7fff8674eff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8674f000 - 0x7fff86751ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff86752000 - 0x7fff86758ff7 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
0x7fff86839000 - 0x7fff86839fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff86983000 - 0x7fff86a10fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff86a11000 - 0x7fff86a24fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff86a25000 - 0x7fff86d20fff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff86d21000 - 0x7fff86dcdff7 com.apple.CoreDisplay (1.0 - 1) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff86dce000 - 0x7fff87267ff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff87268000 - 0x7fff878eafff com.apple.CoreGraphics (2.0 - 1070.22) <78E7C882-837D-3CC3-B221-767B999873CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff878eb000 - 0x7fff87b2effb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff87c93000 - 0x7fff87c93fff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff87c94000 - 0x7fff87ce5fff 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
0x7fff87ce6000 - 0x7fff87fc1ff7 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
0x7fff87fc2000 - 0x7fff87ff5fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff87ff6000 - 0x7fff87ffeff3 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
0x7fff87fff000 - 0x7fff8816bff7 com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8816c000 - 0x7fff8821cffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8821d000 - 0x7fff8827cfff com.apple.CoreServices.OSServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8827d000 - 0x7fff882edfff 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
0x7fff882ee000 - 0x7fff88333ff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff883bc000 - 0x7fff88509ffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8850a000 - 0x7fff8853fff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff88540000 - 0x7fff885b1ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff886af000 - 0x7fff886b4fff com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88846000 - 0x7fff88becff3 com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff88c18000 - 0x7fff88c49ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff88d09000 - 0x7fff88dacffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff88dad000 - 0x7fff88e43ff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff88e44000 - 0x7fff88e4affb com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff88e9d000 - 0x7fff88ffdfef com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <87AA4D39-0AFC-3A34-98EF-02710E2BF3CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88ffe000 - 0x7fff89002fff libGIF.dylib (1599.10.2) <6ED05614-1301-3452-943B-118F00F20C8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff89003000 - 0x7fff890f3ff7 libJP2.dylib (1599.10.2) <72C00423-55F0-3CAD-B198-EF00950791E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff890f4000 - 0x7fff89117ffb libJPEG.dylib (1599.10.2) <78945614-990F-3705-A91C-46F717F7C635> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89118000 - 0x7fff8913fff7 libPng.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff89140000 - 0x7fff89142ff3 libRadiance.dylib (1599.10.2) <037D95B4-82A7-3A59-B3EB-0FF0977CF7A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff89143000 - 0x7fff89191fff libTIFF.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff892ef000 - 0x7fff89ef7ff3 com.apple.JavaScriptCore (12603 - 12603.2.4) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff89ef8000 - 0x7fff89f11ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8a6f0000 - 0x7fff8a74bfff com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff8b034000 - 0x7fff8b03cfff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8b213000 - 0x7fff8b21bff7 libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8b21c000 - 0x7fff8b26aff3 com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8b26b000 - 0x7fff8b284ffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8b285000 - 0x7fff8b290ff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8b291000 - 0x7fff8b293fff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8b294000 - 0x7fff8b297ff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8b298000 - 0x7fff8b29cfff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8b29d000 - 0x7fff8b2a6ff7 libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8b2a7000 - 0x7fff8b2b2fff libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8b2b3000 - 0x7fff8b2efff7 libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8b2f0000 - 0x7fff8b466ff3 libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff8b467000 - 0x7fff8b4a8ff7 libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8be10000 - 0x7fff8be1efff com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8c970000 - 0x7fff8cb70fff com.apple.QuartzCore (1.11 - 453.39.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8d0d7000 - 0x7fff8d3d9ff7 com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8d3da000 - 0x7fff8d44ffff com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8d47a000 - 0x7fff8d47dff3 com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8d804000 - 0x7fff8d873ff7 com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8dc23000 - 0x7fff8efa9ff3 com.apple.WebCore (12603 - 12603.2.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8efaa000 - 0x7fff8f196ff7 com.apple.WebKitLegacy (12603 - 12603.2.4) <8471B2BB-79A1-3214-B195-167063D5CFD5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff8f197000 - 0x7fff8f542ffb com.apple.WebKit (12603 - 12603.2.4) <1CF8B545-5910-31BC-AA29-F89ADFD919F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff900f2000 - 0x7fff90114ffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff90115000 - 0x7fff90124feb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff90218000 - 0x7fff902a397f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff906d6000 - 0x7fff90754ff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff913df000 - 0x7fff91406ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff91d2b000 - 0x7fff91d34ffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff9247c000 - 0x7fff9248cfff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff927c7000 - 0x7fff927f7ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff92a88000 - 0x7fff92b17ff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff92b18000 - 0x7fff92c57fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff92c58000 - 0x7fff92d28ff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff92d78000 - 0x7fff92dddff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff92dde000 - 0x7fff92decff7 com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff92e5e000 - 0x7fff92e68ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff92e69000 - 0x7fff92e6dff3 com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff92ea3000 - 0x7fff92f18ffb com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff92f54000 - 0x7fff92f93fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff92f94000 - 0x7fff930a5fff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9338d000 - 0x7fff937beff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff94b15000 - 0x7fff94b15fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff94b22000 - 0x7fff94b2dff3 libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff94de6000 - 0x7fff94e02fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff95513000 - 0x7fff95589ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff95ba4000 - 0x7fff95babffb com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff95bad000 - 0x7fff95bc1ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff95bc2000 - 0x7fff95be4fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff95ccb000 - 0x7fff95e82fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff967a3000 - 0x7fff9681cff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff96996000 - 0x7fff969beff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff96a70000 - 0x7fff96a7bfff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff97353000 - 0x7fff97394ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff97a7c000 - 0x7fff97a96fff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff97aaf000 - 0x7fff97ad2ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff9882b000 - 0x7fff988b8fff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff988d9000 - 0x7fff98b3ffef com.apple.SkyLight (1.600.0 - 170.3) <83AB220F-48C0-3063-8ED3-ACDB69243B4D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff98d1e000 - 0x7fff98d2aff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff99416000 - 0x7fff9948afdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff998c9000 - 0x7fff998cfff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9995b000 - 0x7fff99a21ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff99a95000 - 0x7fff99a96fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff99a97000 - 0x7fff99c27ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff9acd8000 - 0x7fff9acdaffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9ad2f000 - 0x7fff9ad4aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff9ad4b000 - 0x7fff9ad56fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fff9ade8000 - 0x7fff9ade9ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9adea000 - 0x7fff9affdfff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fff9b021000 - 0x7fff9b021fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fff9b022000 - 0x7fff9b026ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fff9b027000 - 0x7fff9b028ffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fff9b094000 - 0x7fff9b0bfff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fff9b0c0000 - 0x7fff9b13cfc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fff9b140000 - 0x7fff9b140ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fff9b141000 - 0x7fff9b151ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fff9b152000 - 0x7fff9b160ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fff9b161000 - 0x7fff9b1b7ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fff9b1b8000 - 0x7fff9b1e2fff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fff9b1e3000 - 0x7fff9b1f3ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fff9b1f4000 - 0x7fff9b20afcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fff9b20b000 - 0x7fff9b20bff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fff9b20c000 - 0x7fff9b20dff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff9b20e000 - 0x7fff9b2c6ff7 libcrypto.0.9.7.dylib (106) <7EBF1BF9-EE33-3795-90EA-134E88F8A5B7> /usr/lib/libcrypto.0.9.7.dylib
0x7fff9b2c7000 - 0x7fff9b3acff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fff9b54a000 - 0x7fff9b59dff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fff9b5ef000 - 0x7fff9b5f6ff3 libdscsym.dylib (148.3) <63492BDA-33A8-31DE-90E8-A3D44F07EB9C> /usr/lib/libdscsym.dylib
0x7fff9b618000 - 0x7fff9b618fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fff9b628000 - 0x7fff9b62dff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fff9b62e000 - 0x7fff9b720ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fff9b721000 - 0x7fff9b946ffb libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
0x7fff9b94c000 - 0x7fff9b94dfff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fff9b94e000 - 0x7fff9b967ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fff9b968000 - 0x7fff9b97eff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fff9b97f000 - 0x7fff9bc27ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fff9bc5a000 - 0x7fff9bcd4ff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fff9bcd5000 - 0x7fff9c0a7047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib
0x7fff9c0aa000 - 0x7fff9c0aefff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fff9c0af000 - 0x7fff9c0e0fff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fff9c0fd000 - 0x7fff9c119ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fff9c167000 - 0x7fff9c168ff3 libspindump.dylib (231.3) /usr/lib/libspindump.dylib
0x7fff9c169000 - 0x7fff9c2b6ff7 libsqlite3.dylib (254.7) <07CD6DE3-394D-3C6A-A4B4-4CAB1054A041> /usr/lib/libsqlite3.dylib
0x7fff9c3ab000 - 0x7fff9c3b8fff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fff9c3b9000 - 0x7fff9c4a8ffb libxml2.2.dylib (30.16) /usr/lib/libxml2.2.dylib
0x7fff9c4a9000 - 0x7fff9c4d2fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fff9c4d3000 - 0x7fff9c4e4ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fff9c4f3000 - 0x7fff9c4f7ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fff9c4f8000 - 0x7fff9c502fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fff9c503000 - 0x7fff9c50afff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fff9c50b000 - 0x7fff9c513fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fff9c514000 - 0x7fff9c597fdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fff9c598000 - 0x7fff9c5c9fff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fff9c5ca000 - 0x7fff9c5cfffb libdyld.dylib (433.5) /usr/lib/system/libdyld.dylib
0x7fff9c5d0000 - 0x7fff9c5d0ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fff9c5d1000 - 0x7fff9c5ddffb libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
0x7fff9c5de000 - 0x7fff9c5defff liblaunch.dylib (972.60.2) /usr/lib/system/liblaunch.dylib
0x7fff9c5df000 - 0x7fff9c5e4ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fff9c5e5000 - 0x7fff9c5e7ff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fff9c5e8000 - 0x7fff9c5e9ffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fff9c5ea000 - 0x7fff9c602ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fff9c603000 - 0x7fff9c603ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fff9c604000 - 0x7fff9c691fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fff9c692000 - 0x7fff9c695ffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fff9c696000 - 0x7fff9c699fff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fff9c69a000 - 0x7fff9c6b2fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fff9c6b3000 - 0x7fff9c6b9fff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fff9c6ba000 - 0x7fff9c6e3ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fff9c6e4000 - 0x7fff9c706ff7 libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
0x7fff9c707000 - 0x7fff9c74efe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fff9c74f000 - 0x7fff9c76dff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fff9c76e000 - 0x7fff9c7c7ffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fff9c7c8000 - 0x7fff9c7d1ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff9c7d2000 - 0x7fff9c7dbff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fff9c7dc000 - 0x7fff9c7e4fe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fff9c7e5000 - 0x7fff9c7efff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fff9c7f0000 - 0x7fff9c7f3ff7 libsystem_sandbox.dylib (592.60.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff9c7f4000 - 0x7fff9c7f5ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fff9c7f6000 - 0x7fff9c7fdffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fff9c7fe000 - 0x7fff9c811ff7 libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
0x7fff9c812000 - 0x7fff9c817ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fff9c818000 - 0x7fff9c841ff7 libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /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: 20649
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 2
Activity Tracing 256K 2
CG backing stores 1460K 4
CG image 20K 6
CoreAnimation 32K 4
CoreData Object IDs 4100K 3
CoreUI image data 628K 6
CoreUI image file 312K 6
Foundation 4K 2
IOKit 16K 3
Kernel Alloc Once 8K 2
MALLOC 119.0M 40
MALLOC guard page 48K 10
Memory Tag 242 12K 2
Memory Tag 251 44K 2
SQLite page cache 128K 2
STACK GUARD 56.0M 10
Stack 12.1M 10
VM_ALLOCATE 100K 14
__DATA 34.4M 227
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 116.2M 9
__TEXT 193.3M 226
__UNICODE 556K 2
mapped file 48.9M 17
shared memory 16.4M 13
=========== ======= =======
TOTAL 606.9M 601

Model: MacBookPro11,3, BootROM MBP112.0138.B25, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
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.126.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: USB3.0 Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB2.0 Hub
USB Device: ErgoDox EZ
USB Device: Hub
USB Device: 2.4G Wireless Mouse
USB Device: HD Pro Webcam C920
USB Device: Audioengine D1
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

</details>
@Maubh
Copy link

Maubh commented Jul 13, 2017

This problems happens to me too. I can't open the Sketch Toolbox.

@crock
Copy link

crock commented Jul 13, 2017

Same issue here (MBP 2016 touchbar)

@sfacets
Copy link

sfacets commented Jul 16, 2017

Same issue, iMac late 2013, Sierra

@sfacets
Copy link

sfacets commented Jul 16, 2017

Process: Sketch Toolbox [29566]
Path: /Applications/Sketch Toolbox.app/Contents/MacOS/Sketch Toolbox
Identifier: uz.shahr.Sketch-Toolbox
Version: 0.5.1 (051)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Sketch Toolbox [29566]
User ID: 501

Date/Time: 2017-07-17 09:34:51.294 +1000
OS Version: Mac OS X 10.12.5 (16F73)
Report Version: 12
Anonymous UUID: BDEC1A6A-C7B2-3A6C-EC65-2C8C59CA2AB6

Sleep/Wake UUID: 96E31037-C464-4E89-A4A4-8F8F7732D44A

Time Awake Since Boot: 41000 seconds
Time Since Wake: 3700 seconds

System Integrity Protection: enabled

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: Invalid parameter not satisfying: aString != nil

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fffcd7672cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fffe257248d objc_exception_throw + 48
2 CoreFoundation 0x00007fffcd76c042 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fffcf1b4c80 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fffcb204dcd -[NSCell _objectValue:forString:errorDescription:] + 177
5 AppKit 0x00007fffcb204c72 -[NSCell setStringValue:] + 41
6 AppKit 0x00007fffcb2b391e -[NSControl setStringValue:] + 135
7 Sketch Toolbox 0x000000010cc41eeb Sketch Toolbox + 28395
8 Sketch Toolbox 0x000000010cc5291f Sketch Toolbox + 96543
9 AppKit 0x00007fffcb2ec600 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 76
10 AppKit 0x00007fffcb2ebfd7 -[NSTableRowData _addViewToRowView:atColumn:row:] + 308
11 AppKit 0x00007fffcb2ebd1b -[NSTableRowData _addViewsToRowView:atRow:] + 204
12 AppKit 0x00007fffcb2ea4bf -[NSTableRowData _initializeRowView:atRow:] + 390
13 AppKit 0x00007fffcb2e8ac5 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 398
14 AppKit 0x00007fffcb2e8880 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 316
15 AppKit 0x00007fffcb2e75b3 -[NSTableRowData _unsafeUpdateVisibleRowEntries] + 1647
16 AppKit 0x00007fffcb2e6ea6 -[NSTableRowData updateVisibleRowViews] + 232
17 AppKit 0x00007fffcb2e67ea -[NSTableView layout] + 178
18 AppKit 0x00007fffcba56246 _NSViewLayout + 450
19 AppKit 0x00007fffcb287513 -[NSView _doLayout] + 126
20 AppKit 0x00007fffcb287098 -[NSView _layoutSubtreeWithOldSize:] + 497
21 AppKit 0x00007fffcb287366 -[NSView _layoutSubtreeWithOldSize:] + 1215
22 AppKit 0x00007fffcb287366 -[NSView _layoutSubtreeWithOldSize:] + 1215
23 AppKit 0x00007fffcb287366 -[NSView _layoutSubtreeWithOldSize:] + 1215
24 AppKit 0x00007fffcb287366 -[NSView _layoutSubtreeWithOldSize:] + 1215
25 AppKit 0x00007fffcba5c95b -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 1516
26 AppKit 0x00007fffcb2a5869 -[NSWindow(NSConstraintBasedLayout) _layoutViewTree] + 163
27 AppKit 0x00007fffcb314c2e -[NSWindow(NSConstraintBasedLayout) layoutIfNeeded] + 269
28 AppKit 0x00007fffcba86b09 ___NSWindowGetDisplayCycleObserver_block_invoke.6222 + 67
29 AppKit 0x00007fffcb3263b9 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 454
30 QuartzCore 0x00007fffd3209da6 _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 46
31 QuartzCore 0x00007fffd33138d8 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 160
32 QuartzCore 0x00007fffd3208881 _ZN2CA11Transaction6commitEv + 475
33 AppKit 0x00007fffcb6098b1 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 323
34 CoreFoundation 0x00007fffcd6fcd37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
35 CoreFoundation 0x00007fffcd6fcca7 __CFRunLoopDoObservers + 391
36 CoreFoundation 0x00007fffcd6dd6d9 __CFRunLoopRun + 873
37 CoreFoundation 0x00007fffcd6dd114 CFRunLoopRunSpecific + 420
38 HIToolbox 0x00007fffccc3eebc RunCurrentEventLoopInMode + 240
39 HIToolbox 0x00007fffccc3ebf9 ReceiveNextEventCommon + 184
40 HIToolbox 0x00007fffccc3eb26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
41 AppKit 0x00007fffcb1d7a54 _DPSNextEvent + 1120
42 AppKit 0x00007fffcb9537ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
43 AppKit 0x00007fffcb1cc3db -[NSApplication run] + 926
44 AppKit 0x00007fffcb196e0e NSApplicationMain + 1237
45 libdyld.dylib 0x00007fffe2e57235 start + 1
46 ??? 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fffcb53644e -[NSApplication _crashOnException:] + 109
1 com.apple.AppKit 0x00007fffcb609a32 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 708
2 com.apple.CoreFoundation 0x00007fffcd6fcd37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
3 com.apple.CoreFoundation 0x00007fffcd6fcca7 __CFRunLoopDoObservers + 391
4 com.apple.CoreFoundation 0x00007fffcd6dd6d9 __CFRunLoopRun + 873
5 com.apple.CoreFoundation 0x00007fffcd6dd114 CFRunLoopRunSpecific + 420
6 com.apple.HIToolbox 0x00007fffccc3eebc RunCurrentEventLoopInMode + 240
7 com.apple.HIToolbox 0x00007fffccc3ebf9 ReceiveNextEventCommon + 184
8 com.apple.HIToolbox 0x00007fffccc3eb26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
9 com.apple.AppKit 0x00007fffcb1d7a54 _DPSNextEvent + 1120
10 com.apple.AppKit 0x00007fffcb9537ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
11 com.apple.AppKit 0x00007fffcb1cc3db -[NSApplication run] + 926
12 com.apple.AppKit 0x00007fffcb196e0e NSApplicationMain + 1237
13 libdyld.dylib 0x00007fffe2e57235 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fffe2f8644e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe307048e _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffe307007d start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fffe2f8644e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe3070621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe307007d start_wqthread + 13

Thread 3:
0 libsystem_pthread.dylib 0x00007fffe3070070 start_wqthread + 0
1 ??? 0x000000010ccca000 0 + 4509704192

Thread 4:
0 libsystem_kernel.dylib 0x00007fffe2f8644e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe3070621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe307007d start_wqthread + 13

Thread 5:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fffe2f7e34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe2f7d797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffcd6de434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffcd6dd8c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffcd6dd114 CFRunLoopRunSpecific + 420
5 com.apple.CFNetwork 0x00007fffcc81b734 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6 com.apple.Foundation 0x00007fffcf100b3d NSThread__start + 1243
7 libsystem_pthread.dylib 0x00007fffe307093b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffe3070887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffe307008d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007f81b58d1600 rbx: 0x0000610000248820 rcx: 0x0000000000000001 rdx: 0x0000000000000000
rdi: 0x0000610000264b00 rsi: 0x0000000000001307 rbp: 0x00007fff52fc3430 rsp: 0x00007fff52fc3420
r8: 0x0000000008000100 r9: 0x0000000000000000 r10: 0x00007fffe86f9190 r11: 0x00000000000019ff
r12: 0x00007fffcbe0100c r13: 0xad61f0b8a7de00ed r14: 0x00007fffe2564040 r15: 0x00006100001241a0
rip: 0x00007fffcb53644e rfl: 0x0000000000010202 cr2: 0x00007f81b58d2e08

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

Binary Images:
0x10cc3b000 - 0x10cc5cff7 +uz.shahr.Sketch-Toolbox (0.5.1 - 051) <94EB61EA-E0B1-395C-AED8-241E96AB5DDF> /Applications/Sketch Toolbox.app/Contents/MacOS/Sketch Toolbox
0x10cc6a000 - 0x10cc81fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Sketch Toolbox.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10cf43000 - 0x10cf80dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x111321000 - 0x1114c7fff GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x111506000 - 0x111530fff GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fffc8308000 - 0x7fffc864dff7 com.apple.RawCamera.bundle (7.03 - 912) <1476F375-6C4B-382A-ABDB-99B7DCBF4F6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fffc8c5a000 - 0x7fffc94a7fff com.apple.GeForceGLDriver (10.17.5 - 10.1.7) <727854BD-C406-32DB-AD5F-D36CADEDA452> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fffc94a8000 - 0x7fffc9d6dff3 libclh.dylib (4.0.3 - 4.0.3) <3806B7BF-F4F9-34C9-84FE-64256AA9D84C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fffc9d6e000 - 0x7fffc9e7eff7 com.apple.GeForceMTLDriver (10.17.5 - 10.1.7) /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fffca1b3000 - 0x7fffca1b3fff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffca1b4000 - 0x7fffca1cbffb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fffca1cc000 - 0x7fffca6e5feb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffca6e6000 - 0x7fffca857ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffca858000 - 0x7fffca86cffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffca86d000 - 0x7fffcac63fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffcac64000 - 0x7fffcac7afff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffcac7b000 - 0x7fffcac81fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffcac82000 - 0x7fffcac96ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffcac97000 - 0x7fffcae1efe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffcae1f000 - 0x7fffcaed1fff libvMisc.dylib (600.60.1) <98F27D2D-E5DD-38EF-8747-0C4DE821A23D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffcaed2000 - 0x7fffcaed2fff 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
0x7fffcb191000 - 0x7fffcbf6aff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffcbf7c000 - 0x7fffcbf7cfff com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffcbf7d000 - 0x7fffcbfebff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffcc085000 - 0x7fffcc1b4ff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffcc1b5000 - 0x7fffcc1fffff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffcc25c000 - 0x7fffcc28ffff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffcc2fc000 - 0x7fffcc3a6ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffcc3a7000 - 0x7fffcc3f8fff com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffcc3f9000 - 0x7fffcc408ff3 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
0x7fffcc409000 - 0x7fffcc456fff 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
0x7fffcc457000 - 0x7fffcc492fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffcc493000 - 0x7fffcc49efff 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
0x7fffcc49f000 - 0x7fffcc6abfff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffcc6ac000 - 0x7fffcc6acfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffcc815000 - 0x7fffccbeffff com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffccc09000 - 0x7fffccc09fff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffccc0a000 - 0x7fffccc0dfff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffccc0e000 - 0x7fffccf17fff com.apple.HIToolbox (2.1.1 - 857.8) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffccf18000 - 0x7fffccf1bff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffccf1c000 - 0x7fffccf21fff 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
0x7fffccf22000 - 0x7fffccfb9ff3 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
0x7fffccfba000 - 0x7fffccfd4fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffccfd5000 - 0x7fffccfd6ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffccfd7000 - 0x7fffccfd9ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffccfda000 - 0x7fffccfe0ff7 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
0x7fffcd0c1000 - 0x7fffcd0c1fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffcd20b000 - 0x7fffcd298fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffcd299000 - 0x7fffcd2acfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffcd2ad000 - 0x7fffcd5a8fff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffcd5a9000 - 0x7fffcd655ff7 com.apple.CoreDisplay (1.0 - 1) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffcd656000 - 0x7fffcdaefff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffcdaf0000 - 0x7fffce172fff com.apple.CoreGraphics (2.0 - 1070.22) <78E7C882-837D-3CC3-B221-767B999873CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffce173000 - 0x7fffce3b6ffb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffce51b000 - 0x7fffce51bfff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffce51c000 - 0x7fffce56dfff 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
0x7fffce56e000 - 0x7fffce849ff7 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
0x7fffce84a000 - 0x7fffce87dfff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffce87e000 - 0x7fffce886ff3 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
0x7fffce887000 - 0x7fffce9f3ff7 com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffce9f4000 - 0x7fffceaa4ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffceaa5000 - 0x7fffceb04fff com.apple.CoreServices.OSServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffceb05000 - 0x7fffceb75fff 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
0x7fffceb76000 - 0x7fffcebbbff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffcec44000 - 0x7fffced91ffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffced92000 - 0x7fffcedc7ff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffcedc8000 - 0x7fffcee39ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffcef37000 - 0x7fffcef3cfff com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffcf0ce000 - 0x7fffcf474ff3 com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffcf4a0000 - 0x7fffcf4d1ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffcf591000 - 0x7fffcf634ffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffcf635000 - 0x7fffcf6cbff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffcf6cc000 - 0x7fffcf6d2ffb com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffcf725000 - 0x7fffcf885fef com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <87AA4D39-0AFC-3A34-98EF-02710E2BF3CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffcf886000 - 0x7fffcf88afff libGIF.dylib (1599.10.2) <6ED05614-1301-3452-943B-118F00F20C8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffcf88b000 - 0x7fffcf97bff7 libJP2.dylib (1599.10.2) <72C00423-55F0-3CAD-B198-EF00950791E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffcf97c000 - 0x7fffcf99fffb libJPEG.dylib (1599.10.2) <78945614-990F-3705-A91C-46F717F7C635> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffcf9a0000 - 0x7fffcf9c7ff7 libPng.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffcf9c8000 - 0x7fffcf9caff3 libRadiance.dylib (1599.10.2) <037D95B4-82A7-3A59-B3EB-0FF0977CF7A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffcf9cb000 - 0x7fffcfa19fff libTIFF.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffcfb77000 - 0x7fffd077fff3 com.apple.JavaScriptCore (12603 - 12603.2.4) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffd0780000 - 0x7fffd0799ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffd0f78000 - 0x7fffd0fd3fff com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffd18bc000 - 0x7fffd18c4fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffd1a9b000 - 0x7fffd1aa3ff7 libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffd1aa4000 - 0x7fffd1af2ff3 com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffd1af3000 - 0x7fffd1b0cffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffd1b0d000 - 0x7fffd1b18ff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffd1b19000 - 0x7fffd1b1bfff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffd1b1c000 - 0x7fffd1b1fff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffd1b20000 - 0x7fffd1b24fff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffd1b25000 - 0x7fffd1b2eff7 libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffd1b2f000 - 0x7fffd1b3afff libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffd1b3b000 - 0x7fffd1b77ff7 libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffd1b78000 - 0x7fffd1ceeff3 libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffd1cef000 - 0x7fffd1d30ff7 libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffd2698000 - 0x7fffd26a6fff com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffd31f8000 - 0x7fffd33f8fff com.apple.QuartzCore (1.11 - 453.39.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffd395f000 - 0x7fffd3c61ff7 com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffd3c62000 - 0x7fffd3cd7fff com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffd3d02000 - 0x7fffd3d05ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffd408c000 - 0x7fffd40fbff7 com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffd44ab000 - 0x7fffd5831ff3 com.apple.WebCore (12603 - 12603.2.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fffd5832000 - 0x7fffd5a1eff7 com.apple.WebKitLegacy (12603 - 12603.2.4) <8471B2BB-79A1-3214-B195-167063D5CFD5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fffd5a1f000 - 0x7fffd5dcaffb com.apple.WebKit (12603 - 12603.2.4) <1CF8B545-5910-31BC-AA29-F89ADFD919F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fffd697a000 - 0x7fffd699cffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffd699d000 - 0x7fffd69acfeb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffd6aa0000 - 0x7fffd6b2b97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffd6f5e000 - 0x7fffd6fdcff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffd7c67000 - 0x7fffd7c8eff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffd85b3000 - 0x7fffd85bcffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffd8d04000 - 0x7fffd8d14fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffd904f000 - 0x7fffd907fff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffd9310000 - 0x7fffd939fff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffd93a0000 - 0x7fffd94dffe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffd94e0000 - 0x7fffd95b0ff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffd9600000 - 0x7fffd9665ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffd9666000 - 0x7fffd9674ff7 com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffd96e6000 - 0x7fffd96f0ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffd96f1000 - 0x7fffd96f5ff3 com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffd972b000 - 0x7fffd97a0ffb com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffd97dc000 - 0x7fffd981bfff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffd981c000 - 0x7fffd992dfff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffd9c15000 - 0x7fffda046ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffdb39d000 - 0x7fffdb39dfff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffdb3aa000 - 0x7fffdb3b5ff3 libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffdb66e000 - 0x7fffdb68afff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffdbd9b000 - 0x7fffdbe11ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffdc42c000 - 0x7fffdc433ffb com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffdc435000 - 0x7fffdc449ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffdc44a000 - 0x7fffdc46cfff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffdc553000 - 0x7fffdc70afff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffdd02b000 - 0x7fffdd0a4ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffdd21e000 - 0x7fffdd246ff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffdd2f8000 - 0x7fffdd303fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffddbdb000 - 0x7fffddc1cff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffde304000 - 0x7fffde31efff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffde337000 - 0x7fffde35aff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffdf0b3000 - 0x7fffdf140fff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffdf161000 - 0x7fffdf3c7fef com.apple.SkyLight (1.600.0 - 170.3) <83AB220F-48C0-3063-8ED3-ACDB69243B4D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffdf5a6000 - 0x7fffdf5b2ff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffdfc9e000 - 0x7fffdfd12fdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffe0151000 - 0x7fffe0157ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffe01e3000 - 0x7fffe02a9ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffe031d000 - 0x7fffe031efff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffe031f000 - 0x7fffe04afff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffe1560000 - 0x7fffe1562ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffe15b7000 - 0x7fffe15d2ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffe15d3000 - 0x7fffe15defff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffe1670000 - 0x7fffe1671ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffe1672000 - 0x7fffe1885fff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffe18a9000 - 0x7fffe18a9fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffe18aa000 - 0x7fffe18aeffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffe18af000 - 0x7fffe18b0ffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fffe191c000 - 0x7fffe1947ff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fffe1948000 - 0x7fffe19c4fc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffe19c8000 - 0x7fffe19c8ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffe19c9000 - 0x7fffe19d9ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffe19da000 - 0x7fffe19e8ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fffe19e9000 - 0x7fffe1a3fff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffe1a40000 - 0x7fffe1a6afff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fffe1a6b000 - 0x7fffe1a7bffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffe1a7c000 - 0x7fffe1a92fcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffe1a93000 - 0x7fffe1a93ff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffe1a94000 - 0x7fffe1a95ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffe1a96000 - 0x7fffe1b4eff7 libcrypto.0.9.7.dylib (106) <7EBF1BF9-EE33-3795-90EA-134E88F8A5B7> /usr/lib/libcrypto.0.9.7.dylib
0x7fffe1b4f000 - 0x7fffe1c34ff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffe1dd2000 - 0x7fffe1e25ff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffe1e77000 - 0x7fffe1e7eff3 libdscsym.dylib (148.3) <63492BDA-33A8-31DE-90E8-A3D44F07EB9C> /usr/lib/libdscsym.dylib
0x7fffe1ea0000 - 0x7fffe1ea0fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffe1eb0000 - 0x7fffe1eb5ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffe1eb6000 - 0x7fffe1fa8ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffe1fa9000 - 0x7fffe21ceffb libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
0x7fffe21d4000 - 0x7fffe21d5fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffe21d6000 - 0x7fffe21efffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffe21f0000 - 0x7fffe2206ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffe2207000 - 0x7fffe24afff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffe24e2000 - 0x7fffe255cff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffe255d000 - 0x7fffe292f047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib
0x7fffe2932000 - 0x7fffe2936fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffe2937000 - 0x7fffe2968fff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fffe2985000 - 0x7fffe29a1ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffe29ef000 - 0x7fffe29f0ff3 libspindump.dylib (231.3) /usr/lib/libspindump.dylib
0x7fffe29f1000 - 0x7fffe2b3eff7 libsqlite3.dylib (254.7) <07CD6DE3-394D-3C6A-A4B4-4CAB1054A041> /usr/lib/libsqlite3.dylib
0x7fffe2c33000 - 0x7fffe2c40fff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffe2c41000 - 0x7fffe2d30ffb libxml2.2.dylib (30.16) /usr/lib/libxml2.2.dylib
0x7fffe2d31000 - 0x7fffe2d5afff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffe2d5b000 - 0x7fffe2d6cff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffe2d7b000 - 0x7fffe2d7fff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffe2d80000 - 0x7fffe2d8afff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffe2d8b000 - 0x7fffe2d92fff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffe2d93000 - 0x7fffe2d9bfff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffe2d9c000 - 0x7fffe2e1ffdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffe2e20000 - 0x7fffe2e51fff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffe2e52000 - 0x7fffe2e57ffb libdyld.dylib (433.5) /usr/lib/system/libdyld.dylib
0x7fffe2e58000 - 0x7fffe2e58ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffe2e59000 - 0x7fffe2e65ffb libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
0x7fffe2e66000 - 0x7fffe2e66fff liblaunch.dylib (972.60.2) /usr/lib/system/liblaunch.dylib
0x7fffe2e67000 - 0x7fffe2e6cff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffe2e6d000 - 0x7fffe2e6fff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffe2e70000 - 0x7fffe2e71ffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffe2e72000 - 0x7fffe2e8aff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffe2e8b000 - 0x7fffe2e8bff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffe2e8c000 - 0x7fffe2f19fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffe2f1a000 - 0x7fffe2f1dffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fffe2f1e000 - 0x7fffe2f21fff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffe2f22000 - 0x7fffe2f3afff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffe2f3b000 - 0x7fffe2f41fff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffe2f42000 - 0x7fffe2f6bff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffe2f6c000 - 0x7fffe2f8eff7 libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
0x7fffe2f8f000 - 0x7fffe2fd6fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffe2fd7000 - 0x7fffe2ff5ff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fffe2ff6000 - 0x7fffe304fffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffe3050000 - 0x7fffe3059ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fffe305a000 - 0x7fffe3063ff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffe3064000 - 0x7fffe306cfe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffe306d000 - 0x7fffe3077ff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fffe3078000 - 0x7fffe307bff7 libsystem_sandbox.dylib (592.60.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fffe307c000 - 0x7fffe307dff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffe307e000 - 0x7fffe3085ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffe3086000 - 0x7fffe3099ff7 libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
0x7fffe309a000 - 0x7fffe309fffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffe30a0000 - 0x7fffe30c9ff7 libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /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: 26979
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 4
Activity Tracing 256K 2
CG backing stores 1796K 6
CG image 20K 5
CoreAnimation 32K 4
CoreData Object IDs 4100K 3
CoreUI image data 628K 6
CoreUI image file 216K 6
Foundation 4K 2
Kernel Alloc Once 8K 2
MALLOC 82.6M 40
MALLOC guard page 48K 10
Memory Tag 242 12K 2
Memory Tag 251 44K 2
SQLite page cache 128K 3
STACK GUARD 56.0M 7
Stack 10.5M 7
VM_ALLOCATE 112K 14
__DATA 33.6M 222
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 114.4M 7
__TEXT 187.4M 224
__UNICODE 556K 2
mapped file 46.5M 17
shared memory 16.4M 13
=========== ======= =======
TOTAL 558.7M 588

@maba-media
Copy link

More one here with one unusable app. :(

@paulszro
Copy link

Same here, MBPr mid 2014, Sierra 10.12.5

@andrewux
Copy link

andrewux commented Jul 19, 2017

Another one here.

Process: Sketch Toolbox [1554]
Path: /Applications/Sketch Toolbox 2.app/Contents/MacOS/Sketch Toolbox
Identifier: uz.shahr.Sketch-Toolbox
Version: 0.5.1 (051)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Sketch Toolbox [1554]
User ID: 502

Date/Time: 2017-07-19 08:56:39.148 +0100
OS Version: Mac OS X 10.12.5 (16F73)
Report Version: 12
Anonymous UUID: 20D9EBE3-B612-D22D-8AF1-4542E1A1FCE0

Time Awake Since Boot: 440 seconds

System Integrity Protection: enabled

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: Invalid parameter not satisfying: aString != nil

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fffd0e3a2cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fffe5c4548d objc_exception_throw + 48
2 CoreFoundation 0x00007fffd0e3f042 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fffd2887c80 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
4 AppKit 0x00007fffce8d7dcd -[NSCell _objectValue:forString:errorDescription:] + 177
5 AppKit 0x00007fffce8d7c72 -[NSCell setStringValue:] + 41
6 AppKit 0x00007fffce98691e -[NSControl setStringValue:] + 135
7 Sketch Toolbox 0x0000000108a8feeb Sketch Toolbox + 28395
8 Sketch Toolbox 0x0000000108aa091f Sketch Toolbox + 96543
9 AppKit 0x00007fffce9bf600 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 76
10 AppKit 0x00007fffce9befd7 -[NSTableRowData _addViewToRowView:atColumn:row:] + 308
11 AppKit 0x00007fffce9bed1b -[NSTableRowData _addViewsToRowView:atRow:] + 204
12 AppKit 0x00007fffce9bd4bf -[NSTableRowData _initializeRowView:atRow:] + 390
13 AppKit 0x00007fffce9bbac5 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 398
14 AppKit 0x00007fffce9bb880 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 316
15 AppKit 0x00007fffce9ba5b3 -[NSTableRowData _unsafeUpdateVisibleRowEntries] + 1647
16 AppKit 0x00007fffce9b9ea6 -[NSTableRowData updateVisibleRowViews] + 232
17 AppKit 0x00007fffce9b97ea -[NSTableView layout] + 178
18 AppKit 0x00007fffcf129246 _NSViewLayout + 450
19 AppKit 0x00007fffce95a513 -[NSView _doLayout] + 126
20 AppKit 0x00007fffce95a098 -[NSView _layoutSubtreeWithOldSize:] + 497
21 AppKit 0x00007fffce95a366 -[NSView _layoutSubtreeWithOldSize:] + 1215
22 AppKit 0x00007fffce95a366 -[NSView _layoutSubtreeWithOldSize:] + 1215
23 AppKit 0x00007fffce95a366 -[NSView _layoutSubtreeWithOldSize:] + 1215
24 AppKit 0x00007fffce95a366 -[NSView _layoutSubtreeWithOldSize:] + 1215
25 AppKit 0x00007fffcf12f95b -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 1516
26 AppKit 0x00007fffce978869 -[NSWindow(NSConstraintBasedLayout) _layoutViewTree] + 163
27 AppKit 0x00007fffce9e7c2e -[NSWindow(NSConstraintBasedLayout) layoutIfNeeded] + 269
28 AppKit 0x00007fffcf159b09 ___NSWindowGetDisplayCycleObserver_block_invoke.6222 + 67
29 AppKit 0x00007fffce9f93b9 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 454
30 QuartzCore 0x00007fffd68dcda6 _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 46
31 QuartzCore 0x00007fffd69e68d8 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 160
32 QuartzCore 0x00007fffd68db881 _ZN2CA11Transaction6commitEv + 475
33 AppKit 0x00007fffcecdc8b1 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 323
34 CoreFoundation 0x00007fffd0dcfd37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
35 CoreFoundation 0x00007fffd0dcfca7 __CFRunLoopDoObservers + 391
36 CoreFoundation 0x00007fffd0db06d9 __CFRunLoopRun + 873
37 CoreFoundation 0x00007fffd0db0114 CFRunLoopRunSpecific + 420
38 HIToolbox 0x00007fffd0311ebc RunCurrentEventLoopInMode + 240
39 HIToolbox 0x00007fffd0311bf9 ReceiveNextEventCommon + 184
40 HIToolbox 0x00007fffd0311b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
41 AppKit 0x00007fffce8aaa54 _DPSNextEvent + 1120
42 AppKit 0x00007fffcf0267ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
43 AppKit 0x00007fffce89f3db -[NSApplication run] + 926
44 AppKit 0x00007fffce869e0e NSApplicationMain + 1237
45 libdyld.dylib 0x00007fffe652a235 start + 1
46 ??? 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.AppKit 0x00007fffcec0944e -[NSApplication _crashOnException:] + 109
1 com.apple.AppKit 0x00007fffcecdca32 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 708
2 com.apple.CoreFoundation 0x00007fffd0dcfd37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
3 com.apple.CoreFoundation 0x00007fffd0dcfca7 __CFRunLoopDoObservers + 391
4 com.apple.CoreFoundation 0x00007fffd0db06d9 __CFRunLoopRun + 873
5 com.apple.CoreFoundation 0x00007fffd0db0114 CFRunLoopRunSpecific + 420
6 com.apple.HIToolbox 0x00007fffd0311ebc RunCurrentEventLoopInMode + 240
7 com.apple.HIToolbox 0x00007fffd0311bf9 ReceiveNextEventCommon + 184
8 com.apple.HIToolbox 0x00007fffd0311b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
9 com.apple.AppKit 0x00007fffce8aaa54 _DPSNextEvent + 1120
10 com.apple.AppKit 0x00007fffcf0267ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
11 com.apple.AppKit 0x00007fffce89f3db -[NSApplication run] + 926
12 com.apple.AppKit 0x00007fffce869e0e NSApplicationMain + 1237
13 libdyld.dylib 0x00007fffe652a235 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe6743621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe6743621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe6743621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe6743621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe6743621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe6743621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe674348e _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fffe665944e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe674348e _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffe674307d start_wqthread + 13

Thread 9:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fffe665134a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe6650797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffd0db1434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffd0db08c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffd0db0114 CFRunLoopRunSpecific + 420
5 com.apple.CFNetwork 0x00007fffcfeee734 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6 com.apple.Foundation 0x00007fffd27d3b3d NSThread__start + 1243
7 libsystem_pthread.dylib 0x00007fffe674393b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffe6743887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffe674308d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fde2b93c200 rbx: 0x00006080000581b0 rcx: 0x0000000000000001 rdx: 0x0000000000000000
rdi: 0x0000608000261800 rsi: 0x0000000000001307 rbp: 0x00007fff571753b0 rsp: 0x00007fff571753a0
r8: 0x0000000008000100 r9: 0x0000000000000000 r10: 0x00007fffebdcc190 r11: 0x00000000000019ff
r12: 0x00007fffcf4d400c r13: 0x8996239886750041 r14: 0x00007fffe5c37040 r15: 0x0000600000124920
rip: 0x00007fffcec0944e rfl: 0x0000000000010206 cr2: 0x00007fde2a53d000

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

Binary Images:
0x108a89000 - 0x108aaaff7 +uz.shahr.Sketch-Toolbox (0.5.1 - 051) <94EB61EA-E0B1-395C-AED8-241E96AB5DDF> /Applications/Sketch Toolbox 2.app/Contents/MacOS/Sketch Toolbox
0x108abb000 - 0x108ad2fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Sketch Toolbox 2.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10d27d000 - 0x10d423fff GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10d462000 - 0x10d9bdff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.25.13 - 10.2.5) <2C0CF883-843A-3CCF-BE6C-2AA7DE5F4E61> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x10dbd0000 - 0x10dbfafff GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x10dc04000 - 0x10dc7cff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.25.13 - 10.2.5) <77FF34DB-2688-393A-BBBA-456DF3834B7F> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x117e28000 - 0x117e65dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x7fffcb9db000 - 0x7fffcbd20ff7 com.apple.RawCamera.bundle (7.03 - 912) <1476F375-6C4B-382A-ABDB-99B7DCBF4F6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fffcd886000 - 0x7fffcd886fff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffcd887000 - 0x7fffcd89effb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fffcd89f000 - 0x7fffcddb8feb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffcddb9000 - 0x7fffcdf2aff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffcdf2b000 - 0x7fffcdf3fffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffcdf40000 - 0x7fffce336fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffce337000 - 0x7fffce34dfff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffce34e000 - 0x7fffce354fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffce355000 - 0x7fffce369ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffce36a000 - 0x7fffce4f1fe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffce4f2000 - 0x7fffce5a4fff libvMisc.dylib (600.60.1) <98F27D2D-E5DD-38EF-8747-0C4DE821A23D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffce5a5000 - 0x7fffce5a5fff 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
0x7fffce864000 - 0x7fffcf63dff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffcf64f000 - 0x7fffcf64ffff com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffcf650000 - 0x7fffcf6beff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffcf758000 - 0x7fffcf887ff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffcf888000 - 0x7fffcf8d2fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffcf92f000 - 0x7fffcf962fff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffcf9cf000 - 0x7fffcfa79ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffcfa7a000 - 0x7fffcfacbfff com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffcfacc000 - 0x7fffcfadbff3 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
0x7fffcfadc000 - 0x7fffcfb29fff 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
0x7fffcfb2a000 - 0x7fffcfb65fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffcfb66000 - 0x7fffcfb71fff 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
0x7fffcfb72000 - 0x7fffcfd7efff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffcfd7f000 - 0x7fffcfd7ffff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffcfee8000 - 0x7fffd02c2fff com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffd02dc000 - 0x7fffd02dcfff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffd02dd000 - 0x7fffd02e0fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffd02e1000 - 0x7fffd05eafff com.apple.HIToolbox (2.1.1 - 857.8) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffd05eb000 - 0x7fffd05eeff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffd05ef000 - 0x7fffd05f4fff 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
0x7fffd05f5000 - 0x7fffd068cff3 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
0x7fffd068d000 - 0x7fffd06a7fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffd06a8000 - 0x7fffd06a9ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffd06aa000 - 0x7fffd06acff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffd06ad000 - 0x7fffd06b3ff7 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
0x7fffd0794000 - 0x7fffd0794fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffd08de000 - 0x7fffd096bfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffd096c000 - 0x7fffd097ffff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffd0980000 - 0x7fffd0c7bfff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffd0c7c000 - 0x7fffd0d28ff7 com.apple.CoreDisplay (1.0 - 1) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffd0d29000 - 0x7fffd11c2ff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffd11c3000 - 0x7fffd1845fff com.apple.CoreGraphics (2.0 - 1070.22) <78E7C882-837D-3CC3-B221-767B999873CE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffd1846000 - 0x7fffd1a89ffb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffd1bee000 - 0x7fffd1beefff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffd1bef000 - 0x7fffd1c40fff 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
0x7fffd1c41000 - 0x7fffd1f1cff7 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
0x7fffd1f1d000 - 0x7fffd1f50fff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffd1f51000 - 0x7fffd1f59ff3 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
0x7fffd1f5a000 - 0x7fffd20c6ff7 com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffd20c7000 - 0x7fffd2177ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffd2178000 - 0x7fffd21d7fff com.apple.CoreServices.OSServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffd21d8000 - 0x7fffd2248fff 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
0x7fffd2249000 - 0x7fffd228eff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffd2317000 - 0x7fffd2464ffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffd2465000 - 0x7fffd249aff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffd249b000 - 0x7fffd250cffb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffd260a000 - 0x7fffd260ffff com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffd27a1000 - 0x7fffd2b47ff3 com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffd2b73000 - 0x7fffd2ba4ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffd2c64000 - 0x7fffd2d07ffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffd2d08000 - 0x7fffd2d9eff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffd2d9f000 - 0x7fffd2da5ffb com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffd2df8000 - 0x7fffd2f58fef com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <87AA4D39-0AFC-3A34-98EF-02710E2BF3CA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffd2f59000 - 0x7fffd2f5dfff libGIF.dylib (1599.10.2) <6ED05614-1301-3452-943B-118F00F20C8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffd2f5e000 - 0x7fffd304eff7 libJP2.dylib (1599.10.2) <72C00423-55F0-3CAD-B198-EF00950791E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffd304f000 - 0x7fffd3072ffb libJPEG.dylib (1599.10.2) <78945614-990F-3705-A91C-46F717F7C635> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffd3073000 - 0x7fffd309aff7 libPng.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffd309b000 - 0x7fffd309dff3 libRadiance.dylib (1599.10.2) <037D95B4-82A7-3A59-B3EB-0FF0977CF7A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffd309e000 - 0x7fffd30ecfff libTIFF.dylib (1599.10.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffd324a000 - 0x7fffd3e52ff3 com.apple.JavaScriptCore (12603 - 12603.2.4) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffd3e53000 - 0x7fffd3e6cff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffd464b000 - 0x7fffd46a6fff com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffd4f8f000 - 0x7fffd4f97fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffd516e000 - 0x7fffd5176ff7 libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffd5177000 - 0x7fffd51c5ff3 com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffd51c6000 - 0x7fffd51dfffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffd51e0000 - 0x7fffd51ebff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffd51ec000 - 0x7fffd51eefff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffd51ef000 - 0x7fffd51f2ff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffd51f3000 - 0x7fffd51f7fff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffd51f8000 - 0x7fffd5201ff7 libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffd5202000 - 0x7fffd520dfff libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffd520e000 - 0x7fffd524aff7 libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffd524b000 - 0x7fffd53c1ff3 libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffd53c2000 - 0x7fffd5403ff7 libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffd5d6b000 - 0x7fffd5d79fff com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffd68cb000 - 0x7fffd6acbfff com.apple.QuartzCore (1.11 - 453.39.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffd7032000 - 0x7fffd7334ff7 com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffd7335000 - 0x7fffd73aafff com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffd73d5000 - 0x7fffd73d8ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffd775f000 - 0x7fffd77ceff7 com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffd7b7e000 - 0x7fffd8f04ff3 com.apple.WebCore (12603 - 12603.2.4) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fffd8f05000 - 0x7fffd90f1ff7 com.apple.WebKitLegacy (12603 - 12603.2.4) <8471B2BB-79A1-3214-B195-167063D5CFD5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fffd90f2000 - 0x7fffd949dffb com.apple.WebKit (12603 - 12603.2.4) <1CF8B545-5910-31BC-AA29-F89ADFD919F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fffda04d000 - 0x7fffda06fffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffda070000 - 0x7fffda07ffeb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffda173000 - 0x7fffda1fe97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffda631000 - 0x7fffda6afff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffdb33a000 - 0x7fffdb361ff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffdbc86000 - 0x7fffdbc8fffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffdc3d7000 - 0x7fffdc3e7fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffdc722000 - 0x7fffdc752ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffdc9e3000 - 0x7fffdca72ff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffdca73000 - 0x7fffdcbb2fe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffdcbb3000 - 0x7fffdcc83ff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffdccd3000 - 0x7fffdcd38ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffdcd39000 - 0x7fffdcd47ff7 com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffdcdb9000 - 0x7fffdcdc3ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffdcdc4000 - 0x7fffdcdc8ff3 com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffdcdfe000 - 0x7fffdce73ffb com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffdceaf000 - 0x7fffdceeefff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffdceef000 - 0x7fffdd000fff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffdd2e8000 - 0x7fffdd719ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffdea70000 - 0x7fffdea70fff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffdea7d000 - 0x7fffdea88ff3 libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffded41000 - 0x7fffded5dfff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffdf46e000 - 0x7fffdf4e4ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffdfaff000 - 0x7fffdfb06ffb com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffdfb08000 - 0x7fffdfb1cff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffdfb1d000 - 0x7fffdfb3ffff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffdfc26000 - 0x7fffdfdddfff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffe06fe000 - 0x7fffe0777ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffe08f1000 - 0x7fffe0919ff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffe09cb000 - 0x7fffe09d6fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffe12ae000 - 0x7fffe12efff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffe19d7000 - 0x7fffe19f1fff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffe1a0a000 - 0x7fffe1a2dff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffe2786000 - 0x7fffe2813fff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffe2834000 - 0x7fffe2a9afef com.apple.SkyLight (1.600.0 - 170.3) <83AB220F-48C0-3063-8ED3-ACDB69243B4D> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffe2c79000 - 0x7fffe2c85ff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffe3371000 - 0x7fffe33e5fdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffe3824000 - 0x7fffe382aff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffe38b6000 - 0x7fffe397cff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffe39f0000 - 0x7fffe39f1fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffe39f2000 - 0x7fffe3b82ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffe4c33000 - 0x7fffe4c35ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffe4c8a000 - 0x7fffe4ca5ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffe4ca6000 - 0x7fffe4cb1fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffe4d43000 - 0x7fffe4d44ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffe4d45000 - 0x7fffe4f58fff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffe4f7c000 - 0x7fffe4f7cfff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffe4f7d000 - 0x7fffe4f81ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffe4f82000 - 0x7fffe4f83ffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fffe4fef000 - 0x7fffe501aff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fffe501b000 - 0x7fffe5097fc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffe509b000 - 0x7fffe509bff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffe509c000 - 0x7fffe50acff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffe50ad000 - 0x7fffe50bbff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fffe50bc000 - 0x7fffe5112ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffe5113000 - 0x7fffe513dfff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fffe513e000 - 0x7fffe514effb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffe514f000 - 0x7fffe5165fcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffe5166000 - 0x7fffe5166ff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffe5167000 - 0x7fffe5168ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffe5169000 - 0x7fffe5221ff7 libcrypto.0.9.7.dylib (106) <7EBF1BF9-EE33-3795-90EA-134E88F8A5B7> /usr/lib/libcrypto.0.9.7.dylib
0x7fffe5222000 - 0x7fffe5307ff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffe54a5000 - 0x7fffe54f8ff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffe554a000 - 0x7fffe5551ff3 libdscsym.dylib (148.3) <63492BDA-33A8-31DE-90E8-A3D44F07EB9C> /usr/lib/libdscsym.dylib
0x7fffe5573000 - 0x7fffe5573fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffe5583000 - 0x7fffe5588ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffe5589000 - 0x7fffe567bff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffe567c000 - 0x7fffe58a1ffb libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
0x7fffe58a7000 - 0x7fffe58a8fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffe58a9000 - 0x7fffe58c2ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffe58c3000 - 0x7fffe58d9ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffe58da000 - 0x7fffe5b82ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffe5bb5000 - 0x7fffe5c2fff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffe5c30000 - 0x7fffe6002047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib
0x7fffe6005000 - 0x7fffe6009fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffe600a000 - 0x7fffe603bfff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fffe6058000 - 0x7fffe6074ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffe60c2000 - 0x7fffe60c3ff3 libspindump.dylib (231.3) /usr/lib/libspindump.dylib
0x7fffe60c4000 - 0x7fffe6211ff7 libsqlite3.dylib (254.7) <07CD6DE3-394D-3C6A-A4B4-4CAB1054A041> /usr/lib/libsqlite3.dylib
0x7fffe6306000 - 0x7fffe6313fff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffe6314000 - 0x7fffe6403ffb libxml2.2.dylib (30.16) /usr/lib/libxml2.2.dylib
0x7fffe6404000 - 0x7fffe642dfff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffe642e000 - 0x7fffe643fff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffe644e000 - 0x7fffe6452ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffe6453000 - 0x7fffe645dfff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffe645e000 - 0x7fffe6465fff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffe6466000 - 0x7fffe646efff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffe646f000 - 0x7fffe64f2fdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffe64f3000 - 0x7fffe6524fff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffe6525000 - 0x7fffe652affb libdyld.dylib (433.5) /usr/lib/system/libdyld.dylib
0x7fffe652b000 - 0x7fffe652bffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffe652c000 - 0x7fffe6538ffb libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
0x7fffe6539000 - 0x7fffe6539fff liblaunch.dylib (972.60.2) /usr/lib/system/liblaunch.dylib
0x7fffe653a000 - 0x7fffe653fff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffe6540000 - 0x7fffe6542ff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffe6543000 - 0x7fffe6544ffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffe6545000 - 0x7fffe655dff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffe655e000 - 0x7fffe655eff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffe655f000 - 0x7fffe65ecfef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffe65ed000 - 0x7fffe65f0ffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fffe65f1000 - 0x7fffe65f4fff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffe65f5000 - 0x7fffe660dfff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffe660e000 - 0x7fffe6614fff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffe6615000 - 0x7fffe663eff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffe663f000 - 0x7fffe6661ff7 libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
0x7fffe6662000 - 0x7fffe66a9fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffe66aa000 - 0x7fffe66c8ff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fffe66c9000 - 0x7fffe6722ffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffe6723000 - 0x7fffe672cff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fffe672d000 - 0x7fffe6736ff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffe6737000 - 0x7fffe673ffe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffe6740000 - 0x7fffe674aff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fffe674b000 - 0x7fffe674eff7 libsystem_sandbox.dylib (592.60.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fffe674f000 - 0x7fffe6750ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffe6751000 - 0x7fffe6758ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffe6759000 - 0x7fffe676cff7 libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
0x7fffe676d000 - 0x7fffe6772ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffe6773000 - 0x7fffe679cff7 libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /usr/lib/system/libxpc.dylib

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

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 2
Activity Tracing 256K 2
CG backing stores 2452K 5
CG image 44K 7
CoreAnimation 32K 4
CoreData Object IDs 4100K 3
CoreUI image data 628K 6
CoreUI image file 216K 6
Foundation 4K 2
Kernel Alloc Once 8K 2
MALLOC 131.4M 42
MALLOC guard page 48K 10
Memory Tag 242 12K 2
Memory Tag 251 44K 2
SQLite page cache 192K 3
STACK GUARD 56.0M 11
Stack 12.6M 11
VM_ALLOCATE 100K 16
__DATA 23.9M 222
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 116.2M 9
__TEXT 175.1M 223
__UNICODE 556K 2
mapped file 48.2M 18
shared memory 16.4M 17
=========== ======= =======
TOTAL 591.4M 605

Model: MacBookPro11,4, BootROM MBP114.0172.B16, 4 processors, Intel Core i7, 2.8 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, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.171.126.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Display Ethernet, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
PCI Card: Apple 57761-B0, Ethernet Controller, Thunderbolt@191,0,0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@190,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@194,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@194,0,1
PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@194,0,2
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: USB 2.0 Bus
USB Device: Hub
USB Device: USB-PS/2 Optical Mouse
USB Device: FaceTime HD Camera (Display)
USB Device: Apple Thunderbolt Display
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: Display Audio
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Thunderbolt Device: Thunderbolt Display, Apple Inc., 1, 26.2

@amparoGcalmaestra
Copy link

I Have the same problem....And I Need OPEN it!!....

@jiangzhibin
Copy link

"issue 81" solve it.

@amparoGcalmaestra
Copy link

Ok, but how do I open it to modify it? Nor gives me time, automatically closes .. does not give me a second.
Sorry to be so clumsy

@jiangzhibin
Copy link

@amparoGcalmaestra @pawelszroeder @xavierbarros @andrewux @crock @Maubh @sfacets @dericcain
I had modified the source code, and recompile a Sketch-Toolbox to fix this bug, you can download it on my github.
https://github.com/jiangzhibin/Sketch-Toolbox-app.git

@paulszro
Copy link

Any official update?

@dalemoore
Copy link

I just switched to using the Sketch Plugin Manager. https://mludowise.github.io/Sketch-Plugin-Manager/ Works better than this anyways and uses the official Sketch plugin repo.

@ghost ghost mentioned this issue Aug 3, 2017
@ghost
Copy link

ghost commented Aug 3, 2017

Also had this problem among others with this product. Started occurring after I chose an option to keep toolbox updated via dialog prompt and persisted after a first uninstall/reinstall—then stopped after uninstalling again, installing the Plugin Manager mentioned by @dalemoore and trying to open the manager again.

Here's my debug info in case it helps:

Also noticed the website for the toolbox links to a GH fork of this repo, of which Issues are disabled—weird, but okay. I don't have much confidence this tool will ever make it out of beta as a result.


For those landing here, the alternative suggestion (Sketch Plugin Manager) uses a web-based plugin search interface and integrates more seamlessly as it itself is a Plugin.


Environment info System
Darwin 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
Toolbox
Version 0.5.1 (051)

@Kielan
Copy link

Kielan commented Jul 13, 2018

very disappointing for sketch users, would be nice if there was an actual support site for issues like this or a notification that the company is abandoning this...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants