Closed johnvuko closed 9 years ago
What did you do before this happened?
I just install RTImageAssets via alcatraz, i restart xcode, add an image name remove-icon@3x.png and click on "Generate Missing Assets", it fail every time.
The log says the URL is nil
, cloud you please attach a screenshot of your opening project with the .xcassets
selected ?
Like that?
This is not much helpful, but I think I've found the problem. Can you help me test it ?
Just clone this Repo, open in Xcode
, and find the file IAImageSet.m
, and change LINE 364 from:
NSURL *bundleURL = [NSURL URLWithString:path];
to:
NSURL *bundleURL = [NSURL fileURLWithPath:path];
and _Run_ it, it will start another Xcode
, you can open your project in the newly started Xcode
, see if the problem happen again.
And if you do, please let me know, thanks! ;)
Yes, it works. Strange i'm the only one with this problem, no? I am on Yosemite and the last stable version of xcode.
Process: Xcode [8007] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 6.1.1 (6611) Build Info: IDEFrameworks-6611000000000000~4 App Item ID: 497799835 App External ID: 810788292 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [8007] User ID: 501
Date/Time: 2014-12-20 13:56:12.471 +0100 OS Version: Mac OS X 10.10.1 (14B25) Report Version: 11 Anonymous UUID: 3787FB17-5E08-5255-F4C2-162B18FC4E4F
Sleep/Wake UUID: 13FFD2CB-AA64-4658-A32C-AB5A39BA4ECE
Time Awake Since Boot: 770000 seconds Time Since Wake: 5600 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information: Sending _generateAssets: to <RTImageAssets: 0x7ff1b7f09b50> from <NSMenuItem: 0x7ff1b7f35ea0 Generate Missing Assets> ProductBuildVersion: 6A2008a UNCAUGHT EXCEPTION (NSInvalidArgumentException): * -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:]: URL is nil UserInfo: (null) Hints: 0: Sending _generateAssets: to <RTImageAssets: 0x7ff1b7f09b50> from <NSMenuItem: 0x7ff1b7f35ea0 Generate Missing Assets> Backtrace: 0 0x00007fff8baa5634 __exceptionPreprocess (in CoreFoundation) 1 0x00000001019fa274 DVTFailureHintExceptionPreprocessor (in DVTFoundation) 2 0x00007fff8fd5d6de objc_exception_throw (in libobjc.A.dylib) 3 0x00007fff8baa54fd +[NSException raise:format:](in CoreFoundation) 4 0x00007fff8692edff -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:](in Foundation) 5 0x0000000104766915 -[IAImageAssets allFilesInDirectoryAtPath:] at /Users/jonathan/Library/Application Support/Alcatraz/Plug-ins/RTImageAssets/RTImageAssets/IAImageSet.m:362 (in RTImageAssets) 6 0x00000001047665ba -[IAImageAssets initWithPath:] at /Users/jonathan/Library/Application Support/Alcatraz/Plug-ins/RTImageAssets/RTImageAssets/IAImageSet.m:341 (in RTImageAssets) 7 0x0000000104766504 +[IAImageAssets assetsWithPath:] at /Users/jonathan/Library/Application Support/Alcatraz/Plug-ins/RTImageAssets/RTImageAssets/IAImageSet.m:336 (in RTImageAssets) 8 0x0000000104768159 -[RTImageAssets _generateAssets:] at /Users/jonathan/Library/Application Support/Alcatraz/Plug-ins/RTImageAssets/RTImageAssets/RTImageAssets.m:108 (in RTImageAssets) 9 0x00007fff903cfcd7 _os_activity_initiate (in libsystem_trace.dylib) 10 0x00007fff84437497 -[NSApplication sendAction:to:from:](in AppKit) 11 0x0000000101f5f140 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit) 12 0x00000001019f9fb2 DVTInvokeWithFailureHint (in DVTFoundation) 13 0x0000000101e2954e -[DVTApplication sendAction:to:from:](in DVTKit) 14 0x00007fff844515da -[NSMenuItem _corePerformAction](in AppKit) 15 0x00007fff844512f7 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:](in AppKit) 16 0x00007fff903cfcd7 _os_activity_initiate (in libsystem_trace.dylib) 17 0x00007fff8449eb96 -[NSMenu performActionForItemAtIndex:](in AppKit) 18 0x00007fff8449eb06 -[NSMenu _internalPerformActionForItemAtIndex:](in AppKit) 19 0x00007fff8449e952 -[NSCarbonMenuImpl carbonCommandProcessEvent:handlerCallRef:](in AppKit) 20 0x00007fff84446eeb NSSLMMenuEventHandler (in AppKit) 21 0x00007fff9331932c DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) (in HIToolbox) 22 0x00007fff9331876e SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) (in HIToolbox) 23 0x00007fff9332d286 SendEventToEventTarget (in HIToolbox) 24 0x00007fff93362795 SendHICommandEvent(unsigned int, HICommand const, unsigned int, unsigned int, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef_, OpaqueEventRef) (in HIToolbox) 25 0x00007fff93395e8d SendMenuCommandWithContextAndModifiers (in HIToolbox) 26 0x00007fff93395e34 SendMenuItemSelectedEvent (in HIToolbox) 27 0x00007fff93395d06 FinishMenuSelection(SelectionData, MenuResult, MenuResult) (in HIToolbox) 28 0x00007fff9339d8b1 MenuSelectCore(MenuData, Point, double, unsigned int, OpaqueMenuRef*, unsigned short) (in HIToolbox) 29 0x00007fff9339d49e _HandleMenuSelection2 (in HIToolbox) 30 0x00007fff843ccd1e _NSHandleCarbonMenuEvent (in AppKit) 31 0x00007fff84268a40 _DPSNextEvent (in AppKit) 32 0x00007fff84267e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:](in AppKit) 33 0x0000000101f5e6fd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:](in DVTKit) 34 0x00007fff8425be23 -[NSApplication run](in AppKit) 35 0x00007fff842472d4 NSApplicationMain (in AppKit) 36 0x00007fff932575c9 start (in libdyld.dylib) 37 0x0000000000000001
Performing @selector(_generateAssets:) from sender NSMenuItem 0x7ff1b7f35ea0 abort() called
Application Specific Signatures: NSInvalidArgumentException
Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff8baa564c __exceptionPreprocess + 172 1 DVTFoundation 0x00000001019fa274 DVTFailureHintExceptionPreprocessor + 194 2 libobjc.A.dylib 0x00007fff8fd5d6de objc_exception_throw + 43 3 CoreFoundation 0x00007fff8baa54fd +[NSException raise:format:] + 205 4 Foundation 0x00007fff8692edff -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:] + 89 5 RTImageAssets 0x0000000104766915 -[IAImageAssets allFilesInDirectoryAtPath:] + 223 6 RTImageAssets 0x00000001047665ba -[IAImageAssets initWithPath:] + 154 7 RTImageAssets 0x0000000104766504 +[IAImageAssets assetsWithPath:] + 65 8 RTImageAssets 0x0000000104768159 -[RTImageAssets _generateAssets:] + 316 9 libsystem_trace.dylib 0x00007fff903cfcd7 _os_activity_initiate + 75 10 AppKit 0x00007fff84437497 -[NSApplication sendAction:to:from:] + 410 11 DVTKit 0x0000000101f5f140 __37-[DVTApplication sendAction:to:from:]_block_invoke + 379 12 DVTFoundation 0x00000001019f9fb2 DVTInvokeWithFailureHint + 83 13 DVTKit 0x0000000101e2954e -[DVTApplication sendAction:to:from:] + 335 14 AppKit 0x00007fff844515da -[NSMenuItem _corePerformAction] + 382 15 AppKit 0x00007fff844512f7 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114 16 libsystem_trace.dylib 0x00007fff903cfcd7 _os_activity_initiate + 75 17 AppKit 0x00007fff8449eb96 -[NSMenu performActionForItemAtIndex:] + 131 18 AppKit 0x00007fff8449eb06 -[NSMenu _internalPerformActionForItemAtIndex:] + 35 19 AppKit 0x00007fff8449e952 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107 20 AppKit 0x00007fff84446eeb NSSLMMenuEventHandler + 724 21 HIToolbox 0x00007fff9331932c _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1260 22 HIToolbox 0x00007fff9331876e _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386 23 HIToolbox 0x00007fff9332d286 SendEventToEventTarget + 40 24 HIToolbox 0x00007fff93362795 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 428 25 HIToolbox 0x00007fff93395e8d SendMenuCommandWithContextAndModifiers + 59 26 HIToolbox 0x00007fff93395e34 SendMenuItemSelectedEvent + 188 27 HIToolbox 0x00007fff93395d06 ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 96 28 HIToolbox 0x00007fff9339d8b1 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 702 29 HIToolbox 0x00007fff9339d49e _HandleMenuSelection2 + 446 30 AppKit 0x00007fff843ccd1e _NSHandleCarbonMenuEvent + 277 31 AppKit 0x00007fff84268a40 _DPSNextEvent + 1843 32 AppKit 0x00007fff84267e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 33 DVTKit 0x0000000101f5e6fd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237 34 AppKit 0x00007fff8425be23 -[NSApplication run] + 594 35 AppKit 0x00007fff842472d4 NSApplicationMain + 1832 36 libdyld.dylib 0x00007fff932575c9 start + 1 37 ??? 0x0000000000000001 0x0 + 1
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8bcf0282 __pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8606eb73 abort + 129 2 com.apple.dt.IDEKit 0x0000000102c34986 +[IDEAssertionHandler handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1510 3 com.apple.dt.IDEKit 0x0000000102c35c08 -[IDEAssertionHandler handleUncaughtException:] + 1077 4 com.apple.dt.IDEKit 0x0000000102c35cd7 IDEHandleUncaughtException + 94 5 com.apple.HIToolbox 0x00007fff93319664 DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) + 2084 6 com.apple.HIToolbox 0x00007fff9331876e SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) + 386 7 com.apple.HIToolbox 0x00007fff9332d286 SendEventToEventTarget + 40 8 com.apple.HIToolbox 0x00007fff93362795 SendHICommandEvent(unsigned int, HICommand const, unsigned int, unsigned int, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef, OpaqueEventRef**) + 428 9 com.apple.HIToolbox 0x00007fff93395e8d SendMenuCommandWithContextAndModifiers + 59 10 com.apple.HIToolbox 0x00007fff93395e34 SendMenuItemSelectedEvent + 188 11 com.apple.HIToolbox 0x00007fff93395d06 FinishMenuSelection(SelectionData, MenuResult, MenuResult) + 96 12 com.apple.HIToolbox 0x00007fff9339d8b1 MenuSelectCore(MenuData_, Point, double, unsigned int, OpaqueMenuRef*, unsigned short) + 702 13 com.apple.HIToolbox 0x00007fff9339d49e _HandleMenuSelection2 + 446 14 com.apple.AppKit 0x00007fff843ccd1e _NSHandleCarbonMenuEvent + 277 15 com.apple.AppKit 0x00007fff84268a40 _DPSNextEvent + 1843 16 com.apple.AppKit 0x00007fff84267e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 17 com.apple.dt.DVTKit 0x0000000101f5e6fd -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237 18 com.apple.AppKit 0x00007fff8425be23 -[NSApplication run] + 594 19 com.apple.AppKit 0x00007fff842472d4 NSApplicationMain + 1832 20 libdyld.dylib 0x00007fff932575c9 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8bcf122e kevent64 + 10 1 libdispatch.dylib 0x00007fff914eca6a _dispatch_mgr_thread + 52
Thread 2:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff8bceb52e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8bcea69f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8b9b5b14 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8b9b4fdb __CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff8b9b4838 CFRunLoopRunSpecific + 296 5 com.apple.CFNetwork 0x00007fff929fcd20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 6 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 7 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 9 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff8bcf03f6 __select + 10 1 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 2 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 3 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 4: 0 libsystem_kernel.dylib 0x00007fff8bceb52e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8bcea69f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8b9b5b14 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8b9b4fdb CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff8b9b4838 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff868f1ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 6 com.apple.DTDeviceKitBase 0x000000010f4891d2 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 676 7 com.apple.Foundation 0x00007fff868efb7a NSThread__main + 1345 8 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 10 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 5: 0 libsystem_kernel.dylib 0x00007fff8bceb52e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8bcea69f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8b9b5b14 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8b9b4fdb CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff8b9b4838 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff843cb7a7 _NSEventThread + 137 6 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 8 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 6:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff8bceb52e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8bcea69f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8b9b5b14 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8b9b4fdb __CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff8b9b4838 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff868f1ab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 6 com.apple.Foundation 0x00007fff869ed45f -[NSRunLoop(NSRunLoop) run] + 74 7 com.apple.GPUToolsMobileFoundation 0x0000000114d049eb -[DYMobileDeviceManager _deviceNotificationThread:] + 134 8 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 9 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 11 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 7:: JavaScriptCore::BlockFree 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e42d4 JSC::BlockAllocator::blockFreeingThreadMain() + 228 3 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 4 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 6 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 8:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e486b JSC::GCThread::waitForNextPhase() + 171 3 com.apple.JavaScriptCore 0x00007fff8a0e46c8 JSC::GCThread::gcThreadMain() + 88 4 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 7 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 9:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e486b JSC::GCThread::waitForNextPhase() + 171 3 com.apple.JavaScriptCore 0x00007fff8a0e46c8 JSC::GCThread::gcThreadMain() + 88 4 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 7 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 10:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e486b JSC::GCThread::waitForNextPhase() + 171 3 com.apple.JavaScriptCore 0x00007fff8a0e46c8 JSC::GCThread::gcThreadMain() + 88 4 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 7 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 11:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e486b JSC::GCThread::waitForNextPhase() + 171 3 com.apple.JavaScriptCore 0x00007fff8a0e46c8 JSC::GCThread::gcThreadMain() + 88 4 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 7 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 12:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e486b JSC::GCThread::waitForNextPhase() + 171 3 com.apple.JavaScriptCore 0x00007fff8a0e46c8 JSC::GCThread::gcThreadMain() + 88 4 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 7 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 13:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 libc++.1.dylib 0x00007fff8eae3c95 std::__1::condition_variable::wait(std::1::unique_lockstd::__1::mutex&) + 47 2 com.apple.JavaScriptCore 0x00007fff8a0e486b JSC::GCThread::waitForNextPhase() + 171 3 com.apple.JavaScriptCore 0x00007fff8a0e46c8 JSC::GCThread::gcThreadMain() + 88 4 com.apple.JavaScriptCore 0x00007fff8a0d9a9f WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 7 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 14: 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 com.apple.Xcode.DevToolsCore 0x000000010db6febe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519 2 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 3 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 5 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 15: 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 com.apple.Xcode.DevToolsCore 0x000000010db6febe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519 2 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 3 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 5 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 16: 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 com.apple.Xcode.DevToolsCore 0x000000010db6febe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519 2 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 3 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 5 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 17: 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 com.apple.Xcode.DevToolsCore 0x000000010db6febe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519 2 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 3 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 5 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 18: 0 libsystem_kernel.dylib 0x00007fff8bcf0132 psynch_cvwait + 10 1 com.apple.Xcode.DevToolsCore 0x000000010db6febe -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 519 2 com.apple.Foundation 0x00007fff868efb7a NSThreadmain + 1345 3 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 5 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 19: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 20: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 21: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 22: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 23: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 24: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 25:
Thread 26: 0 libsystem_kernel.dylib 0x00007fff8bcf0946 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff8f6ec4a1 start_wqthread + 13
Thread 27: 0 libsystem_kernel.dylib 0x00007fff8bceb52e mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8bcea69f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8b9b5b14 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8b9b4fdb CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff8b9b4838 CFRunLoopRunSpecific + 296 5 com.apple.CoreFoundation 0x00007fff8ba6aed1 CFRunLoopRun + 97 6 com.apple.DebugSymbols 0x00007fff92664b8f SpotlightQueryThread(void*) + 463 7 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 9 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 28: 0 libsystem_kernel.dylib 0x00007fff8bcf0486 __semwait_signal + 10 1 com.apple.CoreSymbolication 0x00007fff910dc067 0x7fff910c9000 + 77927 2 libsystem_pthread.dylib 0x00007fff8f6ee2fc _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff8f6ee279 _pthread_start + 176 4 libsystem_pthread.dylib 0x00007fff8f6ec4b1 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5e3d8688 rdx: 0x0000000000000000 rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff5e3d86b0 rsp: 0x00007fff5e3d8688 r8: 0x0000000000001fff r9: 0x00007ff1b1d388e0 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff8fd58ac0 r13: 0x00007ff1b973d430 r14: 0x00007fff75b2c300 r15: 0x00007ff1b1d24000 rip: 0x00007fff8bcf0282 rfl: 0x0000000000000206 cr2: 0x00007fff745f3fd8
Logical CPU: 0 Error Code: 0x020000b8 Trap Number: 133
Binary Images: 0x101826000 - 0x101826ff7 com.apple.dt.Xcode (6.1.1 - 6611) /Applications/Xcode.app/Contents/MacOS/Xcode
0x101832000 - 0x101c64ff7 com.apple.dt.DVTFoundation (6.1.1 - 6608) <8CF25201-C4E0-38FB-B35F-6701179C0EAB> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x101e1e000 - 0x102125fff com.apple.dt.DVTKit (6.1.1 - 6608) /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x102307000 - 0x102735ff7 com.apple.dt.IDEFoundation (6.1.1 - 6611) <8A1AD8FD-7934-382F-A8FF-8775162253BD> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x1029e7000 - 0x103222ff7 com.apple.dt.IDEKit (6.1.1 - 6611) <80C0C035-4DBE-3871-AD0E-78FE76180A84> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x1037c4000 - 0x1037e1ff7 com.apple.dt.instruments.DTXConnectionServices (1.0 - 56085) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x103802000 - 0x103840fff com.apple.framework.ConfigurationProfiles (7.0 - 741) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x103864000 - 0x103865ff7 libsysmon.dylib (78) <2B6E431C-934F-3828-8464-D54FCA731393> /usr/lib/libsysmon.dylib
0x103871000 - 0x104304fff +libclang.dylib (600.0.56) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x1044a2000 - 0x1044d6ff7 com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x104500000 - 0x104515fff com.apple.DADocSetManagement (6.1 - 6033) <9EED13AE-5A6F-3126-BE1E-F02CC1873479> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x10452b000 - 0x10452cff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x104536000 - 0x10455fff7 com.apple.dt.instruments.DTGraphKit (6.1 - 56074) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x104577000 - 0x104578fff libpanel.5.4.dylib (44) /usr/lib/libpanel.5.4.dylib
0x10457e000 - 0x1045c6fff com.apple.DADocSetAccess (6.1 - 6033) <3DECFFA8-E12D-33A9-8176-FCCDE826CF7A> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x104763000 - 0x104769ff7 +cn.rickytan.RTImageAssets (1.0 - 1) <2008773F-4AFD-38BC-9BDA-3ED312F8F9B7> /Users/USER/Library/Application Support/Developer/_/RTImageAssets
0x10581b000 - 0x10581bfe7 +cl_kernels (???) cl_kernels
0x105825000 - 0x10582bff7 com.apple.SymptomReporter (1.0 - 1) <3191E395-6284-3C5F-BDA2-BB061CF00B51> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter
0x10584d000 - 0x10584dfe5 +cl_kernels (???) cl_kernels
0x105854000 - 0x10585bff7 com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 16738) <5D9CD82A-770B-3AE0-B25D-7C49978B02E6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
0x105876000 - 0x105877fe5 +cl_kernels (???) <98805964-E2EC-4DCC-B66E-9A28E06A4BF1> cl_kernels
0x107a9b000 - 0x107acfff7 com.apple.CoreSimulator (110.4 - 110.4) <3C2AE6EA-1F23-39A4-B316-9120003F75B1> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
0x107aef000 - 0x107af2fff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <9C4A616E-0A53-36B2-9E47-545034B681E3> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x1080b2000 - 0x1080b2fef +cl_kernels (???) <5CC9569C-C951-43BB-A080-C8B71D478951> cl_kernels
0x1080c0000 - 0x1080c0ff5 +cl_kernels (???) <8143D07F-186A-4478-B9B9-35FCAD364004> cl_kernels
0x1080c2000 - 0x1081a8fef unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x1084c2000 - 0x1084c2ffe +cl_kernels (???) <564EE952-0EC4-42D4-A1BB-FBDA5B017533> cl_kernels
0x108558000 - 0x10856efff com.apple.dt.IDE.IDESubversion (6.1.1 - 6254) <9B7A80F8-C70B-3371-B9A5-1C28CD6BBC97> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x108585000 - 0x108588fff com.apple.FileProvider (1.0 - 1) /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
0x10858f000 - 0x108590ff7 com.apple.dt.dbg.DebuggerLLDBService (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x108596000 - 0x10859efff com.apple.dt.IDE.IDEOSXSupportCore (6.1.1 - 6056) <6CF2A8F4-CD93-34D3-A252-260EB5912BCB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x108abd000 - 0x108abdffe +cl_kernels (???) <6760C19C-9663-4A29-9801-ED470DA731D5> cl_kernels
0x108ac3000 - 0x108ac3fef +cl_kernels (???) <4C1D0476-1FB1-4B0C-879E-A44F7336C122> cl_kernels
0x108ba6000 - 0x108bdaff7 com.apple.gputools.GLToolsMobileAnalysis (1.0 - 16738) <9CCC0829-51DD-32E2-A873-0C4F0D8013E8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
0x108bea000 - 0x108c0fffb com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
0x108dbd000 - 0x108dcafff com.apple.dt.IDELanguageSupportCore (6.1.1 - 6743) <54A0BF3F-BC86-3845-94A3-140E31C402D0> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x108dd8000 - 0x108e31ff7 com.apple.sourcekitd (1.0 - 600.0.56.1) <58C89ADF-9024-3277-B63F-CFB5D0E4F174> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
0x108e59000 - 0x108e77fff libedit.3.dylib (40) <6049084C-478A-3A89-A9A1-E641B5F8C1A7> /usr/lib/libedit.3.dylib
0x108ea9000 - 0x108eb0ff7 com.apple.dt.IDE.HexEditor (6.1.1 - 6254) <0C2003E2-2971-338D-91B2-5616E05D6598> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x109006000 - 0x109042ff7 com.apple.dt.dbg.DebuggerFoundation (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x10907f000 - 0x10910dff7 com.apple.dt.IBAutolayoutFoundation (1.0 - 6254) /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x10916b000 - 0x10920bfff com.apple.dt.IBFoundation (1.0 - 6254) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x10927e000 - 0x1092c8ff7 com.apple.CoreThemeDefinition (2.0 - 182) <11BB8A48-8C00-3C63-BBF1-2BF8FE612B2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x109300000 - 0x109347ff7 com.apple.dt.dbg.DebuggerLLDB (6.1.1 - 6254) <96077ACE-B40D-346F-A943-A9D4DF5902AE> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x10937a000 - 0x10b43ef6b com.apple.LLDB.framework (1.320.4.156 - 320.4.156) <1597D391-C69B-30F1-82B1-683DB68538A6> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x10bcfd000 - 0x10bdeeff7 org.python.python (2.7.6 - 2.7.6) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x10be54000 - 0x10bec0ff7 com.apple.dt.IDE.IDEDocViewer (6.1.1 - 6254) <504856EB-486D-30BA-B66F-0030C55B6DE1> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x10bf16000 - 0x10c423ff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x10c8b5000 - 0x10c8e3ff7 +com.ridiculousfish.HexFiendFramework (6.1.1 - 6254) <32F0B5F7-0C97-3D5C-9C7F-C8E911CBE856> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x10c90a000 - 0x10c94afff com.apple.dt.IDE.iCloudSupport (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x10c984000 - 0x10ca50ff7 com.apple.dt.dbg.DebuggerUI (6.1.1 - 6254) <3661559D-8080-3059-A76F-E4681BB2CE95> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x10cafd000 - 0x10cf41ff7 com.apple.SceneKit (5.0 - 260.7) <53A6603F-457D-3569-A5E7-E34096D8B843> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x10d1e4000 - 0x10d2a5ff7 com.apple.dt.IDE.IDESourceEditor (6.1.1 - 6254) <24558466-B611-301D-8504-9F4F551B6519> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x10d31c000 - 0x10d34bfff com.apple.dt.gpu.GPUDebuggerFoundation (6.1.1 - 16738) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x10d377000 - 0x10d3b5ffb com.apple.GPUToolsCore (1.0 - 16738) <19E72634-C3CC-39E3-ACA0-A927714920B5> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x10d3e9000 - 0x10d41dffb com.apple.GPUTools (1.0 - 16738) <04AC823C-BAC2-3691-B7DF-70DE0BBCC44C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x10d448000 - 0x10d517ff7 com.apple.GPUToolsServices (1.0 - 16738) <7060880D-35F8-36AD-90C5-0E259475E261> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x10d57f000 - 0x10d584ffb com.apple.GPUToolsInterface (1.0 - 16738) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x10d58c000 - 0x10d5b4ff3 com.apple.GLToolsInterface (1.0 - 16738) <56DEBFD8-B9B6-3B7A-A31B-E588EB429DAD> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x10d5d2000 - 0x10d655ff7 com.apple.GLToolsCore (1.0 - 16738) <833E69EE-8BEC-362A-AE43-63B4C263697F> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x10d673000 - 0x10d684ff3 com.apple.GLTools (1.0 - 16738) <612A093E-34E1-372B-9851-61A452D13E81> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x10d68c000 - 0x10d6e2ff3 com.apple.GLToolsServices (1.0 - 16738) <70E50EE3-C00F-3CDF-8166-22D657C880AF> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x10d728000 - 0x10d7afff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 16738) <7E492003-01EE-3D4B-BA0B-6DA4240EFB06> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x10d82e000 - 0x10d82eff7 com.apple.dt.IDE.IDEAppleScriptEditor (6.1.1 - 6254) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
0x10d8b3000 - 0x10d8b8ff7 com.apple.dt.gpu.GPUTraceDebugger (6.1.1 - 16738) <93E8E56C-7D20-32DB-9C29-D445C15885E2> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x10d8c0000 - 0x10d8cbfff com.apple.dt.gpu.GPUDebuggerKit (6.1.1 - 16738) <8EB5F440-743E-3E7C-91F3-4F96BCF95BB3> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x10d8de000 - 0x10d94cfff com.apple.dt.gpu.GPUTraceDebuggerUI (6.1.1 - 16738) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x10d999000 - 0x10d9b8fff com.apple.dt.IDE.IDEQuickHelp (6.1.1 - 6254) <50B92ACD-68A8-38AB-A0D8-1A2D950D8351> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x10d9d5000 - 0x10da11fff com.apple.dt.IDE.Xcode3Core (6.1.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x10da37000 - 0x10dd96fff com.apple.Xcode.DevToolsCore (8.1.1 - 6269) <6BE0D774-F7AB-397F-97C3-1C7595B6BD05> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x10df33000 - 0x10df3bfff com.apple.DevToolsFoundation (8.1.1 - 6269) <8C846FE6-3E91-3822-994D-58112C8B5428> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x10df46000 - 0x10df7dfff com.apple.Xcode.DevToolsSupport (8.1.1 - 6269) <021EAD1B-3BEF-33C6-9B6F-4C03A38D8587> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x10dfa4000 - 0x10e14bfff com.apple.dt.IDE.Xcode3UI (6.1.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x10f0a5000 - 0x10f0abff7 com.apple.dt.IDE.IDEInstrumentsService (6.1.1 - 6254) <6E84607E-3F66-31EC-9F05-27D21C45345C> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x10f0cc000 - 0x10f24efff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 16738) <2A590B2E-E726-3A52-8B8F-6C871B2E2356> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
0x10f378000 - 0x10f3f0fff com.apple.dt.IDE.IDEiOSSupportCore (6.1.1 - 6274) <9049E0FB-9370-3047-BF0B-A527AB678868> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x10f438000 - 0x10f44ffff com.apple.DVTiPhoneSimulatorRemoteClient (6.1.1 - 6274) <6481B057-AAD0-31AB-A27A-BAC5C364D8BA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x10f464000 - 0x10f4e3ff7 com.apple.DTDeviceKitBase (6.1.1 - 6274) <3D1BBDB3-A2A3-3D87-8E18-8032001DE9E5> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x10f534000 - 0x10f54dfff com.apple.DeviceLinkX (5.0 - 264) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x10f55d000 - 0x10f592ff7 libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
0x10f62b000 - 0x10f7f8fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (6.1.1 - 6254) <70370059-1756-3378-93D0-E44CE62E3F25> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x10f98f000 - 0x10f9b4ff7 com.apple.DiscRecordingUI (9.0 - 9000.4.1) <7DA67BCF-E386-34B5-98ED-6CED19E90BB8> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x10f9d5000 - 0x10fa17ff7 com.apple.glut (3.6.2 - GLUT-3.6.2) <8148B6B0-09C3-3E60-A4A7-D11DBB9D2699> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x10faac000 - 0x10fca0fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (6.1.1 - 6247) <025FDE46-34BB-3E85-B2DD-9201DF88835C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x10fd8f000 - 0x10fd9eff7 com.apple.DTDeviceKit (4.2 - 6274) <0923D371-9E54-3A33-9C4D-D6A3C568F642> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x10fe9b000 - 0x10fe9cff7 com.apple.dt.IDE.IDEAppleScriptCore (6.1.1 - 6254) <89C37B22-3CA0-3DA0-BB8B-E29E942CA40F> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
0x10fef0000 - 0x10fef4fff com.apple.audio.AppleHDAHALPlugIn (267.0 - 267.0) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10ff19000 - 0x10ff35ff7 com.apple.dt.IDE.IDEGit (6.1.1 - 6254) <37B117D1-B273-3309-B13E-14BCC692E728> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x10ff49000 - 0x10ff4aff7 com.apple.dt.IBLanguageSupport (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport
0x10ff99000 - 0x10ffacfff +com.mneorr.Alcatraz (1.0 - 1) <30AEBFD0-28F1-37CF-BDD0-6E2B09462844> /Users/USER/Library/Application Support/Developer/_/Alcatraz
0x10ffc9000 - 0x10ffd9fff com.apple.dt.XCLanguageSupport (6.1.1 - 6743) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x10ffe7000 - 0x10ffe7fff com.apple.Metal (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x10ffeb000 - 0x10fff5fff com.apple.xcode.plug-in.CoreBuildTasks (8.1.1 - 6269) <6E29F1BC-B350-3CE7-A9D8-A5DF04E82781> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x10fffd000 - 0x10fffdff7 com.apple.xcode.compilers.coredata (8.1.1 - 6269) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x110001000 - 0x110001ff7 com.apple.compilers.clang (8.1.1 - 6269) <88A626F9-D8FF-356A-8B9D-7DCC4C3152F9> /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
0x110005000 - 0x110008ff7 com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support
0x11000e000 - 0x11000fff7 com.apple.platform.iphoneos.plugin (1.0 - 1.0) <9E32CF38-9E8A-3188-B099-ED4AF81A061D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
0x110013000 - 0x110017ff7 com.apple.dt.IDEIODebugGaugesCore (6.1.1 - 6254) <76638143-2636-3FC5-B961-18FE6A99D8DD> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x110021000 - 0x11002eff7 com.apple.dt.IDEIODebugGaugesUI (6.1.1 - 6254) <1B9A74A2-B7F1-3ADA-82A5-8C972490A8E8> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x11008d000 - 0x110095ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 6743) <64186C80-AFF7-3B2E-963C-54264628B78D> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x11142c000 - 0x111544fff com.apple.mobiledevice (757.1.5.0.2 - 757.1.5.0.2) <364C6894-934B-3844-A77F-7DFEC21F8AEE> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x1115c0000 - 0x1117dafff com.apple.audio.units.Components (1.12 - 1.12) <95245456-EE5C-3D29-8E18-5E02E74A2683> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x111c96000 - 0x111cdafff com.apple.dt.IDE.IDEiPhoneSupport (6.1.1 - 6274) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x111d1a000 - 0x111defff7 com.apple.dt.IDELanguageSupportUI (6.1.1 - 6743) <11532BC1-2E82-3698-9AA1-B460B9CB0087> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
0x1139c8000 - 0x113aa8ff7 unorm8_rgba.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x113c5b000 - 0x113e0eff3 libCMaps.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
0x114589000 - 0x1145f5ff7 com.apple.dt.gpu.GPURenderTargetEditor (6.1.1 - 16738) <177EC5FF-ED4C-3D13-90FB-D7DDE4187C7D> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x114639000 - 0x114642ff7 com.apple.dt.PlistEditor (6.1.1 - 6254) <56213BF0-BEE9-302F-913C-E43260E3E6F9> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x11464e000 - 0x11472ffff com.apple.dt.IDE.IDEModelEditor (6.1.1 - 6254) <63397198-DE0D-350A-961B-F6CDB2A90C1E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x1147c6000 - 0x11483ffff com.apple.dt.IDE.IDEModelFoundation (6.1.1 - 6254) <6C81614A-B8C6-39E6-BBE5-0255CC924630> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x114896000 - 0x1148ecff7 com.apple.dt.IDE.IDESceneKitEditor (6.1 - 6087) <619E05E4-B72F-3CF2-89FA-AB5482D68B97> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
0x114935000 - 0x11493cff7 com.apple.dt.ScriptingDefinitionEditor (6.1.1 - 6254) <01A03F59-7038-3653-8363-0FBBD9FDBEC5> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x114944000 - 0x114948ff7 com.apple.dt.IDE.IDEPDFViewer (6.1.1 - 6254) <638A1208-92E0-37C3-8F8E-195A00493361> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
0x114950000 - 0x114ba1fff com.apple.dt.gpu.GPUDebuggeriOSSupport (6.1.1 - 16738) <05C1DE48-7764-382B-B0CB-0711DB45EED5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x114c14000 - 0x114c14fff com.apple.GLToolsMobileFoundation (1.0 - 16738) <67280728-5AC7-3DAD-887E-C6BCE7085C4B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
0x114c19000 - 0x114c80ffb com.apple.GLToolsExpert (1.0 - 16738) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
0x114cbc000 - 0x114cc8fff com.apple.GPUToolsShaderProfiler (1.0 - 16738) <4C2E8206-E668-3D06-962E-EA079344EDB8> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x114cd7000 - 0x114cefff3 com.apple.GLToolsShaderProfiler (1.0 - 16738) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
0x114cfc000 - 0x114d10ffb com.apple.GPUToolsMobileFoundation (1.0 - 16738) <4BAD04EC-885C-3AAC-94FB-483D7603AC1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x114d24000 - 0x114d39fff com.apple.dt.IDE.IDERTFEditor (6.1.1 - 6254) <5B0CA6D2-C27F-3278-BFA4-30A06715EFBA> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
0x114d4b000 - 0x114d58ff7 com.apple.dt.IDE.IDEQuickLookEditor (6.1.1 - 6254) <90466A51-C5CB-3B4B-A3EC-749F08916266> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
0x114d69000 - 0x114dbafff com.apple.IDESpriteKitParticleEditor (2.0 - 2) <1D89DF54-E7DE-3918-B924-0B7C81476BAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x114dec000 - 0x114f52fff com.apple.SpriteKit (1.0 - 1) <54E947B4-A15E-327B-8E8B-42409CB2A3AC> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
0x114fe9000 - 0x11503fff7 com.apple.PhysicsKit (1.0 - 1) /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
0x11506c000 - 0x115093ff7 com.apple.GLKit (1.0 - 27) /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x1150b7000 - 0x1150ddff7 com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x1194eb000 - 0x1194f0ff7 com.apple.dt.IDEContinuousIntegration (1.0 - 1) <4678E0F0-266D-364A-B18A-74BE9531DC86> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
0x1194f9000 - 0x119594fff com.apple.XCSCore (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
0x1195f9000 - 0x1196a6ff7 com.apple.dt.XCSUI (1.0 - 1) <4285B0B3-D0A1-37F0-B189-6686DC2CCD3C> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
0x11974e000 - 0x11991cfff com.apple.dt.gpu.GPUDebuggerMTLSupport (6.1.1 - 16738) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
0x119979000 - 0x11997aff3 com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
0x119980000 - 0x11998cff3 com.apple.MTLToolsCore (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
0x119997000 - 0x1199b7ffb com.apple.MTLToolsServices (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
0x1199d2000 - 0x119a05fff com.apple.MTLToolsShaderProfiler (1.0 - 16738) <29B1A037-FBFC-385C-8C2B-E43260C60BD6> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
0x119a2f000 - 0x119a57ff3 com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 16738) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
0x11b69d000 - 0x11b717ff7 com.apple.xquery (1.3.1 - 30) <9D868AE3-C5A0-34BD-8C33-EB5F8EDD7ACA> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x11f320000 - 0x11f402ff7 com.apple.dt.IDE.IDEDevkitRefactoring (6.1 - 6028) /Applications/Xcode.app/Contents/PlugIns/IDEDevkitRefactoring.ideplugin/Contents/MacOS/IDEDevkitRefactoring
0x7fff6e356000 - 0x7fff6e38c837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff83fac000 - 0x7fff83fd8fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff83fd9000 - 0x7fff83fdaffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff83fdb000 - 0x7fff8404fff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff84086000 - 0x7fff840a2ff7 com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff840a3000 - 0x7fff840a3fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff840cc000 - 0x7fff840d5fff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff840e0000 - 0x7fff840e5ffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff840e6000 - 0x7fff84187ff7 com.apple.Bluetooth (4.3.1 - 4.3.1f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff841b8000 - 0x7fff84204ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff84205000 - 0x7fff84207ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff84208000 - 0x7fff84240fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff84241000 - 0x7fff84243ff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff84244000 - 0x7fff84d85fff com.apple.AppKit (6.9 - 1343.16) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff84d86000 - 0x7fff84d8efe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff84d8f000 - 0x7fff84d91fff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff84d92000 - 0x7fff84d99fff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff84d9a000 - 0x7fff84da2fff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff84da3000 - 0x7fff84da3ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff84da4000 - 0x7fff84dafff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff84db0000 - 0x7fff84dc1ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff84dfb000 - 0x7fff84e14ff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff84e15000 - 0x7fff84e1afff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff84e1b000 - 0x7fff84e26ff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
0x7fff84e27000 - 0x7fff84f1bff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff84f1c000 - 0x7fff84fadfff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff84fae000 - 0x7fff84fb2fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff84fb3000 - 0x7fff850cbffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff850e8000 - 0x7fff85125ff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff85206000 - 0x7fff85207fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff8522b000 - 0x7fff85410ff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff85411000 - 0x7fff856f8ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff85710000 - 0x7fff8576bfff com.apple.QuickLookFramework (5.0 - 675) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8576c000 - 0x7fff858b0ff7 com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff858dd000 - 0x7fff85923ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff85924000 - 0x7fff85938ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff85939000 - 0x7fff85966fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff85967000 - 0x7fff8597bff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8597c000 - 0x7fff85985ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff859c7000 - 0x7fff85a0dff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff85a22000 - 0x7fff85a2aff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff85a2b000 - 0x7fff85a45ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff85a46000 - 0x7fff85a4cfff com.apple.BezelServicesFW (245.23 - 245.23) <6F102E86-85DC-3B6E-BD20-559A545DF490> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff85a4d000 - 0x7fff85a78ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff85a79000 - 0x7fff85a7dff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff85a7e000 - 0x7fff85d4dff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff85d50000 - 0x7fff85d57fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff85d58000 - 0x7fff85da9ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff85daa000 - 0x7fff85db2ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff86011000 - 0x7fff8609dfff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff8609e000 - 0x7fff860dffff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff860e0000 - 0x7fff860faff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff860fb000 - 0x7fff861eeff7 libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8624e000 - 0x7fff86256ffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff86257000 - 0x7fff86271ff7 libextension.dylib (55.1) /usr/lib/libextension.dylib
0x7fff862ce000 - 0x7fff862dbfff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff862dc000 - 0x7fff862fdfff com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff86326000 - 0x7fff864d6ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff86530000 - 0x7fff86597ff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff86598000 - 0x7fff865e5ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff865e6000 - 0x7fff865f2ff7 libexslt.0.dylib (13) <9197981D-B0E9-39EB-9958-D4B181FB0B0E> /usr/lib/libexslt.0.dylib
0x7fff86672000 - 0x7fff86674fff libUniversalAccess.dylib (236.2) <4FEAE88D-3575-3389-B742-0B6F1E261B1A> /usr/lib/libUniversalAccess.dylib
0x7fff86675000 - 0x7fff86698fff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff86878000 - 0x7fff8687cfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8687d000 - 0x7fff86886fff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff86887000 - 0x7fff86bb5ff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff86bb6000 - 0x7fff87009fc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8700a000 - 0x7fff87375fff com.apple.VideoToolbox (1.0 - 1562.19) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff87376000 - 0x7fff873a1fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff873a2000 - 0x7fff873a2fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff87421000 - 0x7fff87421fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff87557000 - 0x7fff875a8ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff875a9000 - 0x7fff875f2ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff875f3000 - 0x7fff87642ff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8764c000 - 0x7fff87663ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8766f000 - 0x7fff87689ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff8781a000 - 0x7fff87855fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff878db000 - 0x7fff878e1ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff878e2000 - 0x7fff878f4ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff878f5000 - 0x7fff87925ff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff87926000 - 0x7fff87a18ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff87a19000 - 0x7fff87a46ffb com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3646ECEF-1875-31CD-B614-FBE29A7500EF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff87a47000 - 0x7fff87a54fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff87a55000 - 0x7fff87a5dfff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
0x7fff87af7000 - 0x7fff87afffff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff87b00000 - 0x7fff87f30fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff87f31000 - 0x7fff87fa9ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff87faa000 - 0x7fff87fd2fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff87fd3000 - 0x7fff8804bfff com.apple.AVKit (1.1 - 213) <5C7D3C63-F035-376E-ABA5-CF5A096612B8> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fff8804f000 - 0x7fff88053fff libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
0x7fff88135000 - 0x7fff88136fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff88137000 - 0x7fff88139ff7 com.apple.SecCodeWrapper (4.0 - 238) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8813a000 - 0x7fff8813bfff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff881b1000 - 0x7fff881b3ff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff8820f000 - 0x7fff8825eff7 libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
0x7fff8825f000 - 0x7fff8850bfff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8850c000 - 0x7fff8850efff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8850f000 - 0x7fff88516ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff885c7000 - 0x7fff8868aff7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8868b000 - 0x7fff8875dff7 com.apple.PubSub (1.0.5 - 65.39) <9A915B29-496B-3653-B450-EB1B6EF2BBD7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x7fff8875e000 - 0x7fff88770ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff887a4000 - 0x7fff889e4ff7 com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff889e5000 - 0x7fff889f3fff com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff88a0c000 - 0x7fff88a8dff3 com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff88a8e000 - 0x7fff88af3ff7 com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff88af4000 - 0x7fff88c1bfff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff88c1c000 - 0x7fff88c9efff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff88c9f000 - 0x7fff88f53ff7 com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff88f54000 - 0x7fff891ceff3 com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff89212000 - 0x7fff89216fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff89217000 - 0x7fff89218ff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff89219000 - 0x7fff8921dfff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8921e000 - 0x7fff8922dfff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff89233000 - 0x7fff8971ffff com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff899b7000 - 0x7fff899bafff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff899c6000 - 0x7fff899dbff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff899dc000 - 0x7fff899ffff7 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff89a81000 - 0x7fff89a9cff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff89ac4000 - 0x7fff89acfff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff89ad0000 - 0x7fff89ae5ffb libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff89ae6000 - 0x7fff89b45ff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff89b46000 - 0x7fff89b74fff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff89b75000 - 0x7fff89b8afff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff89b8b000 - 0x7fff89b95ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff89b96000 - 0x7fff89c00ff7 com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff89c01000 - 0x7fff89d8ffff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff89d90000 - 0x7fff89ec0fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff89ec1000 - 0x7fff89edafff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff89ff4000 - 0x7fff8a017ff7 com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8a018000 - 0x7fff8a065fff com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8a066000 - 0x7fff8a06aff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8a06b000 - 0x7fff8a06bfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a084000 - 0x7fff8a0cefff com.apple.DiskManagement (7.0 - 847) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff8a0cf000 - 0x7fff8a5e2ff3 com.apple.JavaScriptCore (10600 - 10600.1.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8a5e3000 - 0x7fff8a60efff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8a60f000 - 0x7fff8a9e6fe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8a9f4000 - 0x7fff8ac6efff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8ac6f000 - 0x7fff8ac6ffff com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ac70000 - 0x7fff8ac7dff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8ac7e000 - 0x7fff8ac80fff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8ac81000 - 0x7fff8ac83fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff8aca7000 - 0x7fff8ae0dfff com.apple.AutomatorFramework (2.5 - 409) <5B38DD02-D0D8-39E9-9B71-123B100D7CD0> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fff8ae0e000 - 0x7fff8ae2afff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8ae52000 - 0x7fff8aee7ff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8aee8000 - 0x7fff8af0cff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff8af0d000 - 0x7fff8af7cfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8af7d000 - 0x7fff8af9dfff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8af9e000 - 0x7fff8b02fff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
0x7fff8b035000 - 0x7fff8b039fff com.apple.LoginUICore (3.0 - 3.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8b03a000 - 0x7fff8b054ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8b055000 - 0x7fff8b085fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8b086000 - 0x7fff8b097fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8b098000 - 0x7fff8b3cbff7 libmecabra.dylib (666.1) /usr/lib/libmecabra.dylib
0x7fff8b3f1000 - 0x7fff8b429ffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff8b42a000 - 0x7fff8b446ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff8b447000 - 0x7fff8b447fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8b44d000 - 0x7fff8b450fff libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
0x7fff8b453000 - 0x7fff8b585ff7 com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8b586000 - 0x7fff8b597ff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff8b630000 - 0x7fff8b633ff7 com.apple.AppleSystemInfo (3.0 - 3.0) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff8b634000 - 0x7fff8b63afff com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <58083E2E-BE1D-3C18-874C-94DB4F0DE835> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fff8b63b000 - 0x7fff8b6b1fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff8b6b2000 - 0x7fff8b81dff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8b81e000 - 0x7fff8b822fff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff8b824000 - 0x7fff8b8c3df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8b8e9000 - 0x7fff8b91cff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b91d000 - 0x7fff8b942ff7 libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8b943000 - 0x7fff8bcd9fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8bcda000 - 0x7fff8bcf7fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff8bcf8000 - 0x7fff8bd0bff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8bd0c000 - 0x7fff8bd16fff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff8bd17000 - 0x7fff8bd1eff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff8bd4a000 - 0x7fff8be27ff7 com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8be28000 - 0x7fff8bf0bfff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8bf0c000 - 0x7fff8bf0cfff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8bf0d000 - 0x7fff8bf4dfff com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff8bf61000 - 0x7fff8bf6cff7 com.apple.AppSandbox (4.0 - 238) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8bf6d000 - 0x7fff8bf8cfff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8bffc000 - 0x7fff8c021ff7 libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8c968000 - 0x7fff8c97ffff com.apple.ScriptingBridge (1.3.2 - 66) <89EF2F7B-077A-3AD4-A92B-C36C74B30CE5> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff8c980000 - 0x7fff8c9b0ff7 libncurses.5.4.dylib (44) /usr/lib/libncurses.5.4.dylib
0x7fff8c9b1000 - 0x7fff8c9b7ff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8c9b8000 - 0x7fff8ca12ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8ca3a000 - 0x7fff8ca3afff com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
0x7fff8ca3b000 - 0x7fff8cae3ff7 com.apple.PackageKit (3.0 - 434) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff8cae4000 - 0x7fff8caecff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8cb0c000 - 0x7fff8cb17fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff8cbaa000 - 0x7fff8cc3efff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8cc3f000 - 0x7fff8d496ff3 com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8d497000 - 0x7fff8d5d9fff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
0x7fff8d5da000 - 0x7fff8e57effb com.apple.WebCore (10600 - 10600.1.25.2) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8e57f000 - 0x7fff8e591fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff8e592000 - 0x7fff8e5f9ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8e629000 - 0x7fff8e64fff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8e650000 - 0x7fff8e655ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff8e656000 - 0x7fff8e662ff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff8e6e2000 - 0x7fff8e6e4fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff8e6e5000 - 0x7fff8e94dffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8e98a000 - 0x7fff8e9a7ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8e9a8000 - 0x7fff8e9d4fff libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
0x7fff8ea77000 - 0x7fff8ea7efff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff8eadc000 - 0x7fff8eb30fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8eb31000 - 0x7fff8ec6dffb com.apple.WebKitLegacy (10600 - 10600.1.25) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff8ec6e000 - 0x7fff8ec6fff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff8ec70000 - 0x7fff8eca0ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8eca1000 - 0x7fff8ecc9ffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8edc1000 - 0x7fff8eeb4ff7 com.apple.MapKit (1.0 - 1464.4.13) /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fff8eebd000 - 0x7fff8eef3ffb com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff8ef4a000 - 0x7fff8f061fe7 libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8f06f000 - 0x7fff8f6d6fff com.apple.VectorKit (1.0 - 992.4.8) <137172AC-EA3E-3AEE-9024-36AEF6298AC0> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fff8f6d7000 - 0x7fff8f6e6fff com.apple.AppleScriptObjC (1.3.1 - 28) <4567732F-07A5-3699-B131-13CED1CE997E> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff8f6e7000 - 0x7fff8f6eaff7 com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8f6eb000 - 0x7fff8f6f4fff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff8f6f5000 - 0x7fff8f793fff com.apple.Metadata (10.7.0 - 916.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8f794000 - 0x7fff8f808fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8f809000 - 0x7fff8f80afff libffi.dylib (18.1) <0F6C6A4D-1210-3585-8DA1-B8A94B9924A5> /usr/lib/libffi.dylib
0x7fff8f80b000 - 0x7fff8f80dfff libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8f80e000 - 0x7fff8f8c9ff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8f919000 - 0x7fff8f946fff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff8f947000 - 0x7fff8f9ddffb com.apple.CoreMedia (1.0 - 1562.19) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8f9de000 - 0x7fff8fa10ff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff8fa11000 - 0x7fff8fb4efff com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8fb4f000 - 0x7fff8fb5cff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff8fb5d000 - 0x7fff8fb6dff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff8fb6e000 - 0x7fff8fc44ff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8fc5a000 - 0x7fff8fccbff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8fccc000 - 0x7fff8fd3affb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8fd50000 - 0x7fff8ff35267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff901cd000 - 0x7fff902efff7 com.apple.LaunchServices (644.12 - 644.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff902f0000 - 0x7fff90306ff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff90307000 - 0x7fff9030cff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff9030d000 - 0x7fff9030eff7 com.apple.AddressBook.ContactsData (9.0 - 1499) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff9030f000 - 0x7fff903cefff com.apple.backup.framework (1.6.1 - 1.6.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff903cf000 - 0x7fff903d5fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff903d6000 - 0x7fff903d9fff libCGXCoreImage.A.dylib (772) <6F42EEBA-6FF4-331F-8F8D-37D6B853614D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff903f3000 - 0x7fff90401ff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff90402000 - 0x7fff90431fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff90432000 - 0x7fff90435fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff90436000 - 0x7fff906a0ff7 com.apple.imageKit (2.6 - 838) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff91092000 - 0x7fff9109eff7 com.apple.HelpData (2.1.4 - 90) <7ACD7E30-8848-36E1-B558-221FDFB42C8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff9109f000 - 0x7fff910c8ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff910c9000 - 0x7fff91152fff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff9115e000 - 0x7fff91161fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff911da000 - 0x7fff9120bfff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
0x7fff9120c000 - 0x7fff912b2fff com.apple.PDFKit (3.0 - 3.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff912f4000 - 0x7fff91371fff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff91372000 - 0x7fff91378fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff91379000 - 0x7fff91385ff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff91386000 - 0x7fff914e4ff3 com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff914e5000 - 0x7fff914e7ffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff914e8000 - 0x7fff91512ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff91513000 - 0x7fff9154affb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9154b000 - 0x7fff9154dfff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff9211b000 - 0x7fff9211cfff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9211d000 - 0x7fff9252aff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9252b000 - 0x7fff9254fff7 com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff92651000 - 0x7fff92652fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff92653000 - 0x7fff92655fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff92656000 - 0x7fff92661fdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff92662000 - 0x7fff92662fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff92663000 - 0x7fff9269dffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff9269e000 - 0x7fff9269eff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff9269f000 - 0x7fff926d8fff com.apple.AirPlaySupport (2.0 - 215.10) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x7fff926e8000 - 0x7fff92723fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff92724000 - 0x7fff9272eff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff9272f000 - 0x7fff9274dff7 com.apple.addressbook.vCard (9.0 - 1499) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff9274e000 - 0x7fff92759ff7 com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff9275a000 - 0x7fff9284cfff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff9284d000 - 0x7fff9288dff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff9288e000 - 0x7fff928a9ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff928aa000 - 0x7fff92905fff libTIFF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff92933000 - 0x7fff9295bfff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff9295c000 - 0x7fff92b5fff3 com.apple.CFNetwork (720.1.1 - 720.1.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff92b60000 - 0x7fff92badff3 com.apple.CoreMediaIO (601.0 - 4749) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff92bae000 - 0x7fff92baeff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff92baf000 - 0x7fff92bb0ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff92bb7000 - 0x7fff92bb7fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff92bb8000 - 0x7fff930e1ff7 com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff930e2000 - 0x7fff930e3fff libUAPreferences.dylib (236.2) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fff930e4000 - 0x7fff930e6ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff930e7000 - 0x7fff930eaff7 com.apple.UniversalAccessCore (7.0 - 236.2) <7F84ACAC-E44D-329F-A391-461BB23D64E4> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Frameworks/UniversalAccessCore.framework/Versions/A/UniversalAccessCore
0x7fff930eb000 - 0x7fff931faffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9323d000 - 0x7fff93253ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff93254000 - 0x7fff93257ff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff93258000 - 0x7fff932a6fff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff932e9000 - 0x7fff93310fff com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff93311000 - 0x7fff93613fff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff93657000 - 0x7fff936a3fff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff936a4000 - 0x7fff936a9ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff936c3000 - 0x7fff936ffff7 com.apple.OSAKit (1.5 - 102) <3953CB35-32D3-3578-9663-2208828FF54F> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff9372e000 - 0x7fff9373cff7 com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff9373d000 - 0x7fff93748ff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff93749000 - 0x7fff9374bff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff9383e000 - 0x7fff93847ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff93848000 - 0x7fff938b4fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff938b5000 - 0x7fff938c0fff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff938c1000 - 0x7fff93914ffb libAVFAudio.dylib (118.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff93915000 - 0x7fff939a3ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff939a4000 - 0x7fff939a6ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 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: 369487 thread_create: 0 thread_set_state: 2623
VM Region Summary: ReadOnly portion of Libraries: Total=407.5M resident=201.8M(50%) swapped_out_or_unallocated=205.7M(50%) Writable regions: Total=1.6G written=309.3M(19%) resident=317.5M(20%) swapped_out=142.9M(9%) unallocated=1.3G(80%)
REGION TYPE VIRTUAL =========== ======= Activity Tracing 2048K CG backing stores 39.5M CG image 30.7M CG raster data 64K CG shared images 624K CoreAnimation 19.3M CoreData Object IDs 4100K CoreGraphics 36K CoreImage 92K CoreServices 2304K CoreUI image data 1708K Dispatch continuations 16.0M Foundation 16K Image IO 3236K JS JIT generated code 256.0M JS JIT generated code (reserved) 768.0M reserved VM address space (unallocated) JS garbage collector 1472K Kernel Alloc Once 8K MALLOC 387.1M MALLOC (admin) 32K MALLOC_LARGE (reserved) 120K reserved VM address space (unallocated) Memory Tag 242 12K Memory Tag 249 156K Memory Tag 250 92K Memory Tag 251 52K OpenCL 68K SQLite page cache 19.0M STACK GUARD 56.1M Stack 21.3M Stack (reserved) 520K reserved VM address space (unallocated) VM_ALLOCATE 17.6M WebKit Malloc 2736K DATA 44.8M IMAGE 528K LINKEDIT 104.4M TEXT 303.1M __UNICODE 544K mapped file 184.6M shared memory 4K =========== ======= TOTAL 2.2G TOTAL, minus reserved VM space 1.5G
Model: MacBookPro10,1, BootROM MBP101.00EE.B05, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.15.124.12.10) Bluetooth: Version 4.3.1f2 15015, 3 services, 19 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM256E, 251 GB USB Device: Hub USB Device: FaceTime HD Camera (Built-in) USB Device: Hub USB Device: Hub USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: Apple Internal Keyboard / Trackpad Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4