Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show server processes crash sequelpro if reopened after closing it #2114

Closed
fillmorejd opened this issue May 14, 2015 · 13 comments
Closed

Show server processes crash sequelpro if reopened after closing it #2114

fillmorejd opened this issue May 14, 2015 · 13 comments

Comments

@fillmorejd
Copy link

Doesn't happen every time but if I open and close two or three times in a row the app crashes.

OS X Yosemite Version 10.10.3
MacBook Pro (17-inch, Early 2011)

@dmoagx
Copy link
Member

dmoagx commented May 14, 2015

Can't reproduce.

  • Exact Sequel Pro version?
  • Exact MySQL version?
  • Is auto-reload enabled and if yes what interval?
  • How many rows does the table have?

@fillmorejd
Copy link
Author

Exact Sequel Pro version? 1.0.2 build 4096
Exact MySQL version? Percona Server (GPL), Release 36.0, Revision 697 5.5.39-36.0
Is auto-reload enabled and if yes what interval? No
How many rows does the table have? ~300

@dmoagx
Copy link
Member

dmoagx commented May 14, 2015

Please try a recent nightly build from http://nightly.sequelpro.com/ and report if the issue persists.

@fillmorejd
Copy link
Author

Build c7488d7 still crashes is I open and close server processes multiple times while leaving the app open over the course of the day. I don't know if it makes a difference if I'm opening the DB through a VPN.

Thanks for the help with this. This is a great app.

@abhibeckert
Copy link
Member

Do you know how to use Xcode? Any chance you could grab a copy of the code (https://github.com/sequelpro/sequelpro/archive/master.zip), make sure the correct target is selected:

screen shot 2015-05-20 at 8 28 55 am

Then hit the "Run" button, and the app should build/run inside the debugger.

If you can reproduce the crash it should tell you exactly what line of code is failing. Also pay attention to anything in the console:

screen shot 2015-05-20 at 8 31 25 am

@fillmorejd
Copy link
Author

I didn't get anything in the console but this is where the debugger stopped.
SPProcessListControllerDataSource.m line 49:

id object = ((NSUInteger)row < [processesFiltered count]) ? [[processesFiltered objectAtIndex:row] valueForKey:[tableColumn identifier]] : @"";

Thread 1:EXC_BAD_ACCESS (code=1, address=0x40dedeadbec0)

Hope this helps.

@fillmorejd
Copy link
Author

I don't believe that I've ever sent a report in. I will see if I can get more information from xcode.

@dmoagx
Copy link
Member

dmoagx commented May 20, 2015

Looking at the code I see two main problems:

  • processes and processesFiltered are sometimes aliased and sometimes not; obfuscating other possible issues with the code
  • There is quite a lot potential for concurrent modification (the background update thread directly manipulates processes) issues which is likely to cause problems with slow connections and large result sets

@dmoagx
Copy link
Member

dmoagx commented Jun 15, 2015

@fillmorejd Please try the next nightly build (the one mentioning this issue) and check if that
a) improves on the issue
b) has an impact on the general responsiveness of the UI when the server process list is visible

@fillmorejd
Copy link
Author

It crashes more often now. I did figure out how to get the crash report so here it is:

Process:               Sequel Pro [94272]
Path:                  /Volumes/VOLUME/Sequel Pro.app/Contents/MacOS/Sequel Pro
Identifier:            com.sequelpro.SequelPro
Version:               Nightly build for revision 0a2f79cf42 (4479)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Sequel Pro [94272]
User ID:               501

Date/Time:             2015-06-15 17:05:26.137 -0600
OS Version:            Mac OS X 10.10.3 (14D136)
Report Version:        11
Anonymous UUID:        C310D0E4-B13D-7CAA-D2E7-EAB289366C43

Sleep/Wake UUID:       3FD64414-439C-467B-9804-829F491E551B

Time Awake Since Boot: 120000 seconds
Time Since Wake:       31000 seconds

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000010b345f0

VM Regions Near 0x10b345f0:
--> 
    __TEXT                 0000000100000000-00000001001d9000 [ 1892K] r-x/rwx SM=COW  /Volumes/VOLUME/Sequel Pro.app/Contents/MacOS/Sequel Pro

Application Specific Information:
objc_msgSend() selector name: valueForKey:
Performing @selector(showServerProcesses:) from sender NSMenuItem 0x10094b880

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff8d0bf0dd objc_msgSend + 29
1   com.apple.AppKit                0x00007fff8c23e650 -[NSTableView preparedCellAtColumn:row:] + 422
2   com.apple.AppKit                0x00007fff8c23e376 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 44
3   com.apple.AppKit                0x00007fff8c23df08 -[NSTableView drawRow:clipRect:] + 1655
4   com.apple.AppKit                0x00007fff8c23d5d6 -[NSTableView drawRowIndexes:clipRect:] + 948
5   com.apple.AppKit                0x00007fff8c23bebb -[NSTableView drawRect:] + 1559
6   com.apple.AppKit                0x00007fff8c0ad799 -[NSView _drawRect:clip:] + 4238
7   com.apple.AppKit                0x00007fff8c0abe0a -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1875
8   com.apple.AppKit                0x00007fff8c0ac20e -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2903
9   com.apple.AppKit                0x00007fff8c0ac20e -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2903
10  com.apple.AppKit                0x00007fff8c0ac20e -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2903
11  com.apple.AppKit                0x00007fff8c0ac20e -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2903
12  com.apple.AppKit                0x00007fff8c0a9ca6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 913
13  com.apple.AppKit                0x00007fff8c0a9403 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 333
14  com.apple.AppKit                0x00007fff8c0a579b -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2761
15  com.apple.AppKit                0x00007fff8c05d2be -[NSView displayIfNeeded] + 1876
16  com.apple.AppKit                0x00007fff8c05cb19 -[NSWindow displayIfNeeded] + 236
17  com.apple.AppKit                0x00007fff8c0ff5b2 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1991
18  com.apple.AppKit                0x00007fff8c0fe897 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 829
19  com.apple.AppKit                0x00007fff8c0fe4eb -[NSWindow orderWindow:relativeTo:] + 159
20  com.apple.AppKit                0x00007fff8c0f5ab2 -[NSWindow makeKeyAndOrderFront:] + 47
21  com.apple.AppKit                0x00007fff8c1d8f27 __33-[NSWindowController showWindow:]_block_invoke + 367
22  com.apple.QuickLookUIFramework  0x00007fff958e85f6 -[QLSeamlessDocumentOpener showWindow:contentFrame:withBlock:] + 105
23  com.apple.AppKit                0x00007fff8c18ee50 -[NSWindowController showWindow:] + 434
24  com.sequelpro.SequelPro         0x00000001000d8400 -[SPProcessListController showWindow:] + 105
25  com.sequelpro.SequelPro         0x00000001000f4acf -[SPWindowController performSelector:withObject:] + 172
26  libsystem_trace.dylib           0x00007fff8d0b7cd7 _os_activity_initiate + 75
27  com.apple.AppKit                0x00007fff8c21cfb1 -[NSApplication sendAction:to:from:] + 452
28  com.apple.AppKit                0x00007fff8c21cd4e -[NSMenuItem _corePerformAction] + 382
29  com.apple.AppKit                0x00007fff8c21ca7c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
30  libsystem_trace.dylib           0x00007fff8d0b7cd7 _os_activity_initiate + 75
31  com.apple.AppKit                0x00007fff8c2e3c10 -[NSMenu performActionForItemAtIndex:] + 131
32  com.apple.AppKit                0x00007fff8c2e3b76 -[NSMenu _internalPerformActionForItemAtIndex:] + 35
33  com.apple.AppKit                0x00007fff8c2e39c2 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107
34  com.apple.AppKit                0x00007fff8c204e6b NSSLMMenuEventHandler + 724
35  com.apple.HIToolbox             0x00007fff8a960b6c DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1260
36  com.apple.HIToolbox             0x00007fff8a95ffae SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
37  com.apple.HIToolbox             0x00007fff8a975cb6 SendEventToEventTarget + 40
38  com.apple.HIToolbox             0x00007fff8a9aff45 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 428
39  com.apple.HIToolbox             0x00007fff8a9edb8d SendMenuCommandWithContextAndModifiers + 59
40  com.apple.HIToolbox             0x00007fff8a9edb30 SendMenuItemSelectedEvent + 188
41  com.apple.HIToolbox             0x00007fff8a9eda09 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96
42  com.apple.HIToolbox             0x00007fff8a9ee481 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 702
43  com.apple.HIToolbox             0x00007fff8a9ee0fe _HandleMenuSelection2 + 446
44  com.apple.AppKit                0x00007fff8c122de0 _NSHandleCarbonMenuEvent + 277
45  com.apple.AppKit                0x00007fff8c059d0d _DPSNextEvent + 1828
46  com.apple.AppKit                0x00007fff8c058f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
47  com.apple.AppKit                0x00007fff8c04ebf3 -[NSApplication run] + 594
48  com.apple.AppKit                0x00007fff8bfcb354 NSApplicationMain + 1832
49  com.sequelpro.SequelPro         0x0000000100001e44 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff90021232 kevent64 + 10
1   libdispatch.dylib               0x00007fff87630a6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff9002094a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff91a4040d start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff9001b4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9001a64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff892b5eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff892b537b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff892b4bd8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff8c12166b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff91a42268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff91a421e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff91a4041d thread_start + 13

Thread 12:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff90020136 __psynch_cvwait + 10
1   com.apple.CoreVideo             0x00007fff8f594ff8 CVDisplayLink::waitUntil(unsigned long long) + 240
2   com.apple.CoreVideo             0x00007fff8f5944b3 CVDisplayLink::runIOThread() + 511
3   com.apple.CoreVideo             0x00007fff8f59429b startIOThread(void*) + 147
4   libsystem_pthread.dylib         0x00007fff91a42268 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff91a421e5 _pthread_start + 176
6   libsystem_pthread.dylib         0x00007fff91a4041d thread_start + 13

Thread 13:: SPProcessListController retrieving process list
0   libsystem_malloc.dylib          0x00007fff90e37ead get_tiny_free_size + 79
1   libsystem_malloc.dylib          0x00007fff90e3914d szone_free + 1505
2   com.apple.CoreFoundation        0x00007fff8925c1b2 CFRelease + 1330
3   com.apple.CoreFoundation        0x00007fff89293bed -[__NSDictionaryI dealloc] + 173
4   libobjc.A.dylib                 0x00007fff8d0df89c objc_object::sidetable_release(bool) + 236
5   com.apple.CoreFoundation        0x00007fff8925bdb0 CFRelease + 304
6   com.apple.CoreFoundation        0x00007fff893921fd -[__NSArrayM removeAllObjects] + 253
7   com.sequelpro.SequelPro         0x00000001000d9cd8 -[SPProcessListController _getDatabaseProcessListInBackground:] + 203
8   com.apple.Foundation            0x00007fff95560dc2 __NSThread__main__ + 1345
9   libsystem_pthread.dylib         0x00007fff91a42268 _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff91a421e5 _pthread_start + 176
11  libsystem_pthread.dylib         0x00007fff91a4041d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010b46ec90  rbx: 0x000000010b345fb0  rcx: 0x0000000000000001  rdx: 0x000000010b46ec90
  rdi: 0x000000010b345fb0  rsi: 0x00007fff8ffbc50e  rbp: 0x00007fff5fbfc2b0  rsp: 0x00007fff5fbfc288
   r8: 0x00007fff5fbfc220   r9: 0x00007fff78dae300  r10: 0x00007fff8ffbc50e  r11: 0x0000000010b345d8
  r12: 0x00007fff8d0bf0c0  r13: 0x0000000000000002  r14: 0x0000000100ae0330  r15: 0x000000010b46ec40
  rip: 0x00007fff8d0bf0dd  rfl: 0x0000000000010206  cr2: 0x0000000010b345f0

Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x100000000 -        0x1001d8fff +com.sequelpro.SequelPro (Nightly build for revision 0a2f79cf42 - 4479) <7FE79206-8B52-3128-A4E1-1777EF898296> /Volumes/VOLUME/Sequel Pro.app/Contents/MacOS/Sequel Pro
       0x1002ac000 -        0x100308ff7 +com.growl.growlframework (2.0.1 - 2.0.1) <6C20B93B-75B2-30A4-8267-8C81BF90872B> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x10033b000 -        0x100352fef +org.andymatuschak.Sparkle (1.5 Beta [bzr] - 1.5) <0B91F14E-D2BC-EC71-7880-14FAAE4E283B> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x100368000 -        0x100608fff +com.sequelpro.spmysql (1.0 - 1) <6BDBCAF1-0765-3CED-86B1-47652DBB7E36> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/SPMySQL.framework/Versions/A/SPMySQL
       0x1006e2000 -        0x1006e6fff +com.sequelpro.querykit (1.0 - 1) <841E3152-EEF5-3DE0-AA1F-239D3E33B17A> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/QueryKit.framework/Versions/A/QueryKit
       0x1006ec000 -        0x10070cfff +com.positivespinmedia.PSMTabBarFramework (1.0 - 1.0) <E10589F8-8CDE-3CF8-974E-5BA2AABA7FB8> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/PSMTabBar.framework/Versions/A/PSMTabBar
       0x10072b000 -        0x100736ff7 +org.vafer.FeedbackReporter (1.3 - 1) <9B734C34-57A7-D5A2-6122-328526637B86> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/FeedbackReporter.framework/Versions/A/FeedbackReporter
       0x100745000 -        0x100760fff +org.mozilla.universalchardet (1.0) <F9040265-02AE-B92B-7AC0-2EA64CD08467> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/UniversalDetector.framework/Versions/A/UniversalDetector
       0x100774000 -        0x100782fff +net.wafflesoftware.ShortcutRecorder.framework.Leopard (1.0) <8F13B3BC-A135-140A-7809-5ECF8C97851A> /Volumes/VOLUME/Sequel Pro.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder
       0x108df8000 -        0x108df8fe5 +cl_kernels (???) <55CF0A6E-99A7-4847-A8DF-779C6D268EBB> cl_kernels
       0x108dfd000 -        0x108dfdfe7 +cl_kernels (???) <54A0D12F-1BF1-4AF5-99C2-14258C27D238> cl_kernels
       0x10b9fc000 -        0x10b9fcffe +cl_kernels (???) <B77E3274-817C-4355-B8E8-390709AA7FC6> cl_kernels
       0x10bd0a000 -        0x10bdeaff7  unorm8_rgba.dylib (2.4.5) <86BACF3B-4433-336D-BD90-C4A29060D703> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
       0x10beaf000 -        0x10bf95fef  unorm8_bgra.dylib (2.4.5) <7BFE1DA8-2BE4-3B4F-8A7F-F3D6D4D36ADA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x10bfe9000 -        0x10bfe9fef +cl_kernels (???) <D94F743D-02E6-4C5D-871A-4CEA1C977B1D> cl_kernels
       0x10d0fa000 -        0x10d0faff5 +cl_kernels (???) <A4716DE5-A59E-4D75-BCC4-41570D167C3E> cl_kernels
       0x10d445000 -        0x10d445ff1 +cl_kernels (???) <5636C1FD-14CA-4354-8C7E-1F59EFE3C1FA> cl_kernels
       0x10d44c000 -        0x10d44fff0 +cl_kernels (???) <58806900-5E05-423B-A942-C7059F2F30B4> cl_kernels
       0x10d453000 -        0x10d453ff7 +cl_kernels (???) <CD96E54F-0A29-48B9-92BD-61D6E81944D2> cl_kernels
       0x10d4a8000 -        0x10d4a8ffe +cl_kernels (???) <B77E3274-817C-4355-B8E8-390709AA7FC6> cl_kernels
       0x10d4ac000 -        0x10d4acfef +cl_kernels (???) <D94F743D-02E6-4C5D-871A-4CEA1C977B1D> cl_kernels
       0x10dba0000 -        0x10dbadfff  libGPUSupport.dylib (11.1.2) <CD0658F0-A1B3-3D12-8F60-D72849640B04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
       0x10f300000 -        0x10f51aff7  half_rgba.dylib (2.4.5) <7C56718A-3355-30A7-9639-43AC17BEBC3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/half_rgba.dylib
       0x10f571000 -        0x10f628fff  unorm8_i.dylib (2.4.5) <BA928870-343A-3633-A7DD-7E09EA8D4CDA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_i.dylib
       0x10f669000 -        0x10f779fff  unorm8_rgbx.dylib (2.4.5) <55899A66-EE47-3818-B367-AFA9D867248D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgbx.dylib
    0x123400000000 -     0x12340036efff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.0.31 - 10.0.0) <9F684763-8916-3C35-8F81-CCA8E3B00B16> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
    0x123480000000 -     0x12348029afff  com.apple.AMDRadeonX3000GLDriver (1.32.20 - 1.3.2) <065C16FD-8E07-3437-8F40-843EB5523CC6> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
    0x7fff69bed000 -     0x7fff69c23837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff8762c000 -     0x7fff87656ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff87657000 -     0x7fff8765ffff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff876d8000 -     0x7fff8774afff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87798000 -     0x7fff877bcff7  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
    0x7fff877bd000 -     0x7fff877d7fff  com.apple.AppleVPAFramework (1.4.3 - 1.4.3) <AE62A92E-EDA7-37AD-8AF0-7912E9381A1F> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff877d8000 -     0x7fff877e3ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <A5640275-E2A6-3856-95EF-5F0DC440B10C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff87a43000 -     0x7fff87a90fff  com.apple.ImageCaptureCore (6.3 - 6.3) <44B6E670-16ED-3C81-9E8D-34543CD71273> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff87a91000 -     0x7fff87ac2fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff87bbd000 -     0x7fff87bcefff  libsystem_coretls.dylib (35.20.2) <6084A531-2523-39F8-B030-811FA1A32FB5> /usr/lib/system/libsystem_coretls.dylib
    0x7fff87beb000 -     0x7fff87d2fff7  com.apple.QTKit (7.7.3 - 2890) <EA6DCA1E-CBAB-328F-B230-1F9B9104E110> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff87d31000 -     0x7fff87d59fff  libRIP.A.dylib (779.11) <88434DA0-B6B8-304A-9DC0-41D3947E8734> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff87d72000 -     0x7fff87d7dff7  libkxld.dylib (2782.20.48) <28EF8328-E3E2-336A-974B-FB1BF119D55A> /usr/lib/system/libkxld.dylib
    0x7fff87d7e000 -     0x7fff87f63ff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff87f64000 -     0x7fff881ceff7  com.apple.security (7.0 - 57031.20.26) <6568520A-587D-3167-BB79-60CE6FEADC64> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff881cf000 -     0x7fff8821bfff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8821c000 -     0x7fff88220ff7  libGIF.dylib (1237) <0990002D-CA11-325D-A432-3A333F2CC088> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff88221000 -     0x7fff8849ffff  com.apple.RawCamera.bundle (6.04 - 791) <B6139D16-972F-3BC4-A61B-2F226F7666DB> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff884a0000 -     0x7fff884baff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff88571000 -     0x7fff88577ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff88588000 -     0x7fff8859eff7  com.apple.CoreMediaAuthoring (2.2 - 951) <C3E7D4C1-400D-34FA-9FE1-8C68C03CE969> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff885a1000 -     0x7fff88617fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff88618000 -     0x7fff88622ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88623000 -     0x7fff88623ff7  liblaunch.dylib (559.20.9) <FA89A113-696E-3271-8FE1-A0D7324E8481> /usr/lib/system/liblaunch.dylib
    0x7fff88624000 -     0x7fff88670ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff886f4000 -     0x7fff8872ffff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff89130000 -     0x7fff89214fff  libcrypto.0.9.8.dylib (52.20.2) <977DA067-2588-3BF8-A7B2-F08FC6E9088F> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff89243000 -     0x7fff895dbff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff895dc000 -     0x7fff895f5ffb  com.apple.openscripting (1.4 - 162.1) <E6B42781-A556-355A-8A49-82A8D2B347FF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff895f6000 -     0x7fff8965dff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8965e000 -     0x7fff89667fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff89668000 -     0x7fff8966fff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff89670000 -     0x7fff896e4ffb  com.apple.securityfoundation (6.0 - 55126) <42589E18-D38C-3E25-B638-6E29740C224C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff896e5000 -     0x7fff897d7ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff897d8000 -     0x7fff8980aff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8986b000 -     0x7fff898d7ff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff898d8000 -     0x7fff89b42ff7  com.apple.imageKit (2.6.1 - 848) <CBCF1292-3DC5-3A1F-A333-AAE462BBB3F3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff89b43000 -     0x7fff89b60fff  com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <6ABD3AE2-DF6A-3AB2-994B-9C0FB42CE2B7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff89b61000 -     0x7fff89b6eff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff89bb3000 -     0x7fff89bb5fff  com.apple.SecCodeWrapper (4.0 - 238.20.2) <C6C126F0-6BF4-3E29-A9B7-7BAD8D17EE4F> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff89bb6000 -     0x7fff89bc4ff7  com.apple.opengl (11.1.2 - 11.1.2) <864B35BF-1E76-382B-8D5F-38C7282621E6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89bdf000 -     0x7fff89be1fff  libsystem_configuration.dylib (699.1.5) <20F3B077-179D-3CB0-A3C1-C8602D53B4DB> /usr/lib/system/libsystem_configuration.dylib
    0x7fff89be8000 -     0x7fff89bebff7  libdyld.dylib (353.2.1) <9EACCA38-291D-38CC-811F-7E9D1451E2D3> /usr/lib/system/libdyld.dylib
    0x7fff89c0e000 -     0x7fff89c34fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff89c35000 -     0x7fff89d59ff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff89d63000 -     0x7fff89d63fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff89d64000 -     0x7fff89d79ffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff89d7a000 -     0x7fff89d7afff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff89d9a000 -     0x7fff8a5f5ff3  com.apple.CoreGraphics (1.600.0 - 779.11) <EFAB294A-B307-38C5-A3B0-159159B41057> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8a5f6000 -     0x7fff8a5f6ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8a5f7000 -     0x7fff8a60eff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8a60f000 -     0x7fff8a620fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff8a621000 -     0x7fff8a629ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8a633000 -     0x7fff8a63cff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8a63d000 -     0x7fff8a63efff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a63f000 -     0x7fff8a66ffff  com.apple.GSS (4.0 - 2.0) <A37BAF76-C262-3292-B82D-F004CAC5F333> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8a670000 -     0x7fff8a957ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8a958000 -     0x7fff8ac5dff3  com.apple.HIToolbox (2.1.1 - 758.7) <6711FAA9-904A-3B49-9665-FC8D13B93C42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8ac5e000 -     0x7fff8ac7dfff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8ac7e000 -     0x7fff8ac81fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8acab000 -     0x7fff8acacfff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8ad6d000 -     0x7fff8ad91ff7  com.apple.Sharing (328.16 - 328.16) <F96C7040-5FAF-3BC6-AE1E-5BF9CBE786C4> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8ad92000 -     0x7fff8ad9ffff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff8ada0000 -     0x7fff8ada1fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8ada2000 -     0x7fff8adcefff  com.apple.framework.SystemAdministration (1.0 - 1.0) <B427BF0A-36DC-357F-B807-1B1AA2AFB7BA> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8adcf000 -     0x7fff8adfeff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8adff000 -     0x7fff8aebbff7  libcrypto.0.9.7.dylib (106) <E0A293F8-0799-38DC-9ADA-1AD705EDD12B> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff8aed5000 -     0x7fff8aee1ff7  libGPUSupportMercury.dylib (11.1.2) <55BFDDBD-C196-3D24-A7DA-905A6A722DAC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8aee2000 -     0x7fff8aef1fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8aef2000 -     0x7fff8af2bfff  com.apple.AirPlaySupport (2.0 - 215.18) <6AF8E973-3643-3FEE-AA8F-541B9F093EEE> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff8af6e000 -     0x7fff8af70fff  libRadiance.dylib (1237) <8F1E898B-74F6-3242-B929-CAF58AFCE319> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8af71000 -     0x7fff8af9cfff  com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8afac000 -     0x7fff8afb2ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8afb3000 -     0x7fff8afb7fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8afb8000 -     0x7fff8afd2ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff8afd3000 -     0x7fff8b4fcfff  com.apple.QuartzComposer (5.1 - 332) <BCEDA75A-684E-34A7-8204-65E0ECB760B2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8b4fd000 -     0x7fff8b54aff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8b54b000 -     0x7fff8b54eff7  com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8b54f000 -     0x7fff8b81eff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8b81f000 -     0x7fff8bc72fc7  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
    0x7fff8bf11000 -     0x7fff8bf14ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <BCC15965-7869-34F4-9019-9D0A41DD6AFF> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8bf34000 -     0x7fff8bf9bffb  com.apple.datadetectorscore (6.0 - 396.1.1) <9B0B3198-DDBE-36C0-8BA9-3EC89C725282> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8bf9c000 -     0x7fff8bfc3fff  com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8bfc4000 -     0x7fff8bfc6ff7  com.apple.securityhi (9.0 - 55006) <5DB5773C-FC07-302C-98FE-4B80D88D481A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8bfc7000 -     0x7fff8bfc7fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8bfc8000 -     0x7fff8cb49ff7  com.apple.AppKit (6.9 - 1347.57) <B214D528-7D1C-39B2-BE36-821D417A0297> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8cc37000 -     0x7fff8cc94fff  com.apple.QuickLookFramework (5.0 - 675.42) <A9B7668D-60EF-35B2-9ACB-0E68DE335B15> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8cc95000 -     0x7fff8cca0fff  com.apple.AppSandbox (4.0 - 238.20.2) <BEFAB7F2-B189-391B-9B2D-FFF3EE2B77B6> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8cca1000 -     0x7fff8ce08ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8ce1f000 -     0x7fff8cf2eff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8cf2f000 -     0x7fff8cf6fff7  libGLImage.dylib (11.1.2) <260A4BF3-DC45-369C-A0CD-B667F9D17179> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8cf70000 -     0x7fff8cfb1fff  libGLU.dylib (11.1.2) <4C54F0D1-2ADC-38A0-92D1-F479E9B99355> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8cfb2000 -     0x7fff8d0a4fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8d0b2000 -     0x7fff8d0b6fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8d0b7000 -     0x7fff8d0bdfff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff8d0be000 -     0x7fff8d2b846f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff8d2b9000 -     0x7fff8d2c5ff7  com.apple.OpenDirectory (10.10 - 187) <1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8d2c6000 -     0x7fff8d3eeff7  com.apple.coreui (2.1 - 308.6) <DEA5D3E1-D333-302B-A6CF-7643BFDFAED0> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8d3ef000 -     0x7fff8d44aff7  libTIFF.dylib (1237) <690B205E-55D9-3F2C-B4EA-78B1AC3D3231> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8d44b000 -     0x7fff8d450ffb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff8d4ac000 -     0x7fff8d4cfff7  com.apple.framework.familycontrols (4.1 - 410) <E491AFDB-2E12-37D0-B093-6E93091019C4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8d4d0000 -     0x7fff8d566ff7  com.apple.cloudkit.CloudKit (283.67.2 - 283.67.2) <79F5AD38-61D5-30E6-96DC-974351D4195B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff8d567000 -     0x7fff8d580ff7  com.apple.CFOpenDirectory (10.10 - 187) <790ED527-EFD2-3EA6-8C97-A8C04E96EBA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8d5b1000 -     0x7fff8d5b6ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8d5b7000 -     0x7fff8d5effff  libsystem_network.dylib (412.20.3) <589A5F67-BE2A-3245-A181-0ECC9B53EB00> /usr/lib/system/libsystem_network.dylib
    0x7fff8d60a000 -     0x7fff8d60efff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8d699000 -     0x7fff8d727ff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8d7b4000 -     0x7fff8d803ff7  com.apple.opencl (2.4.2 - 2.4.2) <4A9574ED-15CF-3EBB-B4C0-D30F644D6C74> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8d804000 -     0x7fff8d80dff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff8d80e000 -     0x7fff8d820ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8da0b000 -     0x7fff8da27fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8da28000 -     0x7fff8ddfffe7  com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8dee2000 -     0x7fff8df3cff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8dfc3000 -     0x7fff8dfc7fff  com.apple.LoginUICore (3.2 - 3.2) <417954C5-1675-31A8-9631-6B56E9AA3E93> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8e0e5000 -     0x7fff8e0f8ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8e0f9000 -     0x7fff8e19bfff  com.apple.Bluetooth (4.3.4 - 4.3.4f4) <A1120885-F31B-3C13-9B0D-2589F391CC7A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8e19c000 -     0x7fff8e1c5ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff8e1c6000 -     0x7fff8e1cdfff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8e2b7000 -     0x7fff8e3aaff7  libJP2.dylib (1237) <A48C29E6-9E9F-3449-B873-160DE8E94008> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8e3ab000 -     0x7fff8e3c8ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8e3c9000 -     0x7fff8e3c9fff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8e3ca000 -     0x7fff8e3cefff  libspindump.dylib (182.4) <929670EB-4963-3496-AD24-8B50E388803C> /usr/lib/libspindump.dylib
    0x7fff8e4f7000 -     0x7fff8e502ff7  libcsfde.dylib (471.20.7) <44E51549-CECC-3C7B-867B-01901CA9C756> /usr/lib/libcsfde.dylib
    0x7fff8e522000 -     0x7fff8e528fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8e529000 -     0x7fff8e7eaff7  com.apple.WebKit (10600 - 10600.5.17) <5724ED63-1C75-3090-B60A-DA484A9DBDE2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8e7eb000 -     0x7fff8e87ffff  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
    0x7fff8e880000 -     0x7fff8e8effff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8e8f0000 -     0x7fff8e920fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff8e9bb000 -     0x7fff8ea0cff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <FED294D2-13CB-381D-98D0-BDA909AACA32> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8ea0d000 -     0x7fff8ebbdff3  com.apple.QuartzCore (1.10 - 361.18) <ACA61D8F-9535-3141-8FDD-AC3EF6BF0806> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8ec6b000 -     0x7fff8edfafff  libGLProgrammability.dylib (11.1.2) <E4FDCB86-E93C-36CC-B2EF-5FA0E96FF880> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff8edfb000 -     0x7fff8eebbff7  com.apple.backup.framework (1.6.4 - 1.6.4) <A67CE7D7-AAE4-3AC0-86B7-EAF403853D09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8eed6000 -     0x7fff8f2e3ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8f2e6000 -     0x7fff8f36fff7  com.apple.CoreSymbolication (3.1 - 57020.1) <85707039-0C8A-3409-B0B5-153431CC1841> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8f370000 -     0x7fff8f38aff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8f38b000 -     0x7fff8f3c5ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8f3d3000 -     0x7fff8f472e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8f473000 -     0x7fff8f4e1ffb  com.apple.Heimdal (4.0 - 2.0) <7697A837-98B8-3BDB-A7D2-8ED4C9ABC510> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8f548000 -     0x7fff8f58eff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8f58f000 -     0x7fff8f591fff  libsystem_sandbox.dylib (358.20.5) <4CF77128-6BE0-3958-B646-707FA9CE61B2> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8f592000 -     0x7fff8f5bffff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8f61d000 -     0x7fff8f628fff  com.apple.CommerceCore (1.0 - 376.24) <1B2B5206-43B6-3CA4-B057-8A7252CE6902> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8f65f000 -     0x7fff8f776fe7  libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8f86f000 -     0x7fff8f8f0ff7  com.apple.CoreUtils (1.1 - 110.1) <C98E1441-3FCB-3BC6-BB51-5380BD39EA88> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8f9ea000 -     0x7fff8f9ebff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff8f9ec000 -     0x7fff8fa8afff  com.apple.Metadata (10.7.0 - 917.35) <8CBD1D32-4F4B-3F9A-AC65-76F2B5376FBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8fa96000 -     0x7fff8faabff7  com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8faac000 -     0x7fff8fad1ff7  libJPEG.dylib (1237) <8AC8EFA6-2283-3725-9F28-01537DF51766> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8fad2000 -     0x7fff8ffc2fff  com.apple.MediaToolbox (1.0 - 1562.235) <9813E9A6-5BD6-3E56-9D20-0023703D5096> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8ffc3000 -     0x7fff90009ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff9000a000 -     0x7fff90027fff  libsystem_kernel.dylib (2782.20.48) <EAFD7BD0-0C30-3E7D-9528-F9916BA0167C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff90028000 -     0x7fff90087fff  com.apple.AE (681.2 - 681.2) <181B3B06-2DC6-3E4D-B44A-2551C5E9CF6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff90088000 -     0x7fff9009eff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff9009f000 -     0x7fff900b9ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff900dd000 -     0x7fff90224ffb  com.apple.WebKitLegacy (10600 - 10600.5.17) <B44AA3ED-CF33-3F14-9A57-06A10C653EF5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff90225000 -     0x7fff90278ffb  libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff90279000 -     0x7fff903a9fff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff903aa000 -     0x7fff903abffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff903ac000 -     0x7fff903b4fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff903b5000 -     0x7fff90409fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff90467000 -     0x7fff90674ff3  com.apple.CFNetwork (720.3.13 - 720.3.13) <69E15385-5784-3912-88F6-03B16F1C1A5C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff906a1000 -     0x7fff906ccff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff906cd000 -     0x7fff906cffff  com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff906d0000 -     0x7fff90831fff  com.apple.avfoundation (2.0 - 889.210) <0CFF0D47-7C6B-388E-87BD-404F43A6B1E0> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff90832000 -     0x7fff90833fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff90834000 -     0x7fff90836fff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff90837000 -     0x7fff90d4cffb  com.apple.JavaScriptCore (10600 - 10600.5.10) <ED4CABC6-0952-3E28-A3CD-32CA5CE22252> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff90e30000 -     0x7fff90e4cff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff90e4d000 -     0x7fff90e51fff  com.apple.IOAccelerator (156.14 - 156.14) <5D593364-14AA-3DDA-96FE-B9CF4FE09143> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff9170b000 -     0x7fff91a3eff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff91a3f000 -     0x7fff91a48fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff91a49000 -     0x7fff91a84fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff91a85000 -     0x7fff91aa5fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff91aa6000 -     0x7fff91e11fff  com.apple.VideoToolbox (1.0 - 1562.235) <0E996B8C-BE1C-3749-ACCA-DACBC89AFABB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff91e12000 -     0x7fff91eb9fff  com.apple.PDFKit (3.1 - 3.1) <717B6DB9-4C81-3326-AFB7-6B003FBF1311> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff92818000 -     0x7fff92849ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <D0903EA8-D861-3488-BCF5-9D8E7C6D01FA> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff92874000 -     0x7fff92877fff  com.apple.xpc.ServiceManagement (1.0 - 1) <9E025823-660A-30C5-A568-223BD595B6F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff9287a000 -     0x7fff928c9ff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff928ca000 -     0x7fff928d7ff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff928d8000 -     0x7fff928dcfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff928dd000 -     0x7fff929d1fff  libFontParser.dylib (134.2) <9F57B025-AB9C-31DD-9D54-2D7AB1298885> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff929d2000 -     0x7fff929fcfff  GLRendererFloat (11.1.2) <87953360-E0E4-3523-8EC3-2062C26C7FD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff929fd000 -     0x7fff92a0aff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff92a3b000 -     0x7fff92a40fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff92a41000 -     0x7fff92a49ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff92a4a000 -     0x7fff92d4cffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff92db5000 -     0x7fff92e02ff3  com.apple.CoreMediaIO (601.0 - 4760) <B2B71300-A863-30F8-8F00-B852CF843264> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff92e03000 -     0x7fff92e0efff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff92e51000 -     0x7fff92f6affb  com.apple.CoreText (352.0 - 454.6) <D45790B0-E1A3-3C7D-8BA2-AB71D2CFA7FB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff92fd6000 -     0x7fff93091ff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff93092000 -     0x7fff930a4ff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff930a5000 -     0x7fff930a5fff  libOpenScriptingUtil.dylib (162.1) <E0605012-0DDB-3150-8FD0-699376FA3CD0> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff93101000 -     0x7fff9316dfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <5E228544-77A9-3AA5-8355-E8F6626F50E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff931b3000 -     0x7fff931baff7  libCGCMS.A.dylib (779.11) <5D33FF8C-AC74-3B7B-A602-4AA470FEAF79> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff931f5000 -     0x7fff93205ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff93206000 -     0x7fff93297ff7  libCoreStorage.dylib (471.20.7) <ECD8903C-F131-3A9A-BBF4-E124DA028909> /usr/lib/libCoreStorage.dylib
    0x7fff93298000 -     0x7fff93298fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff93299000 -     0x7fff932a4fff  libGL.dylib (11.1.2) <BF99CC65-215A-3C7D-87D7-3F7EE6E9B3DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff932a5000 -     0x7fff932a9fff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff932aa000 -     0x7fff932f5fff  com.apple.CloudDocs (1.0 - 321.6) <4C54EDB7-4377-3722-8C47-F3C3D260FCBA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff932f6000 -     0x7fff9332efff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff9332f000 -     0x7fff933c4ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff93444000 -     0x7fff93446ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff93447000 -     0x7fff93472fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff93473000 -     0x7fff93498ff7  libPng.dylib (1237) <CFBF1344-36AB-3AAE-B2EB-9FC1369F967F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff93499000 -     0x7fff93530fff  com.apple.CoreMedia (1.0 - 1562.235) <21EB4AB6-2DBC-326B-B17E-E88BAA9E9200> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff93531000 -     0x7fff93542ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff936c2000 -     0x7fff9374eff7  libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
    0x7fff9374f000 -     0x7fff937d3fff  com.apple.PerformanceAnalysis (1.0 - 1) <599AED3E-B689-3C40-8B91-93AD36C97658> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff93a6c000 -     0x7fff93b9eff7  com.apple.MediaControlSender (2.0 - 215.18) <86E901A7-64C3-3D2C-BBD4-E385405831D3> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff93b9f000 -     0x7fff93bc0fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <D3862426-2586-3DF7-BA75-9A184FCD74C4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff93c19000 -     0x7fff93c41fff  libsystem_info.dylib (459.20.1) <AEB3FE62-4763-3050-8352-D6F9AF961AE6> /usr/lib/system/libsystem_info.dylib
    0x7fff93c5a000 -     0x7fff93c65ff7  com.apple.DirectoryService.Framework (10.10 - 187) <85675744-B77D-37ED-805B-4BD0DD20845D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff93d33000 -     0x7fff93e09ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <1149D3E1-CC6C-3177-916D-2BE066DC9344> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff93e0a000 -     0x7fff93e0cff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff93e0d000 -     0x7fff93e15ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff93e1d000 -     0x7fff93f5afff  com.apple.ImageIO.framework (3.3.0 - 1237) <138A800C-14B7-36C2-AB04-E162602C97E3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff93f5e000 -     0x7fff93fd6ff7  com.apple.SystemConfiguration (1.14 - 1.14) <06A8405D-53BA-30A9-BA8A-222099176091> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff93fd7000 -     0x7fff93fd7fff  com.apple.quartzframework (1.5 - 1.5) <26C982A3-2FC3-3F50-B5F4-3C545C3BAC10> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff93fd8000 -     0x7fff93fdaffb  libCGXType.A.dylib (779.11) <51607E77-F183-3CC2-A78C-238AFBDF6262> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff93fdb000 -     0x7fff93fe3fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff93fe4000 -     0x7fff94193fff  GLEngine (11.1.2) <68FDFD73-F15C-3460-9984-10F5DEF79907> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff94196000 -     0x7fff94214fff  com.apple.CoreServices.OSServices (640.4 - 640.4) <20121A5E-7AB5-3624-8CF0-3562F97C8A95> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff94215000 -     0x7fff94266fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff94267000 -     0x7fff95229ffb  com.apple.WebCore (10600 - 10600.5.17) <587F71B3-28E7-3EBC-87B3-1F5E1D8C1349> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff9522a000 -     0x7fff9522cff3  com.apple.SafariServices.framework (10600 - 10600.6.3) <54FC1B67-2013-3964-8937-4C29E66FC45E> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff9522d000 -     0x7fff95255fff  libxpc.dylib (559.20.9) <D35D0DB2-D7BD-3BE4-8378-062BFE545E1D> /usr/lib/system/libxpc.dylib
    0x7fff95256000 -     0x7fff954d5ff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff95522000 -     0x7fff95853fff  com.apple.Foundation (6.9 - 1153.20) <F0FF3A5D-C5B7-34A1-9319-DE1EF928E58E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff95854000 -     0x7fff9585cfe7  libcldcpuengine.dylib (2.4.5) <0E9B5292-1EBC-379D-A706-83A27C05D742> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff9585d000 -     0x7fff95947ff7  com.apple.QuickLookUIFramework (5.0 - 675.42) <86EE3D40-4554-3813-8C8B-B583A5F6F7E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff95948000 -     0x7fff9594afff  libCVMSPluginSupport.dylib (11.1.2) <6EFEC4A6-2EAC-3C27-820E-C28BE71B9FCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9594b000 -     0x7fff95957fff  com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff959d3000 -     0x7fff95a1dff7  com.apple.HIServices (1.22 - 522.1) <E8BD41E4-7747-3CAF-807A-5CA9AD16B525> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff95a2d000 -     0x7fff95a5dff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff95a5e000 -     0x7fff95a8afff  libsandbox.1.dylib (358.20.5) <C84D0EA1-CE60-3328-A196-D55874BE83D1> /usr/lib/libsandbox.1.dylib
    0x7fff95a8b000 -     0x7fff95a90ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff95a91000 -     0x7fff95a93fff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff95a94000 -     0x7fff95b05ffb  com.apple.ApplicationServices.ATS (360 - 375.2) <2338AF23-528F-359A-847F-8B04E49E2B84> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff95b49000 -     0x7fff95c8bfff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x7fff95c91000 -     0x7fff95cdffff  libcurl.4.dylib (83.1.2) <462767FC-C7F2-39F1-8C10-DA4114945F55> /usr/lib/libcurl.4.dylib
    0x7fff95ce0000 -     0x7fff95ce7fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff95ce8000 -     0x7fff95dabff7  libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff95dac000 -     0x7fff95ddffff  com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff95de0000 -     0x7fff95de0fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95e17000 -     0x7fff95e1fffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff95e20000 -     0x7fff95e2bff7  com.apple.CrashReporterSupport (10.10 - 631) <D87A64FA-64B1-3B23-BB43-ADE173C108C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff95ec8000 -     0x7fff95ee3ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff95ee4000 -     0x7fff95ee4fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff95ee5000 -     0x7fff95ef7ff7  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
    0x7fff95ef8000 -     0x7fff95ef8ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff95ef9000 -     0x7fff95efaff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff95f34000 -     0x7fff95f39ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff95f3a000 -     0x7fff95f43fff  libGFXShared.dylib (11.1.2) <0BAF2EA8-3BC4-3BF4-ABB6-A6E0A1F3F6A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff95f60000 -     0x7fff95f97ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff960dd000 -     0x7fff960deff7  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
    0x7fff960df000 -     0x7fff9650ffff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff96510000 -     0x7fff9669efff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff969cb000 -     0x7fff969d0fff  libsystem_stats.dylib (163.20.16) <FBC3F80F-A0FB-3BD6-9A7E-800DE45F092E> /usr/lib/system/libsystem_stats.dylib
    0x7fff969d9000 -     0x7fff969dcfff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff97289000 -     0x7fff9728aff3  libSystem.B.dylib (1213) <CCEC13A5-D0D9-31C5-B0B0-1C564B4A20A6> /usr/lib/libSystem.B.dylib
    0x7fff9728b000 -     0x7fff9728dfff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff9728e000 -     0x7fff97291fff  libCGXCoreImage.A.dylib (779.11) <A6B6597C-5E69-3440-AEF7-91DB6428D007> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=265.4M resident=174.0M(66%) swapped_out_or_unallocated=91.4M(34%)
Writable regions: Total=1.2G written=19.8M(2%) resident=51.1M(4%) swapped_out=0K(0%) unallocated=1.1G(96%)

REGION TYPE                        VIRTUAL
===========                        =======
Activity Tracing                     2048K
CG backing stores                    13.6M
CG image                             1124K
CG shared images                      656K
CoreAnimation                         9.8M
CoreAnimation (reserved)                8K        reserved VM address space (unallocated)
CoreGraphics                            8K
CoreImage                              84K
CoreUI image data                     256K
Dispatch continuations               16.0M
Foundation                              4K
IOKit                                1444K
Image IO                               76K
JS JIT generated code                   8K
JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
Kernel Alloc Once                       8K
MALLOC                              114.1M
MALLOC (admin)                         48K
Memory Tag 242                         12K
Memory Tag 251                         20K
OpenCL                                 92K
OpenGL GLSL                           256K
STACK GUARD                          56.1M
Stack                                14.2M
VM_ALLOCATE                          19.1M
WebKit Malloc                         728K
__DATA                               25.6M
__GLSLBUILTINS                       2588K
__IMAGE                               528K
__LINKEDIT                           73.6M
__TEXT                              191.7M
__UNICODE                             552K
mapped file                         128.6M
shared memory                          68K
===========                        =======
TOTAL                                 1.7G
TOTAL, minus reserved VM space      672.7M


... snip @dmoagx ...

@dmoagx
Copy link
Member

dmoagx commented Jun 16, 2015

That is the wrong nightly build, though. :)
Please try b7b9b15

@fillmorejd
Copy link
Author

Opps ;) Now that I have the correct nightly build. It is working great. I haven't been able to get it to crash. Thanks you!

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

No branches or pull requests

3 participants