sonic-pi-net / sonic-pi

Code. Music. Live.
https://sonic-pi.net
Other
10.79k stars 923 forks source link

Crash exception opening help on Mac #436

Closed rbnpi closed 9 years ago

rbnpi commented 9 years ago

I've noticed one or two crashes with exception error when opening help using the help button on a Mac. I usually have the help window undocked from a previous session. MAc dump is shown below. If I restart Sonic Pi, often this will repeat. Using Meta i to open seems more reliable. Was doing this on 2.5 Just built first 2.6dev and first run did this again.

Just experimented further, and I think this is repeatable in the following circumstances. Open help, and undock it. Use help button to hide it. Quit SP. Restart SP. click help button and it crashes. Instead open SP type meta i and help opens OK.

Process:               Sonic Pi [1753]
Path:                  /Users/USER/*/Sonic Pi.app/Contents/MacOS/Sonic Pi
Identifier:            com.yourcompany.Sonic Pi
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Sonic Pi [1753]
User ID:               501

Date/Time:             2015-04-15 09:20:36.707 +0100
OS Version:            Mac OS X 10.10.3 (14D131)
Report Version:        11
Anonymous UUID:        DB961F01-7FD0-E963-7B66-C5C2D566B509

Time Awake Since Boot: 3700 seconds

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

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

VM Regions Near 0:
--> 
    __TEXT                 000000010405c000-00000001042fd000 [ 2692K] r-x/rwx SM=COW  /Users/USER/*/Sonic Pi.app/Contents/MacOS/Sonic Pi

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtGui            0x0000000104dc6e69 QPaintEngine::syncState() + 9
1   org.qt-project.QtWidgets        0x000000010457a10d 0x104571000 + 37133
2   org.qt-project.QtWidgets        0x0000000104583853 0x104571000 + 75859
3   org.qt-project.QtWidgets        0x000000010457fb11 0x104571000 + 60177
4   org.qt-project.QtWidgets        0x0000000104754324 0x104571000 + 1979172
5   org.qt-project.QtWidgets        0x0000000104754139 0x104571000 + 1978681
6   org.qt-project.QtWidgets        0x0000000104592b72 0x104571000 + 138098
7   org.qt-project.QtWidgets        0x00000001045a232b QApplicationPrivate::notify_helper(QObject*, QEvent*) + 251
8   org.qt-project.QtWidgets        0x00000001045a5648 QApplication::notify(QObject*, QEvent*) + 8136
9   org.qt-project.QtCore           0x0000000105338d83 QCoreApplication::notifyInternal(QObject*, QEvent*) + 115
10  org.qt-project.QtWidgets        0x00000001045a01ae QApplicationPrivate::setFocusWidget(QWidget*, Qt::FocusReason) + 510
11  org.qt-project.QtWidgets        0x00000001045dd809 QWidget::setFocus(Qt::FocusReason) + 1017
12  org.qt-project.QtWidgets        0x00000001045a125b QApplication::setActiveWindow(QWidget*) + 1195
13  org.qt-project.QtWidgets        0x00000001045a170e QApplicationPrivate::notifyActiveWindowChange(QWindow*) + 46
14  org.qt-project.QtGui            0x0000000104bd49cc QGuiApplicationPrivate::processActivatedEvent(QWindowSystemInterfacePrivate::ActivatedWindowEvent*) + 652
15  org.qt-project.QtGui            0x0000000104bd0ef5 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 1525
16  org.qt-project.QtGui            0x0000000104bbe2da QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 346
17  libqcocoa.dylib                 0x00000001071ab411 0x10718a000 + 136209
18  com.apple.CoreFoundation        0x00007fff8773fa01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
19  com.apple.CoreFoundation        0x00007fff87731b8d __CFRunLoopDoSources0 + 269
20  com.apple.CoreFoundation        0x00007fff877311bf __CFRunLoopRun + 927
21  com.apple.CoreFoundation        0x00007fff87730bd8 CFRunLoopRunSpecific + 296
22  com.apple.HIToolbox             0x00007fff956f956f RunCurrentEventLoopInMode + 235
23  com.apple.HIToolbox             0x00007fff956f91ee ReceiveNextEventCommon + 179
24  com.apple.HIToolbox             0x00007fff956f912b _BlockUntilNextEventMatchingListInModeWithFilter + 71
25  com.apple.AppKit                0x00007fff8c15b9bb _DPSNextEvent + 978
26  com.apple.AppKit                0x00007fff8c15af68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
27  com.apple.AppKit                0x00007fff8c150bf3 -[NSApplication run] + 594
28  libqcocoa.dylib                 0x00000001071aa2fd 0x10718a000 + 131837
29  org.qt-project.QtCore           0x000000010533637d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 381
30  org.qt-project.QtCore           0x000000010533935a QCoreApplication::exec() + 346
31  com.yourcompany.Sonic Pi        0x00000001040611a3 main + 2035
32  com.yourcompany.Sonic Pi        0x00000001040609a4 start + 52
samaaron commented 9 years ago

Not sure what this is. Could either be a bug in Qt or in how we're using it. Someone with some patience and ideally Qt background needs to look into this. It's unlikely to be me. If it doesn't get fixed by v2.6 I'll just remove the ability to undock the doc pane.

josephwilk commented 9 years ago

I'v actually also seen this a couple of times on Master. Will try and replicate.

hzulla commented 9 years ago

Tried this on Ubuntu Linux, cannot replicate yet.

rbnpi commented 9 years ago

I think it is Mac specific. No problem with Pi either

hzulla commented 9 years ago

I cannot find a difference in the code between Meta-I and clicking the help button, they are both being setup by the same line of code and both do the same, call help(). If accelerator key behaves differently than button click, it would be a bug in Qt. What version of Qt are you using? I'm using Qt 4.8.5 here.

samaaron commented 9 years ago

There's a good chance it's a Qt bug. Can you verify that you're compiling the app with Qt 5.4.1? If so, could you try compiling with the 5.5 alpha?

rbnpi commented 9 years ago

Tried setting up Qt 5.5 alpha, but it had an error on make on my mac :-(

rbnpi commented 9 years ago

Just screwed up SP 2.6dev on my iMac again. Opening Help with either button or cmd+i crashes it. trying to find where info is stored that remembers help screen position. Don't think there is anything in ~/.sonic-pi and also tried deleting info in ~/Library/Saved Application State/net.sonic-pi.Sonic Pi.savedState. Nothing relevant I can see in ~/Library/Preferences but still can't get it to behave again. How can I get it back to a docked state that works?

samaaron commented 9 years ago

Yep, a number of people have reported this. Try deleting ~/Library/Preferences/cl.cam.ac.uk.Sonic Pi.plist and restarting. If someone doesn't fix this before v2.6 is released I'm definitely removing the ability to undock - at least on Mac where the crash only seems to happen.

rbnpi commented 9 years ago

Restored when I deleted both ~/Library/Preferences/cl.cam.ac.uk.Sonic Pi.plist AND ~/Library/Preferences/net.sonic-pi.Sonic-Pi.plist deleting the first didn’t hack it. Robin

On 5 May 2015, at 17:02, Sam Aaron notifications@github.com wrote:

Yep, a number of people have reported this. Try deleting ~/Library/Preferences/cl.cam.ac.uk.Sonic Pi.plist and restarting. If someone doesn't fix this before v2.6 is released I'm definitely removing the ability to undock - at least on Mac where the crash only seems to happen.

— Reply to this email directly or view it on GitHub.

jbum commented 9 years ago

I'm also seeing this on mac with an undocked help window from a previous session.

Process:               Sonic Pi [30833]
Path:                  /Applications/Sonic Pi.app/Contents/MacOS/Sonic Pi
Identifier:            net.sonic-pi.Sonic Pi
Version:               2.5.0 (???)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Sonic Pi [30833]
User ID:               502

Date/Time:             2015-05-26 10:04:27.226 -0700
OS Version:            Mac OS X 10.10.3 (14D136)
Report Version:        11
Anonymous UUID:        C5F7CF50-DFC6-EE6C-278D-C71AA6B70E55

Sleep/Wake UUID:       4272E668-6B5D-40B8-8DB5-E7CD8C06EE38

Time Awake Since Boot: 1000000 seconds
Time Since Wake:       4200 seconds

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

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

VM Regions Near 0:
--> 
    __TEXT                 000000010d85a000-000000010daf8000 [ 2680K] r-x/rwx SM=COW  /Applications/Sonic Pi.app/Contents/MacOS/Sonic Pi

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtGui            0x000000010e5cbe69 QPaintEngine::syncState() + 9
1   org.qt-project.QtWidgets        0x000000010dd8110d 0x10dd78000 + 37133
2   org.qt-project.QtWidgets        0x000000010dd8a853 0x10dd78000 + 75859
3   org.qt-project.QtWidgets        0x000000010dd86b11 0x10dd78000 + 60177
4   org.qt-project.QtWidgets        0x000000010df5b324 0x10dd78000 + 1979172
5   org.qt-project.QtWidgets        0x000000010df5b139 0x10dd78000 + 1978681
6   org.qt-project.QtWidgets        0x000000010dd99b72 0x10dd78000 + 138098
7   org.qt-project.QtWidgets        0x000000010dda932b QApplicationPrivate::notify_helper(QObject*, QEvent*) + 251
8   org.qt-project.QtWidgets        0x000000010ddac648 QApplication::notify(QObject*, QEvent*) + 8136
9   org.qt-project.QtCore           0x000000010eb3ad83 QCoreApplication::notifyInternal(QObject*, QEvent*) + 115
10  org.qt-project.QtWidgets        0x000000010dda71ae QApplicationPrivate::setFocusWidget(QWidget*, Qt::FocusReason) + 510
11  org.qt-project.QtWidgets        0x000000010dde4809 QWidget::setFocus(Qt::FocusReason) + 1017
12  org.qt-project.QtWidgets        0x000000010dda825b QApplication::setActiveWindow(QWidget*) + 1195
13  org.qt-project.QtWidgets        0x000000010dda870e QApplicationPrivate::notifyActiveWindowChange(QWindow*) + 46
14  org.qt-project.QtGui            0x000000010e3d99cc QGuiApplicationPrivate::processActivatedEvent(QWindowSystemInterfacePrivate::ActivatedWindowEvent*) + 652
15  org.qt-project.QtGui            0x000000010e3d5ef5 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 1525
16  org.qt-project.QtGui            0x000000010e3c32da QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 346
17  libqcocoa.dylib                 0x0000000110ab8411 0x110a97000 + 136209
18  com.apple.CoreFoundation        0x00007fff85516a01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
19  com.apple.CoreFoundation        0x00007fff85508b8d __CFRunLoopDoSources0 + 269
20  com.apple.CoreFoundation        0x00007fff855081bf __CFRunLoopRun + 927
21  com.apple.CoreFoundation        0x00007fff85507bd8 CFRunLoopRunSpecific + 296
22  com.apple.HIToolbox             0x00007fff8739356f RunCurrentEventLoopInMode + 235
23  com.apple.HIToolbox             0x00007fff873931ee ReceiveNextEventCommon + 179
24  com.apple.HIToolbox             0x00007fff8739312b _BlockUntilNextEventMatchingListInModeWithFilter + 71
25  com.apple.AppKit                0x00007fff8c3e19bb _DPSNextEvent + 978
26  com.apple.AppKit                0x00007fff8c3e0f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
27  com.apple.AppKit                0x00007fff8c3d6bf3 -[NSApplication run] + 594
28  libqcocoa.dylib                 0x0000000110ab72fd 0x110a97000 + 131837
29  org.qt-project.QtCore           0x000000010eb3837d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 381
30  org.qt-project.QtCore           0x000000010eb3b35a QCoreApplication::exec() + 346
31  net.sonic-pi.Sonic Pi           0x000000010d85ebb3 main + 2035
32  net.sonic-pi.Sonic Pi           0x000000010d85e3b4 start + 52

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

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 6:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff8a773136 __psynch_cvwait + 10
1   org.qt-project.QtCore           0x000000010e9337a0 0x10e8fd000 + 223136
2   org.qt-project.QtCore           0x000000010e9335db 0x10e8fd000 + 222683
3   org.qt-project.QtCore           0x000000010e9334b2 QWaitCondition::wait(QMutex*, unsigned long) + 162
4   org.qt-project.QtCore           0x000000010e92ed3e 0x10e8fd000 + 204094
5   org.qt-project.QtCore           0x000000010e931f63 0x10e8fd000 + 216931
6   libsystem_pthread.dylib         0x00007fff81988268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff819881e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8198641d thread_start + 13

Thread 7:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff8a7733fa __select + 10
1   net.sonic-pi.Sonic Pi           0x000000010d8c0f01 SonicPiUDPServer::startServer() + 529
2   net.sonic-pi.Sonic Pi           0x000000010d8aa193 QtConcurrent::RunFunctionTask<void>::run() + 51
3   org.qt-project.QtCore           0x000000010e92eb67 0x10e8fd000 + 203623
4   org.qt-project.QtCore           0x000000010e931f63 0x10e8fd000 + 216931
5   libsystem_pthread.dylib         0x00007fff81988268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff819881e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff8198641d thread_start + 13

Thread 8:: QProcessManager
0   libsystem_kernel.dylib          0x00007fff8a7733fa __select + 10
1   org.qt-project.QtCore           0x000000010e931f63 0x10e8fd000 + 216931
2   libsystem_pthread.dylib         0x00007fff81988268 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff819881e5 _pthread_start + 176
4   libsystem_pthread.dylib         0x00007fff8198641d thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff8a77394a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8198640d start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff8a76e4de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8a76d64f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff85508eb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8550837b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff85507bd8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff8c4a966b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff81988268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff819881e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff8198641d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x00007fff523a3368  rdx: 0x00007fff523a3400
  rdi: 0x0000000000000000  rsi: 0x00007fff523a3368  rbp: 0x00007fff523a1ed0  rsp: 0x00007fff523a1ec0
   r8: 0x0000618000445dc0   r9: 0x0000000000000011  r10: 0x00007fff523a5d10  r11: 0x0000000000000000
  r12: 0x00007fff523a3368  r13: 0x0000618000445dc0  r14: 0x00007fff523a2f18  r15: 0x0000000000000001
  rip: 0x000000010e5cbe69  rfl: 0x0000000000010202  cr2: 0x0000000000000000

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

Binary Images:
       0x10d85a000 -        0x10daf7ff7 +net.sonic-pi.Sonic Pi (2.5.0 - ???) <4DF4EEF3-69A8-3D8A-B06A-972B7D7EBA39> /Applications/Sonic Pi.app/Contents/MacOS/Sonic Pi
       0x10db15000 -        0x10dcfffff +libqscintilla2.11.3.0.dylib (11.3) <0DAD3C23-8069-3464-AFF2-0D3774ECE831> /Applications/Sonic Pi.app/Contents/Frameworks/libqscintilla2.11.3.0.dylib
       0x10dd78000 -        0x10e281fff +org.qt-project.QtWidgets (5.4 - 5.4.1) <127593B4-23A9-316B-8618-1C2F9AA9A40B> /Applications/Sonic Pi.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10e3b5000 -        0x10e827ff7 +org.qt-project.QtGui (5.4 - 5.4.1) <D72947CF-392F-335F-A699-9EA6821E87DA> /Applications/Sonic Pi.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x10e8fd000 -        0x10ee05ff7 +org.qt-project.QtCore (5.4 - 5.4.1) <58BE8571-1DA5-3564-9A0C-CCA859357056> /Applications/Sonic Pi.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10ee90000 -        0x10ee99ff7 +org.qt-project.QtMacExtras (5.4 - 5.4.1) <322D3EEA-D7A5-365F-8071-B063DDF3FBDB> /Applications/Sonic Pi.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
       0x10eea5000 -        0x10eea9ff7 +org.qt-project.QtConcurrent (5.4 - 5.4.1) <9CF524C2-1326-3044-BA00-5A175D0B8896> /Applications/Sonic Pi.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x10eeb1000 -        0x10efcafff +org.qt-project.QtNetwork (5.4 - 5.4.1) <7EF89E5C-21CA-3892-8B4D-33D6524F2E6A> /Applications/Sonic Pi.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10f004000 -        0x10f008fff  com.apple.agl (3.3.0 - AGL-3.3.0) <83B4076C-BD87-3436-B59F-65184128FEC1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x10f012000 -        0x10f046fff +org.qt-project.QtPrintSupport (5.4 - 5.4.1) <6BB9FE24-AFC8-3325-AEED-ED63B60D536B> /Applications/Sonic Pi.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x110a97000 -        0x110b3dfff +libqcocoa.dylib (0) <C30E6D14-BBA7-3083-AF94-B82D26A324C7> /Applications/Sonic Pi.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x1120c4000 -        0x1120cbff7 +libqgif.dylib (0) <7390B9E4-2117-39B4-9276-AD0167E27E87> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x1146c4000 -        0x1146ceff7 +libqdds.dylib (0) <5F467E40-0FC3-3634-9BC9-3D3E9458A782> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqdds.dylib
       0x1146d3000 -        0x1146dbfff +libqicns.dylib (0) <3DDB73A0-B28B-32EF-A97B-2A2BFDB49906> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x1146e0000 -        0x1146e6ff7 +libqico.dylib (0) <7AB7E6C7-1083-3603-9F04-F82C2619DBB7> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqico.dylib
       0x1146eb000 -        0x114772fff +libqjp2.dylib (0) <3DE35A14-A7B7-3FB1-9047-3D93B9F8AB3F> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqjp2.dylib
       0x114781000 -        0x1147bfff7 +libqjpeg.dylib (0) <B965BFAC-5B90-3C93-9FC2-D536867A55A6> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x1147c5000 -        0x114815ff7 +libqmng.dylib (0) <E9E01A20-A4C1-3995-9915-A4A92620F7BD> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x11481d000 -        0x114821ff7 +libqtga.dylib (0) <718422EE-6365-3B28-89A5-006E4811CA40> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x114825000 -        0x114887ff7 +libqtiff.dylib (0) <8C2A78C4-72B1-3E50-A919-890E45F2C5A7> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x11488f000 -        0x114893ff7 +libqwbmp.dylib (0) <4FFFCBD8-4B20-352B-A8E0-2ECD0D00AFA1> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x114897000 -        0x1148f0fff +libqwebp.dylib (0) <9717A4D4-26DE-3CDD-B305-A1C19B056C85> /Applications/Sonic Pi.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x116494000 -        0x116494fef +cl_kernels (???) <4413A25B-ACE0-43F7-94D7-0A815692DD44> cl_kernels
       0x1164a3000 -        0x1164a3ff5 +cl_kernels (???) <D6161D3E-C52E-4B8E-9C3F-8FBB4B2C12D6> cl_kernels
       0x1164a5000 -        0x11658bfef  unorm8_bgra.dylib (2.4.5) <7BFE1DA8-2BE4-3B4F-8A7F-F3D6D4D36ADA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x117ba3000 -        0x117ba7ffb  libFontRegistryUI.dylib (134.1) <0E0D303E-2A48-340F-94A2-EEC3832E5895> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
    0x7fff6010e000 -     0x7fff60144837  dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
    0x7fff813a5000 -     0x7fff813beffb  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
    0x7fff813c7000 -     0x7fff813d0fff  libGFXShared.dylib (11.1.2) <0BAF2EA8-3BC4-3BF4-ABB6-A6E0A1F3F6A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff813d1000 -     0x7fff813ebfff  com.apple.AppleVPAFramework (1.4.3 - 1.4.3) <AE62A92E-EDA7-37AD-8AF0-7912E9381A1F> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8140b000 -     0x7fff8140cff3  libSystem.B.dylib (1213) <CCEC13A5-D0D9-31C5-B0B0-1C564B4A20A6> /usr/lib/libSystem.B.dylib
    0x7fff8140d000 -     0x7fff81447ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff81448000 -     0x7fff81453ff7  libcsfde.dylib (471.20.7) <44E51549-CECC-3C7B-867B-01901CA9C756> /usr/lib/libcsfde.dylib
    0x7fff81454000 -     0x7fff81455ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8145a000 -     0x7fff81460fff  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
    0x7fff8149e000 -     0x7fff8149efff  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
    0x7fff8149f000 -     0x7fff814befff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff814c0000 -     0x7fff814e4ff7  com.apple.Sharing (328.16 - 328.16) <F96C7040-5FAF-3BC6-AE1E-5BF9CBE786C4> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff814e5000 -     0x7fff818f2ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff81919000 -     0x7fff81920ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff81921000 -     0x7fff81923fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff81970000 -     0x7fff81976ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff81977000 -     0x7fff81984ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff81985000 -     0x7fff8198efff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8198f000 -     0x7fff81aa8ffb  com.apple.CoreText (352.0 - 454.6) <D45790B0-E1A3-3C7D-8BA2-AB71D2CFA7FB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff81aa9000 -     0x7fff81aa9fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff81aaa000 -     0x7fff81bceff7  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
    0x7fff81d6c000 -     0x7fff81deafff  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
    0x7fff81deb000 -     0x7fff81df7ff7  com.apple.OpenDirectory (10.10 - 187) <1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff81df8000 -     0x7fff81fa8ff3  com.apple.QuartzCore (1.10 - 361.18) <ACA61D8F-9535-3141-8FDD-AC3EF6BF0806> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81fa9000 -     0x7fff8206cff7  libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff820e9000 -     0x7fff820f1fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff82265000 -     0x7fff822d3ffb  com.apple.Heimdal (4.0 - 2.0) <7697A837-98B8-3BDB-A7D2-8ED4C9ABC510> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff823c1000 -     0x7fff824b5fff  libFontParser.dylib (134.2) <9F57B025-AB9C-31DD-9D54-2D7AB1298885> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff824ba000 -     0x7fff827ebfff  com.apple.Foundation (6.9 - 1153.20) <F0FF3A5D-C5B7-34A1-9319-DE1EF928E58E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff827ec000 -     0x7fff827f0fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff827f1000 -     0x7fff8284bff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8289d000 -     0x7fff8289dfff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff829a8000 -     0x7fff829baff7  libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib
    0x7fff82efb000 -     0x7fff831e2ffb  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
    0x7fff831e3000 -     0x7fff834e5ffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff83520000 -     0x7fff8358cff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8358d000 -     0x7fff8358ffff  libRadiance.dylib (1237) <8F1E898B-74F6-3242-B929-CAF58AFCE319> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff83e19000 -     0x7fff83e54fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff83e55000 -     0x7fff83e71ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff83e72000 -     0x7fff83e7bff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff847da000 -     0x7fff847f0ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff84855000 -     0x7fff84867ff7  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
    0x7fff84897000 -     0x7fff848d7ff7  libGLImage.dylib (11.1.2) <260A4BF3-DC45-369C-A0CD-B667F9D17179> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff848d8000 -     0x7fff849e7ff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff84b13000 -     0x7fff84b1afff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff84b43000 -     0x7fff84b51ff7  com.apple.opengl (11.1.2 - 11.1.2) <864B35BF-1E76-382B-8D5F-38C7282621E6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff84b61000 -     0x7fff84b8cfff  com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff84b8d000 -     0x7fff84b8efff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff84b8f000 -     0x7fff84b90fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff84b91000 -     0x7fff84c4cff7  com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff84c5a000 -     0x7fff84c63ff3  com.apple.CommonAuth (4.0 - 2.0) <BA9F5A09-D200-3D18-9F4A-20C789291A30> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff84dcc000 -     0x7fff84dddfff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff84dde000 -     0x7fff84de0fff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff84dec000 -     0x7fff84e12fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff84e13000 -     0x7fff84e42ff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff84e4a000 -     0x7fff8529dfc7  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
    0x7fff8532e000 -     0x7fff85495ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff85496000 -     0x7fff8582eff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8593d000 -     0x7fff8594fff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8595f000 -     0x7fff85997fff  libsystem_network.dylib (412.20.3) <589A5F67-BE2A-3245-A181-0ECC9B53EB00> /usr/lib/system/libsystem_network.dylib
    0x7fff85998000 -     0x7fff859a5fff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff85a65000 -     0x7fff85a74fff  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
    0x7fff85a7f000 -     0x7fff85a83fff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff85a84000 -     0x7fff85b23e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff85b24000 -     0x7fff85b2cffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff85b2f000 -     0x7fff85b54ff7  libPng.dylib (1237) <CFBF1344-36AB-3AAE-B2EB-9FC1369F967F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85ded000 -     0x7fff85e3aff7  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
    0x7fff85e61000 -     0x7fff86130ff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff861d4000 -     0x7fff86272fff  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
    0x7fff863c4000 -     0x7fff863c4fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff86485000 -     0x7fff864a2fff  com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <6ABD3AE2-DF6A-3AB2-994B-9C0FB42CE2B7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff86de9000 -     0x7fff86e72ff7  com.apple.CoreSymbolication (3.1 - 57020.1) <85707039-0C8A-3409-B0B5-153431CC1841> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff86e9b000 -     0x7fff86ec3fff  libsystem_info.dylib (459.20.1) <AEB3FE62-4763-3050-8352-D6F9AF961AE6> /usr/lib/system/libsystem_info.dylib
    0x7fff86ec4000 -     0x7fff86ed4ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff86ed5000 -     0x7fff86ee6fff  libsystem_coretls.dylib (35.20.2) <6084A531-2523-39F8-B030-811FA1A32FB5> /usr/lib/system/libsystem_coretls.dylib
    0x7fff86ee7000 -     0x7fff86ee7ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff86f0f000 -     0x7fff86f17fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff86f83000 -     0x7fff86f90ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff870c3000 -     0x7fff870c7ff7  libGIF.dylib (1237) <0990002D-CA11-325D-A432-3A333F2CC088> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87214000 -     0x7fff8727bffb  com.apple.datadetectorscore (6.0 - 396.1.1) <9B0B3198-DDBE-36C0-8BA9-3EC89C725282> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff872ec000 -     0x7fff87360ffb  com.apple.securityfoundation (6.0 - 55126) <42589E18-D38C-3E25-B638-6E29740C224C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff87361000 -     0x7fff87666ff3  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
    0x7fff87667000 -     0x7fff87697fff  com.apple.GSS (4.0 - 2.0) <A37BAF76-C262-3292-B82D-F004CAC5F333> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff876a7000 -     0x7fff876a9fff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff87bf5000 -     0x7fff87bf7fff  libsystem_sandbox.dylib (358.20.5) <4CF77128-6BE0-3958-B646-707FA9CE61B2> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff87bf8000 -     0x7fff87c23fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff87c3a000 -     0x7fff87c45ff7  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
    0x7fff87c46000 -     0x7fff87c5dff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff87c8e000 -     0x7fff87db6ff7  com.apple.coreui (2.1 - 308.6) <DEA5D3E1-D333-302B-A6CF-7643BFDFAED0> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87dce000 -     0x7fff87e29ff7  libTIFF.dylib (1237) <690B205E-55D9-3F2C-B4EA-78B1AC3D3231> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff87e40000 -     0x7fff87f7dfff  com.apple.ImageIO.framework (3.3.0 - 1237) <138A800C-14B7-36C2-AB04-E162602C97E3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff88096000 -     0x7fff880cefff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff880cf000 -     0x7fff8813bfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <5E228544-77A9-3AA5-8355-E8F6626F50E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8814b000 -     0x7fff882d9fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff882da000 -     0x7fff883b0ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <1149D3E1-CC6C-3177-916D-2BE066DC9344> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff883b1000 -     0x7fff88495fff  libcrypto.0.9.8.dylib (52.20.2) <977DA067-2588-3BF8-A7B2-F08FC6E9088F> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8874e000 -     0x7fff8879ffff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8881c000 -     0x7fff88836ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff88867000 -     0x7fff888a8fff  libGLU.dylib (11.1.2) <4C54F0D1-2ADC-38A0-92D1-F479E9B99355> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff888a9000 -     0x7fff888f3ff7  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
    0x7fff88922000 -     0x7fff889c4fff  com.apple.Bluetooth (4.3.4 - 4.3.4f4) <A1120885-F31B-3C13-9B0D-2589F391CC7A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff88a08000 -     0x7fff88a0dfff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff88a0e000 -     0x7fff88a10ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff88a11000 -     0x7fff88a3affb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff88a3b000 -     0x7fff88a86fff  com.apple.CloudDocs (1.0 - 321.6) <4C54EDB7-4377-3722-8C47-F3C3D260FCBA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff88a87000 -     0x7fff88cf1ff7  com.apple.security (7.0 - 57031.20.26) <6568520A-587D-3167-BB79-60CE6FEADC64> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff88cf2000 -     0x7fff88d68fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff88d69000 -     0x7fff88d6cfff  com.apple.xpc.ServiceManagement (1.0 - 1) <9E025823-660A-30C5-A568-223BD595B6F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff88d6d000 -     0x7fff88e84fe7  libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff88e85000 -     0x7fff88e96ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff88e9b000 -     0x7fff88eb7fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff88efa000 -     0x7fff88efdff7  libdyld.dylib (353.2.1) <9EACCA38-291D-38CC-811F-7E9D1451E2D3> /usr/lib/system/libdyld.dylib
    0x7fff88efe000 -     0x7fff88f05ff7  libCGCMS.A.dylib (779.11) <5D33FF8C-AC74-3B7B-A602-4AA470FEAF79> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff88f06000 -     0x7fff88f78fff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff88f91000 -     0x7fff88f91fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff88f95000 -     0x7fff88f97ff7  com.apple.securityhi (9.0 - 55006) <5DB5773C-FC07-302C-98FE-4B80D88D481A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff88fe9000 -     0x7fff891f6ff3  com.apple.CFNetwork (720.3.13 - 720.3.13) <69E15385-5784-3912-88F6-03B16F1C1A5C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff891f7000 -     0x7fff8928dff7  com.apple.cloudkit.CloudKit (283.67.2 - 283.67.2) <79F5AD38-61D5-30E6-96DC-974351D4195B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff89335000 -     0x7fff89355fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff89356000 -     0x7fff89361ff7  libkxld.dylib (2782.20.48) <28EF8328-E3E2-336A-974B-FB1BF119D55A> /usr/lib/system/libkxld.dylib
    0x7fff89373000 -     0x7fff89375fff  com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff89376000 -     0x7fff89378fff  libCVMSPluginSupport.dylib (11.1.2) <6EFEC4A6-2EAC-3C27-820E-C28BE71B9FCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff89a0c000 -     0x7fff89aa1ff7  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
    0x7fff89ae7000 -     0x7fff89b22fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8a011000 -     0x7fff8a017fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff8a01c000 -     0x7fff8a01cfff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8a01d000 -     0x7fff8a01eff7  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
    0x7fff8a01f000 -     0x7fff8a112ff7  libJP2.dylib (1237) <A48C29E6-9E9F-3449-B873-160DE8E94008> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8a113000 -     0x7fff8a113ff7  liblaunch.dylib (559.20.9) <FA89A113-696E-3271-8FE1-A0D7324E8481> /usr/lib/system/liblaunch.dylib
    0x7fff8a114000 -     0x7fff8a114fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a12e000 -     0x7fff8a133ffb  libheimdal-asn1.dylib (398.10.1) <A7B6447A-6680-3625-83C3-993B58D5C43F> /usr/lib/libheimdal-asn1.dylib
    0x7fff8a140000 -     0x7fff8a15aff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8a168000 -     0x7fff8a189fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <D3862426-2586-3DF7-BA75-9A184FCD74C4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8a3be000 -     0x7fff8a3c1fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a408000 -     0x7fff8a43aff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8a498000 -     0x7fff8a4e4ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff8a4e5000 -     0x7fff8a556ffb  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
    0x7fff8a557000 -     0x7fff8a561ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8a589000 -     0x7fff8a58afff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8a685000 -     0x7fff8a6d1fff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8a6d2000 -     0x7fff8a6ecff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8a75d000 -     0x7fff8a77afff  libsystem_kernel.dylib (2782.20.48) <EAFD7BD0-0C30-3E7D-9528-F9916BA0167C> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8a7b4000 -     0x7fff8a848fff  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
    0x7fff8a849000 -     0x7fff8a93bff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8abda000 -     0x7fff8abddfff  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
    0x7fff8abfa000 -     0x7fff8ac05fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8af32000 -     0x7fff8af86fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff8b2f3000 -     0x7fff8b352fff  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
    0x7fff8b3d2000 -     0x7fff8b802fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8b93d000 -     0x7fff8b957ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8b958000 -     0x7fff8b97dff7  libJPEG.dylib (1237) <8AC8EFA6-2283-3725-9F28-01537DF51766> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8b97e000 -     0x7fff8b9aefff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff8b9d0000 -     0x7fff8b9d0fff  libOpenScriptingUtil.dylib (162.1) <E0605012-0DDB-3150-8FD0-699376FA3CD0> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8b9d1000 -     0x7fff8b9dcff7  com.apple.CrashReporterSupport (10.10 - 631) <D87A64FA-64B1-3B23-BB43-ADE173C108C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8bc9f000 -     0x7fff8bcacff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8bcad000 -     0x7fff8bcfbfff  libcurl.4.dylib (83.1.2) <462767FC-C7F2-39F1-8C10-DA4114945F55> /usr/lib/libcurl.4.dylib
    0x7fff8bcfc000 -     0x7fff8bd33ffb  com.apple.LDAPFramework (2.4.28 - 194.5) <CAFB9695-000F-34EA-8DF5-09996929C26A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8bd34000 -     0x7fff8bd36ffb  libCGXType.A.dylib (779.11) <51607E77-F183-3CC2-A78C-238AFBDF6262> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8bd37000 -     0x7fff8bd4aff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8bd4b000 -     0x7fff8bd76ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff8bda5000 -     0x7fff8bdd2fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8bdd3000 -     0x7fff8bdd7fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8bdd8000 -     0x7fff8be1eff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8be3b000 -     0x7fff8bec7ff7  libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
    0x7fff8c037000 -     0x7fff8c06afff  com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8c06b000 -     0x7fff8c250ff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff8c251000 -     0x7fff8c2c9ff7  com.apple.SystemConfiguration (1.14 - 1.14) <06A8405D-53BA-30A9-BA8A-222099176091> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8c2ca000 -     0x7fff8c2e3ff7  com.apple.CFOpenDirectory (10.10 - 187) <790ED527-EFD2-3EA6-8C97-A8C04E96EBA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8c2e4000 -     0x7fff8c333ff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff8c334000 -     0x7fff8c34fff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff8c350000 -     0x7fff8ced1ff7  com.apple.AppKit (6.9 - 1347.57) <B214D528-7D1C-39B2-BE36-821D417A0297> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8cfac000 -     0x7fff8cfd6ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8cfd7000 -     0x7fff8cfd8fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8e0ff000 -     0x7fff8e104ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8e183000 -     0x7fff8e2c5fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x7fff8e2c6000 -     0x7fff8e2cbfff  libsystem_stats.dylib (163.20.16) <FBC3F80F-A0FB-3BD6-9A7E-800DE45F092E> /usr/lib/system/libsystem_stats.dylib
    0x7fff8e2cc000 -     0x7fff8e3befff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8eb45000 -     0x7fff8edc4ff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8ee25000 -     0x7fff8ee8cff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8f0ec000 -     0x7fff8f17dff7  libCoreStorage.dylib (471.20.7) <ECD8903C-F131-3A9A-BBF4-E124DA028909> /usr/lib/libCoreStorage.dylib
    0x7fff8f17e000 -     0x7fff8f2aefff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8f2af000 -     0x7fff8f36fff7  com.apple.backup.framework (1.6.4 - 1.6.4) <A67CE7D7-AAE4-3AC0-86B7-EAF403853D09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8f38d000 -     0x7fff8f3b5fff  libxpc.dylib (559.20.9) <D35D0DB2-D7BD-3BE4-8378-062BFE545E1D> /usr/lib/system/libxpc.dylib
    0x7fff8f3cb000 -     0x7fff8f43afff  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
    0x7fff8f4cf000 -     0x7fff8f4cfff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8f9ab000 -     0x7fff8fcdeff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff8fce8000 -     0x7fff8fcf0ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8fe24000 -     0x7fff8fe4cfff  libRIP.A.dylib (779.11) <88434DA0-B6B8-304A-9DC0-41D3947E8734> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8fe4d000 -     0x7fff8fe7eff7  com.apple.ProtectedCloudStorage (1.0 - 1) <D0903EA8-D861-3488-BCF5-9D8E7C6D01FA> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8ffbf000 -     0x7fff8ffc1fff  libsystem_configuration.dylib (699.1.5) <20F3B077-179D-3CB0-A3C1-C8602D53B4DB> /usr/lib/system/libsystem_configuration.dylib
    0x7fff90004000 -     0x7fff90006ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff90007000 -     0x7fff9000cff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff9000d000 -     0x7fff90015fe7  libcldcpuengine.dylib (2.4.5) <0E9B5292-1EBC-379D-A706-83A27C05D742> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff90016000 -     0x7fff9001eff3  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
    0x7fff90358000 -     0x7fff9055246f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff90569000 -     0x7fff90586ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff90587000 -     0x7fff905d6ff7  com.apple.opencl (2.4.2 - 2.4.2) <4A9574ED-15CF-3EBB-B4C0-D30F644D6C74> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff905d7000 -     0x7fff905d8ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff90611000 -     0x7fff90615fff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff90616000 -     0x7fff9061afff  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
    0x7fff9061b000 -     0x7fff9069ffff  com.apple.PerformanceAnalysis (1.0 - 1) <599AED3E-B689-3C40-8B91-93AD36C97658> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff906a0000 -     0x7fff90efbff3  com.apple.CoreGraphics (1.600.0 - 779.11) <EFAB294A-B307-38C5-A3B0-159159B41057> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff90efc000 -     0x7fff90f42ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff90f43000 -     0x7fff90f4bff7  com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff90f4c000 -     0x7fff90f57fff  libGL.dylib (11.1.2) <BF99CC65-215A-3C7D-87D7-3F7EE6E9B3DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.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: 513344
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=210.8M resident=225.9M(107%) swapped_out_or_unallocated=16777216.0T(8347109556224%)
Writable regions: Total=168.9M written=20.5M(12%) resident=56.9M(34%) swapped_out=4K(0%) unallocated=112.0M(66%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  8912K
CG image                             36K
CG shared images                    368K
CoreAnimation                        24K
CoreImage                             8K
CoreUI image data                   144K
Foundation                            4K
Kernel Alloc Once                     8K
MALLOC                            127.9M
MALLOC (admin)                       32K
Memory Tag 242                       12K
OpenCL                               16K
STACK GUARD                        56.1M
Stack                              14.2M
VM_ALLOCATE                        17.1M
__DATA                             16.3M
__IMAGE                             528K
__LINKEDIT                         74.3M
__TEXT                            136.4M
__UNICODE                           552K
mapped file                        75.1M
shared memory                         4K
===========                      =======
TOTAL                             527.7M

Model: MacBookPro10,1, BootROM MBP101.00EE.B07, 4 processors, Intel Core i7, 2.7 GHz, 16 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, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.4f4 15601, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en3
Network Service: Wi-Fi 2, AirPort, en0
PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0
Serial ATA Device: APPLE SSD SM768E, 751.28 GB
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: Comfort Optical Mouse 1000
USB Device: Xkey
USB Device: Apple LED Cinema Display
USB Device: Display iSight
USB Device: Display Audio
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
Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 3, 5.5
samaaron commented 9 years ago

This is now fixed on master :-)