kitschpatrol / KPRunEverywhereXcodePlugin

An Xcode 7 plugin to build and run an app across multiple iOS devices with one click.
MIT License
316 stars 8 forks source link

Not working #12

Closed ismaelgobernado closed 8 years ago

ismaelgobernado commented 8 years ago

when i execute the Run everywhere make Xcode close suddenly , my xcode version is 7.1

kitschpatrol commented 8 years ago

Hi Ismael, you might have an old version — did this start suddenly after you upgraded to 7.1? Did you try uninstalling and re-installing the plugin?

Can you please confirm that you have the latest binary: shasum ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/KPRunEverywhereXcodePlugin.xcplugin/Contents/MacOS/KPRunEverywhereXcodePlugin

Should yield 64a2c64fa5caf38b9cdf5691c4cffb4e357d46fc.

Thanks, any help reproducing this would be useful since the plugin's working fine for me on 7.1.

FramusRock commented 8 years ago

I just installed the latest version from alcatraz and it crashes my Xcode, too. (never had the plugin before)

shasum: 349fd292b8ac65630c38e5f208b2bce38fa62230

Apparently Alcatraz does not have the newest version?

ismaelgobernado commented 8 years ago

Hello Kitschpatrol my binary is 43d386a3028b238e6611218477080e9c9d686167 I reinstalled from alcatraz but i get the exception:

Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               7.1 (9079)
Build Info:            IDEFrameworks-9079000000000000~8
App Item ID:           497799835
App External ID:       813804225
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [3177]
User ID:               501

Date/Time:             2015-11-30 12:02:02.007 +0000
OS Version:            Mac OS X 10.11.1 (15B42)
Report Version:        11
Anonymous UUID:        4A343F82-B091-F07F-F3D3-4B56D7CEB135

Sleep/Wake UUID:       5DEAB174-E509-44A5-B1D4-4281E8B93849

Time Awake Since Boot: 34000 seconds
Time Since Wake:       3000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
ProductBuildVersion: 7B91b
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Invalid parameter not satisfying: aTitle != nil
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff8a66ee1a **exceptionPreprocess (in CoreFoundation)
  1  0x0000000102d9ac7e DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2  0x00007fff88c3b4fa objc_exception_throw (in libobjc.A.dylib)
  3  0x00007fff8a673b0a +[NSException raise:format:arguments:](in CoreFoundation)
  4  0x00007fff8f977e16 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:](in Foundation)
  5  0x00007fff8747c61e -[NSMenu indexOfItemWithTitle:](in AppKit)
  6  0x00007fff8747c548 -[NSMenu itemWithTitle:](in AppKit)
  7  0x000000010a1c5698 -[KPRunEverywhereXcodePlugin getDestinationMenuByTitle:] at /Users/ismael/Library/Application Support/Alcatraz/Plug-ins/KPRunEverywhereXcodePlugin/KPRunEverywhereXcodePlugin/KPRunEverywhereXcodePlugin.m:233 (in KPRunEverywhereXcodePlugin)
  8  0x000000010a1c53ac __64-[KPRunEverywhereXcodePlugin performActionForMenuItemWithTitle:]_block_invoke at /Users/ismael/Library/Application Support/Alcatraz/Plug-ins/KPRunEverywhereXcodePlugin/KPRunEverywhereXcodePlugin/KPRunEverywhereXcodePlugin.m:217 (in KPRunEverywhereXcodePlugin)
  9  0x00007fff840528f5 _dispatch_call_block_and_release (in libdispatch.dylib)
 10  0x00007fff840473c3 _dispatch_client_callout (in libdispatch.dylib)
 11  0x00007fff8405ac1b _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
 12  0x00007fff8a624999 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE** (in CoreFoundation)
 13  0x00007fff8a5e39cd __CFRunLoopRun (in CoreFoundation)
 14  0x00007fff8a5e2fc8 CFRunLoopRunSpecific (in CoreFoundation)
 15  0x00007fff86d4dd55 RunCurrentEventLoopInMode (in HIToolbox)
 16  0x00007fff86d4db8f ReceiveNextEventCommon (in HIToolbox)
 17  0x00007fff86d4d9cf _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
 18  0x00007fff8747dd96 _DPSNextEvent (in AppKit)
 19  0x00007fff8747d1c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:](in AppKit)
 20  0x00000001033705fc -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:](in DVTKit)
 21  0x00007fff87471d28 -[NSApplication run](in AppKit)
 22  0x00007fff8743afbe NSApplicationMain (in AppKit)
 23  0x00007fff8cbab5ad start (in libdyld.dylib)

abort() called

Application Specific Signatures:
NSInternalInconsistencyException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff8a66ee32 **exceptionPreprocess + 178
1   DVTFoundation                       0x0000000102d9ac7e DVTFailureHintExceptionPreprocessor + 194
2   libobjc.A.dylib                     0x00007fff88c3b4fa objc_exception_throw + 48
3   CoreFoundation                      0x00007fff8a673b0a +[NSException raise:format:arguments:] + 106
4   Foundation                          0x00007fff8f977e16 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 198
5   AppKit                              0x00007fff8747c61e -[NSMenu indexOfItemWithTitle:] + 166
6   AppKit                              0x00007fff8747c548 -[NSMenu itemWithTitle:] + 22
7   KPRunEverywhereXcodePlugin          0x000000010a1c5698 -[KPRunEverywhereXcodePlugin getDestinationMenuByTitle:] + 259
8   KPRunEverywhereXcodePlugin          0x000000010a1c53ac __64-[KPRunEverywhereXcodePlugin performActionForMenuItemWithTitle:]_block_invoke + 53
9   libdispatch.dylib                   0x00007fff840528f5 _dispatch_call_block_and_release + 12
10  libdispatch.dylib                   0x00007fff840473c3 _dispatch_client_callout + 8
11  libdispatch.dylib                   0x00007fff8405ac1b _dispatch_main_queue_callback_4CF + 1685
12  CoreFoundation                      0x00007fff8a624999 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE** + 9
13  CoreFoundation                      0x00007fff8a5e39cd __CFRunLoopRun + 1949
14  CoreFoundation                      0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
15  HIToolbox                           0x00007fff86d4dd55 RunCurrentEventLoopInMode + 235
16  HIToolbox                           0x00007fff86d4db8f ReceiveNextEventCommon + 432
17  HIToolbox                           0x00007fff86d4d9cf _BlockUntilNextEventMatchingListInModeWithFilter + 71
18  AppKit                              0x00007fff8747dd96 _DPSNextEvent + 1067
19  AppKit                              0x00007fff8747d1c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
20  DVTKit                              0x00000001033705fc -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 247
21  AppKit                              0x00007fff87471d28 -[NSApplication run] + 682
22  AppKit                              0x00007fff8743afbe NSApplicationMain + 1176
23  libdyld.dylib                       0x00007fff8cbab5ad start + 1
24  ???                                 0x0000000000000001 0x0 + 1

Global Trace Buffer (reverse chronological seconds):
289.439651   CFNetwork                  0x00007fff8678c163 TCP Conn 0x7feece258b10 SSL Handshake DONE
289.883863   CFNetwork                  0x00007fff8678c03f TCP Conn 0x7feece258b10 starting SSL negotiation
289.884069   CFNetwork                  0x00007fff8678aa0f TCP Conn 0x7feece258b10 complete. fd: 19, err: 0
289.884510   CFNetwork                  0x00007fff868191ad TCP Conn 0x7feece258b10 event 1. err: 0
290.154936   CFNetwork                  0x00007fff86789cdf TCP Conn 0x7feece258b10 started
290.249574   CFNetwork                  0x00007fff8674d89e Creating default cookie storage with process/bundle identifier
290.249574   CFNetwork                  0x00007fff8674d836 Faulting in CFHTTPCookieStorage singleton
290.249574   CFNetwork                  0x00007fff8674d6c5 Faulting in NSHTTPCookieStorage singleton
290.253035   CFNetwork                  0x00007fff8684ad38 NSURLConnection finished with error - code -1100

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff82c880ae **pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff8ae9c500 pthread_kill + 90
2   libsystem_c.dylib               0x00007fff8b69037b abort + 129
3   com.apple.dt.IDEKit             0x000000010420594d +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1481
4   com.apple.dt.IDEKit             0x0000000104206be6 -[IDEAssertionHandler handleUncaughtException:] + 1077
5   com.apple.dt.IDEKit             0x0000000104206cb2 IDEHandleUncaughtException + 94
6   com.apple.CoreFoundation        0x00007fff8a6d5a0b __handleUncaughtException + 731
7   libobjc.A.dylib                 0x00007fff88c3d155 _objc_terminate() + 94
8   libc++abi.dylib                 0x00007fff8584b19e std::__terminate(void (*)()) + 8
9   libc++abi.dylib                 0x00007fff8584b213 std::terminate() + 51
10  libdispatch.dylib               0x00007fff840473d7 _dispatch_client_callout + 28
11  libdispatch.dylib               0x00007fff8405ac1b _dispatch_main_queue_callback_4CF + 1685
12  com.apple.CoreFoundation        0x00007fff8a624999 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE** + 9
13  com.apple.CoreFoundation        0x00007fff8a5e39cd __CFRunLoopRun + 1949
14  com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
15  com.apple.HIToolbox             0x00007fff86d4dd55 RunCurrentEventLoopInMode + 235
16  com.apple.HIToolbox             0x00007fff86d4db8f ReceiveNextEventCommon + 432
17  com.apple.HIToolbox             0x00007fff86d4d9cf _BlockUntilNextEventMatchingListInModeWithFilter + 71
18  com.apple.AppKit                0x00007fff8747dd96 _DPSNextEvent + 1067
19  com.apple.AppKit                0x00007fff8747d1c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
20  com.apple.dt.DVTKit             0x00000001033705fc -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 247
21  com.apple.AppKit                0x00007fff87471d28 -[NSApplication run] + 682
22  com.apple.AppKit                0x00007fff8743afbe NSApplicationMain + 1176
23  libdyld.dylib                   0x00007fff8cbab5ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff82c890a2 kevent_qos + 10
1   libdispatch.dylib               0x00007fff8404d11d _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff8404cd85 _dispatch_mgr_thread + 52

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff82c82c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff82c820d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8a5e42b4 **CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8a5e377c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff86750d6d +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
7   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff82c82c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff82c820d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8a5e42b4 **CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8a5e377c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff8f8aaf59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.DTDeviceKitBase       0x000000010b1d3670 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1103
7   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
8   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 4:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff82c88222 __select + 10
1   com.apple.CoreFoundation        0x00007fff8a6214aa __CFSocketManager + 762
2   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
4   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff82c82c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff82c820d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8a5e42b4 **CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8a5e377c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff8f8aaf59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.DTDeviceKitBase       0x000000010b1c465b +[DTDKRemoteDeviceConnection startServiceBrowsers] + 213
7   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
8   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 6:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff82c82c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff82c820d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8a5e42b4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8a5e377c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff875d3d49 _NSEventThread + 149
6   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
8   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 7:: DYMobileDeviceManager
0   libsystem_kernel.dylib          0x00007fff82c82c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff82c820d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8a5e42b4 **CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8a5e377c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff8f8aaf59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.Foundation            0x00007fff8f8aae38 -[NSRunLoop(NSRunLoop) run] + 74
7   com.apple.GPUToolsMobileFoundation  0x0000000116197061 -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
9   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
11  libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 8:: Dispatch queue: parsing queue
0   libsystem_kernel.dylib          0x00007fff82c82cd2 semaphore_wait_trap + 10
1   libdispatch.dylib               0x00007fff84052c6a _dispatch_semaphore_wait_slow + 224
2   com.apple.dt.instruments.DTXConnectionServices  0x0000000104e62380 -[DTXMessageParser waitForMoreData:incrementalBuffer:] + 87
3   com.apple.dt.instruments.DTXConnectionServices  0x0000000104e61e2b -[DTXMessageParser parseMessageWithExceptionHandler:] + 61
4   com.apple.dt.instruments.DTXConnectionServices  0x0000000104e61ba1 __68-[DTXMessageParser initWithMessageHandler:andParseExceptionHandler:]_block_invoke + 39
5   libdispatch.dylib               0x00007fff840528f5 _dispatch_call_block_and_release + 12
6   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
7   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
8   libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
9   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
10  libdispatch.dylib               0x00007fff8404b253 _dispatch_root_queue_drain + 1890
11  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
12  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
13  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 9:: Dispatch queue: NSOperationQueue 0x7feecfb1a460 :: NSOperation 0x7feed2c6cab0 (QOS: USER_INTERACTIVE)
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Foundation            0x00007fff8f988d02 -[__NSOperationInternal _waitUntilFinished:] + 131
3   com.apple.Foundation            0x00007fff8f9540ca -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4   com.apple.dt.DVTFoundation      0x0000000102cfff8a -[DVTOperationGroup main] + 67
5   com.apple.Foundation            0x00007fff8f8cc09e -[__NSOperationInternal _start:] + 654
6   com.apple.dt.DVTFoundation      0x0000000102bd970f -[DVTOperationGroup start] + 111
7   com.apple.Foundation            0x00007fff8f8c8088 __NSOQSchedule_f + 194
8   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
10  libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
11  libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
12  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
13  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
14  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 10:: Dispatch queue: NSOperationQueue 0x7feed1fc4ba0 :: NSOperation 0x7feed1ac58f0 (QOS: USER_INTERACTIVE)
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Foundation            0x00007fff8f988d02 -[__NSOperationInternal _waitUntilFinished:] + 131
3   com.apple.Foundation            0x00007fff8f9540ca -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4   com.apple.dt.DVTFoundation      0x0000000102cfff8a -[DVTOperationGroup main] + 67
5   com.apple.Foundation            0x00007fff8f8cc09e -[__NSOperationInternal _start:] + 654
6   com.apple.dt.DVTFoundation      0x0000000102bd970f -[DVTOperationGroup start] + 111
7   com.apple.Foundation            0x00007fff8f8c8088 __NSOQSchedule_f + 194
8   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
10  libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
11  libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
12  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
13  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
14  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 11:: Dispatch queue: NSOperationQueue 0x7feed2c60eb0 :: NSOperation 0x7feed2c52370 (QOS: USER_INTERACTIVE)
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Foundation            0x00007fff8f988d02 -[__NSOperationInternal _waitUntilFinished:] + 131
3   com.apple.Foundation            0x00007fff8f9540ca -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4   com.apple.dt.DVTFoundation      0x0000000102cfff8a -[DVTOperationGroup main] + 67
5   com.apple.Foundation            0x00007fff8f8cc09e -[__NSOperationInternal _start:] + 654
6   com.apple.dt.DVTFoundation      0x0000000102bd970f -[DVTOperationGroup start] + 111
7   com.apple.Foundation            0x00007fff8f8c8088 __NSOQSchedule_f + 194
8   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
10  libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
11  libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
12  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
13  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
14  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 12:: Dispatch queue: NSOperationQueue 0x7feecfb1a460 :: NSOperation 0x7feed54444d0 (QOS: USER_INTERACTIVE)
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Foundation            0x00007fff8f988d02 -[__NSOperationInternal _waitUntilFinished:] + 131
3   com.apple.Foundation            0x00007fff8f9540ca -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4   com.apple.dt.DVTFoundation      0x0000000102cfff8a -[DVTOperationGroup main] + 67
5   com.apple.Foundation            0x00007fff8f8cc09e -[__NSOperationInternal _start:] + 654
6   com.apple.dt.DVTFoundation      0x0000000102bd970f -[DVTOperationGroup start] + 111
7   com.apple.Foundation            0x00007fff8f8c8088 __NSOQSchedule_f + 194
8   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
10  libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
11  libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
12  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
13  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
14  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 13:: Dispatch queue: DTDKExecuteInSession dbbcca49296bcbc882f7c3121e334fd3004dba4e
0   libsystem_kernel.dylib          0x00007fff82c89072 kevent + 10
1   com.apple.mobiledevice          0x000000010b3144ac lockconn_receive_message + 193
2   com.apple.mobiledevice          0x000000010b31381b send_service_start + 222
3   com.apple.mobiledevice          0x000000010b319b84 AMDeviceSecureStartService + 1180
4   com.apple.DTDeviceKitBase       0x000000010b1c14be __63-[DTDKRemoteDeviceConnection startFirstServiceOf:unlockKeybag:]_block_invoke + 258
5   com.apple.DTDeviceKitBase       0x000000010b1c0bd4 __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_3 + 22
6   com.apple.DTDeviceKitBase       0x000000010b1b3ea4 __DTDKExecuteInSession_block_invoke + 38
7   com.apple.DTDeviceKitBase       0x000000010b1b34bf __DTDKExecuteWithConnection_block_invoke_2 + 486
8   com.apple.DTDeviceKitBase       0x000000010b1b32b2 __DTDKExecuteWithConnection_block_invoke + 107
9   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
10  libdispatch.dylib               0x00007fff840489aa _dispatch_barrier_sync_f_invoke + 74
11  com.apple.dt.DVTFoundation      0x0000000102dd5ff5 DVTDispatchBarrierSync + 62
12  com.apple.dt.DVTFoundation      0x0000000102b747e7 -[DVTDispatchLock performLockedBlock:] + 116
13  com.apple.DTDeviceKitBase       0x000000010b1b31bc DTDKExecuteWithConnection + 223
14  com.apple.DTDeviceKitBase       0x000000010b1b3e2e DTDKExecuteInSession + 121
15  com.apple.DTDeviceKitBase       0x000000010b1c0b0d __48-[DTDKRemoteDeviceConnection futureWithSession:]_block_invoke_2 + 117
16  com.apple.dt.DVTFoundation      0x0000000102dd5a48 __DVTDispatchAsync_block_invoke + 153
17  libdispatch.dylib               0x00007fff840528f5 _dispatch_call_block_and_release + 12
18  libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
19  libdispatch.dylib               0x00007fff8404b253 _dispatch_root_queue_drain + 1890
20  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
21  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
22  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff82c87f5e **psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x000000010ac69f5b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450
3   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
4   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 17:
0   libsystem_kernel.dylib          0x00007fff82c87f5e **psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x000000010ac69f5b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450
3   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
4   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 18:
0   libsystem_kernel.dylib          0x00007fff82c87f5e **psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x000000010ac69f5b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450
3   com.apple.Foundation            0x00007fff8f8bbee4 __NSThread__start** + 1351
4   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 19:: Dispatch queue: NSOperationQueue 0x7feed5442220 :: NSOperation 0x7feed5443540 (QOS: USER_INTERACTIVE)
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Foundation            0x00007fff8f988d02 -[__NSOperationInternal _waitUntilFinished:] + 131
3   com.apple.Foundation            0x00007fff8f9540ca -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4   com.apple.dt.DVTFoundation      0x0000000102cfff8a -[DVTOperationGroup main] + 67
5   com.apple.Foundation            0x00007fff8f8cc09e -[__NSOperationInternal _start:] + 654
6   com.apple.dt.DVTFoundation      0x0000000102bd970f -[DVTOperationGroup start] + 111
7   com.apple.Foundation            0x00007fff8f8c8088 __NSOQSchedule_f + 194
8   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
10  libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
11  libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
12  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
13  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
14  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 20:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 21:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 22:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 23:: Dispatch queue: NSOperationQueue 0x7feed5443ab0 :: NSOperation 0x7feed54468c0 (QOS: USER_INTERACTIVE)
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.Foundation            0x00007fff8f988d02 -[__NSOperationInternal _waitUntilFinished:] + 131
3   com.apple.Foundation            0x00007fff8f9540ca -[NSOperationQueue waitUntilAllOperationsAreFinished] + 254
4   com.apple.dt.DVTFoundation      0x0000000102cfff8a -[DVTOperationGroup main] + 67
5   com.apple.Foundation            0x00007fff8f8cc09e -[__NSOperationInternal _start:] + 654
6   com.apple.dt.DVTFoundation      0x0000000102bd970f -[DVTOperationGroup start] + 111
7   com.apple.Foundation            0x00007fff8f8c8088 __NSOQSchedule_f + 194
8   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
9   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
10  libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
11  libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
12  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
13  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
14  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 24:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 25:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 26:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 27:: Dispatch queue: parsing queue
0   libsystem_kernel.dylib          0x00007fff82c82cd2 semaphore_wait_trap + 10
1   libdispatch.dylib               0x00007fff84052c6a _dispatch_semaphore_wait_slow + 224
2   com.apple.dt.instruments.DTXConnectionServices  0x0000000104e62380 -[DTXMessageParser waitForMoreData:incrementalBuffer:] + 87
3   com.apple.dt.instruments.DTXConnectionServices  0x0000000104e61e2b -[DTXMessageParser parseMessageWithExceptionHandler:] + 61
4   com.apple.dt.instruments.DTXConnectionServices  0x0000000104e61ba1 __68-[DTXMessageParser initWithMessageHandler:andParseExceptionHandler:]_block_invoke + 39
5   libdispatch.dylib               0x00007fff840528f5 _dispatch_call_block_and_release + 12
6   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
7   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
8   libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
9   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
10  libdispatch.dylib               0x00007fff8404b253 _dispatch_root_queue_drain + 1890
11  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
12  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
13  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 28:
0   libsystem_kernel.dylib          0x00007fff82c88132 __read_nocancel + 10
1   libsystem_c.dylib               0x00007fff8b675df1 _sread + 16
2   libsystem_c.dylib               0x00007fff8b675405 __srefill1 + 24
3   libsystem_c.dylib               0x00007fff8b66e6fb fgets + 106
4   com.apple.LLDB.framework        0x000000010d725305 lldb_private::IOHandlerEditline::GetLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, bool&) + 341
5   com.apple.LLDB.framework        0x000000010d725778 lldb_private::IOHandlerEditline::Run() + 176
6   com.apple.LLDB.framework        0x000000010d629d13 lldb_private::Debugger::ExecuteIOHandlers() + 63
7   com.apple.LLDB.framework        0x000000010d62ba08 lldb_private::Debugger::IOHandlerThread(void*) + 14
8   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 29:
0   libsystem_kernel.dylib          0x00007fff82c82c96 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff82c820d7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8a5e42b4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8a5e377c __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff8a5e2fc8 CFRunLoopRunSpecific + 296
5   com.apple.CoreFoundation        0x00007fff8a624961 CFRunLoopRun + 97
6   com.apple.DebugSymbols          0x00007fff8cc0b69a SpotlightQueryThread(void*) + 346
7   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 30:
0   libsystem_kernel.dylib          0x00007fff82c88222 __select + 10
1   com.apple.LLDB.framework        0x000000010d5c1649 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error_) + 881
2   com.apple.LLDB.framework        0x000000010d5c1050 lldb_private::ConnectionFileDescriptor::Read(void_, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error_) + 126
3   com.apple.LLDB.framework        0x000000010d620afb lldb_private::Communication::Read(void_, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error_) + 195
4   com.apple.LLDB.framework        0x000000010d757242 lldb_private::process_gdb_remote::GDBRemoteCommunication::WaitForPacketWithTimeoutMicroSecondsNoLock(StringExtractorGDBRemote&, unsigned int, bool) + 246
5   com.apple.LLDB.framework        0x000000010d88a070 lldb_private::process_gdb_remote::GDBRemoteCommunicationClient::SendContinuePacketAndWaitForResponse(lldb_private::process_gdb_remote::ProcessGDBRemote_, char const_, unsigned long, StringExtractorGDBRemote&) + 868
6   com.apple.LLDB.framework        0x000000010d7683cf lldb_private::process_gdb_remote::ProcessGDBRemote::AsyncThread(void_) + 503
7   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 31:
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.LLDB.framework        0x000000010d6ea7bd lldb_private::Condition::Wait(lldb_private::Mutex&, lldb_private::TimeValue const_, bool_) + 109
3   com.apple.LLDB.framework        0x000000010d638e30 lldb_private::Predicate<bool>::WaitForValueEqualTo(bool, lldb_private::TimeValue const_, bool_) + 96
4   com.apple.LLDB.framework        0x000000010d638a0c lldb_private::Listener::WaitForEventsInternal(lldb_private::TimeValue const_, lldb_private::Broadcaster_, lldb_private::ConstString const_, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 320
5   com.apple.LLDB.framework        0x000000010d638b2b lldb_private::Listener::WaitForEvent(lldb_private::TimeValue const_, std::__1::shared_ptr<lldb_private::Event>&) + 27
6   com.apple.LLDB.framework        0x000000010d8302fc lldb_private::Process::WaitForEventsPrivate(lldb_private::TimeValue const_, std::__1::shared_ptr<lldb_private::Event>&, bool) + 116
7   com.apple.LLDB.framework        0x000000010d837dde lldb_private::Process::RunPrivateStateThread() + 268
8   com.apple.LLDB.framework        0x000000010d837941 lldb_private::Process::PrivateStateThread(void_) + 9
9   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
11  libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 32:: <DBGLLDBSessionThread (pid=2710)>
0   libsystem_kernel.dylib          0x00007fff82c87f5e __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8ae9a73d _pthread_cond_wait + 767
2   com.apple.LLDB.framework        0x000000010d6ea7bd lldb_private::Condition::Wait(lldb_private::Mutex&, lldb_private::TimeValue const_, bool_) + 109
3   com.apple.LLDB.framework        0x000000010d638e30 lldb_private::Predicate<bool>::WaitForValueEqualTo(bool, lldb_private::TimeValue const_, bool_) + 96
4   com.apple.LLDB.framework        0x000000010d638a0c lldb_private::Listener::WaitForEventsInternal(lldb_private::TimeValue const_, lldb_private::Broadcaster_, lldb_private::ConstString const_, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 320
5   com.apple.LLDB.framework        0x000000010d638b2b lldb_private::Listener::WaitForEvent(lldb_private::TimeValue const_, std::__1::shared_ptr<lldb_private::Event>&) + 27
6   com.apple.LLDB.framework        0x000000010b946c0f lldb::SBListener::WaitForEvent(unsigned int, lldb::SBEvent&) + 211
7   com.apple.dt.dbg.DebuggerLLDB   0x000000010b8be333 DBGLLDBSessionThread(void*) + 1056
8   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 33:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 34:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 35:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 36:
0   libsystem_kernel.dylib          0x00007fff82c8878a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8ae9958c _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 37:: Dispatch queue: activity log section queue
0   libsystem_kernel.dylib          0x00007fff82c82cd2 semaphore_wait_trap + 10
1   libsystem_platform.dylib        0x00007fff89e6fce8 _os_semaphore_wait + 16
2   libdispatch.dylib               0x00007fff84055a19 _dispatch_barrier_sync_f_slow + 594
3   com.apple.dt.DVTFoundation      0x0000000102dd5977 DVTDispatchSync + 181
4   com.apple.dt.DVTFoundation      0x0000000102dd5a48 __DVTDispatchAsync_block_invoke + 153
5   libdispatch.dylib               0x00007fff840528f5 _dispatch_call_block_and_release + 12
6   libdispatch.dylib               0x00007fff840473c3 _dispatch_client_callout + 8
7   libdispatch.dylib               0x00007fff8404bff3 _dispatch_queue_drain + 754
8   libdispatch.dylib               0x00007fff840526bf _dispatch_queue_invoke + 549
9   libdispatch.dylib               0x00007fff8404ad0b _dispatch_root_queue_drain + 538
10  libdispatch.dylib               0x00007fff8404aab8 _dispatch_worker_thread3 + 91
11  libsystem_pthread.dylib         0x00007fff8ae994f2 _pthread_wqthread + 1129
12  libsystem_pthread.dylib         0x00007fff8ae97375 start_wqthread + 13

Thread 38:

Thread 39:
0   libsystem_kernel.dylib          0x00007fff82c882b2 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff8b6b1a75 nanosleep + 199
2   com.apple.CoreSymbolication     0x00007fff93915b5f 0x7fff93903000 + 76639
3   libsystem_pthread.dylib         0x00007fff8ae999b1 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff8ae9992e _pthread_start + 168
5   libsystem_pthread.dylib         0x00007fff8ae97385 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5d09a0f8  rdx: 0x0000000000000000
  rdi: 0x000000000000160b  rsi: 0x0000000000000006  rbp: 0x00007fff5d09a120  rsp: 0x00007fff5d09a0f8
   r8: 0x00007feed1cdab32   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff88c30050  r13: 0x00007feed54d9150  r14: 0x00007fff735d3000  r15: 0x00007feecad15700
  rip: 0x00007fff82c880ae  rfl: 0x0000000000000206  cr2: 0x0000700000297aa8

Logical CPU:     0
Error Code:      0x0200014e
Trap Number:     133

Binary Images:
       0x102b64000 -        0x102b67ff7  com.apple.dt.Xcode (7.1 - 9079) <712CD0E7-FA1A-3C71-9C14-D21E7DA3D293> /Applications/Xcode.app/Contents/MacOS/Xcode
       0x102b72000 -        0x103045fff  com.apple.dt.DVTFoundation (7.1 - 9071) <4540BBA9-8B95-384B-9B9A-8AFDD8EF0768> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
       0x103236000 -        0x10357eff7  com.apple.dt.DVTKit (7.1 - 9071) <2DF90DA7-76EB-3B33-95BA-2E44A944DEF7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
       0x103791000 -        0x103c86fff  com.apple.dt.IDEFoundation (7.1 - 9079) <A710257B-3D6B-3EDC-AD96-A6DD492A0976> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
       0x103fc9000 -        0x104856ff7  com.apple.dt.IDEKit (7.1 - 9079) <85610340-A4BD-3EC0-9806-E32AC34603B2> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
       0x104e4e000 -        0x104e7dfcf  com.apple.dt.instruments.DTXConnectionServices (1.0 - 59022) <38739FD2-9A21-3625-93FB-CC6928235FF3> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
       0x104ea5000 -        0x104f2cfff  com.apple.dt.instruments.DVTInstrumentsFoundation (1.0 - 59022) <A0ED82AD-68A7-3482-90AD-B4E238A333E4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
       0x104fa2000 -        0x105029fff  com.apple.CoreSymbolicationDT (3.1 - 59005) <CBA22AAE-175F-331C-B4FD-5C1BE4B7A483> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
       0x10503e000 -        0x10508cfd7  com.apple.Symbolication (1.4 - 59004) <B555BFE8-8B86-346F-903B-B526C4DC9665> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
       0x1050c8000 -        0x105200fff  com.apple.framework.CoreProfileDT (59003) <B82A10E7-53F6-31DE-A063-19DDC1CACA17> /Applications/Xcode.app/Contents/SharedFrameworks/CoreProfileDT.framework/Versions/A/CoreProfileDT
       0x10523f000 -        0x10523ffff  com.apple.Metal (1.0 - 1) <A10621AB-2936-3CD5-82CF-9DE611A8418F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
       0x105243000 -        0x105247ff7  com.apple.kperf (1.0 - 1) <77AF3989-F85F-3E93-A3CF-27698C2D6FC3> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
       0x105252000 -        0x10525cff7  com.apple.kperfdataDT (1.0 - 1) <6007D8DE-C6A5-3F06-99F8-4F5AFEB98740> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
       0x105264000 -        0x105265fff  libpanel.5.4.dylib (46) <1A2DF1FF-5050-310E-A67F-1A5E8FF3A1C8> /usr/lib/libpanel.5.4.dylib
       0x10526b000 -        0x10528efff  com.apple.StreamingZip (1.0 - 1) <E097D7DE-0EE4-31A5-A7E5-E047C3E933C4> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
       0x1052a5000 -        0x1052a5ff7  com.apple.xcode.compilers.coredata (9.1 - 9061) <4717662F-7D47-303E-98C0-DEC062E77606> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
       0x1052aa000 -        0x1052b9ff7  com.apple.dt.instruments.DVTInstrumentsUtilities (1.0 - 59022) <36E186B3-48E2-3C7F-9B02-E8826C31D43F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
       0x1052cf000 -        0x10530bffb  com.apple.DebugSymbols (133 - 133) <24822CD6-4A2C-3D02-BD4D-C81570546A70> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
       0x10532a000 -        0x10532aff7  com.apple.compilers.clang (9.1 - 9061) <EE9408B8-4DFC-344A-B996-BF403C6EAFED> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
       0x10532e000 -        0x1053b4fff  com.apple.dt.XCTest (1.0 - 9060) <EFEACF12-EB07-394F-AFA7-F5856C684F63> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
       0x10541f000 -        0x10545eff7 +libswiftDemangle.dylib (700.1.101.6) <AF1D84A1-6C0A-3642-833D-436A6238DBEE> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib
       0x10547e000 -        0x105f22ffb +libclang.dylib (700.1.76) <0499ABB6-8E29-3832-A60D-5F1825E3F04B> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
       0x106188000 -        0x1061f0ff7  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <EA56B2A1-5B5F-30CC-BE10-27626BCB947F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
       0x10623f000 -        0x107117ff3 +libLTO.dylib (700.1.76) <89605AE3-7FC7-3F92-8DF3-1043B2A74F3A> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib
       0x10744a000 -        0x10744afff  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <534A6E09-9742-3E33-BFFD-EA7047899A5C> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
       0x107450000 -        0x107467fff  com.apple.DADocSetManagement (7.1 - 9000) <C824B746-59E5-3289-BAFD-7E2179A395B9> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
       0x107481000 -        0x107486fff  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <7C977ED3-FB37-365E-9EE6-71EC4EBED7DB> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
       0x107491000 -        0x10752dfff  com.apple.dt.instruments.DTGraphKit (7.1 - 59017) <70F4E905-0650-3A31-ABED-DA8C911E1CAD> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
       0x107595000 -        0x1075e0fff  com.apple.DADocSetAccess (7.1 - 9000) <3AB6D25E-9CEF-36BA-9D21-3D2EFBA19BE0> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
       0x10760c000 -        0x1076deffb  com.apple.PubSub (1.0.5 - 65.40) <1FE72C4E-1C35-3429-8C4E-2B469629AF23> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
       0x1077a7000 -        0x1077aaff7  com.apple.dt.IBLanguageSupport (1.0 - 1) <17F27DD0-3B6F-3DB9-94AE-491E90139323> /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport
       0x107b31000 -        0x107b41fff  com.apple.dt.IDELanguageSupportCore (7.1 - 9046) <1253F9A1-B99A-3E81-A94D-87ECEB010726> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
       0x107b55000 -        0x107b59ff7  com.apple.dt.dbg.DebuggerLLDBService (7.1 - 9057) <EF385A0B-CA03-3C89-ABDD-A4431A10E525> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
       0x107b88000 -        0x107bd0fff  com.apple.CoreSimulator (191.4 - 191.4) <6512303B-5E95-375C-BA2B-9B8754531BF3> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
       0x10a154000 -        0x10a18eff7 +com.luisfloreani.Auto-Importer (1.0 - 1) <4153BD88-F215-30BB-B230-CB466116DC91> /Users/USER/Library/Application Support/Developer/_/Auto-Importer
       0x10a1c3000 -        0x10a1c8fff +com.kitschpatrol.KPRunEverywhereXcodePlugin (1.0 - 1) <3F6F5B72-E660-387F-AF43-D214B96CDB72> /Users/USER/Library/Application Support/Developer/_/KPRunEverywhereXcodePlugin
       0x10a1d3000 -        0x10a1dcff7  com.apple.dt.IDEIODebugGaugesCore (7.1 - 9057) <2AC1D3F8-B941-3AA2-98F4-216AC36AF696> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
       0x10a1eb000 -        0x10a1ebfff  com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <A7C84FCE-8292-34D4-A9A6-B7ECA2DA935C> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm
       0x10a1ef000 -        0x10a1effff  com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <FE1FA308-2DDD-31F5-812F-8BE9462A1156> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm
       0x10a227000 -        0x10a22bfff  com.apple.audio.AppleHDAHALPlugIn (272.50.31 - 272.50.31) <848D475D-F0B5-3E2D-B268-92F399EF7D7E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10a232000 -        0x10a234fff +com.deusty.XcodeColors (1.0.9 - 109) <69456F57-DA55-3FC6-B860-3A02F7139DBA> /Users/USER/Library/Application Support/Developer/_/XcodeColors
       0x10a238000 -        0x10a246fff +cn.rickytan.RTImageAssets (0.6.0 - 1) <A64A6AA9-BE55-3C4E-B8ED-78CBD43576FE> /Users/USER/Library/Application Support/Developer/_/RTImageAssets
       0x10a259000 -        0x10a265fff +org.vu0.BBUDebuggerTuckAway (1.0 - 1) <7ED2C10B-2881-383D-B51D-C0E8AA9E6686> /Users/USER/Library/Application Support/Developer/_/BBUDebuggerTuckAway
       0x10a276000 -        0x10a28ffff +com.mneorr.Alcatraz (1.1.13 - 1) <8543975E-8385-3936-AAA5-F8C8651E83F5> /Users/USER/Library/Application Support/Developer/_/Alcatraz
       0x10a2b5000 -        0x10a487ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (7.1 - 9059) <8CFF192B-F57B-3920-A3BE-7524EFA625D1> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
       0x10a629000 -        0x10a64eff7  com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <9B5A8A13-39F1-3764-8CAF-7D59FE271AF0> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
       0x10a670000 -        0x10a675fff +com.surteesstudios.BartenderAudioPlugIn (1.0.0 - 1.1) <4BEFD040-641C-3502-877D-4E336ABDA86F> /Library/Audio/Plug-Ins/HAL/BartenderAudioPlugIn.plugin/Contents/MacOS/BartenderAudioPlugIn
       0x10a77f000 -        0x10a7effff  com.apple.sourcekitd (1.0 - 700.1.101.6) <47F0A992-565B-3E57-9108-418616817A65> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
       0x10a81d000 -        0x10a87ffff  com.apple.dt.IDE.Xcode3Core (7.1 - 9061) <039AD481-CD8A-3C26-90FC-36D6312B22D3> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
       0x10a8b6000 -        0x10a8c1ff7  com.apple.DevToolsFoundation (9.1 - 9061) <B0FD001E-7E30-3F19-9EB4-2A21C3860B2C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x10a8d0000 -        0x10a8e6fff  com.apple.DVTiPhoneSimulatorRemoteClient (7.1 - 9063) <CAD0E729-F04D-3086-9844-947886758B02> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
       0x10a8fc000 -        0x10a8ffff7  com.apple.IDEWatchKit1SupportUI (7.1 - 9004) <ACC08FC6-A761-30CD-932A-DBACD44E215A> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
       0x10a905000 -        0x10a90aff7  com.apple.XCWatchKit1Support (1.0 - 1) <4D9CF03C-2492-3344-887D-C349C2C7D756> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
       0x10a911000 -        0x10a916ff7  com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <8A56464B-1727-3D15-BBB0-E86411950D27> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
       0x10ab29000 -        0x10aeafff7  com.apple.Xcode.DevToolsCore (9.1 - 9061) <FA6A1A22-A3D6-3E65-B9A0-66153F512421> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
       0x10b05e000 -        0x10b097fff  com.apple.Xcode.DevToolsSupport (9.1 - 9061) <11826D9B-6E85-38EE-8977-BBB690197221> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x10b0c3000 -        0x10b153ff7  com.apple.dt.IDE.IDEiOSSupportCore (7.1 - 9063) <9311C27B-4759-3DDD-893F-440093E38C5D> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
       0x10b1ab000 -        0x10b23cfff  com.apple.DTDeviceKitBase (7.1 - 9063) <E1880ADF-D2D5-34BD-9416-09209066D60B> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
       0x10b297000 -        0x10b3d4fef  com.apple.mobiledevice (823.10.3 - 823.10.3) <1DD0B2D9-8E99-3411-BC29-993822BD4A4A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
       0x10b45a000 -        0x10b473ff7  com.apple.DeviceLinkX (5.0 - 264) <9FE65A47-2E38-3BBE-B3B8-E5A5CE89E9E9> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
       0x10b483000 -        0x10b4d1ff7  libstdc++.6.dylib (104.1) <77780A99-22DB-35AA-BD9E-ADB83417E4BD> /usr/lib/libstdc++.6.dylib
       0x10b53a000 -        0x10b578fff  com.apple.dt.dbg.DebuggerFoundation (7.1 - 9057) <F40DAAFC-A270-38C8-B50C-D43041F29F90> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
       0x10b5b3000 -        0x10b63afff  com.apple.dt.IBAutolayoutFoundation (7.1 - 9059) <4BA7DF5B-4EDC-3EC2-BF16-FFC7B881A69C> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
       0x10b695000 -        0x10b763fff  com.apple.dt.IBFoundation (7.1 - 9059) <824AAF34-CBB6-3AC7-98F5-562F6E9E3DEA> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
       0x10b7fa000 -        0x10b859fff  com.apple.CoreThemeDefinition (2.0 - 234) <8D901DA7-BA5B-39E9-86DF-B4B890A8117C> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
       0x10b8a0000 -        0x10b8f3ff7  com.apple.dt.dbg.DebuggerLLDB (7.1 - 9057) <9793E5DF-19A2-36E3-8C8E-F6588DC8F226> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
       0x10b92f000 -        0x10e05cff7  com.apple.LLDB.framework (1.340.4.110 - 340.4.110) <5E7C5D72-1852-326C-BCE3-466F395CF361> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
       0x10eb57000 -        0x10ec48ff7  org.python.python (2.7.10 - 2.7.10) <5A7838D3-24D4-395B-BE96-ADD007C86E55> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x10ecaf000 -        0x10ecc3fff  com.apple.dt.XCLanguageSupport (7.1 - 9046) <66149E03-EA42-330D-92D4-BF096267BFE4> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
       0x10ecd4000 -        0x10ece2ff7  com.apple.xcode.plug-in.CoreBuildTasks (9.1 - 9061) <E595E2DA-9A6A-3039-BC22-5DF33F7A0335> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
       0x10eceb000 -        0x10eceefff  com.apple.dt.IDEWatchSupportCore (1.0 - 1) <EDD85EAC-A15A-3654-894F-ED330400D1AF> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
       0x10ecf4000 -        0x10ecf8fff  com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <A5CADD1E-BE2A-3006-93C5-2CCE4C19962A> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
       0x10ed00000 -        0x10ed0bff7  com.apple.dt.IDE.IDEOSXSupportCore (7.1 - 9007) <9BC5087B-EB10-3B97-9397-AF5FE2AC5F8D> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
       0x10f4ee000 -        0x10f502fe3  libCGInterfaces.dylib (317.8) <5D867287-2340-3650-ABA9-2E4D2C99C96C> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x10f649000 -        0x10f654ff7  com.apple.dt.PlistEditor (7.1 - 9057) <2DDA263A-9957-3107-83FC-22DA1EEF8DF6> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
       0x10f663000 -        0x10f668fff  com.apple.IDEServerTools (1.0 - 1) <FCED2398-2469-34F7-8E17-C5DEB8B4B21F> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools
       0x10f672000 -        0x10f682ff7  com.apple.dt.IDE.IDEQuickLookEditor (7.1 - 9057) <4BA214C2-D9C1-3F98-9C7F-3A85D4B83D35> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
       0x10f697000 -        0x10f69aff7  com.apple.dt.IDE.IDEAppleScriptEditor (7.1 - 9057) <CB332E89-365D-3442-9916-031F2B6DCB81> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
       0x110e8a000 -        0x110eefff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.10.18 - 10.1.0) <63B7737D-CF57-305D-8BD6-EE9B4B03519D> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x110f83000 -        0x110fbaff7  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 19002) <A2473AA0-B73C-398A-BAAC-A0984667AB1E> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
       0x111091000 -        0x111091fe7 +cl_kernels (???) <B26134EB-69D9-4538-8832-24017826D1E3> cl_kernels
       0x1111e5000 -        0x1111e6fff  _heapq.so (94) <DFEFD82D-5B05-30C1-868E-5CFCAB0093EB> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
       0x1111ec000 -        0x1111edfff  _functools.so (94) <39C081EE-CF91-371D-B315-039E8EFEEEDF> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
       0x11147a000 -        0x11147bff7  time.so (94) <6CB6B631-C4AA-339D-8589-C4DD74EE7CEE> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
       0x1114c3000 -        0x1114c4ff3 +cl_kernels (???) <54D953B7-6E6B-410F-816F-EC09C9F833D2> cl_kernels
       0x111545000 -        0x11156bff7  com.apple.audio.OpenAL (1.8 - 1.8) <764133AC-B13C-3E57-85F6-6D5E7BA978D8> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x11157e000 -        0x11157fff7 +liblaunch_sim.dylib (330.10.5) <4C651793-4591-3CA5-BD3B-209FC38C3050> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
       0x11159a000 -        0x111667ff7  com.apple.XCSCore (1.0 - 1) <E751203C-23C8-30BD-B6D7-56834706836B> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
       0x1116ee000 -        0x1117d9fff  com.apple.dt.XCSUI (1.0 - 1) <3E586805-7F46-331D-B93A-8B16D5286087> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
       0x1118b3000 -        0x111994ff7  com.apple.dt.IDE.IDEModelEditor (7.1 - 9057) <5D332504-2576-326F-AAD5-41E9A1774405> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
       0x111a2e000 -        0x111a4ffff  com.apple.Jet (1.0 - 1) <C0D2B847-DDC4-3784-ABD3-20467EDFBAF9> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet
       0x111a7a000 -        0x111a84ff7  com.apple.dt.DVTPlaygroundCommunication (1.0 - 9011) <468117AD-2F97-3ED2-ADC3-D90CFF6C8C9B> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
       0x111a94000 -        0x111ab8fff  com.apple.MTLToolsServices (1.0 - 1) <1063C657-267C-3A5E-B6AD-D3D902E463A7> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
       0x111ad7000 -        0x112043fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (7.1 - 9059) <397E213D-CDEC-3E93-AD40-8CA7198E1DD3> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
       0x11241a000 -        0x1128dbff7  com.apple.SceneKit (5.0 - 293) <554005AE-E11A-3EE6-9BAF-727457203554> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
       0x112bb9000 -        0x112deafff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (7.1 - 9049) <2AD3BE72-9A2E-322E-9548-F4F7E27650F3> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
       0x112eee000 -        0x112ef8ff7  com.apple.SimulatorKit (1.0 - 191.4) <5C33CC4F-9194-33C3-8D50-3E34F0A2B631> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
       0x112f02000 -        0x112f13fff  com.apple.DTDeviceKit (4.2 - 9063) <0887BC2E-FF9F-3EDF-B67B-62B660E5232B> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
       0x112f25000 -        0x112f97fff  com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (7.1 - 9019) <2C0F1269-C0B2-3BB9-95BF-CA00E6D49959> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
       0x112fd3000 -        0x112fdffff  com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (7.1 - 9049) <ED4E3B02-7DE3-3F28-8DE7-EC8F24039BA9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
       0x112fea000 -        0x113020ff7  com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (7.1 - 3733) <F9528F3C-B549-3A3D-90D3-FEDA377938D2> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
       0x113098000 -        0x11309fff7  com.apple.dt.IDE.IBBuildSupport (7.1 - 9059) <A8FB1EDD-C907-3EA5-A771-DC7D562C82B5> /Applications/Xcode.app/Contents/PlugIns/IBBuildSupport.ideplugin/Contents/MacOS/IBBuildSupport
       0x1130be000 -        0x11310aff7  com.apple.dt.IDEProductsUI (1.0 - 1) <9FE15926-A17D-34F2-AE8D-B1CF6344B810> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
       0x113159000 -        0x113166fff  com.apple.dt.DVTServices (7.1 - 9071) <AB58E307-74E0-33B3-B0B7-43AB01B4FE1B> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
       0x113177000 -        0x11319aff7  com.apple.dt.DVTProducts (1.0 - 1) <17389290-955B-3A8A-BE68-9FBC186195F0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
       0x1131b9000 -        0x1131daff7  com.apple.dt.DVTAnalytics (1.0 - 1) <CDA6CA66-2C75-3826-8BA6-1F9DE1115F1F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
       0x1131fe000 -        0x113211ff7  com.apple.dt.DVTAnalyticsClient (7.1 - 1) <2EF2D412-21C6-3860-B29F-94F4ADB043C7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
       0x11322f000 -        0x11335fffb  com.apple.audio.units.Components (1.13 - 1.13) <437A39D0-72BB-3B03-83BA-989015D4B640> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x113800000 -        0x113817ff7  com.apple.dt.IDEIODebugGaugesUI (7.1 - 9057) <36B3B8E3-ED2E-3412-81ED-86555105AFB6> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
       0x113835000 -        0x113877fff  com.apple.dt.IDE.iCloudSupport (7.1 - 9057) <50CC53B3-4F21-39CA-AD76-57BEC41D36EE> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
       0x1138b3000 -        0x1138f8fff  com.apple.dt.IDE.IDEiPhoneSupport (7.1 - 9063) <91F087F2-A734-3F18-94D1-C3120FB1E580> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
       0x11393c000 -        0x113aedfff  com.apple.dt.IDE.Xcode3UI (7.1 - 9061) <E6498225-6C02-397B-8D28-7992D7C71CF5> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
       0x113c3d000 -        0x113cadff7  com.apple.dt.IDE.IDEDocViewer (7.1 - 9057) <EE91D36E-421D-3231-AF07-13EE4CE49B5A> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
       0x113d71000 -        0x113d78fff  com.apple.dt.IDE.IDEPDFViewer (7.1 - 9057) <39E63A4C-A579-3850-BCC2-D0D0DC57B705> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
       0x113d84000 -        0x113d87ffb  com.apple.GLToolsMobileFoundation (1.0 - 19002) <0984ABD2-04B5-350F-B12C-4E3216BBE83C> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
       0x11423a000 -        0x114253ff7  com.apple.MTLToolsCore (1.0 - 1) <EC63810C-AB42-34D9-8E23-6174B5820A06> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
       0x114265000 -        0x11426efff  com.apple.dt.ScriptingDefinitionEditor (7.1 - 9057) <1B9318A7-BE17-3297-9569-2CFF5CB28B37> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
       0x11429a000 -        0x1142c0ff7  com.apple.MTLTools (1.0 - 1) <03272CF9-7BF5-32CA-A134-8858D47BCB12> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
       0x1142da000 -        0x1143b1fff  com.apple.dt.IDE.IDESourceEditor (7.1 - 9057) <44646233-7652-348C-9960-F3FECCB96BB9> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
       0x114438000 -        0x11443efff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <3FDCFFE0-CF23-3D41-8CED-9C680C50E694> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
       0x11444a000 -        0x114454ff7  com.apple.dt.IDE.HexEditor (7.1 - 9057) <CCC5F514-E255-3D4A-9A4E-00FE72398AD4> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
       0x114461000 -        0x114491ff7  com.apple.dt.HexFiendFramework (7.1 - 9057) <FBA329F5-E8FA-3C5A-96D7-1D4C22742022> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
       0x1144bb000 -        0x1145acfff  com.apple.dt.dbg.DebuggerUI (7.1 - 9057) <CD650F46-77FD-3A48-9F59-0299628FD4DE> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
       0x114677000 -        0x1146b6fff  com.apple.dt.gpu.GPUDebuggerFoundation (7.1 - 19031) <1D46EAD8-94E9-3451-B13E-E293DA7A5F6D> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
       0x1146eb000 -        0x1146fafff  com.apple.GPUToolsShaderProfiler (1.0 - 19022) <AEAEA205-EC0F-3223-A554-D89058961596> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
       0x11478d000 -        0x114795fff  com.apple.dt.gpu.GPUTraceDebugger (7.1 - 19031) <FA4F7E4E-3BB0-35D8-9715-B8D260066FC5> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
       0x1147a1000 -        0x1147a7ff7  com.apple.dt.gpu.GPUDebuggerOSXSupport (7.1 - 19031) <7B28DBED-23F6-35C2-8925-827300A41738> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport
       0x1147b3000 -        0x1147f5fff  com.apple.GPUToolsCore (1.0 - 19034) <55FEFC94-EBD0-3017-BDE5-D292D162CE3C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
       0x11482e000 -        0x114867ff7  com.apple.GPUTools (1.0 - 19034) <2FC91BF8-6EFC-3CE7-8966-E11AA3E87854> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
       0x114898000 -        0x114975fff  com.apple.GPUToolsServices (1.0 - 19022) <1BB5BB00-BF59-382E-BDD6-53E002BB5152> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
       0x1149e3000 -        0x114a38ffb  com.apple.GPUToolsInterface (1.0 - 19022) <67D1D613-5EFC-3133-B424-B09063AAAF05> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
       0x114a75000 -        0x114aa0fff  com.apple.GLToolsInterface (1.0 - 19022) <C3DDF705-9BDC-3C6B-9FA9-D3FCCA2230F7> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
       0x114ac2000 -        0x114b0fffb  com.apple.GLToolsCore (1.0 - 19034) <F16D173C-18C6-32A3-A7EF-63DBB2F21E6A> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
       0x114b2f000 -        0x114b43ff3  com.apple.GLTools (1.0 - 19034) <6192197A-0C56-3E83-856A-FDD81BFB601B> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
       0x114b4f000 -        0x114ba8ff3  com.apple.GLToolsServices (1.0 - 19022) <CA96A131-468D-3A1B-ABD6-5EECB0BE2DD2> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
       0x114bef000 -        0x114c75fff  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 19022) <A1BEAFE3-BD5A-36A1-8674-E8F0A625EA53> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
       0x114dbc000 -        0x114dc9fff  com.apple.dt.gpu.GPUDebuggerKit (7.1 - 19031) <F2CBB17E-2071-36DD-8BEC-28A9960B6634> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
       0x114ddf000 -        0x114e57ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (7.1 - 19031) <15D02C53-D8E3-3E58-81B1-5F9E322C85B7> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
       0x114ea7000 -        0x114ecaff7  com.apple.dt.IDE.IDEQuickHelp (7.1 - 9057) <B44ECCEB-882C-312E-BAEA-BD32A64F4FB7> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
       0x114eeb000 -        0x114fa2ff7  com.apple.dt.IDE.IDESceneKitEditor (7.1 - 9029) <444B0712-4E54-34BC-BA23-6359AEBC4A07> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
       0x114ffc000 -        0x115072fff  com.apple.xcode.GameToolsFoundation (1.0 - 9017) <FA84A9AF-49F4-3B8C-A1D9-B0DC13A02D7D> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
       0x1150ba000 -        0x115260fff  com.apple.SpriteKit (1.0 - 1) <1C9849AE-A49D-3BD4-AA12-AB6D71DDCCD2> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
       0x115318000 -        0x11536fff7  com.apple.PhysicsKit (1.0 - 1) <7DA9CCDC-AC2C-3964-98A7-7DCDCDD72BAF> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
       0x11539d000 -        0x1153cbff3  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 19022) <64DA6F21-EBAF-3EB7-BA87-AA0BB92D9BDE> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
       0x1153f7000 -        0x11540ffff  com.apple.dt.IDE.IDERTFEditor (7.1 - 9057) <6613CC14-3032-310B-AA35-8CF0824E70E1> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
       0x115428000 -        0x1154a7ff7  com.apple.dt.IDE.IDEModelFoundation (7.1 - 9057) <3F2A7A9A-58C2-32D8-9D30-21EDF4365CF1> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
       0x115c4b000 -        0x115d60fff  com.apple.dt.IDELanguageSupportUI (7.1 - 9046) <DA9DBF77-5B93-30BE-8B4A-46CCAC408AF5> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
       0x115e33000 -        0x115eacff7  com.apple.dt.gpu.GPURenderTargetEditor (7.1 - 19031) <06551FA8-DF5E-3674-AB8B-52976465DF9F> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
       0x115ef6000 -        0x115f4efff  com.apple.gpusw.MetalTools (1.0 - 1) <D1B9BFAF-441A-3F36-BEA9-1F94BB538231> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x115fa2000 -        0x116030ff7  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <2B6BC56F-0743-31A7-BC55-00BACF5C0D12> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
       0x11608d000 -        0x11609dfff  com.apple.GPUToolsDesktopFoundation (1.0 - 19008) <5392E16D-9BD5-3319-B1B2-DBFDABCD4296> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation
       0x1160ad000 -        0x1160b3ff7  com.apple.dt.gpu.GPUDebuggertvOSSupport (7.1 - 19003) <53C48BD7-819F-31A7-B187-DCD66964119A> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport
       0x1160bd000 -        0x116125fff  com.apple.GLToolsExpert (1.0 - 19002) <E1108411-BB7E-37C7-A389-011FC82B9FBA> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
       0x116163000 -        0x11617eff7  com.apple.GLToolsShaderProfiler (1.0 - 19022) <69AB7EDC-C74D-330B-A0E3-F0ED9F5F10B2> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
       0x11618e000 -        0x1161a5ff3  com.apple.GPUToolsMobileFoundation (1.0 - 19002) <4513853B-A37B-39CF-A4AF-78222FE4FC72> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
       0x1161bc000 -        0x1161c2ff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (7.1 - 19003) <DD3F6F04-2348-37BE-8373-B372B209DA73> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
       0x11623b000 -        0x11623cff3 +liblaunch_sim.dylib (756.10.3) <85EF1A78-D4BB-348E-BF5F-8ABCBEB9C00B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x116242000 -        0x116243ff3 +liblaunch_sim.dylib (756.10.3) <987B5076-4BF3-3F0D-96E4-1DC83349738E> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x116249000 -        0x11624affb +liblaunch_sim.dylib (756.2.1) <9B115F76-35EF-352C-870E-6E080FACBA82> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x116b6e000 -        0x116cebfff  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 19022) <9F77B97D-9FD9-3C5B-9FE6-E7E1B929FD7A> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
       0x116d02000 -        0x116d0cff3  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 19002) <0DA80F47-9A7B-3139-8FB9-67D13369E486> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
       0x116d14000 -        0x116d97fff  com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <FAFEBAFA-D2CF-3682-8EFF-2AABBDEE30C7> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
       0x116dbf000 -        0x116dc0ff5 +cl_kernels (???) <A8979B7A-2756-4196-B602-AAE8FBFEB5BC> cl_kernels
       0x116dc3000 -        0x116dccfff +dsc_extractor.bundle (370.1) <6AA4912D-35CB-3CAB-B404-E2BCDDFF887A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle
       0x116fc2000 -        0x116fc5ff7  strop.so (94) <43F6CF5F-A4A0-351A-873C-3F3CE991C7A5> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
       0x116fcb000 -        0x116fcefff  operator.so (94) <BFFE75F0-3CE3-3623-880E-8825BCF678E4> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
       0x11701d000 -        0x117026ff7  datetime.so (94) <7FC34418-1444-34E7-8C86-46913140A6B1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
       0x117049000 -        0x11704bfff  _collections.so (94) <FFA8D558-1346-3022-9F15-9F6B5D6E32F0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
       0x117a9f000 -        0x117aa9fff  com.apple.dt.IDE.IDEiOSDebugger (7.1 - 9063) <837D35E6-9695-3797-AC33-ACC8E5C4A123> /Applications/Xcode.app/Contents/PlugIns/IDEiOSDebugger.ideplugin/Contents/MacOS/IDEiOSDebugger
       0x117ae5000 -        0x117aedff7  com.apple.dt.IDE.IDEInstrumentsService (7.1 - 9057) <78478D2F-FE86-3555-8F33-F276A1A80B0A> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
       0x117bbf000 -        0x117bc3fff  com.apple.dt.IDE.IDEAppleScriptCore (7.1 - 9057) <131B004F-001B-3B3E-B384-CE58A1645F74> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
       0x11817e000 -        0x118197ff7  com.apple.dt.IDE.IDEGit (7.1 - 9057) <B4E63E54-8D30-3280-99E6-3572A19F1CBE> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
       0x1181ab000 -        0x1181befff  com.apple.dt.IDE.IDESubversion (7.1 - 9057) <F4023C1D-B8A3-3370-9C13-8ED4E0CF4A51> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
       0x11c747000 -        0x11c950fff  com.apple.dt.gpu.GPUDebuggerMTLSupport (7.1 - 19031) <828C475E-150C-35F1-BB46-4975F183606F> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
       0x11c9b8000 -        0x11c9f3ff3  com.apple.MTLToolsShaderProfiler (1.0 - 19022) <86864728-A7A0-348B-BB34-E735DD6C3741> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
       0x11f541000 -        0x11f547fff  com.apple.dt.IDEWatchSupportUI (1.0 - 1) <55BDCCCA-5EEA-3B43-87E8-C8E1ADC37447> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI
       0x121941000 -        0x12195cffb  com.apple.security.csparser (3.0 - 57336.10.29) <45ECAFDC-080E-3733-94F0-DC59584BB6D1> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1239f3000 -        0x1239f4fff  _locale.so (94) <746CF7C3-06B6-397C-98EF-E6A15339A5A0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
       0x1239f9000 -        0x123a07fff  _ctypes.so (94) <D6FB0E51-6B2B-32A4-8F1F-AB51D1D911A3> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
       0x123a13000 -        0x123a16fff  _struct.so (94) <037D34AA-B9ED-3A0D-87C7-2EAF117E40D9> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
       0x123a1d000 -        0x123a1eff7  readline.so (94) <2F8DCF20-B2DE-3A87-BFAD-C7D4E1B25ACD> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
       0x123e62000 -        0x123e66fff  itertools.so (94) <E3751628-84FA-33D8-846A-FFDAEB567DCB> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
    0x7fff6b8aa000 -     0x7fff6b8e0f5f  dyld (360.17) <03673B53-B8B7-34D1-ADCE-F449E78E39CC> /usr/lib/dyld
    0x7fff81e6f000 -     0x7fff81e7dfff  com.apple.IntlPreferences (2.0 - 192) <6576CA0C-BFA3-3DD4-8FB8-B2B36137060E> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff81ec4000 -     0x7fff81fbfff7  libFontParser.dylib (158.3) <DBFEE35E-60F4-3F51-AA25-D4D7E4E01996> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff81fc0000 -     0x7fff81fc0fff  libenergytrace.dylib (10) <64F779D4-2192-37EC-8DB5-EC55BAE50058> /usr/lib/libenergytrace.dylib
    0x7fff81fc1000 -     0x7fff821ccfff  libFosl_dynamic.dylib (16.24) <28CD6965-696D-32D0-B76F-4EA21DC1984A> /usr/lib/libFosl_dynamic.dylib
    0x7fff821cd000 -     0x7fff821e1fff  libsystem_coretls.dylib (82) <21EDACF1-D9B3-3086-9821-60EB75E7F965> /usr/lib/system/libsystem_coretls.dylib
    0x7fff821e2000 -     0x7fff821e2ff7  libunc.dylib (29) <D9B0C7B1-8648-3AAC-931C-E7CD362FAA8A> /usr/lib/system/libunc.dylib
    0x7fff821e3000 -     0x7fff82307fff  libsqlite3.dylib (216.4) <BC4681AA-F45A-3DCF-8CE5-D672036CD4C8> /usr/lib/libsqlite3.dylib
    0x7fff82c71000 -     0x7fff82c8ffff  libsystem_kernel.dylib (3247.10.11) <FA4DCF42-27B0-3878-9158-E148D208B21E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff82c90000 -     0x7fff82cb4fff  com.apple.MultitouchSupport.framework (304.9 - 304.9) <90E9EC0A-57D0-331E-AE0D-FF1A7756A409> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff82cb5000 -     0x7fff82cb5ff7  liblaunch.dylib (755.1.19) <7EC0F297-43CC-3D11-B46B-7E72E372648A> /usr/lib/system/liblaunch.dylib
    0x7fff82e75000 -     0x7fff82e8cfff  libmarisa.dylib (4) <4D3AE55B-CE77-364F-B8DE-C95CAA48B291> /usr/lib/libmarisa.dylib
    0x7fff82e8d000 -     0x7fff82f7cfff  libxml2.2.dylib (29) <0702E13C-D726-3DAF-B0D1-77F7B9EF6A37> /usr/lib/libxml2.2.dylib
    0x7fff82fa0000 -     0x7fff82fb0fff  libbsm.0.dylib (34) <F1E41935-5C5D-3704-AE9D-AEA1F2BCF8B1> /usr/lib/libbsm.0.dylib
    0x7fff8309f000 -     0x7fff8310efff  com.apple.SearchKit (1.4.0 - 1.4.0) <45A716CD-D9E7-3F1F-9EC8-BB37CA9E8C04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff83125000 -     0x7fff83205ff7  unorm8_rgba.dylib (2.6.4.1) <49FF2837-D97B-3CFF-B139-E57D40700F32> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff83206000 -     0x7fff83207fff  liblangid.dylib (122) <EAC09BF0-5E88-3060-AA51-EC71B4D26F3C> /usr/lib/liblangid.dylib
    0x7fff83244000 -     0x7fff83245fff  libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib
    0x7fff83246000 -     0x7fff832f1fff  com.apple.PDFKit (3.1 - 3.1) <CDEADFD1-493E-37A8-B2D4-42AE8F72C5FE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff832f2000 -     0x7fff8330dff7  libCRFSuite.dylib (34) <65E4DC91-A994-3921-B5B0-696123CE0C1E> /usr/lib/libCRFSuite.dylib
    0x7fff83388000 -     0x7fff83411ff7  com.apple.PerformanceAnalysis (1.0 - 1) <BE35D3E9-570D-3483-9C78-82F3EFB56D43> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8349a000 -     0x7fff834a2fff  libsystem_networkextension.dylib (384.1.2) <4736FCC5-9DBA-31F4-AAC8-CD0A177CF502> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff834a3000 -     0x7fff83621fff  com.apple.UIFoundation (1.0 - 435) <237F281F-7F15-3309-B749-F8DA37822F9F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff836e0000 -     0x7fff83714ff7  com.apple.CoreVideo (1.8 - 191.1) <FA99D150-EFCE-3F32-ACDF-5E91AD97F176> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff83715000 -     0x7fff83719fff  com.apple.LoginUICore (3.1 - 3.1) <6DCEED7A-529B-3AFD-8F83-97A40B56E4D9> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8371a000 -     0x7fff837cffff  com.apple.CoreDuet (1.0 - 1) <063ADBE1-44D5-30EE-887E-69ACC8EA9AB6> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff83846000 -     0x7fff8399eff3  com.apple.MapKit (1.0 - 1620.0.13.2) <852C413C-2523-3A10-99A1-36CF5ACCE8AF> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
    0x7fff8399f000 -     0x7fff839a3fff  libcache.dylib (75) <4948E2C8-867F-3E9D-AAE7-2F30F0B345C6> /usr/lib/system/libcache.dylib
    0x7fff839a4000 -     0x7fff839aafff  com.apple.XPCService (2.0 - 1) <E50F1206-8B6B-3CDB-BC66-E5B70B4B41C7> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff83bbf000 -     0x7fff83c4cdd7  com.apple.AppleJPEG (1.0 - 1) <6230F3A0-C89D-3A35-A896-A17B3513E8DB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff83c4d000 -     0x7fff83c59fff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <12117823-8A9E-3C88-A01C-3B25D68535CE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff83d5c000 -     0x7fff83dbcff7  com.apple.QuickLookFramework (5.0 - 696.1) <727FE6BE-8E92-38A3-BDEB-2410B553BB27> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff83dbd000 -     0x7fff83dcbfff  com.apple.opengl (12.0.34 - 12.0.34) <31C23ABB-8F75-3201-8CD1-447B3052B434> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83dcc000 -     0x7fff83deeff7  com.apple.IconServices (68 - 68) <9F8B9184-8DA8-3B7A-970B-3086DDD1CC6F> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff83f38000 -     0x7fff83f3bff3  libCGXCoreImage.A.dylib (938) <7A02F975-D245-3381-A895-E2857A0F1F04> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff83f3c000 -     0x7fff83f40fff  com.apple.CommonPanels (1.2.6 - 96) <1D76DDD3-D45A-3679-8B72-5EECE6C1ACAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff83f41000 -     0x7fff83f43fff  com.apple.SecCodeWrapper (4.0 - 261.10.2) <54B4F790-1FD5-3DFB-8F1F-3BEE312238DC> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff83f62000 -     0x7fff83f7afcf  libcompression.dylib (23) <7467B2EB-E0E0-3E9D-9EAD-3E04500C6395> /usr/lib/libcompression.dylib
    0x7fff84045000 -     0x7fff84072fff  libdispatch.dylib (500.10.1) <438F4595-0731-34A2-ACAD-60121A76D1FF> /usr/lib/system/libdispatch.dylib
    0x7fff84073000 -     0x7fff84092ff7  com.apple.framework.Apple80211 (11.0 - 1102.32) <B94B708C-D7E8-3733-B360-0D5A48FBB873> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff840f7000 -     0x7fff840fbfff  libpam.2.dylib (20) <7F986CE8-EF74-3BC3-BB7E-5267E24EAFFE> /usr/lib/libpam.2.dylib
    0x7fff840fc000 -     0x7fff8415afff  com.apple.SystemConfiguration (1.14 - 1.14) <E3F5D239-4CBE-3B77-A8D9-F3423702AAB9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8415b000 -     0x7fff8415cfff  libDiagnosticMessagesClient.dylib (100) <F2D8CFCC-A00A-3675-9C01-EF0C663F2445> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff84b09000 -     0x7fff84b58ff7  com.apple.DiskManagement (8.0 - 950) <F3584C91-4E72-3761-BD35-A45C0690A89C> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff84b59000 -     0x7fff84c13fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <7AFCD317-2A1C-30D3-9871-C9C2C4FF05FD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff84ca3000 -     0x7fff84caeff7  com.apple.CommerceCore (1.0 - 453.1) <73536ABF-E3F2-349B-94CF-A45AD333BC74> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff84caf000 -     0x7fff84cbefff  com.apple.AppleFSCompression (80 - 1.0) <34166CFF-ED5D-3234-A0A2-CB1809879E72> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff84cbf000 -     0x7fff84e64ff3  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F84A0C1D-86BE-3E59-8EEA-BAE0E8CB834B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff84e65000 -     0x7fff84e66ffb  libremovefile.dylib (41) <C7CFF5F2-AFFB-3C8D-BDB4-D66D50E657C0> /usr/lib/system/libremovefile.dylib
    0x7fff84ec0000 -     0x7fff84eceff7  libbz2.1.0.dylib (38) <99C5121D-8147-3B51-8D79-66245C863338> /usr/lib/libbz2.1.0.dylib
    0x7fff84ecf000 -     0x7fff84eebff3  libresolv.9.dylib (60) <B192EC27-84EC-3D8A-9CBF-0374B5C9B31A> /usr/lib/libresolv.9.dylib
    0x7fff84ef2000 -     0x7fff84f14ff7  com.apple.framework.familycontrols (4.1 - 410) <941D3CE9-826F-38C9-A553-6F44435ADFF6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff84f15000 -     0x7fff852edfef  com.apple.CoreAUC (214.0.0 - 214.0.0) <36675355-FEF4-3DC0-9734-AE6F125883C2> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff852ee000 -     0x7fff852f6fff  com.apple.CoreServices.FSEvents (1222.1.1 - 1222.1.1) <79DF16A7-E169-38A5-BF5E-2D45F86DE154> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff852f7000 -     0x7fff85313ff7  libextension.dylib (78) <3A674BC1-8D7E-3A62-80EF-F950B02CB0FF> /usr/lib/libextension.dylib
    0x7fff85314000 -     0x7fff85369fff  com.apple.AE (701 - 701) <87FDCC5A-82AC-36A2-BFE9-D0B2A3D870F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff853e3000 -     0x7fff853e4ffb  libsysmon.dylib (85) <CD9B94DA-8F90-36D1-98A1-87FAD60488BD> /usr/lib/libsysmon.dylib
    0x7fff853e5000 -     0x7fff853e8ff7  libsystem_sandbox.dylib (459.10.4) <BC781530-CA98-392D-A77A-8CAD2D9C6B2F> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff853e9000 -     0x7fff85405fff  com.apple.GenerationalStorage (2.0 - 239) <05652CAD-E7F5-3225-929D-E13F241FBA41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff85415000 -     0x7fff8557cfff  libBLAS.dylib (1159) <35ADE4D4-391A-30C2-9D38-388F543EA4BA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff855e7000 -     0x7fff85639fff  com.apple.ImageCaptureCore (7.0 - 7.0) <74BC5DBA-FD63-31B9-A55B-C3C128852F1D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8563a000 -     0x7fff85649ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <E7D610A1-1445-3CA3-B9A1-EE15D54B75AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8564a000 -     0x7fff8565bfff  libz.1.dylib (60) <43317BEA-ACA2-34C2-AF37-902AA926C83A> /usr/lib/libz.1.dylib
    0x7fff85679000 -     0x7fff856cbfff  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17D3C8AE-5E48-34CE-B5FB-5F30747EDE91> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff856cc000 -     0x7fff856dffff  com.apple.CoreBluetooth (1.0 - 1) <A63B8FB0-F8B3-368D-B482-733FF0373610> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff856e0000 -     0x7fff857cbff7  com.apple.QuickLookUIFramework (5.0 - 696.1) <921959F6-96C2-3814-8D20-0E761AB51199> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff857cc000 -     0x7fff857cdfff  libquit.dylib (197) <1855C1AB-1551-3C82-9E3D-B5A0AA58B34B> /usr/lib/libquit.dylib
    0x7fff85827000 -     0x7fff85850fff  libc++abi.dylib (125) <F5027B46-1801-344D-BD51-2E6D188C8900> /usr/lib/libc++abi.dylib
    0x7fff85862000 -     0x7fff8589fff3  com.apple.bom (14.0 - 193.7) <FF1FC415-0472-36C5-9706-54125BA365AE> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff85ef8000 -     0x7fff85f1dff7  libPng.dylib (1440) <98D183F0-7F1A-3175-BE7F-2F90564061F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85f1e000 -     0x7fff85fc5fff  com.apple.LanguageModeling (1.0 - 1) <C405E993-F0DF-39E4-9B74-FE310E63DD8E> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff85fc6000 -     0x7fff85fc6fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <CFB91CDC-5BBA-3A8E-BA05-6E972217BD57> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff85ff8000 -     0x7fff86124fff  com.apple.CoreText (352.0 - 494.5.1) <393F0F48-0226-34BA-9793-66D8455EF894> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff86125000 -     0x7fff86142fff  com.apple.pluginkit.framework (1.0 - 1) <0601C318-E10E-3A62-BCA1-67B3A6108F17> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff86143000 -     0x7fff8617fff7  com.apple.OSAKit (1.5 - 104) <FB866C05-03B3-3817-A195-CAB764163DB6> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x7fff86180000 -     0x7fff8618bfff  com.apple.CrashReporterSupport (10.11 - 716) <9BD908E9-368A-3B17-AFCD-185277FF70BA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8618c000 -     0x7fff86588fff  libLAPACK.dylib (1159) <50654652-353D-3B6D-9065-8932042F3B17> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff86589000 -     0x7fff866aeff7  com.apple.LaunchServices (728.4 - 728.4) <A4913361-072C-3A0E-9231-0D9B1DC4ECC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff866af000 -     0x7fff866bbff7  com.apple.OpenDirectory (10.11 - 194) <7ECA481B-C265-33F6-835E-2E5B96621E51> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff866bc000 -     0x7fff866f6fff  com.apple.QD (3.12 - 302) <46969760-B02A-3ED5-B8BC-D6144939B16E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff866f7000 -     0x7fff866f9ffb  libutil.dylib (43) <E37832CF-5EE6-345A-B0EC-FFC8D2B67375> /usr/lib/libutil.dylib
    0x7fff86748000 -     0x7fff869cfff3  com.apple.CFNetwork (760.1.2 - 760.1.2) <D4FD8DF6-8481-3BE6-9E93-A3268B16774E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff869d0000 -     0x7fff86c3efff  com.apple.AuthKit (1.0 - 1) <C9425C37-26D3-3E90-A7E5-F720B6A37C1B> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff86c5c000 -     0x7fff86c62ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <433F8745-874A-39B3-A7C6-2EDA8C2C6B4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff86c63000 -     0x7fff86c91ff7  com.apple.DictionaryServices (1.2 - 250) <94678AC8-41FF-3D2E-A35E-D83AD18D7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff86d04000 -     0x7fff86d12fff  libxar.1.dylib (302) <898402AF-0DF3-341D-83EA-4A1B1770E718> /usr/lib/libxar.1.dylib
    0x7fff86d13000 -     0x7fff86d15ff7  com.apple.securityhi (9.0 - 55006) <02F35345-EFDE-3EE6-8526-F64EA74F91EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff86d1d000 -     0x7fff87012ff3  com.apple.HIToolbox (2.1.1 - 806) <359FC9DB-B64C-3BC7-B9DA-401D8A5337DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff87035000 -     0x7fff8705efff  libxpc.dylib (755.1.19) <3E09C275-A33B-357A-B0AB-A2DDF88EC9D5> /usr/lib/system/libxpc.dylib
    0x7fff87064000 -     0x7fff87097fff  com.apple.MediaKit (16 - 807) <CCE5E5C0-B379-3F2C-AE16-7BB543FF7C09> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8715a000 -     0x7fff8715dfff  libCoreVMClient.dylib (119.5) <56187F75-4436-31CA-8D3A-C6BC67F6F2BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff87171000 -     0x7fff8717dfff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <8D8F331E-21D2-3B7E-B977-3EB1D9E44D5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8720c000 -     0x7fff872bcfe7  libvMisc.dylib (563.4) <E166E14C-616E-35FA-BD3C-A60337EDD833> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff872bd000 -     0x7fff872e4fff  com.apple.ChunkingLibrary (167 - 167) <C22F5038-7354-330F-8F38-36F187E6A4B1> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff872e5000 -     0x7fff87338ff7  libc++.1.dylib (120.1) <54190E1B-EE49-3D6D-AC29-2813D7380BA5> /usr/lib/libc++.1.dylib
    0x7fff87339000 -     0x7fff873a7ff7  com.apple.ApplicationServices.ATS (377 - 394.1) <E35909E3-83E0-3671-914A-B43845D889B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff873a8000 -     0x7fff873b0fff  libMatch.1.dylib (27) <D8024E9A-795B-30FC-BCE7-DB1E20889AB9> /usr/lib/libMatch.1.dylib
    0x7fff873b1000 -     0x7fff873d9fff  com.apple.GLKit (1.0 - 56) <33DC33D8-50CD-3006-826E-DD5CB71CCFCE> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
    0x7fff87434000 -     0x7fff88056fff  com.apple.AppKit (6.9 - 1404.13) <9B600863-6A16-31CB-8138-97AC8F43FBC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff88057000 -     0x7fff880a3ff7  com.apple.corelocation (1486.17 - 1615.37) <AF201676-FFF5-39E1-8B0A-D670F4129CA8> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff880ce000 -     0x7fff884fcfff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <D02FBB03-42A5-3E75-83C1-F563B1E3258F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff88510000 -     0x7fff88511fff  libUAPreferences.dylib (270) <E3226262-B21E-3D42-B4A0-9A328B04A52A> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
    0x7fff88512000 -     0x7fff88540ff7  com.apple.CoreServicesInternal (248.1 - 248.1) <834B5D98-DB81-36B1-BD2A-640928EDAAF6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff88541000 -     0x7fff88592ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <73EF4EB0-315C-3064-A991-3DBFF6BDDFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88593000 -     0x7fff885beff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2137) <082A84FD-0076-3129-8193-2BCB0EAD15E2> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff88600000 -     0x7fff88605fff  com.apple.DiskArbitration (2.7 - 2.7) <B391A885-1286-3718-A341-8C84560DDE58> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff88606000 -     0x7fff88616fff  com.apple.AppleScriptObjC (1.4 - 32) <D34A6B42-49AE-326D-9107-8E2E02420783> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff887d8000 -     0x7fff887dbff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <E4643432-0DF2-3CD3-9F63-3A7665B25838> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff887dc000 -     0x7fff887defff  libCVMSPluginSupport.dylib (12.0.34.12) <F8E1EA87-73ED-3372-8C58-4209942ECD20> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff887df000 -     0x7fff887dffff  com.apple.CoreServices (728.4 - 728.4) <14019127-641A-3CB9-8155-86AD35F23597> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88801000 -     0x7fff88804fff  com.apple.Mangrove (1.0 - 1) <7CA6F485-F7A5-301C-9F14-4C667EF8B2F3> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff88805000 -     0x7fff88aabfff  com.apple.CoreData (120 - 640) <37466A48-AA4C-3DB5-B606-C04841D3F654> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88b47000 -     0x7fff88b4eff7  libcompiler_rt.dylib (62) <253B36E5-572D-377D-AE99-A02CE32590E5> /usr/lib/system/libcompiler_rt.dylib
    0x7fff88b4f000 -     0x7fff88badfff  libsystem_network.dylib (582.1.4) <C5DC3F04-7011-34D4-9682-E1B31999A89C> /usr/lib/system/libsystem_network.dylib
    0x7fff88bae000 -     0x7fff88bcffff  com.apple.Sharing (438.0.1 - 438.0.1) <679D40D7-3C04-3D2C-962B-E8A959E5889E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff88bd0000 -     0x7fff88bd0fff  libmetal_timestamp.dylib (600.0.41.2) <2E74E3DE-B13E-3645-8A32-90D889FE92E1> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff88bd1000 -     0x7fff88be8fff  libsystem_asl.dylib (322) <97D794DA-8CE5-3676-AC5E-364F6D172BDA> /usr/lib/system/libsystem_asl.dylib
    0x7fff88be9000 -     0x7fff88bf1fff  libcopyfile.dylib (127) <CA2602AB-E8B7-3CD8-A0C5-D86E35FDA09F> /usr/lib/system/libcopyfile.dylib
    0x7fff88bf2000 -     0x7fff88bf4ff7  com.apple.SafariServices.framework (11601 - 11601.2.7.2) <CC99200E-E893-3A01-AA8F-AF2856675CF7> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff88bf5000 -     0x7fff88c26ff7  libtidy.A.dylib (15.17) <917B7716-5060-3755-A1BA-435DAC06E778> /usr/lib/libtidy.A.dylib
    0x7fff88c27000 -     0x7fff88f8a6d7  libobjc.A.dylib (680) <7C5FAD04-2C01-3ED6-AA40-78925C12A456> /usr/lib/libobjc.A.dylib
    0x7fff88f8b000 -     0x7fff88f8dfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <B390CD9A-A04F-3A9E-A40C-CB317F40AFE5> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff88f91000 -     0x7fff89041fff  com.apple.backup.framework (1.7 - 1.7) <70033C43-855B-3F12-998C-343F2A8A93BA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff89042000 -     0x7fff89047fff  com.apple.TCC (1.0 - 1) <96281C9E-B2DF-325F-BFA4-0A15150165EC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff89048000 -     0x7fff89073ffb  libarchive.2.dylib (32.10.1) <88036C67-C2C8-3ADF-A4C7-6BBF94B80F15> /usr/lib/libarchive.2.dylib
    0x7fff89074000 -     0x7fff890e7ffb  com.apple.Heimdal (4.0 - 2.0) <2D358FB4-61BB-3BB6-9EF7-D9868A0B0275> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff89137000 -     0x7fff89137fff  com.apple.quartzframework (1.5 - 21) <E37B0DA2-8DEB-3D46-9038-BD91E789A375> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff89138000 -     0x7fff89179ff7  libGLU.dylib (12.0.34.12) <055A2B53-7C59-359A-82CB-1F79160C5C86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8917a000 -     0x7fff89185fff  libGL.dylib (12.0.34.12) <182B925C-7BF6-3EFE-85AF-54760206A6FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff892dd000 -     0x7fff892fcff7  com.apple.contacts.vCard (1.0 - 2137) <74FA0133-CFBB-3055-B429-AF2D13B24D7D> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff892fd000 -     0x7fff895e2ff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <9DE930A3-63C0-3E21-965A-132D97D61892> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff895e3000 -     0x7fff896d5ff7  libiconv.2.dylib (44) <82529E3B-0485-344C-8075-83C7725D6A6F> /usr/lib/libiconv.2.dylib
    0x7fff896d6000 -     0x7fff89742ff7  com.apple.contacts.Contacts (1.0 - 2137) <3503806B-F315-3869-88FD-FFF8D5C10973> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff897c2000 -     0x7fff897fafff  com.apple.RemoteViewServices (2.0 - 99) <8BD12AE2-BE91-37CF-955B-62E08551FF83> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8982e000 -     0x7fff89874ff7  libauto.dylib (186) <460B0167-C89B-37EC-823C-52F684B31C26> /usr/lib/libauto.dylib
    0x7fff898d1000 -     0x7fff898ddfff  com.apple.HelpData (2.1.4 - 90) <17295640-71FE-3D5A-887A-751D110E0630> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff898de000 -     0x7fff89905fff  com.apple.shortcut (2.16 - 93) <F6E559D9-40BE-3CC9-BB16-E71300C77F8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff89906000 -     0x7fff89933ffb  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <4A9880A5-D88F-3794-8C48-C08B888BD427> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff89934000 -     0x7fff8994bfff  com.apple.ScriptingBridge (1.3.3 - 68) <318CDE8A-DCE0-3F21-A60A-C291CBB90138> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff89974000 -     0x7fff89985fff  libcmph.dylib (6) <43880250-9C2D-395C-90C7-CCCE109FF1B2> /usr/lib/libcmph.dylib
    0x7fff89986000 -     0x7fff89a5efff  com.apple.CoreMedia (1.0 - 1731.15.20) <F30D52A8-5FA9-3BFE-856F-D6EDBC725A80> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff89a8b000 -     0x7fff89a99fff  com.apple.ToneLibrary (1.0 - 1) <E8B44453-4E70-393C-AECF-988D0A8284A6> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff89a9a000 -     0x7fff89aa3ffb  libsystem_notify.dylib (149) <56ABC155-CB99-30A8-A8B1-C204B5615092> /usr/lib/system/libsystem_notify.dylib
    0x7fff89aa4000 -     0x7fff89ae6ff7  com.apple.Metal (54.26.3 - 54.26.3) <54544DF5-B1D1-3139-ADE6-E815533313EB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff89dd7000 -     0x7fff89de0ff7  com.apple.DisplayServicesFW (3.0 - 378) <69821BC1-66F6-30FE-B706-134F3A9FCAD7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff89df9000 -     0x7fff89e6dff3  com.apple.securityfoundation (6.0 - 55126) <73D2EE6C-E3A2-32FE-89B3-BA8ACEA53F09> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff89e6e000 -     0x7fff89e76fef  libsystem_platform.dylib (73.1.1) <3F4D2390-E3DE-3C24-A515-95DFAC8671C4> /usr/lib/system/libsystem_platform.dylib
    0x7fff89f12000 -     0x7fff89f88ff7  com.apple.MMCS (1.3 - 349) <C445C851-09F2-34F8-AA4C-D7135C15945F> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff89f92000 -     0x7fff8a0d6ff7  com.apple.QTKit (7.7.3 - 2937) <C04A69AB-93F9-3BB4-BF56-1CD408183CE7> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8a283000 -     0x7fff8a2acffb  libRIP.A.dylib (938) <4D830858-FD2C-32B1-9B29-E88AD815E604> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8a2cc000 -     0x7fff8a2cdff3  com.apple.print.framework.Print (10.0 - 266) <F13A0609-793A-3A43-A961-AAFC81AC8FDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8a2ce000 -     0x7fff8a2d9fff  libkxld.dylib (3247.10.11) <22BBF963-3808-3320-8BDA-5B7A99035F14> /usr/lib/system/libkxld.dylib
    0x7fff8a2da000 -     0x7fff8a559fff  com.apple.security (7.0 - 57336.10.29) <FA5D22B9-3253-38CF-81E2-E243F93753DC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8a55a000 -     0x7fff8a9cfff7  com.apple.CoreFoundation (6.9 - 1255.1) <86B26482-C917-34F2-80D8-02911B6001E0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8a9d0000 -     0x7fff8aa65fff  com.apple.ink.framework (10.9 - 214) <F1B3B6C9-FF8D-3E68-93EB-8CDCEB65171A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8aa66000 -     0x7fff8aaa8fff  com.apple.framework.ConfigurationProfiles (8.1 - 843) <4763E21A-1AAD-31D9-9A51-DB4BC95730B5> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
    0x7fff8aadf000 -     0x7fff8ab0bfff  com.apple.framework.SystemAdministration (1.0 - 1.0) <6DFACF58-D982-34E7-88A7-B6CC68D2169A> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8abc7000 -     0x7fff8abccff7  libmacho.dylib (875.1) <A9EC23EC-11A0-3B4F-A8AC-B990C8267A6E> /usr/lib/system/libmacho.dylib
    0x7fff8abcd000 -     0x7fff8abd6ff3  com.apple.CommonAuth (4.0 - 2.0) <6EF43A6E-C071-36A3-8B94-694AC6BEF6D3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8abda000 -     0x7fff8ae68ff3  com.apple.RawCamera.bundle (6.17 - 825) <EFF00605-B354-3F94-B4D0-1A14B08482FE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8ae96000 -     0x7fff8ae9fff7  libsystem_pthread.dylib (137.1.1) <1373D0F1-C6CA-364E-A6BA-8BDBD0D34670> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8aea0000 -     0x7fff8b0ebfff  com.apple.AddressBook.framework (9.0 - 1679) <87B2D9E4-A042-3A99-BC5F-BA48D6896D12> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8b0f1000 -     0x7fff8b0f1ff7  libkeymgr.dylib (28) <47080280-8B57-3D75-8A20-9E100864DE27> /usr/lib/system/libkeymgr.dylib
    0x7fff8b0f4000 -     0x7fff8b12bff7  com.apple.LDAPFramework (2.4.28 - 194.5) <207E4A14-E3CC-3658-ABAF-B5CAEC9ED1EB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8b177000 -     0x7fff8b17cff3  libunwind.dylib (35.3) <FDA18078-A775-3BAF-A5A6-8A7B75D6AA99> /usr/lib/system/libunwind.dylib
    0x7fff8b196000 -     0x7fff8b1a2fff  libexslt.0.dylib (14) <98E912B0-150E-325B-8B57-FA2473BADD97> /usr/lib/libexslt.0.dylib
    0x7fff8b1a3000 -     0x7fff8b1b9ff7  libLinearAlgebra.dylib (1159) <01BD9187-521F-3F96-B477-24511318AECD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8b2ef000 -     0x7fff8b316ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <403BC9E0-2A4E-3481-BDFE-B3CB372E5051> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8b5a2000 -     0x7fff8b631ff7  libCoreStorage.dylib (517) <1CC0776E-B682-3CC1-8CC2-2305E0FA439D> /usr/lib/libCoreStorage.dylib
    0x7fff8b632000 -     0x7fff8b6bffe7  libsystem_c.dylib (1081.1.3) <A60CE86D-1FF3-32AD-A672-C7597F884529> /usr/lib/system/libsystem_c.dylib
    0x7fff8b726000 -     0x7fff8b7aafff  com.apple.AVKit (1.1 - 285.1) <918F7BF4-34E0-3260-A035-2855A6F871D9> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff8b7ab000 -     0x7fff8b7c1fff  com.apple.CoreMediaAuthoring (2.2 - 953) <8F5453F5-DC0E-39B8-9CB0-0A89268F6930> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8b7c2000 -     0x7fff8b988fef  com.apple.ImageIO.framework (3.3.0 - 1440) <40A1D113-9A4A-37D5-98A7-52AABB16A942> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8b989000 -     0x7fff8b98cfff  com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b98e000 -     0x7fff8b9bdfff  com.apple.securityinterface (10.0 - 55065.10.2) <1D6DB9F4-6EB4-39E0-8E99-C09EEA78BB16> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8b9be000 -     0x7fff8ba31fff  com.apple.framework.IOKit (2.0.2 - 1178.10.1) <6A9D7E11-156A-3FDB-850E-114ECB1AE7FD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8ba32000 -     0x7fff8ba35ffb  libScreenReader.dylib (425.100) <993C7AE7-6CA2-37B5-A13C-F9032857D3AD> /usr/lib/libScreenReader.dylib
    0x7fff8bc95000 -     0x7fff8bc99fff  libGIF.dylib (1440) <22C11AAC-DDCD-37F8-8656-27184840CA7F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8bd89000 -     0x7fff8bd89fff  libOpenScriptingUtil.dylib (169) <5C4A51D4-09A9-3209-8E57-15F112725CC4> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8bd8a000 -     0x7fff8c2e0fff  com.apple.MediaToolbox (1.0 - 1731.15.20) <B7C4E89E-A5D5-35B2-BA8F-36EC2EAB2CFC> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8c2e1000 -     0x7fff8c2e9fff  libGFXShared.dylib (12.0.34.12) <F8278F50-25AC-3CEC-9F68-D83785A25F5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8c2ea000 -     0x7fff8c4f7fff  libicucore.A.dylib (551.30) <CC6AA367-C6D3-3592-A697-76C0CFFE19DD> /usr/lib/libicucore.A.dylib
    0x7fff8c557000 -     0x7fff8c5fbfff  com.apple.Bluetooth (4.4.2 - 4.4.2f1) <7037778A-6783-3727-9076-6CA9ED130A11> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8c5fc000 -     0x7fff8c62cff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <56AA41E6-2F60-31D8-B506-2D4A5C341C77> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8ca34000 -     0x7fff8ca3ffff  com.apple.AppSandbox (4.0 - 261.10.2) <9824F3E3-6212-32BB-BC68-13FCAF820FB1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8ca43000 -     0x7fff8ca88ff7  com.apple.coreservices.SharedFileList (24.4 - 24.4) <3C8665BA-A9CD-377C-BECB-2E933FDB68AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff8ca9d000 -     0x7fff8caeffff  com.apple.CloudDocs (1.0 - 382) <F8B381F5-C434-3719-B26B-137D61F8DEBD> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff8caf8000 -     0x7fff8cb5bff3  libAVFAudio.dylib (161) <1E0384CE-FF8D-36EE-8A28-50CD673D3109> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff8cb5c000 -     0x7fff8cba7ff7  com.apple.CoreMediaIO (701.0 - 4790) <EE999B42-E879-346B-829F-6CE9E2806187> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8cba8000 -     0x7fff8cbabffb  libdyld.dylib (360.17) <99396189-E53A-3A78-BC49-449236DA7CFF> /usr/lib/system/libdyld.dylib
    0x7fff8cbeb000 -     0x7fff8cc09ffb  libedit.3.dylib (43) <744915BA-9B98-3256-8DBB-5C760132623F> /usr/lib/libedit.3.dylib
    0x7fff8cc0a000 -     0x7fff8cc44ff7  com.apple.DebugSymbols (132 - 132) <6F5853A1-5DA8-3C42-8E02-2B972F34BCE0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8cdb5000 -     0x7fff8ce04ff7  com.apple.opencl (2.6.9 - 2.6.9) <CA196FE1-7E95-3CBD-A97F-90747B9F5CBC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8ce81000 -     0x7fff8ceebff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <BA9EB0BF-7915-3DB0-9ACE-EC52CD07E1A8> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8cfaf000 -     0x7fff8cfb1ff7  com.apple.xpc.ServiceManagement (1.0 - 1) <0EA1807B-4F41-317D-A6C2-E6A23F201252> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8cfb2000 -     0x7fff8e202ff7  com.apple.CoreGraphics (1.600.0 - 938) <22518FBE-1937-3AF6-A91D-6B8983184025> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8e203000 -     0x7fff8e21cfff  com.apple.network.statistics.framework (1.2 - 1) <CBB9D46C-95F7-323E-AE81-45C315B3FE7F> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8e21d000 -     0x7fff8e24cffb  com.apple.datadetectors (5.0 - 307) <B59A794B-A050-361B-951D-FF015445D955> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff8e2e9000 -     0x7fff8e346fff  com.apple.CoreServices.OSServices (728.4 - 728.4) <4E1819C2-F7A9-35FB-8193-FF3DCC35226C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8e347000 -     0x7fff8e349fff  libCGXType.A.dylib (938) <91E0A256-B45F-3728-B68A-250E4E74A838> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8e34a000 -     0x7fff8e494fc7  com.apple.coreui (2.1 - 364.1) <4E680853-589C-3BC5-8215-240A07A92C81> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8e495000 -     0x7fff8e49dfff  com.apple.AppleSRP (5.0 - 1) <8DBB11A2-150A-3E70-8B83-DDEDAB15E2C3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8e49e000 -     0x7fff8e49ffff  libsystem_secinit.dylib (20) <932ED582-E80F-39DA-B0FA-F1BC5F1AD2F8> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8e4a6000 -     0x7fff8e4aefff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <B0028247-B333-36F5-8098-8EC95E6C2B23> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8e5e1000 -     0x7fff8e5e2fff  libffi.dylib (18.1) <B70CE053-29D3-3F4E-A6B8-E2957BC754E3> /usr/lib/libffi.dylib
    0x7fff8e5e3000 -     0x7fff8e679ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <1FBEDDC2-4BCD-3148-800E-968814206CB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8e67e000 -     0x7fff8e690fff  libsasl2.2.dylib (209) <D48CE2C5-D0C5-39BD-A7DD-C999E81CF885> /usr/lib/libsasl2.2.dylib
    0x7fff8e6d5000 -     0x7fff8e6dafff  com.apple.ImageCapture (9.0 - 9.0) <E53CC0B8-9D36-3636-B602-8AB4CEB4C313> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8e756000 -     0x7fff8e773fff  com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <86BC6DCE-8590-38E3-9C0C-52E97F617B58> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8e817000 -     0x7fff8e8c6fff  com.apple.cloudkit.CloudKit (480 - 480) <2507C1D3-733F-394A-9ADC-FF8FAD7D21B9> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8e8c7000 -     0x7fff8e912ffb  com.apple.print.framework.PrintCore (11.0 - 472) <34EA102A-D482-37FF-9C9B-E4FE4275913B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8e913000 -     0x7fff8e94eff7  com.apple.AuthKitUI (1.0 - 1) <D6C45898-569B-338C-8373-7F2E8707CF06> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
    0x7fff8e94f000 -     0x7fff8e950ff7  libodfde.dylib (23) <B2194A77-3D29-3CE2-9D96-F8986A198980> /usr/lib/libodfde.dylib
    0x7fff8e960000 -     0x7fff8e984fff  com.apple.quartzfilters (1.10.0 - 1.10.0) <B25F42F6-2548-39A8-9A9E-35331FD813EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8e985000 -     0x7fff8e988fff  libspindump.dylib (197) <4DAD2F5F-B719-3DD8-9D7C-135314CE85D0> /usr/lib/libspindump.dylib
    0x7fff8e991000 -     0x7fff8e9e1fff  libcups.2.dylib (435) <FA565876-F9B2-3021-8E89-6D665ED01B3D> /usr/lib/libcups.2.dylib
    0x7fff8e9e2000 -     0x7fff8f108ff7  com.apple.VectorKit (1.0 - 1156.1.6) <403169C4-1575-3BBA-A874-2F7A5CE02915> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
    0x7fff8f109000 -     0x7fff8f26ffff  com.apple.AutomatorFramework (2.6 - 417) <4DE70329-D3DA-3BB1-8F2B-8A281E6241C0> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x7fff8f289000 -     0x7fff8f291fff  com.apple.NetFS (6.0 - 4.0) <5602F3EB-64F6-3495-BEF0-988F92974234> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8f49d000 -     0x7fff8f583fef  unorm8_bgra.dylib (2.6.4.1) <28F838EA-19E5-3724-99FF-B61132555D09> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff8f872000 -     0x7fff8f872fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F450DC3F-837D-35CB-97F3-5835E789EF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8f886000 -     0x7fff8fbdafff  com.apple.Foundation (6.9 - 1255.1) <3AD7B198-3943-3919-B6F2-B0C28DC817B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8fbe0000 -     0x7fff8fbfbfff  com.apple.aps.framework (4.0 - 4.0) <A3971E50-DD87-3752-B37A-E58557AD5AF2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8ff9c000 -     0x7fff9003cfff  com.apple.Metadata (10.7.0 - 972.9) <303B6874-8B16-39A0-BB9D-5B7A59D3B8A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff900ca000 -     0x7fff9045ffdb  com.apple.vImage (8.0 - 8.0) <3EF89E53-2A54-3464-A405-88E3213F31F7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff90460000 -     0x7fff907dbffb  com.apple.VideoToolbox (1.0 - 1731.15.20) <70FDD7D4-FE98-3154-8B7D-72EDD5E92CDB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff907dc000 -     0x7fff907e6fff  com.apple.NetAuth (6.0 - 6.0) <ABBBE552-26E0-3682-8BFD-C59EC702F347> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff90882000 -     0x7fff908a6fff  libJPEG.dylib (1440) <7A2BE834-C5F1-3950-B13D-66C1D39AD7AA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff908a7000 -     0x7fff908f3ffb  com.apple.HIServices (1.22 - 548) <19389B63-C373-31AE-9180-3A11093EAE58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff90903000 -     0x7fff90906ff7  com.apple.help (1.3.3 - 46) <AA185754-DEEB-3091-9301-7B23C4D36818> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff90922000 -     0x7fff90922fff  com.apple.IOPlatformPluginFamily (1.0 - 1) <8ED29E9D-CE76-3D44-AD5B-CBCDB88B6D3D> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
    0x7fff90923000 -     0x7fff90925fff  com.apple.OAuth (25 - 25) <DFC11955-75DD-303E-BFCB-0F70A4C541E0> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff90b2b000 -     0x7fff90b5cff7  libncurses.5.4.dylib (46) <766F2188-F523-3FAA-AC1F-49447F09E133> /usr/lib/libncurses.5.4.dylib
    0x7fff90c30000 -     0x7fff90c32fff  com.apple.EFILogin (2.0 - 2) <1FF63331-0B4A-385D-AC44-7AE665947553> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff90c33000 -     0x7fff90ca2ffb  com.apple.datadetectorscore (7.0 - 460) <117708DA-6E19-3866-AD15-0CE3E3F2211A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff90ce6000 -     0x7fff90d34fff  libcurl.4.dylib (90) <00662A4C-B89A-3A17-93FF-950C6DE47F99> /usr/lib/libcurl.4.dylib
    0x7fff90d35000 -     0x7fff90edcffb  com.apple.avfoundation (2.0 - 1046.9.1) <AE9896EC-F23A-3148-A757-D5807E1369EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff91258000 -     0x7fff91259fff  com.apple.TrustEvaluationAgent (2.0 - 25) <BC19A1D1-805B-3FC5-BF0B-1EF6FB36FE74> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9125a000 -     0x7fff9125ffff  com.apple.AssetCacheServices (14 - 14) <8C912A44-6635-33A0-82A3-389585BAC0F1> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff9194f000 -     0x7fff91951ff7  libquarantine.dylib (80) <1693C5FE-EA0A-3122-85EB-7950ECC7435A> /usr/lib/system/libquarantine.dylib
    0x7fff91952000 -     0x7fff91954fff  com.apple.loginsupport (1.0 - 1) <09F245DC-8342-358E-A881-DAE88BF0EC1D> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff9195e000 -     0x7fff919d5fc7  libcorecrypto.dylib (334) <4E1B969F-8449-3B21-9880-51AD58E25AA6> /usr/lib/system/libcorecrypto.dylib
    0x7fff919d6000 -     0x7fff92a93ff7  com.apple.WebCore (11601 - 11601.2.7.1) <46F67CA0-E449-3C16-B1E5-CD3C32C74D7A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff92a94000 -     0x7fff92b84fff  libJP2.dylib (1440) <D10CC550-35AE-35E9-A6DC-9BF872E35A35> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff92b85000 -     0x7fff92bc3ff7  libGLImage.dylib (12.0.34.12) <4FC92D21-0834-397E-BE0D-282A73FC16B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff92bc4000 -     0x7fff92bd8fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <C0619E4A-5CF8-357E-B571-2398239911A1> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff92cfc000 -     0x7fff92d32fff  libssl.0.9.8.dylib (59) <1F3C23F5-1C03-35E6-921A-88953E077C79> /usr/lib/libssl.0.9.8.dylib
    0x7fff92d36000 -     0x7fff92d3ffff  com.apple.icloud.FindMyDevice (1.0 - 1) <28CE764F-4C4C-3A75-B7AE-EDBC7A189E82> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff92d48000 -     0x7fff92d77fc3  libsystem_m.dylib (3105) <07D50372-30ED-3B03-9FA0-0662BF8F0098> /usr/lib/system/libsystem_m.dylib
    0x7fff92d78000 -     0x7fff92d81fff  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <7CDE6A7A-B8F9-375D-9999-556CCD8E25CE> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
    0x7fff92d82000 -     0x7fff93017fff  libmecabra.dylib (696.1) <8FCC4C88-BE6A-3697-B1D3-8E1A2A3B99BA> /usr/lib/libmecabra.dylib
    0x7fff93018000 -     0x7fff93441fff  com.apple.ModelIO (1.0 - 1) <BCB8C808-DE9D-3311-B741-57B5DB6DA981> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
    0x7fff93442000 -     0x7fff9344aff7  libcldcpuengine.dylib (2.6.4.1) <D8A9DDA1-35B5-3D6B-85E0-A5542033FA9F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff9344b000 -     0x7fff934dafff  com.apple.CorePDF (4.0 - 4) <023E8BCC-DA79-34EE-8975-45690E97F862> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff934db000 -     0x7fff934dbfff  com.apple.Cocoa (6.11 - 22) <A033F342-1FEC-3DFD-830A-E8EE284DF492> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff934e0000 -     0x7fff934f5fff  com.apple.AppContainer (4.0 - 261.10.2) <ABF27707-2925-3A25-916E-370A3E342AF0> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff934f6000 -     0x7fff934f6fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <78D9071F-93DE-3C66-8912-8B0AA25DDF05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff934f7000 -     0x7fff93502fff  libcsfde.dylib (517) <C8C9A632-5072-3D24-8EBF-CCDE0BC8BFB5> /usr/lib/libcsfde.dylib
    0x7fff93503000 -     0x7fff93508fff  com.apple.MediaAccessibility (1.0 - 79) <309526B0-1A18-3C2D-B425-A2BB61EED005> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff93528000 -     0x7fff93530ffb  libsystem_dnssd.dylib (624.10.1) <21D63EAB-27BE-3F41-B1D4-604BE7F4C9BA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff93531000 -     0x7fff93562ffb  com.apple.GSS (4.0 - 2.0) <D50CDB44-72E9-3520-9965-93901621F781> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff9356e000 -     0x7fff93587fff  com.apple.CFOpenDirectory (10.11 - 194) <86755CDA-B4AA-39EF-8F7B-27F120F9AAC3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff93588000 -     0x7fff9358aff7  libsystem_configuration.dylib (801.10.2) <93D5FB9A-CC7C-3672-80D8-7A1C4805204B> /usr/lib/system/libsystem_configuration.dylib
    0x7fff9362e000 -     0x7fff9363ffff  libSparseBLAS.dylib (1159) <86AFE478-E6FB-38AB-84A3-7E4317521F2C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff93645000 -     0x7fff9371bff7  com.apple.DiskImagesFramework (10.11.1 - 415) <F3C0F696-A10D-3A4B-9391-AAD695D29831> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff93903000 -     0x7fff9398bfff  com.apple.CoreSymbolication (3.1 - 58048.1) <7B9BCFD9-3600-3973-841D-6227BEDE5D36> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff93a60000 -     0x7fff93a62fff  libsystem_coreservices.dylib (19) <692631A0-1923-32CA-9BD5-044B1382FFDE> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff93a63000 -     0x7fff93a7fff7  libsystem_malloc.dylib (67) <1B57A614-3D60-3F87-876F-7DB4AF38120F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff93a87000 -     0x7fff93b27fff  com.apple.ViewBridge (157 - 157) <EA9A214B-6AFA-3543-A4F0-8E67F6ED414F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff93b28000 -     0x7fff93cf6ff7  com.apple.QuartzCore (1.11 - 410.9) <4D3C169D-C579-38C3-AE10-B975E89331E0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff93cf7000 -     0x7fff94219fff  com.apple.QuartzComposer (5.1 - 334) <B28D6929-25C0-3F27-9454-EAE22857EF4A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff94306000 -     0x7fff94320fff  com.apple.Kerberos (3.0 - 1) <D2F0BF94-8656-3FBF-81AC-43D417B661F1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9437f000 -     0x7fff943afff7  libsandbox.1.dylib (459.10.4) <78F4D125-DEF0-3BEA-9D7F-E5BE5C06C8DA> /usr/lib/libsandbox.1.dylib
    0x7fff943b0000 -     0x7fff94400ff7  com.apple.Symbolication (1.4 - 58044) <BC1259C8-C671-3014-A9C4-85BC767EA962> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff94404000 -     0x7fff94513fe7  libvDSP.dylib (563.4) <643154B1-9A66-3265-9A7F-B36D71964FF7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff94514000 -     0x7fff94517ff7  libCoreFSCache.dylib (119.5) <5935DEAB-4236-38D2-8C76-5AF9A5700559> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff94518000 -     0x7fff94854ffb  com.apple.WebKit (11601 - 11601.2.7.2) <D6DDC367-EA9D-3AAD-9296-3D70B3ECFBC7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff948bc000 -     0x7fff948d6ff3  liblzma.5.dylib (10) <8CD18286-49EA-31E4-8A73-1BF8DECED6C6> /usr/lib/liblzma.5.dylib
    0x7fff948d7000 -     0x7fff949e5fff  com.apple.desktopservices (1.10 - 1.10) <76AA21FE-0F96-366A-9B43-6188FBC29ABE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff94a03000 -     0x7fff94a18fff  com.apple.ToneKit (1.0 - 1) <3722D681-0582-335A-A992-A972D2046163> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff94a19000 -     0x7fff94a2aff7  libsystem_trace.dylib (200) <1D289F35-BFA2-3B9E-BDF9-20F34F9A01D4> /usr/lib/system/libsystem_trace.dylib
    0x7fff94a2b000 -     0x7fff94a3dfff  com.apple.contacts.ContactsPersistence (1.0 - 2137) <40E67B07-5DC9-3B5E-8266-1A27142268D0> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff94a3e000 -     0x7fff94a49ff7  libChineseTokenizer.dylib (16) <1794A880-9C3D-37B2-8F3E-6CAFFB396089> /usr/lib/libChineseTokenizer.dylib
    0x7fff94a4a000 -     0x7fff94a4afff  com.apple.Carbon (154 - 157) <DF95E7EB-1CFC-3C83-B114-60FFEEAE166E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff94a4b000 -     0x7fff94b08fc7  com.apple.PackageKit (3.0 - 546) <0907D0F8-790C-37BC-BB90-5F492B0EE699> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff94b09000 -     0x7fff94b0ffff  com.apple.IOAccelerator (203.10 - 203.10) <A9827A1B-1337-31CF-9D96-791868B51A49> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff94b10000 -     0x7fff94b55ff3  libFontRegistry.dylib (155) <BC1B3AD5-4927-3AB7-94FF-CD93BF895D98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff94b56000 -     0x7fff94cb1ffb  com.apple.WebKitLegacy (11601 - 11601.2.7.2) <79E0891B-88EE-34EB-92D6-3403D89CBB08> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff94cb2000 -     0x7fff94cdbff7  libsystem_info.dylib (476) <65D0643A-C8AE-3E8D-9F6E-E4AD823F16B2> /usr/lib/system/libsystem_info.dylib
    0x7fff94cdc000 -     0x7fff94d38fef  libTIFF.dylib (1440) <5E2886E4-AEEF-382F-9AFB-93239278B36A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff94d39000 -     0x7fff94e20ff7  libcrypto.0.9.8.dylib (59) <7C4E5457-B66C-39CA-BC0E-15CA6C051FC0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff94e28000 -     0x7fff94e38ff3  com.apple.ProtocolBuffer (1 - 242) <B3D0CEE0-1ED1-39BB-8C81-896F36398802> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff94e39000 -     0x7fff950a6ff7  com.apple.imageKit (2.6 - 930) <8DA4A452-0E28-3A3E-82B6-93D155581002> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff95119000 -     0x7fff9511affb  libSystem.B.dylib (1225.1.1) <59F79CA0-5D86-359D-A235-4F257409109E> /usr/lib/libSystem.B.dylib
    0x7fff9511b000 -     0x7fff95126ff7  libcommonCrypto.dylib (60074) <BD1DCF19-8353-3F6A-AFFA-EBBA29A302A8> /usr/lib/system/libcommonCrypto.dylib
    0x7fff95127000 -     0x7fff9512cff7  libheimdal-asn1.dylib (452.1.1) <6E911973-1E1A-3F80-B955-FA78CF20FBFD> /usr/lib/libheimdal-asn1.dylib
    0x7fff9512d000 -     0x7fff95146ffb  com.apple.openscripting (1.7 - 169) <6AA25650-8900-33C6-AD49-D0543DB27C16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff95149000 -     0x7fff957efffb  com.apple.JavaScriptCore (11601 - 11601.2.3) <CAB09947-EC70-3CFC-9C24-101122452A58> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff95830000 -     0x7fff95830fff  com.apple.ApplicationServices (48 - 48) <B5326BD2-AF17-3880-A8C5-3C990AE4A1C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff95831000 -     0x7fff9583cfff  com.apple.DirectoryService.Framework (10.11 - 194) <D3F78A43-A04D-31CA-AFF0-52E129CEDB91> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff9583d000 -     0x7fff95866ff7  libxslt.1.dylib (14) <412A09C9-7C02-351E-A416-2453361EACA9> /usr/lib/libxslt.1.dylib
    0x7fff95867000 -     0x7fff9586eff7  com.apple.phonenumbers (1.1.1 - 105) <49696A1F-83FC-3BE8-A7E8-F0F4EAA326BB> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff95874000 -     0x7fff958dbfff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <D5DC3626-3131-3BAA-8552-294B4CE1EFCB> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff958f6000 -     0x7fff958f8fff  libUniversalAccess.dylib (270) <F2DE10DD-BD1D-3E3C-9197-A36E2E08C228> /usr/lib/libUniversalAccess.dylib
    0x7fff958f9000 -     0x7fff95931ff7  com.apple.Accounts (113 - 113) <22DBA9B9-F70A-33CB-B87C-4D11AD66D126> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff95932000 -     0x7fff95b3efff  com.apple.CoreImage (11.1.0 - 366.1.1) <BE963C1D-90C2-388A-85F2-D6701DC104C4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff95b6b000 -     0x7fff95b6dff7  libRadiance.dylib (1440) <A38FFEAA-7E99-3007-B776-6D0E7B29120A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff95b6e000 -     0x7fff95fdbffb  com.apple.GeoServices (1.0 - 1151.2.13.1) <8305A6E9-BE86-3AC7-8EAB-6A989CC208C0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices

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

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

REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate.framework                 384K        4 
Activity Tracing                    2048K        2 
CG backing stores                   9532K        8 
CG image                            1136K       90 
CG shared images                     432K       12 
CoreAnimation                       19.9M      383 
CoreData Object IDs                 4100K        3 
CoreUI image data                    856K       31 
CoreUI image file                    224K        5 
Dispatch continuations              8192K        2 
Foundation                          3156K        9 
Image IO                            15.4M       53 
JS JIT generated code                  8K        3 
JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        3 
MALLOC                             345.6M      288 
MALLOC guard page                     32K        7 
MALLOC_LARGE (reserved)               84K        2         reserved VM address space (unallocated)
Memory Tag 242                        12K        2 
Memory Tag 251                        28K        3 
OpenCL                                40K        6 
Process Corpse Info                 2048K        2 
SQLite page cache                   4096K       21 
STACK GUARD                         56.1M       40 
Stack                               41.9M       42 
VM_ALLOCATE                         7276K       33 
WebKit Malloc                       4132K        5 
__DATA                              53.6M      522 
__IMAGE                              528K        2 
__LINKEDIT                         132.6M      193 
__TEXT                             364.2M      491 
__UNICODE                            552K        2 
mapped file                        492.5M      210 
shared memory                       16.3M       10 
===========                       =======  ======= 
TOTAL                                2.5G     2457 
TOTAL, minus reserved VM space       1.5G     2457 

Model: MacBookPro11,1, BootROM MBP111.0138.B16, 2 processors, Intel Core i5, 2,4 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.94.29.1a4)
Bluetooth: Version 4.4.2f1 16391, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Mad Catz R.A.T.5 Mouse
USB Device: USB2.0 Hub
USB Device: iPhone
USB Device: iPad
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2
kitschpatrol commented 8 years ago

Let me know if you're still having this issue against cf1983fe9d6d9b74509d47c36470966fae379e0d.

ismaelgobernado commented 8 years ago

Hello kitschpatrol i tested today and works fine, thanks