2ndalpha / gasmask

Hosts file manager for OS X
3.73k stars 252 forks source link

Does Not Work On Sierra #100

Closed r3volution11 closed 6 years ago

r3volution11 commented 8 years ago

It will either crash on its own, when attempting to change host, or when opening up the editor.

This has been the case from the first release to the current beta (3).

2ndalpha commented 8 years ago

I've tested on 10A239m and it didn't crash. Can you submit a video? Are you running it in virtual machine?

horx commented 8 years ago

Sierra version: 10.12 Beta (16A270f) crash logs:

Exception Name: NSInvalidArgumentException
Description: -[NSNull objectForKey:]: unrecognized selector sent to instance 0x7fffa7dfbf10
User Info: (null)

0   CoreFoundation                      0x00007fff8d5363bb __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fffa1d16c0d objc_exception_throw + 48
2   CoreFoundation                      0x00007fff8d5b7c34 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3   CoreFoundation                      0x00007fff8d4a8b75 ___forwarding___ + 1061
4   CoreFoundation                      0x00007fff8d4a86c8 _CF_forwarding_prep_0 + 120
5   Gas Mask                            0x0000000100011085 Gas Mask + 69765
6   Foundation                          0x00007fff8eef9cad NSKeyValueNotifyObserver + 350
7   Foundation                          0x00007fff8eef9544 NSKeyValueDidChange + 486
8   Foundation                          0x00007fff8f037f07 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944
9   Foundation                          0x00007fff8f03785a -[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 807
10  CoreFoundation                      0x00007fff8d58e5ea forEachObserver + 298
11  CoreFoundation                      0x00007fff8d58e808 -[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 72
12  CoreFoundation                      0x00007fff8d5dd062 __84-[CFPrefsSearchListSource asynchronouslyNotifyOfChangesFromDictionary:toDictionary:]_block_invoke_2 + 34
13  CoreFoundation                      0x00007fff8d4cc2ec __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
14  CoreFoundation                      0x00007fff8d4ad3a4 __CFRunLoopDoBlocks + 356
15  CoreFoundation                      0x00007fff8d4acee6 __CFRunLoopRun + 1878
16  CoreFoundation                      0x00007fff8d4ac534 CFRunLoopRunSpecific + 420
17  HIToolbox                           0x00007fff8ca54f6c RunCurrentEventLoopInMode + 240
18  HIToolbox                           0x00007fff8ca54da1 ReceiveNextEventCommon + 432
19  HIToolbox                           0x00007fff8ca54bd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
20  AppKit                              0x00007fff8b1540b5 _DPSNextEvent + 1093
21  AppKit                              0x00007fff8b8636bf -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637
22  AppKit                              0x00007fff8b148a7c -[NSApplication run] + 926
23  AppKit                              0x00007fff8b1135d6 NSApplicationMain + 1237
24  Gas Mask                            0x0000000100001354 Gas Mask + 4948
matthewgann commented 8 years ago

Can confirm that it crashes on opening in Sierra.

base-zero commented 8 years ago

I can confirm that the app crashes on Sierra with the same report as @horx above.

colinhowells commented 8 years ago

Same deal, 10.12 GM – though if you allow it to keep running 'in an inconsistent state' by hitting Continue, it does seem to work all right

ArthurSmoke commented 8 years ago

Exception Name: NSInvalidArgumentException Description: -[NSNull objectForKey:]: unrecognized selector sent to instance 0x7fffbfb8df10 User Info: (null)

0 CoreFoundation 0x00007fffa53ca52b exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fffb9aa2cad objc_exception_throw + 48 2 CoreFoundation 0x00007fffa544bd34 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132 3 CoreFoundation 0x00007fffa533cbf5 __forwarding + 1061 4 CoreFoundation 0x00007fffa533c748 _CF_forwarding_prep_0 + 120 5 Gas Mask 0x0000000100011085 Gas Mask + 69765 6 Foundation 0x00007fffa6d5edbd NSKeyValueNotifyObserver + 350 7 Foundation 0x00007fffa6d5e654 NSKeyValueDidChange + 486 8 Foundation 0x00007fffa6e9d2d7 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944 9 Foundation 0x00007fffa6e9cc2a -[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 807 10 CoreFoundation 0x00007fffa54226ea forEachObserver + 298 11 CoreFoundation 0x00007fffa5422908 -[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 72 12 CoreFoundation 0x00007fffa5471172 __84-[CFPrefsSearchListSource asynchronouslyNotifyOfChangesFromDictionary:toDictionary:]_block_invoke_2 + 34 13 CoreFoundation 0x00007fffa53603ac CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12 14 CoreFoundation 0x00007fffa5341424 CFRunLoopDoBlocks + 356 15 CoreFoundation 0x00007fffa5340f66 CFRunLoopRun + 1878 16 CoreFoundation 0x00007fffa53405b4 CFRunLoopRunSpecific + 420 17 HIToolbox 0x00007fffa48e1f6c RunCurrentEventLoopInMode + 240 18 HIToolbox 0x00007fffa48e1da1 ReceiveNextEventCommon + 432 19 HIToolbox 0x00007fffa48e1bd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71 20 AppKit 0x00007fffa2fd85f5 _DPSNextEvent + 1093 21 AppKit 0x00007fffa36e88eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637 22 AppKit 0x00007fffa2fccfbd -[NSApplication run] + 926 23 AppKit 0x00007fffa2f97a8a NSApplicationMain + 1237 24 Gas Mask 0x0000000100001354 Gas Mask + 4948

9mm commented 8 years ago

Crashes for me on sierra

ypliypli commented 8 years ago

me too. Can I edit the profile to ignore it ?

Exception Name: NSInvalidArgumentException
Description: -[NSNull objectForKey:]: unrecognized selector sent to instance 0x7fffc18f1f10
User Info: (null)

0   CoreFoundation                      0x00007fffa712e52b __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fffbb806cad objc_exception_throw + 48
2   CoreFoundation                      0x00007fffa71afd34 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3   CoreFoundation                      0x00007fffa70a0bf5 ___forwarding___ + 1061
4   CoreFoundation                      0x00007fffa70a0748 _CF_forwarding_prep_0 + 120
5   Gas Mask                            0x0000000100011085 Gas Mask + 69765
6   Foundation                          0x00007fffa8ac2dbd NSKeyValueNotifyObserver + 350
7   Foundation                          0x00007fffa8ac2654 NSKeyValueDidChange + 486
8   Foundation                          0x00007fffa8c012d7 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944
9   Foundation                          0x00007fffa8c00c2a -[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 807
10  CoreFoundation                      0x00007fffa71866ea forEachObserver + 298
11  CoreFoundation                      0x00007fffa7186908 -[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 72
12  CoreFoundation                      0x00007fffa71d5172 __84-[CFPrefsSearchListSource asynchronouslyNotifyOfChangesFromDictionary:toDictionary:]_block_invoke_2 + 34
13  CoreFoundation                      0x00007fffa70c43ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
14  CoreFoundation                      0x00007fffa70a5424 __CFRunLoopDoBlocks + 356
15  CoreFoundation                      0x00007fffa70a4f66 __CFRunLoopRun + 1878
16  CoreFoundation                      0x00007fffa70a45b4 CFRunLoopRunSpecific + 420
17  HIToolbox                           0x00007fffa6645f6c RunCurrentEventLoopInMode + 240
18  HIToolbox                           0x00007fffa6645da1 ReceiveNextEventCommon + 432
19  HIToolbox                           0x00007fffa6645bd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
20  AppKit                              0x00007fffa4d3c5f5 _DPSNextEvent + 1093
21  AppKit                              0x00007fffa544c8eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637
22  AppKit                              0x00007fffa4d30fbd -[NSApplication run] + 926
23  AppKit                              0x00007fffa4cfba8a NSApplicationMain + 1237
24  Gas Mask                            0x0000000100001354 Gas Mask + 4948
2ndalpha commented 8 years ago

Does this version fix the issue: http://gmask.clockwise.ee/gas_mask_beta.zip

nickveys commented 8 years ago

No more crash dialog for me when opening the editor window w/that linked version @2ndalpha.

ghost commented 8 years ago

fixes my issue

colinhowells commented 8 years ago

Yep, no crash notice now running that beta - thanks for that!

nemofq commented 8 years ago

Beta version doesn't crash on opening on my Sierra, but crash every time when I try to switch configure :(

nemofq commented 8 years ago

0.8.3 crash every time when opening (a notice, I can choose continue to use), and works fine when switch configure.

justnewbee commented 8 years ago

that's right, this happens only after sierra was installed

fdx321 commented 8 years ago

same isuue with @horx

BradMacPro commented 8 years ago

version 0.8.3 seems OK under Sierra 10.12.1 beta 4. I'l try the beta.

alanwei0 commented 8 years ago

i'm waiting for the fix version!!!!!!!

Dafrok commented 8 years ago

the same issue

Scirocco3 commented 8 years ago

Same issue here but only on 1 from 2 mac's with sierra. The second is a Sierra beta. And the beta helps on this computer. But it seams that the font is not so sharp.

Exception Name: NSInvalidArgumentException Description: -[NSNull objectForKey:]: unrecognized selector sent to instance 0x7fff90e66f10 User Info: (null) 0 CoreFoundation 0x00007fff766a352b exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fff8ad7bcad objc_exception_throw + 48 2 CoreFoundation 0x00007fff76724d34 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132 3 CoreFoundation 0x00007fff76615bf5 __forwarding + 1061 4 CoreFoundation 0x00007fff76615748 _CF_forwarding_prep_0 + 120 5 Gas Mask 0x0000000100011085 Gas Mask + 69765 6 Foundation 0x00007fff78037dbd NSKeyValueNotifyObserver + 350 7 Foundation 0x00007fff78037654 NSKeyValueDidChange + 486 8 Foundation 0x00007fff781762d7 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944 9 Foundation 0x00007fff78175c2a -[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 807 10 CoreFoundation 0x00007fff766fb6ea forEachObserver + 298 11 CoreFoundation 0x00007fff766fb908 -[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 72 12 CoreFoundation 0x00007fff7674a172 __84-[CFPrefsSearchListSource asynchronouslyNotifyOfChangesFromDictionary:toDictionary:]_block_invoke_2 + 34 13 CoreFoundation 0x00007fff766393ac CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12 14 CoreFoundation 0x00007fff7661a424 CFRunLoopDoBlocks + 356 15 CoreFoundation 0x00007fff76619f66 CFRunLoopRun + 1878 16 CoreFoundation 0x00007fff766195b4 CFRunLoopRunSpecific + 420 17 HIToolbox 0x00007fff75bbaf6c RunCurrentEventLoopInMode + 240 18 HIToolbox 0x00007fff75bbada1 ReceiveNextEventCommon + 432 19 HIToolbox 0x00007fff75bbabd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71 20 AppKit 0x00007fff742b15f5 _DPSNextEvent + 1093 21 AppKit 0x00007fff749c18eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637 22 AppKit 0x00007fff742a5fbd -[NSApplication run] + 926 23 AppKit 0x00007fff74270a8a NSApplicationMain + 1237 24 Gas Mask 0x0000000100001354 Gas Mask + 4948

charlieblevins commented 8 years ago

Same issue. Sierra 10.12 (16A323), Gas Mask 0.8.3. The crash occurs when waking from sleep.

yuanxj1024 commented 8 years ago

the same error on macos

ProductName: Mac OS X ProductVersion: 10.12 BuildVersion: 16A323

Exception Name: NSInvalidArgumentException Description: -[NSNull objectForKey:]: unrecognized selector sent to instance 0x7fffa45a8f10 User Info: (null)

0 CoreFoundation 0x00007fff89de552b exceptionPreprocess + 171 1 libobjc.A.dylib 0x00007fff9e4bdcad objc_exception_throw + 48 2 CoreFoundation 0x00007fff89e66d34 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132 3 CoreFoundation 0x00007fff89d57bf5 __forwarding + 1061 4 CoreFoundation 0x00007fff89d57748 _CF_forwarding_prep_0 + 120 5 Gas Mask 0x0000000100011085 Gas Mask + 69765 6 Foundation 0x00007fff8b779dbd NSKeyValueNotifyObserver + 350 7 Foundation 0x00007fff8b779654 NSKeyValueDidChange + 486 8 Foundation 0x00007fff8b8b82d7 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944 9 Foundation 0x00007fff8b8b7c2a -[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 807 10 CoreFoundation 0x00007fff89e3d6ea forEachObserver + 298 11 CoreFoundation 0x00007fff89e3d908 -[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 72 12 CoreFoundation 0x00007fff89e8c172 __84-[CFPrefsSearchListSource asynchronouslyNotifyOfChangesFromDictionary:toDictionary:]_block_invoke_2 + 34 13 CoreFoundation 0x00007fff89d7b3ac CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12 14 CoreFoundation 0x00007fff89d5c424 CFRunLoopDoBlocks + 356 15 CoreFoundation 0x00007fff89d5bf66 CFRunLoopRun + 1878 16 CoreFoundation 0x00007fff89d5b5b4 CFRunLoopRunSpecific + 420 17 HIToolbox 0x00007fff892fcf6c RunCurrentEventLoopInMode + 240 18 HIToolbox 0x00007fff892fcda1 ReceiveNextEventCommon + 432 19 HIToolbox 0x00007fff892fcbd6 _BlockUntilNextEventMatchingListInModeWithFilter + 71 20 AppKit 0x00007fff879f35f5 _DPSNextEvent + 1093 21 AppKit 0x00007fff881038eb -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637 22 AppKit 0x00007fff879e7fbd -[NSApplication run] + 926 23 AppKit 0x00007fff879b2a8a NSApplicationMain + 1237 24 Gas Mask 0x0000000100001354 Gas Mask + 4948 25 ??? 0x0000000000000001 0x0 + 1

alanwei0 commented 8 years ago

I updated my mac to 10.12.1 today, then I found gas-mask-0.8.3 can work now!!!!!!

LarkRiseMedia commented 8 years ago

Beta Works fine on 10.12.1 - thanks

UPDATE: apologies, it crashes on save file, so you cannot amend the hosts file.

youngwind commented 8 years ago

The same issue on mac 10.12.1. It doesn't work neither gas-mask-0.83 nor gas_mask_beta.zip.

  1. In gas-mask-0.83, it just can modify the hosts, it doesn't response whatever I input.
  2. In gas_mask_beta, when I save the modification, it crash.
youngwind commented 8 years ago

Just like you. I reinstall the gask_beta on mac 10.12.1 and it works! @andrew40

qjpcpu commented 8 years ago

thanks a lot, it works

norfish commented 8 years ago

The beta works when open, but crash when save changes. macOS 10.12.1

SainteCelery commented 8 years ago

I still can't switch hosts files without it crashing.

youngwind commented 8 years ago

Is there any alternatives for hosts management? Gas Mask crash over and over again, that makes me distress.

BradMacPro commented 8 years ago

There is the free hosts system preferences pane

Sent from my iPhone 6 Plus

On Nov 20, 2016, at 10:36 PM, 梁少峰 notifications@github.com wrote:

Is there an alternatives for hosts management? Gas Mask crash over and over again, that makes me distress.

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

youngwind commented 8 years ago

Finally, I found another host manager, which is as convenient as gas mask. https://github.com/oldj/SwitchHosts Because it is build in electron, it works on Sierra.

BradMacPro commented 8 years ago

SwitchHosts won’t let you edit your hosts fie Try the new GasMask release for Sierra. Works on my Yosemite too

http://gmask.clockwise.ee/files/gas_mask_0.8.4.zip

On Nov 23, 2016, at 10:06 AM, 梁少峰 notifications@github.com wrote:

I found another host manager, which is as convenient as gas mask. https://github.com/oldj/SwitchHosts https://github.com/oldj/SwitchHosts Because it is build in electron, it works on Sierra.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/2ndalpha/gasmask/issues/100#issuecomment-262539190, or mute the thread https://github.com/notifications/unsubscribe-auth/AOQQuGpzYX0377E8XkWgvG43n1jKRxLfks5rBFZagaJpZM4JXtvI.

Bradley Dichter

http://bradmacpro.com/BradMacPro.com http://bradmacpro.com/

No trees were harmed by the transmission of this message. However a few million electrons were temporarily inconvenienced.

youngwind commented 8 years ago

@BradMacPro The version 0.8.4 works for me! Thanks a lot!

Diaz0methane commented 8 years ago

Crashed once I pressed the 'Activate' button. Log is attached to file. Crash Ver 0.8.4 11.23.16.txt

BradMacPro commented 8 years ago

Try turning off SIP

On Nov 23, 2016, at 9:20 PM, Diaz0methane notifications@github.com wrote:

Crashed once I pressed the 'Activate' button. Log is attached to file. Crash Ver 0.8.4 11.23.16.txt https://github.com/2ndalpha/gasmask/files/610356/Crash.Ver.0.8.4.11.23.16.txt — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/2ndalpha/gasmask/issues/100#issuecomment-262675385, or mute the thread https://github.com/notifications/unsubscribe-auth/AOQQuABs1skYGsFIjHLm3TJ02nreACPGks5rBPSGgaJpZM4JXtvI.

Bradley Dichter

http://bradmacpro.com/BradMacPro.com http://bradmacpro.com/

No trees were harmed by the transmission of this message. However a few million electrons were temporarily inconvenienced.

mattpilott commented 8 years ago

I have SIP turned off and have the latest build which crashes if I try to save any changes or add a remote.

rasmusbe commented 8 years ago

Process: Gas Mask [6971] Path: /Applications/Gas Mask.app/Contents/MacOS/Gas Mask Identifier: ee.clockwise.gmask Version: 0.8.4 (0.8.4) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Gas Mask [6971] User ID: 502

Date/Time: 2016-11-25 11:33:15.191 +0100 OS Version: Mac OS X 10.12.1 (16B2555) Report Version: 12 Anonymous UUID: 616E03C4-A7E4-5A4C-37B2-01542F4DE1A7

Sleep/Wake UUID: 72D2DEB5-44F1-428E-8B7D-D8F9B91C2ABA

Time Awake Since Boot: 270000 seconds Time Since Wake: 4700 seconds

System Integrity Protection: enabled

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

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

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

Application Specific Information: Performing @selector(saveSelected:) from sender NSButton 0x608000341970

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.security 0x00007fff94afdeee SerializeItemSet + 107 1 com.apple.security 0x00007fff94afcb5a setItemSet + 24 2 com.apple.security 0x00007fff94afceac _AuthorizationCopyRights_prepare_message + 138 3 com.apple.security 0x00007fff94afcde9 AuthorizationCopyRights + 30 4 ee.clockwise.gmask 0x000000010408f2a6 0x104084000 + 45734 5 ee.clockwise.gmask 0x000000010408f059 0x104084000 + 45145 6 ee.clockwise.gmask 0x00000001040a7aac 0x104084000 + 146092 7 ee.clockwise.gmask 0x00000001040a7b85 0x104084000 + 146309 8 ee.clockwise.gmask 0x00000001040ac796 0x104084000 + 165782 9 com.apple.CoreFoundation 0x00007fff8e7ab59c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12 10 com.apple.CoreFoundation 0x00007fff8e7ab49b _CFXRegistrationPost + 427 11 com.apple.CoreFoundation 0x00007fff8e7ab202 _CFXNotificationPost_block_invoke + 50 12 com.apple.CoreFoundation 0x00007fff8e768903 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1827 13 com.apple.CoreFoundation 0x00007fff8e76793c _CFXNotificationPost + 604 14 com.apple.Foundation 0x00007fff901770e3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66 15 ee.clockwise.gmask 0x000000010408b714 0x104084000 + 30484 16 ee.clockwise.gmask 0x000000010408b61e 0x104084000 + 30238 17 libsystem_trace.dylib 0x00007fffa3a92c41 _os_activity_initiate + 61 18 com.apple.AppKit 0x00007fff8cb33d8e -[NSApplication(NSResponder) sendAction:to:from:] + 456 19 com.apple.AppKit 0x00007fff8c67e5c4 -[NSControl sendAction:to:] + 86 20 com.apple.AppKit 0x00007fff8c67e4ec __26-[NSCell _sendActionFrom:]_block_invoke + 136 21 libsystem_trace.dylib 0x00007fffa3a92c41 _os_activity_initiate + 61 22 com.apple.AppKit 0x00007fff8c67e444 -[NSCell _sendActionFrom:] + 128 23 com.apple.AppKit 0x00007fff8c6c0d6c -[NSButtonCell _sendActionFrom:] + 98 24 libsystem_trace.dylib 0x00007fffa3a92c41 _os_activity_initiate + 61 25 com.apple.AppKit 0x00007fff8c6db789 -[NSButtonCell performClick:] + 690 26 com.apple.AppKit 0x00007fff8c6db490 33-[NSButton performKeyEquivalent:]_block_invoke + 85 27 libsystem_trace.dylib 0x00007fffa3a92c41 _os_activity_initiate + 61 28 com.apple.AppKit 0x00007fff8c66b212 -[NSButton performKeyEquivalent:] + 356 29 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 30 com.apple.AppKit 0x00007fff8c66b094 -[NSControl _performKeyEquivalent:conditionally:] + 136 31 com.apple.AppKit 0x00007fff8c66af65 -[NSView performKeyEquivalent:] + 234 32 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 33 com.apple.AppKit 0x00007fff8c66af65 -[NSView performKeyEquivalent:] + 234 34 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 35 com.apple.AppKit 0x00007fff8c66af65 -[NSView performKeyEquivalent:] + 234 36 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 37 com.apple.AppKit 0x00007fff8c66af65 -[NSView performKeyEquivalent:] + 234 38 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 39 com.apple.AppKit 0x00007fff8c66af65 -[NSView performKeyEquivalent:] + 234 40 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 41 com.apple.AppKit 0x00007fff8c66af65 -[NSView performKeyEquivalent:] + 234 42 com.apple.AppKit 0x00007fff8c66ae67 -[NSView _performKeyEquivalent:conditionally:] + 227 43 com.apple.AppKit 0x00007fff8cc46e72 -[NSWindow _commonPerformKeyEquivalent:conditionally:] + 79 44 com.apple.AppKit 0x00007fff8cb327dd routeKeyEquivalent + 572 45 com.apple.AppKit 0x00007fff8cb30d85 -[NSApplication(NSEvent) sendEvent:] + 3377 46 com.apple.AppKit 0x00007fff8c411589 -[NSApplication run] + 1002 47 com.apple.AppKit 0x00007fff8c3dc1ad NSApplicationMain + 1237 48 ee.clockwise.gmask 0x0000000104085f40 0x104084000 + 8000

Thread 1: 0 libsystem_kernel.dylib 0x00007fffa398fe2e kevent + 10 1 ee.clockwise.gmask 0x00000001040aa543 0x104084000 + 156995 2 com.apple.Foundation 0x00007fff901a330d NSThreadstart__ + 1243 3 libsystem_pthread.dylib 0x00007fffa3a77aab _pthread_body + 180 4 libsystem_pthread.dylib 0x00007fffa3a779f7 _pthread_start + 286 5 libsystem_pthread.dylib 0x00007fffa3a77221 thread_start + 13

Thread 2:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fffa398741a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffa3986867 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8e796834 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8e795cc1 CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff8e795514 CFRunLoopRunSpecific + 420 5 com.apple.AppKit 0x00007fff8c5695a0 _NSEventThread + 205 6 libsystem_pthread.dylib 0x00007fffa3a77aab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffa3a779f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffa3a77221 thread_start + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fffa398f4e6 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffa3a77622 _pthread_wqthread + 1023 2 libsystem_pthread.dylib 0x00007fffa3a77211 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fffa398f4e6 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffa3a777b5 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffa3a77211 start_wqthread + 13

Thread 5: 0 libsystem_pthread.dylib 0x00007fffa3a77204 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x227374736f682f63 rbx: 0x00007fff5bb79fb0 rcx: 0x0000600000342ec0 rdx: 0xffffffffffffffd0 rdi: 0x0000600000342f60 rsi: 0x0000000000000000 rbp: 0x00007fff5bb79f00 rsp: 0x00007fff5bb79ed0 r8: 0x007374686769725f r9: 0x0000000000000061 r10: 0x0185570101855780 r11: 0xffffe0006b5e90fc r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x000060000025d160 r15: 0x0000600000342ec0 rip: 0x00007fff94afdeee rfl: 0x0000000000010246 cr2: 0x0000000106a7e000

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

Binary Images: 0x104084000 - 0x1040c8ff7 +ee.clockwise.gmask (0.8.4 - 0.8.4) /Applications/Gas Mask.app/Contents/MacOS/Gas Mask 0x1040ea000 - 0x10410ffff +com.binarymethod.BGHUDAppKit (1.0) <42256575-4676-6999-7A64-D9D4BEEC6FE1> /Applications/Gas Mask.app/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit 0x104129000 - 0x104140fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Gas Mask.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle 0x10415e000 - 0x104171ff7 +net.wafflesoftware.ShortcutRecorder.framework.Leopard (1.0) <0AFF80BC-61CB-395E-BA4E-EC39C5F0EAB1> /Applications/Gas Mask.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder 0x104183000 - 0x10418fff7 +com.growl.growlframework (1.2.1 - 1.2.1) <40462CEC-EE57-4FAD-A138-221D365DC5E4> /Applications/Gas Mask.app/Contents/Frameworks/Growl.framework/Versions/A/Growl 0x106509000 - 0x106a75ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.20.23 - 10.2.0) <937303A6-4DB6-324C-A0F9-4CA3EAA19830> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver 0x106c8c000 - 0x106d03ff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.20.23 - 10.2.0) <2657569C-0E68-3078-97E4-0CCBE7052D14> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x106ede000 - 0x106f1b287 dyld (421.2) <13A9466A-2576-3ABB-AD9D-D6BC16439B8F> /usr/lib/dyld 0x1083ed000 - 0x1083eefed +cl_kernels (???) cl_kernels 0x10b5ed000 - 0x10b60dff7 com.apple.CoreNLP (1.0 - 78) <3D2A949C-DE66-34F4-9A97-9817C8054CC9> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff895a8000 - 0x7fff898e0fff com.apple.RawCamera.bundle (7.00 - 874) <99AF1865-BCDD-3313-85BF-E246745201F0> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8b105000 - 0x7fff8b2c3ff7 com.apple.avfoundation (2.0 - 1183.4) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8b2c4000 - 0x7fff8b367ff7 com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff8b3fc000 - 0x7fff8b3fcfff com.apple.Accelerate (1.11 - Accelerate 1.11) <97EF9FB3-581F-3F19-84D0-E9262559A454> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8b3fd000 - 0x7fff8b414ffb libCGInterfaces.dylib (331.5) <5796C169-B449-33C8-B471-BD711BDCB898> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff8b415000 - 0x7fff8b92efeb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8b92f000 - 0x7fff8ba9fff3 libBLAS.dylib (1185) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8baa0000 - 0x7fff8bab4ffb libBNNS.dylib (14) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff8bab5000 - 0x7fff8beabfef libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8beac000 - 0x7fff8bec2fff libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8bec3000 - 0x7fff8bec9fff libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff8beca000 - 0x7fff8bedeff7 libSparseBLAS.dylib (1185) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff8bedf000 - 0x7fff8c066fe7 libvDSP.dylib (600) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8c067000 - 0x7fff8c119ffb libvMisc.dylib (600) <5E006F98-FB5C-3AC4-B8B9-6D267B22AA72> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8c11a000 - 0x7fff8c11afff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8c11b000 - 0x7fff8c15bffb com.apple.Accounts (113 - 113) <5EB6A20D-5A7C-321D-B3DB-FFE90D834578> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff8c15c000 - 0x7fff8c3d5ff3 com.apple.AddressBook.framework (10.0 - 1756.9) <56BAE45E-071C-3F32-8668-37E9E40A593C> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8c3d6000 - 0x7fff8d0b6ff3 com.apple.AppKit (6.9 - 1504.60) <5DA1E013-575C-34D5-A028-1639EB7B0040> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8d0c8000 - 0x7fff8d0c8fff com.apple.ApplicationServices (48 - 48) <3E1395EA-C661-3318-9B87-9857BB81021B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8d0c9000 - 0x7fff8d137ff7 com.apple.ApplicationServices.ATS (377 - 422.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8d1d1000 - 0x7fff8d2ffff7 libFontParser.dylib (194.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8d300000 - 0x7fff8d34afff libFontRegistry.dylib (196.2) <8AEE7F4E-60F0-33BB-99E4-5381EF1FEC6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8d3a7000 - 0x7fff8d3d9fff libTrueTypeScaler.dylib (194.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff8d445000 - 0x7fff8d4efff7 com.apple.ColorSync (4.12.0 - 502) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8d4f0000 - 0x7fff8d540fff com.apple.HIServices (1.22 - 590) <109A9893-313B-3467-9892-062F49D1FF0D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8d541000 - 0x7fff8d550ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8d551000 - 0x7fff8d59efff com.apple.print.framework.PrintCore (12 - 491) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8d59f000 - 0x7fff8d5dafff com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8d5db000 - 0x7fff8d5e6ff7 com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) <23EA6076-ECDF-3A50-81E7-3CE6451DC8C4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8d5e7000 - 0x7fff8d7f5ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8d7f6000 - 0x7fff8d7f6fff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8d95f000 - 0x7fff8dce3ff7 com.apple.CFNetwork (807.1.3 - 807.1.3) <336BFAD9-1BAE-368E-8C48-B9F1CC251C67> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8dcfd000 - 0x7fff8dcfdfff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8dcfe000 - 0x7fff8dd01fff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8dd02000 - 0x7fff8e006fff com.apple.HIToolbox (2.1.1 - 856.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8e007000 - 0x7fff8e00aff7 com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8e00b000 - 0x7fff8e010fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8e011000 - 0x7fff8e0a8ff3 com.apple.ink.framework (10.9 - 219) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8e0a9000 - 0x7fff8e0c3fff com.apple.openscripting (1.7 - 172) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8e0c4000 - 0x7fff8e0c5ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8e0c6000 - 0x7fff8e0c8ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8e0c9000 - 0x7fff8e0cfff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8e0d0000 - 0x7fff8e1aefff com.apple.cloudkit.CloudKit (639.2.1 - 639.2.1) <9F6CFA9A-3109-30C5-B3AB-4745489E7EBD> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff8e1af000 - 0x7fff8e1affff com.apple.Cocoa (6.11 - 22) <5EEB0A26-F1C2-3D57-8441-52C0B80C2A6A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8e2e5000 - 0x7fff8e375ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4082E8CC-568A-364A-9AF0-92F30F067D42> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8e376000 - 0x7fff8e389ff3 com.apple.CoreBluetooth (1.0 - 1) <73A2B185-70E4-3535-A653-E1BC74584E55> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8e38a000 - 0x7fff8e680ffb com.apple.CoreData (120 - 752.2) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8e681000 - 0x7fff8e70dfff com.apple.CoreDisplay (1.0 - 1) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff8e70e000 - 0x7fff8eba7ff7 com.apple.CoreFoundation (6.9 - 1348.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8eba8000 - 0x7fff8f226fff com.apple.CoreGraphics (2.0 - 1070.8) <3F5B7647-8006-3738-9A5A-1AD2DF570992> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8f227000 - 0x7fff8f466ff7 com.apple.CoreImage (12.0.0 - 451) <4A79760F-FD23-3055-9569-5F038818993F> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8f467000 - 0x7fff8f4c3ff7 com.apple.corelocation (2100.3.14.4) <40B8B610-F93C-3708-B61D-E840E5708AC0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff8f4c4000 - 0x7fff8f574ff7 com.apple.CoreMedia (1.0 - 1903.11) <34BC19CF-0203-315F-A75D-1E4237BF3FF4> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8f575000 - 0x7fff8f5c0ff7 com.apple.CoreMediaIO (803.0 - 4927) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8f5c1000 - 0x7fff8f5c1fff com.apple.CoreServices (775.8.2 - 775.8.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8f5c2000 - 0x7fff8f613ff7 com.apple.AE (712 - 712) <0EF17D7E-6BA4-3555-BC38-9BD0CC5B82A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8f614000 - 0x7fff8f8effff com.apple.CoreServices.CarbonCore (1159 - 1159) <837B7ECF-7E62-3210-988C-63D7AB4EAA88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8f8f0000 - 0x7fff8f923fff com.apple.DictionaryServices (1.2 - 274) <302B8678-D057-3CF8-ACA7-7424A4A6A00A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8f924000 - 0x7fff8f92cffb com.apple.CoreServices.FSEvents (1230 - 1230) <8836E7D0-844F-36F9-9601-B630BB82336B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8f92d000 - 0x7fff8fa98fff com.apple.LaunchServices (775.8.2 - 775.8.2) <7389590A-0E30-3294-B39C-F179D237F6C4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8fa99000 - 0x7fff8fb49ffb com.apple.Metadata (10.7.0 - 1075.17) <40F7E6E2-B58B-34E1-B97B-26756ECDB947> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8fb4a000 - 0x7fff8fba9fff com.apple.CoreServices.OSServices (775.8.2 - 775.8.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8fbaa000 - 0x7fff8fc1afff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8fc1b000 - 0x7fff8fc61ff7 com.apple.coreservices.SharedFileList (38 - 38) <6C5A3FBB-9502-3725-AC3A-AE7B1528BBD4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff8fcee000 - 0x7fff8fe39ffb com.apple.CoreText (352.0 - 544.1) <3229A726-303B-3B09-A014-8708C3BEF2D1> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8fe3a000 - 0x7fff8fe6ffff com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8fe70000 - 0x7fff8fee1ffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <0425CA71-50D9-32DC-8693-CAE6CB3B799D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8ff11000 - 0x7fff8ff1cff3 com.apple.DirectoryService.Framework (10.12 - 194) <829AFAAD-5742-332D-B84D-AF161FB57660> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff8ffdc000 - 0x7fff8ffe1fff com.apple.DiskArbitration (2.7 - 2.7) <566D5C06-13E8-3638-B2EC-2B834D5F04F1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff90170000 - 0x7fff90517ffb com.apple.Foundation (6.9 - 1349) <08A463B1-296E-3AC1-B8D3-01A75B0785A8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff90543000 - 0x7fff90574fff com.apple.GSS (4.0 - 2.0) <4F3C9982-457C-3731-85DB-8CE1A72621B0> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff90628000 - 0x7fff906cbfff com.apple.Bluetooth (5.0.1 - 5.0.1f7) <406E3901-F5D3-3996-84F7-32975EBE8F86> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff906cc000 - 0x7fff90761ff7 com.apple.framework.IOKit (2.0.2 - 1324.21.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff90762000 - 0x7fff90768ffb com.apple.IOSurface (153.1 - 153.1) <849B0928-3D37-3977-9670-19979DB4EE4D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff90769000 - 0x7fff907bbffb com.apple.ImageCaptureCore (7.0 - 7.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff907bc000 - 0x7fff90912fef com.apple.ImageIO.framework (3.3.0 - 1570.2) <1133B1CE-C702-3D66-80F3-6BB40D5D1178> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff90913000 - 0x7fff90917fff libGIF.dylib (1570.2) <4AE8D51B-E26A-3CB0-9D53-58112F94E3CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff90918000 - 0x7fff90a08fff libJP2.dylib (1570.2) <9F56888C-28CD-3ED0-B7BB-FFB775EF9DE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff90a09000 - 0x7fff90a2cffb libJPEG.dylib (1570.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff90a2d000 - 0x7fff90a54ff7 libPng.dylib (1570.2) <2BC453BB-5E15-3031-AFAE-912025F2674A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff90a55000 - 0x7fff90a57ff3 libRadiance.dylib (1570.2) <0F2C81F9-2D74-36A6-BCC0-2366E60410C7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff90a58000 - 0x7fff90ab1ff3 libTIFF.dylib (1570.2) <897EB69A-1C96-3BC2-A458-A21652249E71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff90bd1000 - 0x7fff91672ff7 com.apple.JavaScriptCore (12602 - 12602.2.14.0.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff91673000 - 0x7fff9168cff7 com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9168d000 - 0x7fff916c3fff com.apple.LDAPFramework (2.4.28 - 194.5) <850BB4C5-2548-33A5-B00C-0600CA59EE59> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff91907000 - 0x7fff9190dfff com.apple.MediaAccessibility (1.0 - 97.1.1) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff91923000 - 0x7fff91e72ff7 com.apple.MediaToolbox (1.0 - 1903.11) <9855FD27-8435-3CB5-8C81-342D3BED69DE> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff91e73000 - 0x7fff91ecaff7 com.apple.Metal (85.85 - 85.85) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff925e0000 - 0x7fff925e8fff com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff927bc000 - 0x7fff927c4ff7 libcldcpuengine.dylib (2.8.4) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff927c5000 - 0x7fff928abfff unorm8_bgra.dylib (2.8.4) <59487A57-1575-33DB-8F65-D55E8DD75CF4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff928ac000 - 0x7fff9298cfe7 unorm8_rgba.dylib (2.8.4) <1A461BEE-4D8E-3F85-8FA9-2C145899C7E5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff9298d000 - 0x7fff929dbff3 com.apple.opencl (2.8.6 - 2.8.6) <819DE36A-893E-3100-8430-EEB9D7023672> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff929dc000 - 0x7fff929f5ffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff929f6000 - 0x7fff92a01ff7 com.apple.OpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff92a02000 - 0x7fff92a04fff libCVMSPluginSupport.dylib (12.4.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff92a05000 - 0x7fff92a08ff7 libCoreFSCache.dylib (150) <991F00EB-B1B4-3351-9D83-C11E4920C360> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff92a09000 - 0x7fff92a0cfff libCoreVMClient.dylib (150) <06276E05-1FB2-3748-A236-1F66468A1755> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff92a0d000 - 0x7fff92a15ffb libGFXShared.dylib (12.4.5) <67ABA30E-DA8A-336C-8137-11CD0D455741> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff92a16000 - 0x7fff92a21fff libGL.dylib (12.4.5) <920D2CC5-D64F-35A5-8C54-4A5731AEC552> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff92a22000 - 0x7fff92a5eff7 libGLImage.dylib (12.4.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff92a5f000 - 0x7fff92bd5ffb libGLProgrammability.dylib (12.4.5) <6F6A4BA1-2DB2-3D22-9BEE-E45F6455BAE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff92bd6000 - 0x7fff92c16ff3 libGLU.dylib (12.4.5) <79C811DC-7904-3A7D-A983-B3E8D5439336> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9357e000 - 0x7fff9358cfff com.apple.opengl (12.4.5 - 12.4.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff9358d000 - 0x7fff93733fff GLEngine (12.4.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff93734000 - 0x7fff9375effb GLRendererFloat (12.4.5) <9C53418B-2B6F-3B16-AA50-EF8CD632B05F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff937f5000 - 0x7fff9393cff7 com.apple.QTKit (7.7.3 - 2978) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff9393d000 - 0x7fff93ba8fff com.apple.imageKit (3.0 - 1016) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff93ba9000 - 0x7fff93c63ff7 com.apple.PDFKit (1.0 - 1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff93c64000 - 0x7fff9418afff com.apple.QuartzComposer (5.1 - 351) <10A260C7-A44C-3C64-BF68-FC0FCCD08489> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff9418b000 - 0x7fff941aeffb com.apple.quartzfilters (1.10.0 - 1.10.0) <9ECD9812-151A-300D-8F37-F7FEBE67B8BC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff941af000 - 0x7fff9429cff7 com.apple.QuickLookUIFramework (5.0 - 720.1) <6967F937-2BDC-397A-A377-5C52899FF97A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff9429d000 - 0x7fff9429dfff com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff9429e000 - 0x7fff94498fff com.apple.QuartzCore (1.11 - 449.39.5) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff94499000 - 0x7fff944eefff com.apple.QuickLookFramework (5.0 - 720.1) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff944ef000 - 0x7fff94502ff7 com.apple.SafariServices.framework (12602 - 12602.2.14.0.7) <2F16B32F-D006-31EA-9CB9-299264C17E30> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff949fe000 - 0x7fff94d19ff7 com.apple.security (7.0 - 57740.20.22) <7E95D13A-0D52-36A9-A1C4-C21EE26AB2AB> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff94d1a000 - 0x7fff94d90ff7 com.apple.securityfoundation (6.0 - 55132.20.1) <8DDEA805-C6F7-3EF9-990F-136617DB942D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff94d91000 - 0x7fff94db9fff com.apple.securityinterface (10.0 - 55079.1.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff94dba000 - 0x7fff94dbdff3 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff95142000 - 0x7fff951b3ff7 com.apple.SystemConfiguration (1.14 - 1.14) <013957CA-2708-31F0-845D-11E271C96B94> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff951b4000 - 0x7fff9555fff7 com.apple.VideoToolbox (1.0 - 1903.11) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff95560000 - 0x7fff96794ff3 com.apple.WebCore (12602 - 12602.2.14.0.5) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff96795000 - 0x7fff968fafff com.apple.WebKitLegacy (12602 - 12602.2.14.0.7) <3D4BAC77-370A-3D55-AD1A-68D4C489DAF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff968fb000 - 0x7fff96c66ff7 com.apple.WebKit (12602 - 12602.2.14.0.7) <847FBE4F-06E5-315F-80FA-A58180B74608> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff977cb000 - 0x7fff977e6ff3 com.apple.AppContainer (4.0 - 307.20.1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff977e7000 - 0x7fff977f4ff3 com.apple.AppSandbox (4.0 - 307.20.1) <6BCD6C7F-470A-3C6A-9A24-3F26037AD6F7> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff977f5000 - 0x7fff97817ffb com.apple.framework.Apple80211 (12.0 - 1200.37) <25299C0F-7A30-3BAA-9945-DB1515F68A2C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff97818000 - 0x7fff97827fdb com.apple.AppleFSCompression (88 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff97910000 - 0x7fff9799b97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff979af000 - 0x7fff979cafff com.apple.aps.framework (4.0 - 4.0) <37A4B7F9-4F43-3A23-B4FC-E7656B5BC73F> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff979cb000 - 0x7fff979d3ffb com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff979d4000 - 0x7fff979d7ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff979d8000 - 0x7fff97a2afff com.apple.AppleVAFramework (5.0.34 - 5.0.34) <42A46C0E-877D-349C-A30A-5CA29896391B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff97a33000 - 0x7fff97a3affb com.apple.AssetCacheServices (31 - 31) <13E874CA-86AB-33E7-A4D8-544D3B8157CD> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fff97db7000 - 0x7fff97e35ff7 com.apple.backup.framework (1.8.1 - 1.8.1) <792B4983-DE9A-377D-8338-93719706D12F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff984a5000 - 0x7fff984ccfff com.apple.CalendarAgentLink (8.0 - 250) <26CB59F5-7D23-312B-9B1E-EB47D6490A16> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff98a53000 - 0x7fff98a7affb com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff98a7b000 - 0x7fff98b0dffb com.apple.CloudDocs (1.0 - 483.3) <35F99B99-6F99-37F2-B347-8B8E86D83878> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff993a1000 - 0x7fff993aaffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff99470000 - 0x7fff994befff com.apple.AddressBook.ContactsFoundation (8.0 - 2250) <5588F340-F4A8-3806-8642-08A106421B60> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff994bf000 - 0x7fff994e1fff com.apple.contacts.ContactsPersistence (1.0 - 2250) <524C9EEC-D186-30B2-8A55-CC11A48CC44C> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff9952b000 - 0x7fff99908fe7 com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff99909000 - 0x7fff99939fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff999ae000 - 0x7fff999b6ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <212D3DB2-DC44-329F-B810-238DF156D1EE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff99ac6000 - 0x7fff99ad7ff7 com.apple.CoreEmoji (1.0 - 39.1) <54432658-8481-3F33-ADED-B60684311E11> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff99b8c000 - 0x7fff99ba2fff com.apple.CoreMediaAuthoring (2.2 - 955) <0D83B2A2-E541-3FFB-ACEC-E848F9C847E7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff99ba9000 - 0x7fff99c39ffb com.apple.CorePDF (4.0 - 4) <42FD0781-A19C-3E36-BFDA-DAEAFB3A3115> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff99db9000 - 0x7fff99de9ff3 com.apple.CoreServicesInternal (276 - 276) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff9a072000 - 0x7fff9a0fcfff com.apple.CoreSymbolication (61050) <15C4AF49-2F85-3265-B53F-4925616C746E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9a0fd000 - 0x7fff9a23bfcf com.apple.coreui (2.1 - 426.9.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff9a23c000 - 0x7fff9a2dbffb com.apple.CoreUtils (4.3 - 430.70) <946F5089-9F8D-3595-8208-AD945B26D267> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff9a32b000 - 0x7fff9a390ff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <8DAD3903-9A77-3E50-99C4-3C5708FB25B1> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff9a391000 - 0x7fff9a39efff com.apple.CrashReporterSupport (10.12 - 816) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff9a410000 - 0x7fff9a443ff7 com.apple.datadetectors (5.0 - 348) <018E6565-860F-39E2-9C2E-D730668CE326> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff9a444000 - 0x7fff9a4bbff3 com.apple.datadetectorscore (7.0 - 539) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff9a4f5000 - 0x7fff9a534fff com.apple.DebugSymbols (137 - 137) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff9a535000 - 0x7fff9a646fff com.apple.desktopservices (1.11.1 - 1.11.1) <03518A59-79B1-3B16-B923-52D6EFF04ADB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff9a785000 - 0x7fff9a78fff7 com.apple.DisplayServicesFW (3.1 - 380) <6E891145-62C3-35B9-90A5-21BC0CACDEDB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff9a912000 - 0x7fff9ad43ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff9c07e000 - 0x7fff9c07efff libmetal_timestamp.dylib (600.0.48.26) <681B9F09-0673-3C38-B636-9D77D338D1AF> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff9c08b000 - 0x7fff9c096ff3 libGPUSupportMercury.dylib (12.4.5) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff9c348000 - 0x7fff9c364ff7 com.apple.GenerationalStorage (2.0 - 259) <43D40063-BD46-3008-8992-FF092B7C9A58> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9c37c000 - 0x7fff9ca14ff7 com.apple.GeoServices (1.0 - 1228.21.7.28.8) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff9ca5a000 - 0x7fff9cad0ffb com.apple.Heimdal (4.0 - 2.0) <418DD668-7288-3D33-BAFE-959DB96D0351> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff9d0e3000 - 0x7fff9d0eaffb com.apple.IOAccelerator (288.15 - 288.15) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff9d0ec000 - 0x7fff9d100ff3 com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff9d101000 - 0x7fff9d123ff7 com.apple.IconServices (74.1 - 74.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff9d1be000 - 0x7fff9d1ceff3 com.apple.IntlPreferences (2.0 - 216) <5E2D8D16-DBB9-3389-9CEA-1E4094C34A92> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff9d205000 - 0x7fff9d3b9fff com.apple.LanguageModeling (1.0 - 123) <10152D7F-C7C0-34AA-A295-D712D16C76E6> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff9d494000 - 0x7fff9d565ff3 com.apple.MMCS (1.3 - 379) <14867D2F-6E87-351E-AB4B-9BD759364DFD> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff9d9ff000 - 0x7fff9da02fff com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff9dc65000 - 0x7fff9dcddfef com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff9de43000 - 0x7fff9de4eff7 com.apple.MobileKeyBag (2.0 - 1.0) <9E2D377E-C3D5-326F-B559-787AFCBA6728> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff9de5f000 - 0x7fff9de87fff com.apple.MultitouchSupport.framework (368.4 - 368.4) <18778258-70B1-31BF-845D-1FACBF280108> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9df34000 - 0x7fff9df3efff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff9e333000 - 0x7fff9e335fff com.apple.OAuth (25 - 25) <1A29AF10-4AFE-32A2-9CA9-A98BACA2CE8D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff9e71a000 - 0x7fff9e75bff7 com.apple.PerformanceAnalysis (1.145 - 145) <73A73364-EFB6-3D0A-A7EA-7F924359B3C9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff9e79f000 - 0x7fff9e7a6ff3 com.apple.phonenumbers (1.1.1 - 105) <14003B00-D2DA-3732-A1AC-A71763EC3556> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff9edc1000 - 0x7fff9edecffb com.apple.ProtectedCloudStorage (1.0 - 1) <614C38AC-9D97-30D8-A196-02688634B584> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff9eded000 - 0x7fff9ee07fff com.apple.ProtocolBuffer (1 - 249) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff9ee08000 - 0x7fff9ee18ffb com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff9ee21000 - 0x7fff9ee44ff3 com.apple.RemoteViewServices (2.0 - 124) <280DB828-4613-3DF8-ACBA-C91989B64347> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff9fa77000 - 0x7fff9fa7afff com.apple.SecCodeWrapper (4.0 - 307.20.1) <2BBC8E7C-7B28-39D2-8273-2BA5ED7DAC45> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff9fb08000 - 0x7fff9fb84fff com.apple.Sharing (671.15 - 671.15) <37C29D52-CA6E-3E30-9CCF-F7B4A8DE6B9B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff9fba5000 - 0x7fff9fdf7fef com.apple.SkyLight (1.600.0 - 108.11) <5D0C258E-0816-3FF2-AA3C-A7B9F2DEC19C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff9ffd1000 - 0x7fff9ffddfff com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fffa06c1000 - 0x7fffa072dff3 com.apple.Symbolication (61080.2) <8AB6B520-E8DE-392F-8B86-52098D2A2BA2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fffa0b24000 - 0x7fffa0b2aff7 com.apple.TCC (1.0 - 1) <787E8FD8-21A7-39E6-87D4-6AD09156C5A0> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fffa0bb6000 - 0x7fffa0d77ff3 com.apple.TextureIO (1.35 - 1.35) <63D75E50-F3C2-3E8E-A49B-F53531C24C54> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fffa0dc0000 - 0x7fffa0dd5ff3 com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fffa0dd6000 - 0x7fffa0de4ffb com.apple.ToneLibrary (1.0 - 1) <32AD3F5C-124F-351D-BC9B-63A7AEA20F31> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fffa0deb000 - 0x7fffa0decfff com.apple.TrustEvaluationAgent (2.0 - 28) <6793B664-C4FC-3CD4-B0E7-25B9933391AC> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fffa0ded000 - 0x7fffa0f7cffb com.apple.UIFoundation (1.0 - 489) <0CD14719-FC52-3AC5-87EF-775437927990> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fffa19cd000 - 0x7fffa1a7cff7 com.apple.ViewBridge (276 - 276) <55494F8D-A20F-3D64-826F-E136D77AFC9D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fffa1ea4000 - 0x7fffa1eaafff com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fffa1f7b000 - 0x7fffa1f7dffb com.apple.loginsupport (1.0 - 1) <03B57D6F-C210-32BC-B384-5B0E95660283> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fffa1fa9000 - 0x7fffa1fd0ff3 com.apple.contacts.vCard (1.0 - 2250) <443AB8FC-1C0F-3505-8C90-CDE600C9C73E> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fffa1fd2000 - 0x7fffa1fedff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fffa1fee000 - 0x7fffa1ff9fff libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib 0x7fffa208b000 - 0x7fffa208cff3 libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fffa208d000 - 0x7fffa22a0fff libFosl_dynamic.dylib (16.37) /usr/lib/libFosl_dynamic.dylib 0x7fffa22bc000 - 0x7fffa22c3fff libMatch.1.dylib (27) <15FC6217-23E1-3DF0-A5F5-E4C67AED70B5> /usr/lib/libMatch.1.dylib 0x7fffa22c4000 - 0x7fffa22c4fff libOpenScriptingUtil.dylib (172) /usr/lib/libOpenScriptingUtil.dylib 0x7fffa22c5000 - 0x7fffa22c8ffb libScreenReader.dylib (477.10.20) /usr/lib/libScreenReader.dylib 0x7fffa22c9000 - 0x7fffa22caff3 libSystem.B.dylib (1238) /usr/lib/libSystem.B.dylib 0x7fffa2336000 - 0x7fffa2361ffb libarchive.2.dylib (41.20.1) /usr/lib/libarchive.2.dylib 0x7fffa2362000 - 0x7fffa23d6fff libate.dylib (1.12.12) /usr/lib/libate.dylib 0x7fffa23da000 - 0x7fffa23daff3 libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib 0x7fffa23db000 - 0x7fffa23ebff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib 0x7fffa23ec000 - 0x7fffa23faff7 libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib 0x7fffa23fb000 - 0x7fffa2451ff7 libc++.1.dylib (307.4) /usr/lib/libc++.1.dylib 0x7fffa2452000 - 0x7fffa247cfff libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib 0x7fffa247d000 - 0x7fffa248dffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib 0x7fffa248e000 - 0x7fffa24a3fc3 libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib 0x7fffa24a4000 - 0x7fffa24a4ff7 libcoretls.dylib (121.1.1) /usr/lib/libcoretls.dylib 0x7fffa24a5000 - 0x7fffa24a6ffb libcoretls_cfhelpers.dylib (121.1.1) /usr/lib/libcoretls_cfhelpers.dylib 0x7fffa24a7000 - 0x7fffa255fff7 libcrypto.0.9.7.dylib (106) <7EBF1BF9-EE33-3795-90EA-134E88F8A5B7> /usr/lib/libcrypto.0.9.7.dylib 0x7fffa2560000 - 0x7fffa2644ff3 libcrypto.0.9.8.dylib (64) <4CB423CE-0B86-334A-9335-FEE75198024F> /usr/lib/libcrypto.0.9.8.dylib 0x7fffa27e2000 - 0x7fffa2835ff7 libcups.2.dylib (450) <04CA1F55-4B70-3D65-B4B1-62F6C271A9EF> /usr/lib/libcups.2.dylib 0x7fffa2886000 - 0x7fffa288dff3 libdscsym.dylib (145) /usr/lib/libdscsym.dylib 0x7fffa28af000 - 0x7fffa28affff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib 0x7fffa28bf000 - 0x7fffa28c4ff7 libheimdal-asn1.dylib (498.20.2) /usr/lib/libheimdal-asn1.dylib 0x7fffa28c5000 - 0x7fffa29b7ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib 0x7fffa29b8000 - 0x7fffa2bddfff libicucore.A.dylib (57132.0.1) /usr/lib/libicucore.A.dylib 0x7fffa2be3000 - 0x7fffa2be4fff liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib 0x7fffa2be5000 - 0x7fffa2bfeffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib 0x7fffa2bff000 - 0x7fffa2c15ff7 libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib 0x7fffa2c16000 - 0x7fffa2ec0fff libmecabra.dylib (744.2.2) /usr/lib/libmecabra.dylib 0x7fffa2ef3000 - 0x7fffa2f6cff3 libnetwork.dylib (856.20.4) <5012EFF3-8FF4-317D-B328-AB21E3B5CA8C> /usr/lib/libnetwork.dylib 0x7fffa2f6d000 - 0x7fffa333dd97 libobjc.A.dylib (706) /usr/lib/libobjc.A.dylib 0x7fffa3340000 - 0x7fffa3344fff libpam.2.dylib (21) <352F8FF6-2248-3594-B357-8D031DEFB06C> /usr/lib/libpam.2.dylib 0x7fffa3345000 - 0x7fffa3375ff7 libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib 0x7fffa3393000 - 0x7fffa33afffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib 0x7fffa33b0000 - 0x7fffa33e9ff3 libsandbox.1.dylib (592.21.2) <7A698C92-CD5C-3BFF-A215-2BE2DE31F88E> /usr/lib/libsandbox.1.dylib 0x7fffa33ea000 - 0x7fffa33fcffb libsasl2.2.dylib (209) <5A177BA8-362D-32DA-8D14-69AB191648B3> /usr/lib/libsasl2.2.dylib 0x7fffa33fd000 - 0x7fffa33feff3 libspindump.dylib (229) <322AE558-5040-3F9A-8203-F64D8B0B507A> /usr/lib/libspindump.dylib 0x7fffa33ff000 - 0x7fffa3547fff libsqlite3.dylib (252) /usr/lib/libsqlite3.dylib 0x7fffa3639000 - 0x7fffa3646fff libxar.1.dylib (354) /usr/lib/libxar.1.dylib 0x7fffa364a000 - 0x7fffa3739ffb libxml2.2.dylib (30.11) <26676155-64CE-323F-B73C-AD77AF5982E8> /usr/lib/libxml2.2.dylib 0x7fffa373a000 - 0x7fffa3763fff libxslt.1.dylib (15.8) /usr/lib/libxslt.1.dylib 0x7fffa3764000 - 0x7fffa3775ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib 0x7fffa3784000 - 0x7fffa3788ff7 libcache.dylib (79) <84E55656-FDA9-3B29-9E4F-BE31B2C0AA3C> /usr/lib/system/libcache.dylib 0x7fffa3789000 - 0x7fffa3793fff libcommonCrypto.dylib (60092.20.1) <31040F10-5E57-3B9C-8D5B-33AD87D1BEE8> /usr/lib/system/libcommonCrypto.dylib 0x7fffa3794000 - 0x7fffa379bfff libcompiler_rt.dylib (62) <486BDE52-81B4-3446-BD72-23977CAE556F> /usr/lib/system/libcompiler_rt.dylib 0x7fffa379c000 - 0x7fffa37a4fff libcopyfile.dylib (138) <0DA49B77-56EC-362D-98FF-FA78CFD986D6> /usr/lib/system/libcopyfile.dylib 0x7fffa37a5000 - 0x7fffa3827fdb libcorecrypto.dylib (442.20.2) <2684CC01-087E-33E2-8219-AAA3BBD9BFD7> /usr/lib/system/libcorecrypto.dylib 0x7fffa3828000 - 0x7fffa385afff libdispatch.dylib (703.20.1) <877B505D-826C-3246-84F7-0F850636039E> /usr/lib/system/libdispatch.dylib 0x7fffa385b000 - 0x7fffa3860ff3 libdyld.dylib (421.2) <7BFA3476-6210-3BCB-8CE8-9B952F87BD84> /usr/lib/system/libdyld.dylib 0x7fffa3861000 - 0x7fffa3861ffb libkeymgr.dylib (28) <09CD7CA6-46D2-3A9F-B9F1-7C4CA5CA0D68> /usr/lib/system/libkeymgr.dylib 0x7fffa3862000 - 0x7fffa386effb libkxld.dylib (3789.21.3) /usr/lib/system/libkxld.dylib 0x7fffa386f000 - 0x7fffa386ffff liblaunch.dylib (972.20.3) <7AB2E2EA-8B47-3420-87CE-5EE18A4EEE49> /usr/lib/system/liblaunch.dylib 0x7fffa3870000 - 0x7fffa3875fff libmacho.dylib (894) <1EAE5ADD-490C-3B1F-9F97-447BA8E0E90F> /usr/lib/system/libmacho.dylib 0x7fffa3876000 - 0x7fffa3878ff3 libquarantine.dylib (85) /usr/lib/system/libquarantine.dylib 0x7fffa3879000 - 0x7fffa387affb libremovefile.dylib (45) /usr/lib/system/libremovefile.dylib 0x7fffa387b000 - 0x7fffa3893ff7 libsystem_asl.dylib (349.1.1) /usr/lib/system/libsystem_asl.dylib 0x7fffa3894000 - 0x7fffa3894ff7 libsystem_blocks.dylib (67) /usr/lib/system/libsystem_blocks.dylib 0x7fffa3895000 - 0x7fffa3922fef libsystem_c.dylib (1158.20.4) <5F9531F5-EDA3-3D25-A827-3E0FD6B392BA> /usr/lib/system/libsystem_c.dylib 0x7fffa3923000 - 0x7fffa3926ffb libsystem_configuration.dylib (888.20.5) /usr/lib/system/libsystem_configuration.dylib 0x7fffa3927000 - 0x7fffa392afff libsystem_coreservices.dylib (41.2) <5DE691C6-7EE6-3210-895D-9EA3ECBC09B4> /usr/lib/system/libsystem_coreservices.dylib 0x7fffa392b000 - 0x7fffa3943ffb libsystem_coretls.dylib (121.1.1) <8F7E9B12-400D-3276-A9C5-4546B0258554> /usr/lib/system/libsystem_coretls.dylib 0x7fffa3944000 - 0x7fffa394afff libsystem_dnssd.dylib (765.20.4) <28E52C39-DF10-340F-A3EC-C0119AF6361F> /usr/lib/system/libsystem_dnssd.dylib 0x7fffa394b000 - 0x7fffa3974fff libsystem_info.dylib (503) /usr/lib/system/libsystem_info.dylib 0x7fffa3975000 - 0x7fffa3997ff7 libsystem_kernel.dylib (3789.21.3) /usr/lib/system/libsystem_kernel.dylib 0x7fffa3998000 - 0x7fffa39dffe7 libsystem_m.dylib (3121.4) <7F86C291-B105-31C1-9923-90EBAB22B73F> /usr/lib/system/libsystem_m.dylib 0x7fffa39e0000 - 0x7fffa39feff7 libsystem_malloc.dylib (116) /usr/lib/system/libsystem_malloc.dylib 0x7fffa39ff000 - 0x7fffa3a56ff3 libsystem_network.dylib (856.20.4) <2BAFB24F-999C-3148-BDD8-F28E05F716F7> /usr/lib/system/libsystem_network.dylib 0x7fffa3a57000 - 0x7fffa3a60ff3 libsystem_networkextension.dylib (563.20.3) <971DD3AD-D17A-32FF-95DE-0A5A979E68AE> /usr/lib/system/libsystem_networkextension.dylib 0x7fffa3a61000 - 0x7fffa3a6aff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib 0x7fffa3a6b000 - 0x7fffa3a73fe7 libsystem_platform.dylib (126.1.2) <2F2D6A81-C36C-353D-B27B-A6643A32375E> /usr/lib/system/libsystem_platform.dylib 0x7fffa3a74000 - 0x7fffa3a7eff7 libsystem_pthread.dylib (218.20.1) <46375095-4731-3034-9D87-396DE95FC697> /usr/lib/system/libsystem_pthread.dylib 0x7fffa3a7f000 - 0x7fffa3a82ff7 libsystem_sandbox.dylib (592.21.2) <2D42A2BF-A7AF-352A-A821-D8F6E85A63AC> /usr/lib/system/libsystem_sandbox.dylib 0x7fffa3a83000 - 0x7fffa3a84fff libsystem_secinit.dylib (24) /usr/lib/system/libsystem_secinit.dylib 0x7fffa3a85000 - 0x7fffa3a8cfff libsystem_symptoms.dylib (532.1.1) <8FB7CA37-79EF-3651-B5B9-B5E1E0947067> /usr/lib/system/libsystem_symptoms.dylib 0x7fffa3a8d000 - 0x7fffa3aadff7 libsystem_trace.dylib (518.20.8) /usr/lib/system/libsystem_trace.dylib 0x7fffa3aae000 - 0x7fffa3ab3ffb libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib 0x7fffa3ab4000 - 0x7fffa3addff7 libxpc.dylib (972.20.3) <85EB25FD-218F-38EE-9E69-391CC8EBE6C5> /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: 479023 thread_create: 0 thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 128K 2 Activity Tracing 256K 2 CG backing stores 5904K 7 CG image 124K 18 CoreAnimation 9152K 16 CoreUI image data 1928K 15 CoreUI image file 156K 4 Foundation 28K 3 Image IO 92K 18 Kernel Alloc Once 8K 2 MALLOC 91.3M 34 MALLOC guard page 48K 10 Memory Tag 242 12K 2 OpenCL 16K 3 STACK GUARD 56.0M 7 Stack 10.5M 7 VM_ALLOCATE 160K 25 DATA 32.6M 286 GLSLBUILTINS 2588K 2 IMAGE 528K 2 LINKEDIT 113.6M 12 TEXT 217.2M 288 UNICODE 556K 2 mapped file 89.2M 22 shared memory 16.3M 11 =========== ======= ======= TOTAL 648.0M 775

Model: MacBookPro11,1, BootROM MBP111.0138.B17, 2 processors, Intel Core i7, 3 GHz, 16 GB, SMC 2.16f68 Graphics: Intel Iris, Intel Iris, Built-In Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.171.47.1a8) Bluetooth: Version 5.0.1f7, 3 services, 27 devices, 1 incoming serial ports Network Service: Thunderbolt Ethernet, Ethernet, en6 Network Service: Wi-Fi, AirPort, en0 PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0 Serial ATA Device: APPLE SSD SM0512F, 500,28 GB USB Device: USB 3.0 Bus USB Device: USB3.0 Hub USB Device: USB3.0 Hub USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: Keyboard Hub USB Device: Apple Keyboard USB Device: Elements 10B8 Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2 Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 3, 5.5

dgibbons commented 8 years ago

I was on 0.8.3 and Sierra without any crashing issues. Updated to 0.8.4 which aimed to solve the crashing issues, but unfortunately for me it crashed right away when I swapped a hosts file.

Reverted back to 0.8.3 and everything works fine.

xavierfuentes commented 8 years ago

same issue here, keeps crashing every time I try to activate a new hosts file. I'm on Sierra 10.12.1 and Gas Mask 0.8.4 report.txt

elliotec commented 7 years ago

App crashes any time host file switches, on newest version of Sierra and Gas mask.

kenshin158 commented 7 years ago

Newest version and previous version crash on Sierra.

SyntaxErratum commented 7 years ago

I was having the same issues with Sierra. I also used SwitchHosts and it works great. https://github.com/oldj/SwitchHosts https://github.com/oldj/SwitchHosts

r3volution11 commented 7 years ago

I wanted to point out that GasMask has been working fine for me as of late. Currently on 10.12.3 but has worked 99.9999% since official 10.12.1 at least.

alexagui commented 7 years ago

It was crashing for me on Sierra 10.12.2 and Gas Mask 0.8.4

Reverting back to Gas Mask 0.8.3 worked for me.

rainer800hao commented 7 years ago

0.8.3 worked well for me