trufae / Therm

An iTerm2 fork with focus on minimalism and better defaults
GNU General Public License v2.0
300 stars 9 forks source link

Therm doesn't start #41

Closed adamkiss closed 6 years ago

adamkiss commented 6 years ago

Hello,

I installed therm with brew cask, and when I start it, the icon shows up in Dock and application bar changes to therm, but no windows show up. When I hit ⌘ + N to open a new window, application crashes with following exception:

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

Application Specific Information: Crashing on exception: *** NSRunStorage, _NSBlockNumberForIndex(): index (0) beyond array bounds (0)

Versions:

``` ❯ sw_vers; and brew -v ProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G1421 Homebrew 1.6.2-47-g9b56b13 Homebrew/homebrew-core (git revision ea3ba; last commit 2018-04-30) ```

I'd like to try this out, so let me know if you need any additional information. Thank you.

trufae commented 6 years ago

can you reproduce by building the code in git? because i can't. this is a null deref, but without having a backtrace or more details i cant guess what's about

On Mon, Apr 30, 2018 at 3:20 PM, Adam Kiss notifications@github.com wrote:

Hello,

I installed therm with brew cask, and when I start it, I see icon and application bar changes to therm, but no windows show up. When I hit ⌘ + N to open a new window, application crashes with following exception:

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

Application Specific Information: Crashing on exception: *** NSRunStorage, _NSBlockNumberForIndex(): index (0) beyond array bounds (0)

Versions:

❯ sw_vers; and brew -v ProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G1421 Homebrew 1.6.2-47-g9b56b13 Homebrew/homebrew-core (git revision ea3ba; last commit 2018-04-30)

I'd like to try this out, so let me know if you need any additional information. Thank you.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/trufae/Therm/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/AGIjG21Hqkw648EQNR--ah-2yy84zEQQks5ttw-JgaJpZM4Tskmy .

adamkiss commented 6 years ago

@trufae I can of course provide whatever logs you need, I just didn't want to start posting random logs over the internet, possibly without reason.

Trying to build git ^HEAD now.

Edit: build failed because of missing certificate. Edit: with my certificate (the free developer one), it built, but the same thing happened.

Console output

``` ** BUILD SUCCEEDED ** build/Development/Therm.app/Contents/MacOS/Therm 2018-04-30 21:38:05.205 Therm[21400:17986191] !!! _NSLayoutTreeGetBaselineOffsetForGlyphAtIndex invalid glyph index 0 2018-04-30 21:38:05.205 Therm[21400:17986191] *** NSRunStorage, _NSBlockNumberForIndex(): index (0) beyond array bounds (0) 2018-04-30 21:38:05.232 Therm[21400:17986191] !!! _NSLayoutTreeGetBaselineOffsetForGlyphAtIndex invalid glyph index 0 2018-04-30 21:38:05.232 Therm[21400:17986191] *** NSRunStorage, _NSBlockNumberForIndex(): index (0) beyond array bounds (0) 2018-04-30 21:38:05.263 Therm[21400:17986191] Not quitting iTerm2 because it ran very briefly and had no user interaction. Set the MinRunningTime float preference to 0 to turn this feature off. 2018-04-30 21:38:14.583 Therm[21400:17986191] !!! _NSLayoutTreeGetBaselineOffsetForGlyphAtIndex invalid glyph index 0 2018-04-30 21:38:14.583 Therm[21400:17986191] *** NSRunStorage, _NSBlockNumberForIndex(): index (0) beyond array bounds (0) 2018-04-30 21:38:14.586 Therm[21400:17986191] ( 0 CoreFoundation 0x00007fff8a994452 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff8f858f7e objc_exception_throw + 48 2 CoreFoundation 0x00007fff8a9fb41d +[NSException raise:format:] + 205 3 UIFoundation 0x00007fff908d6fa4 _NSBlockNumberForIndex + 84 4 UIFoundation 0x00007fff907feb6f -[NSLayoutManager textContainerForGlyphAtIndex:effectiveRange:] + 284 5 UIFoundation 0x00007fff9085fd76 -[NSTypesetter baselineOffsetInLayoutManager:glyphIndex:] + 880 6 UIFoundation 0x00007fff90912c62 -[NSATSTypesetter baselineOffsetInLayoutManager:glyphIndex:] + 644 7 UIFoundation 0x00007fff90912c29 -[NSATSTypesetter baselineOffsetInLayoutManager:glyphIndex:] + 587 8 Therm 0x000000010909e4f7 -[PTYFontInfo computedUnderlineOffset] + 391 9 Therm 0x000000010909e201 -[PTYFontInfo setFont:] + 209 10 Therm 0x00000001090b21fe -[PTYTextView setFont:nonAsciiFont:horizontalSpacing:verticalSpacing:] + 318 11 Therm 0x000000010906c48a -[PTYSession setScreenSize:parent:] + 1706 12 Therm 0x0000000109245dba -[PseudoTerminal setupSession:title:withSize:] + 2522 13 Therm 0x000000010924ce2f -[PseudoTerminal addSessionInNewTab:] + 191 14 Therm 0x000000010924bbf8 -[PseudoTerminal createTabWithProfile:withCommand:] + 1288 15 Therm 0x000000010916062f -[iTermController launchBookmark:inTerminal:withURL:hotkeyWindowType:makeKey:canActivate:command:block:] + 2751 16 Therm 0x000000010915f0fc -[iTermController launchBookmark:inTerminal:] + 124 17 Therm 0x0000000109159bfa -[iTermController newWindow:possiblyTmux:] + 426 18 Therm 0x0000000109274931 -[iTermApplicationDelegate newWindow:] + 193 19 libsystem_trace.dylib 0x00007fff9319407a _os_activity_initiate + 75 20 AppKit 0x00007fff895eddbd -[NSApplication sendAction:to:from:] + 460 21 AppKit 0x00007fff895edb57 -[NSMenuItem _corePerformAction] + 336 22 AppKit 0x00007fff895ed8b7 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114 23 libsystem_trace.dylib 0x00007fff9319407a _os_activity_initiate + 75 24 AppKit 0x00007fff895ec7a5 -[NSMenu performKeyEquivalent:] + 357 25 AppKit 0x00007fff895eb949 -[NSApplication _handleKeyEquivalent:] + 920 26 AppKit 0x00007fff895120fe -[NSApplication sendEvent:] + 4274 27 Therm 0x0000000108fdc8ac -[iTermApplication sendEvent:] + 348 28 AppKit 0x00007fff89378df2 -[NSApplication run] + 796 29 AppKit 0x00007fff89342368 NSApplicationMain + 1176 30 Therm 0x0000000108e59b5e main + 110 31 libdyld.dylib 0x00007fff953715ad start + 1 ) make: *** [run] Illegal instruction: 4 ```

"Send to apple" window contents

``` Process: Therm [21400] Path: /Users/USER/*/Therm.app/Contents/MacOS/Therm Identifier: com.pancake.therm Version: unknown (unknown) Code Type: X86-64 (Native) Parent Process: make [21381] Responsible: Terminal [21255] User ID: 502 Date/Time: 2018-04-30 21:38:14.599 +0200 OS Version: Mac OS X 10.11.6 (15G1421) Report Version: 11 Anonymous UUID: REDACTED Time Awake Since Boot: 1700000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Application Specific Information: Crashing on exception: *** NSRunStorage, _NSBlockNumberForIndex(): index (0) beyond array bounds (0) Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff8a994452 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff8f858f7e objc_exception_throw + 48 2 CoreFoundation 0x00007fff8a9fb41d +[NSException raise:format:] + 205 3 UIFoundation 0x00007fff908d6fa4 _NSBlockNumberForIndex + 84 4 UIFoundation 0x00007fff907feb6f -[NSLayoutManager textContainerForGlyphAtIndex:effectiveRange:] + 284 5 UIFoundation 0x00007fff9085fd76 -[NSTypesetter baselineOffsetInLayoutManager:glyphIndex:] + 880 6 UIFoundation 0x00007fff90912c62 -[NSATSTypesetter baselineOffsetInLayoutManager:glyphIndex:] + 644 7 UIFoundation 0x00007fff90912c29 -[NSATSTypesetter baselineOffsetInLayoutManager:glyphIndex:] + 587 8 Therm 0x000000010909e4f7 -[PTYFontInfo computedUnderlineOffset] + 391 9 Therm 0x000000010909e201 -[PTYFontInfo setFont:] + 209 10 Therm 0x00000001090b21fe -[PTYTextView setFont:nonAsciiFont:horizontalSpacing:verticalSpacing:] + 318 11 Therm 0x000000010906c48a -[PTYSession setScreenSize:parent:] + 1706 12 Therm 0x0000000109245dba -[PseudoTerminal setupSession:title:withSize:] + 2522 13 Therm 0x000000010924ce2f -[PseudoTerminal addSessionInNewTab:] + 191 14 Therm 0x000000010924bbf8 -[PseudoTerminal createTabWithProfile:withCommand:] + 1288 15 Therm 0x000000010916062f -[iTermController launchBookmark:inTerminal:withURL:hotkeyWindowType:makeKey:canActivate:command:block:] + 2751 16 Therm 0x000000010915f0fc -[iTermController launchBookmark:inTerminal:] + 124 17 Therm 0x0000000109159bfa -[iTermController newWindow:possiblyTmux:] + 426 18 Therm 0x0000000109274931 -[iTermApplicationDelegate newWindow:] + 193 19 libsystem_trace.dylib 0x00007fff9319407a _os_activity_initiate + 75 20 AppKit 0x00007fff895eddbd -[NSApplication sendAction:to:from:] + 460 21 AppKit 0x00007fff895edb57 -[NSMenuItem _corePerformAction] + 336 22 AppKit 0x00007fff895ed8b7 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114 23 libsystem_trace.dylib 0x00007fff9319407a _os_activity_initiate + 75 24 AppKit 0x00007fff895ec7a5 -[NSMenu performKeyEquivalent:] + 357 25 AppKit 0x00007fff895eb949 -[NSApplication _handleKeyEquivalent:] + 920 26 AppKit 0x00007fff895120fe -[NSApplication sendEvent:] + 4274 27 Therm 0x0000000108fdc8ac -[iTermApplication sendEvent:] + 348 28 AppKit 0x00007fff89378df2 -[NSApplication run] + 796 29 AppKit 0x00007fff89342368 NSApplicationMain + 1176 30 Therm 0x0000000108e59b5e main + 110 31 libdyld.dylib 0x00007fff953715ad start + 1 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.AppKit 0x00007fff8970ce6a -[NSApplication _crashOnException:] + 109 1 com.apple.AppKit 0x00007fff8970cdc4 -[NSApplication reportException:] + 140 2 com.apple.AppKit 0x00007fff89378e96 -[NSApplication run] + 960 3 com.apple.AppKit 0x00007fff89342368 NSApplicationMain + 1176 4 com.pancake.therm 0x0000000108e59b5e main + 110 (main.m:34) 5 libdyld.dylib 0x00007fff953715ad start + 1 Thread 1: 0 libsystem_kernel.dylib 0x00007fff874d95e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9321e578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9321c341 start_wqthread + 13 Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff874d9efa kevent_qos + 10 1 libdispatch.dylib 0x00007fff86f81165 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff86f80dcd _dispatch_mgr_thread + 52 Thread 3: 0 libsystem_kernel.dylib 0x00007fff874d95e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9321e578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9321c341 start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff874d95e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9321e578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9321c341 start_wqthread + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff874d95e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9321e578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9321c341 start_wqthread + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff874d95e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9321e578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9321c341 start_wqthread + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff874d907a __select + 10 1 com.pancake.therm 0x0000000108fb1690 -[TaskNotifier run] + 4528 (TaskNotifier.m:355) 2 com.apple.Foundation 0x00007fff90284e64 __NSThread__start__ + 1351 3 libsystem_pthread.dylib 0x00007fff9321e99d _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff9321e91a _pthread_start + 168 5 libsystem_pthread.dylib 0x00007fff9321c351 thread_start + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff874d2f72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff874d23b3 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8a909124 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8a9085ec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff8a907e38 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff90273ed9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 com.pancake.therm 0x000000010914c2b8 -[BackgroundThread main] + 280 (BackgroundThread.m:35) 7 com.apple.Foundation 0x00007fff90284e64 __NSThread__start__ + 1351 8 libsystem_pthread.dylib 0x00007fff9321e99d _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff9321e91a _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff9321c351 thread_start + 13 Thread 9:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff874d2f72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff874d23b3 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8a909124 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8a9085ec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff8a907e38 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff894dad95 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff9321e99d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff9321e91a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff9321c351 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00007f8a43061800 rbx: 0x00007f8a4414f040 rcx: 0x0000000000000001 rdx: 0x0000000000000000 rdi: 0x00007fff56da7580 rsi: 0x0000000000000cf5 rbp: 0x00007fff56da7a20 rsp: 0x00007fff56da7a10 r8: 0x0000000000000000 r9: 0x0000000008000100 r10: 0x0000000000000000 r11: 0x0000000000000fff r12: 0x00007fff8f8494c0 r13: 0x00007f8a41f16370 r14: 0x00007fff8f8494c0 r15: 0x00007fff752051b0 rip: 0x00007fff8970ce6a rfl: 0x0000000000010206 cr2: 0x00007f8a43997ffe Logical CPU: 2 Error Code: 0x00000000 Trap Number: 6 Binary Images: 0x108e58000 - 0x10933bff7 +com.pancake.therm (unknown - unknown) <28F67675-CCC5-359A-A3F5-2F545E0087A9> /Users/USER/*/Therm.app/Contents/MacOS/Therm 0x1097b0000 - 0x1097c8fff libaprutil-1.0.dylib (36) /usr/lib/libaprutil-1.0.dylib 0x1097d9000 - 0x109835ff7 +com.growl.growlframework (2.0.1 - 2.0.1) <6C20B93B-75B2-30A4-8267-8C81BF90872B> /Users/USER/*/Therm.app/Contents/Frameworks/Growl.framework/Versions/A/Growl 0x10986e000 - 0x10989afff +com.googlecode.iterm2.ColorPicker (1.0 - 1) /Users/USER/*/Therm.app/Contents/Frameworks/ColorPicker.framework/Versions/A/ColorPicker 0x1098d1000 - 0x1098eafff libexpat.1.dylib (12.60.1) <6BF318AC-F90F-3F16-99C2-6ADDE404E280> /usr/lib/libexpat.1.dylib 0x1098f6000 - 0x10990eff7 libapr-1.0.dylib (36) <8EEB5466-B599-38B7-B7D3-9DDD37A84118> /usr/lib/libapr-1.0.dylib 0x10ee5c000 - 0x10f04ffff com.nvidia.web.GeForceMTLDriverWeb (10.11.14 - 10.1.1) <293ED998-72BF-33D0-AC42-282B8122F6A1> /System/Library/Extensions/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb 0x10f4a6000 - 0x10f4a6fe7 +cl_kernels (???) <96FAAD7C-96E1-4FE6-9847-891A9436FC6E> cl_kernels 0x7fff668e5000 - 0x7fff6691ca47 dyld (360.22) <884763FC-CC0F-31CC-ACC4-75A805CE401D> /usr/lib/dyld 0x7fff84842000 - 0x7fff848e2fff com.apple.Metadata (10.7.0 - 972.34) <5F407CB0-3244-3A15-8000-82DDB0420244> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff848e3000 - 0x7fff8493ffff libTIFF.dylib (1461) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff84940000 - 0x7fff84942ff7 com.apple.securityhi (9.0 - 55006) <41E10754-BF0A-37E6-B3BD-2C23520BA938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff84972000 - 0x7fff849ddff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff84a57000 - 0x7fff84b7bfff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib 0x7fff84bac000 - 0x7fff84bc4fef libcompression.dylib (28) /usr/lib/libcompression.dylib 0x7fff84bc5000 - 0x7fff84bc7ff7 libRadiance.dylib (1461) <3FE1BCD7-CA0A-3F87-99C4-D5ADC5289963> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff84bc8000 - 0x7fff84bcaff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib 0x7fff84bcb000 - 0x7fff84bd0fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff84bee000 - 0x7fff84bf8fff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff84bf9000 - 0x7fff84bfdfff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib 0x7fff84bfe000 - 0x7fff84c93fff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff84c94000 - 0x7fff84d7afef unorm8_bgra.dylib (2.7.3) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff84d7b000 - 0x7fff84dd9fff com.apple.SystemConfiguration (1.14 - 1.14) <8886E043-B668-3A49-BCA5-F89FB0ECB6EC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff84dda000 - 0x7fff84e69fff com.apple.CorePDF (4.0 - 4) <849BBFF6-0700-3ED1-98DF-A6E93B9B707F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff84e6a000 - 0x7fff84e6afff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff84f6d000 - 0x7fff85133ff7 com.apple.ImageIO.framework (3.3.0 - 1460) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff85134000 - 0x7fff85223ff7 libxml2.2.dylib (29.12) <07B070E7-0822-3AF0-BAC6-C62EAB7F785C> /usr/lib/libxml2.2.dylib 0x7fff85234000 - 0x7fff85280ffb com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff85284000 - 0x7fff852b2ff7 libsandbox.1.dylib (460.60.2) <594052EC-CAD4-37DB-B31C-411AB60C1F81> /usr/lib/libsandbox.1.dylib 0x7fff852bb000 - 0x7fff853e2fff com.apple.LaunchServices (728.13 - 728.13) <0593FA54-7D41-39C7-B8C9-0CC18E7B52BC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff853e4000 - 0x7fff8540bfff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8540c000 - 0x7fff85414fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff85415000 - 0x7fff8541efff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff8541f000 - 0x7fff854cffe7 libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff85550000 - 0x7fff85584ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff85585000 - 0x7fff85ac3ff7 com.apple.MediaToolbox (1.0 - 1731.15.207) <63AD3FB7-BAD3-3040-8A99-843033F24CF6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff85bb1000 - 0x7fff85c0ffff com.apple.CoreServices.OSServices (728.13 - 728.13) <5F19AF18-8508-348F-9A26-6831DBFE7C98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff85c10000 - 0x7fff85d77fff libBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff85dd5000 - 0x7fff85dd5fff com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8607a000 - 0x7fff86320ff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff86396000 - 0x7fff8646cffb com.apple.DiskImagesFramework (10.11.4 - 417.4) <79AA731E-5595-3614-B18D-79B956634350> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff86489000 - 0x7fff8648fff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff86490000 - 0x7fff8649bff7 libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib 0x7fff8649c000 - 0x7fff86874fef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff86939000 - 0x7fff86a35fff libFontParser.dylib (158.7) <393EFEA3-42B7-38DA-99DA-D01DEAA734CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff86d1c000 - 0x7fff86da5ff7 com.apple.PerformanceAnalysis (1.0 - 1) <07DC8D32-56AF-3AD3-83D8-9DC413BA8C2F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff86f79000 - 0x7fff86fa6fff libdispatch.dylib (501.40.12) /usr/lib/system/libdispatch.dylib 0x7fff87040000 - 0x7fff87041fff libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib 0x7fff870bc000 - 0x7fff870beffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff870d2000 - 0x7fff870e8ff7 libLinearAlgebra.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff87429000 - 0x7fff87452fff libsystem_info.dylib (477.50.4) /usr/lib/system/libsystem_info.dylib 0x7fff87453000 - 0x7fff874c1ff7 com.apple.ApplicationServices.ATS (377 - 394.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff874c2000 - 0x7fff874e0ff7 libsystem_kernel.dylib (3248.60.11.4.1) <8448646C-0017-3F77-BB84-75188CC0AC7F> /usr/lib/system/libsystem_kernel.dylib 0x7fff875a1000 - 0x7fff87ac3fff com.apple.QuartzComposer (5.1 - 334) <80235264-CA1B-3E3F-96F7-5F6F52FDC5B6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff87ac4000 - 0x7fff87ac6fff libCVMSPluginSupport.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff87ad9000 - 0x7fff87ae2ff7 com.apple.DisplayServicesFW (3.0 - 378) <45BE1B99-8E10-32F0-A180-A6B6CB5883AE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff87b5a000 - 0x7fff87ba0ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff87ba1000 - 0x7fff87c10fff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff87c82000 - 0x7fff87c84fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff87c85000 - 0x7fff87ca0ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff87ca1000 - 0x7fff88d8aff3 com.apple.WebCore (11601 - 11601.7.5) <9153DA7E-1625-382A-8257-8D4293F06F7F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff88f09000 - 0x7fff88f14fff com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff88f15000 - 0x7fff88f63fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib 0x7fff88f64000 - 0x7fff88f67ffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib 0x7fff88f68000 - 0x7fff88f6bfff com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff88f6c000 - 0x7fff88f73ff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib 0x7fff88f82000 - 0x7fff88f84ff7 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff88f85000 - 0x7fff88f9efff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff88f9f000 - 0x7fff88fb3fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff89267000 - 0x7fff8930bfff com.apple.Bluetooth (4.4.6 - 4.4.6f1) <4072EA3E-F2DD-32C1-9B19-9339C7087051> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff8933c000 - 0x7fff89f65ff7 com.apple.AppKit (6.9 - 1404.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff89f66000 - 0x7fff89f71ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib 0x7fff89f72000 - 0x7fff89ffffef libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib 0x7fff8a87f000 - 0x7fff8acf5ff7 com.apple.CoreFoundation (6.9 - 1259) <51D1F34F-9FEC-3EF2-8382-2D13D75F845A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8acf6000 - 0x7fff8ad48fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8af5e000 - 0x7fff8af72ff7 com.apple.SafariServices.framework (11605 - 11605.1.33.1.3) <748B6A54-6066-3381-A794-4C928E5B6BBD> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff8af73000 - 0x7fff8affbfff com.apple.CoreSymbolication (3.1 - 58048.1) <1A6BF14E-55F3-324E-81DB-BB22B9C288AE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8b003000 - 0x7fff8b00ffff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8b041000 - 0x7fff8b04ffff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff8b050000 - 0x7fff8b05bfff libkxld.dylib (3248.60.11.4.1) <9811FA86-62E7-3201-B395-E6E81567E84E> /usr/lib/system/libkxld.dylib 0x7fff8b063000 - 0x7fff8b348ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8b349000 - 0x7fff8b355fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8b374000 - 0x7fff8b37cfff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib 0x7fff8b37d000 - 0x7fff8b37dfff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8b37e000 - 0x7fff8b673fff com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8b6a2000 - 0x7fff8b6a6fff libGIF.dylib (1461) <161A59BF-6311-3542-A89F-E96AFC76C536> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8b6c2000 - 0x7fff8b769fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8b9c5000 - 0x7fff8b9f8ff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8ba15000 - 0x7fff8baeefff com.apple.CoreMedia (1.0 - 1731.15.207) <70CAD4A7-3F8B-3767-A420-98BE1062C230> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8bb1c000 - 0x7fff8bb1ffff com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff8bb20000 - 0x7fff8bb37ff7 libsystem_coretls.dylib (83.40.5) /usr/lib/system/libsystem_coretls.dylib 0x7fff8bc36000 - 0x7fff8bc3bfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8bc3c000 - 0x7fff8bde8ff7 com.apple.avfoundation (2.0 - 1046.9.12) <41BDD03F-5545-3B9F-8DD7-7106485BAE8B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8bf2e000 - 0x7fff8bf31ff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8bf60000 - 0x7fff8bf64fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8c651000 - 0x7fff8c8d8fff com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8c8d9000 - 0x7fff8cf78ffb com.apple.JavaScriptCore (11601 - 11601.7.8) <38585ADC-1AD4-3BD2-8972-B90344CE57C0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff8cf79000 - 0x7fff8e1c5fe3 com.apple.CoreGraphics (1.600.0 - 960.7) <32995C4A-856B-3275-BCF5-638A968DB659> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8e1c6000 - 0x7fff8e22cff7 libsystem_network.dylib (583.50.1) /usr/lib/system/libsystem_network.dylib 0x7fff8e2fd000 - 0x7fff8e314fff libmarisa.dylib (4) /usr/lib/libmarisa.dylib 0x7fff8e347000 - 0x7fff8e35afff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8eab0000 - 0x7fff8eb24ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8eb36000 - 0x7fff8ebc3dd7 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff8ed51000 - 0x7fff8ed51fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib 0x7fff8ed56000 - 0x7fff8ed59ff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff8ed66000 - 0x7fff8ed71fff libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib 0x7fff8ee7b000 - 0x7fff8ee7bfff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8efd2000 - 0x7fff8effdffb libarchive.2.dylib (33.20.2.1.1) /usr/lib/libarchive.2.dylib 0x7fff8f5e1000 - 0x7fff8f5e3fff com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff8f74b000 - 0x7fff8f7bfff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8f7c0000 - 0x7fff8f7c1ffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib 0x7fff8f848000 - 0x7fff8fbaaf3f libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib 0x7fff8fbc9000 - 0x7fff8fc1aff7 libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib 0x7fff8fc1b000 - 0x7fff8fc26fff libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8fc27000 - 0x7fff8fc27ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib 0x7fff8fcb9000 - 0x7fff8fcc1fef libcldcpuengine.dylib (2.7.3) <6A6B8893-5A77-3014-9780-D3681DC0A08B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8fe72000 - 0x7fff901f0ff3 com.apple.VideoToolbox (1.0 - 1731.15.207) <6C7C261F-CB65-3AF1-92E7-16ACAD371EF4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff901f1000 - 0x7fff901f6ff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff901f7000 - 0x7fff901f8fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff9024f000 - 0x7fff905a3fff com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff907de000 - 0x7fff907e9fff com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff907ea000 - 0x7fff90968fff com.apple.UIFoundation (1.0 - 436.1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff9099a000 - 0x7fff90a45fff com.apple.PDFKit (3.1 - 3.1) <27AF3C85-1C0B-389C-856C-2E527620C195> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff90a46000 - 0x7fff90a80fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff90b07000 - 0x7fff90b4cff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff90be7000 - 0x7fff90c56fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff90c57000 - 0x7fff90d84ff3 com.apple.CoreText (352.0 - 494.12) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff90d8b000 - 0x7fff91187fff libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff911ce000 - 0x7fff9121dff7 com.apple.opencl (2.7.0 - 2.7.0) <07FB8F36-A00C-3BFD-BC38-9E4EC484907E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff91341000 - 0x7fff91341fff com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff91347000 - 0x7fff91685ff7 com.apple.WebKit (11601 - 11601.7.8) <58A8B070-2AE4-3909-AE1D-7A7DF34AA268> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff91686000 - 0x7fff916afff7 libxslt.1.dylib (14.5) <8E03110E-1529-3BE8-B5F4-052A47A1674C> /usr/lib/libxslt.1.dylib 0x7fff916b0000 - 0x7fff916e1ff7 libncurses.5.4.dylib (46) /usr/lib/libncurses.5.4.dylib 0x7fff916e2000 - 0x7fff916e2fff com.apple.CoreServices (728.13 - 728.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff916e3000 - 0x7fff916ebfff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib 0x7fff9188b000 - 0x7fff91999ff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9199a000 - 0x7fff9199dfff libspindump.dylib (197.1) <0977578F-0FA1-3F44-B16E-37DFD2C52CC8> /usr/lib/libspindump.dylib 0x7fff9199e000 - 0x7fff9199fff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff919ab000 - 0x7fff91a0bfff com.apple.QuickLookFramework (5.0 - 696.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff91a77000 - 0x7fff91aa6ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib 0x7fff91d28000 - 0x7fff91d2aff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib 0x7fff91d2b000 - 0x7fff91d42ff7 libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib 0x7fff91f15000 - 0x7fff921abfff libmecabra.dylib (696.5) /usr/lib/libmecabra.dylib 0x7fff921ac000 - 0x7fff92352ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff923e3000 - 0x7fff923e9fff com.apple.IOAccelerator (205.11 - 205.11) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff923ea000 - 0x7fff923f8ff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff923f9000 - 0x7fff924e9ff7 libJP2.dylib (1461) <811B88B4-0B2B-3D0E-9B01-6E057D3466B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff924f3000 - 0x7fff92534ff7 libGLU.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9268e000 - 0x7fff927d8ff7 com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff927d9000 - 0x7fff927e1fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff930a5000 - 0x7fff930adfff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff930ae000 - 0x7fff930caff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib 0x7fff930fe000 - 0x7fff93140ff7 com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff93152000 - 0x7fff9316efff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9316f000 - 0x7fff93191ff7 com.apple.Sharing (442.13.6 - 442.13.6) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff93192000 - 0x7fff931a3ff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib 0x7fff9321b000 - 0x7fff93224ff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib 0x7fff93228000 - 0x7fff93495fff com.apple.imageKit (2.6 - 932) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff93514000 - 0x7fff935b4fff com.apple.ViewBridge (159 - 159) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff935b5000 - 0x7fff935cfff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib 0x7fff935d0000 - 0x7fff93615ff3 libFontRegistry.dylib (155.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff9361b000 - 0x7fff9366eff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff93671000 - 0x7fff93903ffb com.apple.RawCamera.bundle (6.21 - 879) <4F0A10FB-7C96-31E8-9A70-E30F615B2565> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff93bfa000 - 0x7fff93c90fff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff93c91000 - 0x7fff93d41fff com.apple.backup.framework (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff93d42000 - 0x7fff93d47fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff93d5e000 - 0x7fff93db3fff com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff93db6000 - 0x7fff93dbfff3 libsystem_notify.dylib (150.40.1) /usr/lib/system/libsystem_notify.dylib 0x7fff93e87000 - 0x7fff93e9dfff com.apple.CoreMediaAuthoring (2.2 - 953) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff93e9e000 - 0x7fff93ea2fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff93eac000 - 0x7fff93ff1fff com.apple.QTKit (7.7.3 - 2943.13) <3E3DB3DD-8D7E-3478-B020-F975CCAAE522> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff93ff2000 - 0x7fff94055fff libAVFAudio.dylib (161.2) <1A98DBF3-490B-37FB-928A-AB1E36E6E5DD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff94086000 - 0x7fff942a7ff7 com.apple.CoreImage (11.4.0 - 366.4.20) <7721BA55-A10E-3425-8392-C5D7C510EAAB> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff942a8000 - 0x7fff94337ff7 libCoreStorage.dylib (517.50.1) /usr/lib/libCoreStorage.dylib 0x7fff94344000 - 0x7fff94551fff libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib 0x7fff94570000 - 0x7fff94579ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff9457a000 - 0x7fff9457afff libOpenScriptingUtil.dylib (169.1) /usr/lib/libOpenScriptingUtil.dylib 0x7fff9457b000 - 0x7fff945e2fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff945e3000 - 0x7fff946c3ff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff9476b000 - 0x7fff9479bff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff948a8000 - 0x7fff948cdff7 libPng.dylib (1461) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff948ce000 - 0x7fff94988fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff94990000 - 0x7fff949a7fff com.apple.ScriptingBridge (1.3.3 - 68) <13D01EBC-D01E-3054-8C3C-3989BCF6370A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff94a7d000 - 0x7fff94a7ffff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff94bf8000 - 0x7fff94c15ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <7B26B7D9-AEB3-3DEC-B4AD-B49BC0FD1082> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff94c16000 - 0x7fff94c44ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff94e47000 - 0x7fff950e1ff3 com.apple.security (7.0 - 57337.60.2.1.2) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff950e2000 - 0x7fff952b0ff3 com.apple.QuartzCore (1.11 - 410.14) <3CEA7616-63A9-3B69-B6A8-476BF6D3F58B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9536a000 - 0x7fff9536bffb libSystem.B.dylib (1226.10.1) <012548CD-614D-3AF0-B3B1-676F427D2CD6> /usr/lib/libSystem.B.dylib 0x7fff9536c000 - 0x7fff9536dfff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib 0x7fff9536e000 - 0x7fff95371ffb libdyld.dylib (360.22) /usr/lib/system/libdyld.dylib 0x7fff95372000 - 0x7fff95396fff com.apple.MultitouchSupport.framework (304.12 - 304.12) <25FA270C-361D-3732-ABF5-A291240AD6A4> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff953c2000 - 0x7fff953ceff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9543c000 - 0x7fff9543efff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff9544f000 - 0x7fff9553aff7 com.apple.QuickLookUIFramework (5.0 - 696.7) <5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff9554b000 - 0x7fff9555bfff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff957f9000 - 0x7fff957fcff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6932B5EC-0EA9-333D-BF7E-665047392FEC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff957fd000 - 0x7fff95826ff7 libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib 0x7fff961a0000 - 0x7fff961a8fef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib 0x7fff961a9000 - 0x7fff961fafff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff96290000 - 0x7fff962afff7 com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff96316000 - 0x7fff96328fff libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib 0x7fff96329000 - 0x7fff96342fff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff96343000 - 0x7fff96349fff com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff96393000 - 0x7fff963cbff7 com.apple.RemoteViewServices (2.0 - 101) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff963cc000 - 0x7fff963dafff com.apple.opengl (12.1.0 - 12.1.0) <62997B59-BCD2-3A71-BD16-DE75DBAFA7C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff963db000 - 0x7fff96770fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff96771000 - 0x7fff96863ff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib 0x7fff9776d000 - 0x7fff97978fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib 0x7fff97da9000 - 0x7fff97daafff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff97dab000 - 0x7fff97dc5fff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff983bf000 - 0x7fff983c7fff libGFXShared.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff983c8000 - 0x7fff983d0ffb libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib 0x7fff983d1000 - 0x7fff983e2fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff98411000 - 0x7fff9843bff7 libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib 0x7fff9843c000 - 0x7fff98522ff7 libcrypto.0.9.8.dylib (59.60.1) /usr/lib/libcrypto.0.9.8.dylib 0x7fff9852d000 - 0x7fff98542fff com.apple.AppContainer (4.0 - 261.40.2) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff98576000 - 0x7fff9859ffff com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff985a2000 - 0x7fff985c6fff libJPEG.dylib (1461) <97CF2E14-E83D-3C30-9678-26DD1A9467C2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9861b000 - 0x7fff98620fff com.apple.MediaAccessibility (1.0 - 79) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff986bf000 - 0x7fff986fdff7 libGLImage.dylib (12.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff98791000 - 0x7fff987c2fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff98849000 - 0x7fff98865ff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib 0x7fff98866000 - 0x7fff9886bff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib 0x7fff9886c000 - 0x7fff989c7ff3 com.apple.WebKitLegacy (11601 - 11601.7.8) <8798EFD0-9F17-3DEA-88F4-F1E02B5E52B3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff989c8000 - 0x7fff989eafff com.apple.IconServices (68.1 - 68.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff989eb000 - 0x7fff98a0ffff com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff98b46000 - 0x7fff98c55fe7 libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff98db8000 - 0x7fff98db8ff7 libunc.dylib (29) /usr/lib/system/libunc.dylib 0x7fff98db9000 - 0x7fff98df3ff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff99044000 - 0x7fff99472fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff99483000 - 0x7fff994d5fff com.apple.ImageCaptureCore (7.0 - 7.0) <9F3123D8-29D2-332F-AD6B-AB9BF1A58022> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff994e3000 - 0x7fff994ffff7 libextension.dylib (78) /usr/lib/libextension.dylib 0x7fff99505000 - 0x7fff99516ff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib 0x7fff99540000 - 0x7fff99542fff libCGXType.A.dylib (960.7) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff996ac000 - 0x7fff996e3ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff996e4000 - 0x7fff9972fff7 com.apple.CoreMediaIO (703.0 - 4791) <57D92CFE-E717-38FE-AEE8-0A4D9769679F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff99730000 - 0x7fff99759ffb libRIP.A.dylib (960.7) <6C9E6C2C-62FD-32E6-AEB8-564A3510B17A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff99850000 - 0x7fff998c7feb libcorecrypto.dylib (335.50.1) /usr/lib/system/libcorecrypto.dylib 0x7fff998d5000 - 0x7fff998d6fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff999d1000 - 0x7fff999d2fff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib 0x7fff99a01000 - 0x7fff99a01fff libmetal_timestamp.dylib (600.0.44.2) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff99a02000 - 0x7fff99a05fff libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9a2cf000 - 0x7fff9a31bfff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff9a32d000 - 0x7fff9a35cff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff9a35d000 - 0x7fff9a365fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff9a386000 - 0x7fff9a38bff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib 0x7fff9a399000 - 0x7fff9a39cfff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff9a80b000 - 0x7fff9a80bfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff9a8e5000 - 0x7fff9a8edfff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib 0x7fff9a91c000 - 0x7fff9a91cff7 liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib 0x7fff9ab90000 - 0x7fff9aba1fff libSparseBLAS.dylib (1162.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff9aba2000 - 0x7fff9aba2fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff9af1a000 - 0x7fff9af6aff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff9af6b000 - 0x7fff9afe0fff com.apple.framework.IOKit (2.0.2 - 1179.50.2) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9afe1000 - 0x7fff9aff0ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 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: 1309370 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=288.3M resident=0K(0%) swapped_out_or_unallocated=288.3M(100%) Writable regions: Total=144.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=144.0M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 384K 4 Activity Tracing 2048K 2 CG backing stores 2552K 4 CG image 12K 4 CG shared images 464K 12 CoreAnimation 128K 19 CoreUI image data 1128K 11 CoreUI image file 320K 5 Dispatch continuations 8192K 2 Foundation 4K 2 IOKit 132K 6 Image IO 16K 2 Kernel Alloc Once 8K 3 MALLOC 45.4M 30 MALLOC guard page 32K 7 Memory Tag 242 12K 2 Memory Tag 251 24K 2 OpenCL 8K 2 STACK GUARD 40K 11 Stack 68.1M 11 VM_ALLOCATE 72K 10 __DATA 25.9M 252 __IMAGE 528K 2 __LINKEDIT 95.3M 11 __TEXT 193.1M 257 __UNICODE 552K 2 mapped file 123.7M 28 shared memory 16.3M 11 =========== ======= ======= TOTAL 584.1M 686 Model: MacPro3,1, BootROM MP31.006C.B05, 4 processors, Intel Core i5, 3,31 GHz, 16 GB, SMC 1.25f4 Graphics: NVIDIA GeForce GTX 750 Ti, NVIDIA GeForce GTX 750 Ti, PCIe, 2047 MB Memory Module: DIMM1, 8 GB, DDR4, 2133 MHz, qwe, qwe Memory Module: DIMM2, 8 GB, DDR4, 2133 MHz, qwe, qwe Bluetooth: Version 4.4.6f1 17910, 3 services, 20 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: Samsung SSD 850 EVO 500GB, 500,11 GB Serial ATA Device: WDC WD30EFRX-68EUZN0, 3 TB USB Device: USB 3.0 Bus USB Device: Hub USB Device: AS2105 USB Device: Bluetooth HCI USB Device: Hub USB Device: USB Laser Mouse USB Device: Keyboard Hub USB Device: Apple Keyboard USB Device: CTH-460 Thunderbolt Bus: ```

trufae commented 6 years ago

i have added a try/catch to avoid this exception, can you confirm the fix works for you?

trufae commented 6 years ago

you can download the 0.1.6 release too

On 30 Apr 2018, at 21:34, Adam Kiss notifications@github.com wrote:

@trufae https://github.com/trufae I can of course provide whatever logs you need, I just didn't want to start posting random logs over the internet, possibly without reason.

Trying to build git ^HEAD now.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trufae/Therm/issues/41#issuecomment-385504969, or mute the thread https://github.com/notifications/unsubscribe-auth/AGIjG5tK56J0PD2A5cTq_8fTFp3WX2gCks5tt2ddgaJpZM4Tskmy.

adamkiss commented 6 years ago

@trufae

  1. Installed new version (from gh), didn't help.
  2. Removed it with AppCleaner (so prefs as well, etc.) and restarted
  3. Now it works.

Thank you :)

trufae commented 6 years ago

Awesome. Thanks and sorry for the delay. Pretty busy

On 31 May 2018, at 16:06, Adam Kiss notifications@github.com wrote:

@trufae

Installed new version (from gh), didn't help. Removed it with AppCleaner (so prefs as well, etc.) and restarted Now it works. Thank you :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

adamkiss commented 6 years ago

@trufae Hey, no worries :)