Get Message Value Crashes

Steps causing the bug to occur

  1. Dragged vuo.osc.messages.get.1 node onto the canvas
  2. Crash

How did the result differ from what you expected?

Didn’t expect it to crash every time. I thought I would be able to get the value and parse it.

When did you first notice this bug?

Unfortunately first time it didn’t work.

Have you found a workaround?

No

Other notes

  • Vuo version: 0.5.5
  • macOS version: OS X 10.9

All other Get Message Value nodes do the same

@architek1: Thanks for the report, and sorry to hear you’re having trouble. We aren’t able to reproduce the problem yet. Could you attach the crash report to this page, so we can review it?

Process: Vuo Editor [7520]
Path: /Applications/Vuo Editor.app/Contents/MacOS/Vuo Editor
Identifier: org.vuo.editor
Version: 0.5.5 [r20764M on 2014.01.23] (???)
Code Type: X86-64 (Native)
Parent Process: launchd [320]
Responsible: Vuo Editor [7520]
User ID: 501

Date/Time: 2014-01-24 08:40:12.507 -0500
OS Version: Mac OS X 10.9.1 (13B42)
Report Version: 11
Anonymous UUID: 49A8344D-3806-0ADD-6538-6E93DCAE8628

Sleep/Wake UUID: F7536C73-FB85-4952-9005-E389AF68C986

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

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.vuo.framework 0x0000000101e20c30 abort + 32
1 org.vuo.framework 0x0000000101e20c78 __assert_rtn + 56
2 org.vuo.framework 0x000000010152e3e8 llvm::StringRef::StringRef(char const*, unsigned long) + 136
3 org.vuo.framework 0x0000000101522715 llvm::StringRef::StringRef(char const*, unsigned long) + 37
4 org.vuo.framework 0x000000010151520c VuoCompiler::readModuleFromBitcode(VuoFileUtilities::File*) + 44
5 org.vuo.framework 0x000000010151c67b VuoCompiler::readModuleFromBitcode(std::string) + 251
6 org.vuo.framework 0x000000010156a1b1 VuoCompilerSpecializedNodeClass::newNodeClass(std::string, VuoCompiler*, VuoNode*) + 5649
7 org.vuo.framework 0x000000010151da57 VuoCompiler::getNodeClass(std::string const&) + 231
8 org.vuo.framework 0x000000010151de70 VuoCompiler::createNode(VuoCompilerNodeClass*, std::string, double, double) + 576
9 org.vuo.editor 0x00000001001927fb QList<QListWidgetItem*>::~QList() + 9691
10 org.vuo.editor 0x000000010019535b QList<QListWidgetItem*>::~QList() + 20795
11 QtWidgets 0x000000010106d78a QGraphicsScene::event(QEvent*) + 2298
12 QtWidgets 0x0000000100dac4fc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
13 QtWidgets 0x0000000100daf38c QApplication::notify(QObject*, QEvent*) + 7084
14 QtCore 0x000000010057a662 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
15 QtWidgets 0x0000000101092298 QGraphicsView::dropEvent(QDropEvent*) + 168
16 QtWidgets 0x0000000100de399c QWidget::event(QEvent*) + 2300
17 QtWidgets 0x0000000100ebe417 QFrame::event(QEvent*) + 183
18 QtWidgets 0x0000000100f37d6a QAbstractScrollArea::viewportEvent(QEvent*) + 122
19 QtWidgets 0x000000010109200a QGraphicsView::viewportEvent(QEvent*) + 1402
20 QtWidgets 0x0000000100f38685 QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 37
21 QtCore 0x000000010057a95c QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 156
22 QtWidgets 0x0000000100dac4e9 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 281
23 QtWidgets 0x0000000100daf216 QApplication::notify(QObject*, QEvent*) + 6710
24 QtCore 0x000000010057a662 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
25 QtWidgets 0x0000000100e01778 QWidgetWindow::handleDropEvent(QDropEvent*) + 360
26 QtWidgets 0x0000000100dff639 QWidgetWindow::event(QEvent*) + 537
27 QtWidgets 0x0000000100dac4fc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
28 QtWidgets 0x0000000100daf38c QApplication::notify(QObject*, QEvent*) + 7084
29 QtCore 0x000000010057a662 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
30 QtGui 0x0000000100942921 QGuiApplicationPrivate::processDrop(QWindow*, QMimeData const*, QPoint const&, QFlagsQt::DropAction) + 113
31 libqcocoa.dylib 0x0000000103f276e3 -[QNSView performDragOperation:] + 179
32 com.apple.AppKit 0x00007fff93e73955 NSCoreDragReceiveMessageProc + 289
33 com.apple.HIServices 0x00007fff91dc12f8 DoMultipartDropMessage + 325
34 com.apple.HIServices 0x00007fff91dc1009 DoDropMessage + 41
35 com.apple.HIServices 0x00007fff91dc0fb3 SendDropMessage + 41
36 com.apple.HIServices 0x00007fff91dbd5d2 DragInApplication + 512
37 com.apple.HIServices 0x00007fff91dbc62b CoreDragStartDragging + 519
38 com.apple.AppKit 0x00007fff93e6fa34 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 862
39 com.apple.AppKit 0x00007fff94026654 -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1355
40 com.apple.AppKit 0x00007fff9430c4ab -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 133
41 libqcocoa.dylib 0x0000000103f481da QCocoaDrag::drag(QDrag*) + 586
42 QtGui 0x000000010094e5d1 QDragManager::drag(QDrag*) + 193
43 QtGui 0x000000010094daa4 QDrag::exec(QFlagsQt::DropAction) + 84
44 org.vuo.editor 0x000000010018d99c std::_Rb_tree<std::string, std::string, std::_Identitystd::string, std::lessstd::string, std::allocatorstd::string >::_M_erase(std::_Rb_tree_nodestd::string) + 4012
45 QtWidgets 0x0000000100fb3c4e QAbstractItemView::mouseMoveEvent(QMouseEvent
) + 414
46 QtWidgets 0x0000000100fd01f4 QListView::mouseMoveEvent(QMouseEvent*) + 52
47 QtWidgets 0x0000000100de3696 QWidget::event(QEvent*) + 1526
48 QtWidgets 0x0000000100ebe417 QFrame::event(QEvent*) + 183
49 QtWidgets 0x0000000100f37d6a QAbstractScrollArea::viewportEvent(QEvent*) + 122
50 QtWidgets 0x0000000100fb31a4 QAbstractItemView::viewportEvent(QEvent*) + 1380
51 QtWidgets 0x0000000100f38685 QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 37
52 QtCore 0x000000010057a95c QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 156
53 QtWidgets 0x0000000100dac4e9 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 281
54 QtWidgets 0x0000000100daf8a9 QApplication::notify(QObject*, QEvent*) + 8393
55 QtCore 0x000000010057a662 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
56 QtWidgets 0x0000000100dace63 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) + 947
57 QtWidgets 0x0000000100e00078 QWidgetWindow::handleMouseEvent(QMouseEvent*) + 1064
58 QtWidgets 0x0000000100dff4a2 QWidgetWindow::event(QEvent*) + 130
59 QtWidgets 0x0000000100dac4fc QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
60 QtWidgets 0x0000000100daf38c QApplication::notify(QObject*, QEvent*) + 7084
61 QtCore 0x000000010057a662 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
62 QtGui 0x000000010093e5cb QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 1931
63 QtGui 0x000000010093d9c1 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 97
64 QtGui 0x000000010092f298 QWindowSystemInterface::sendWindowSystemEventsImplementation(QFlagsQEventLoop::ProcessEventsFlag) + 56
65 QtGui 0x000000010092f328 QWindowSystemInterface::sendWindowSystemEvents(QFlagsQEventLoop::ProcessEventsFlag) + 24
66 libqcocoa.dylib 0x0000000103f2afee QCocoaEventDispatcherPrivate::processPostedEvents() + 286
67 libqcocoa.dylib 0x0000000103f2baaf QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 31
68 com.apple.CoreFoundation 0x00007fff939da8f1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
69 com.apple.CoreFoundation 0x00007fff939cc062 __CFRunLoopDoSources0 + 242
70 com.apple.CoreFoundation 0x00007fff939cb7ef __CFRunLoopRun + 831
71 com.apple.CoreFoundation 0x00007fff939cb275 CFRunLoopRunSpecific + 309
72 com.apple.HIToolbox 0x00007fff8e63df0d RunCurrentEventLoopInMode + 226
73 com.apple.HIToolbox 0x00007fff8e63db85 ReceiveNextEventCommon + 173
74 com.apple.HIToolbox 0x00007fff8e63dabc _BlockUntilNextEventMatchingListInModeWithFilter + 65
75 com.apple.AppKit 0x00007fff93b6528e _DPSNextEvent + 1434
76 com.apple.AppKit 0x00007fff93b648db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
77 com.apple.AppKit 0x00007fff93b589cc -[NSApplication run] + 553
78 libqcocoa.dylib 0x0000000103f2a888 QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 2360
79 QtCore 0x0000000100577a6d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 397
80 QtCore 0x000000010057ac02 QCoreApplication::exec() + 354
81 org.vuo.editor 0x0000000100004819 0x100000000 + 18457
82 org.vuo.editor 0x00000001000044f4 0x100000000 + 17652

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff90ea6662 kevent64 + 10
1 libdispatch.dylib 0x00007fff9156743d _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff91567152 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff90ea1a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff90ea0d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff939cc315 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff939cb939 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff939cb275 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff93d051ce _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff91ef3899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff91ef372a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff91ef7fc9 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff90ea5e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff91ef4f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff91ef7fb9 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff90ea5e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff91ef4f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff91ef7fb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000103c10160 rcx: 0x00007fff90ea5a3a rdx: 0xffffffffffffffff
rdi: 0x000000000000003c rsi: 0x0000000000000000 rbp: 0x00007fff5fbfa180 rsp: 0x00007fff5fbfa180
r8: 0x0000000000000000 r9: 0x00000000000f4240 r10: 0x0000000000000001 r11: 0x0000000000000247
r12: 0x000000010e46b910 r13: 0x00007fff5fbfb528 r14: 0x000000010481c200 r15: 0x00007fff5fbffbe0
rip: 0x0000000101e20c30 rfl: 0x0000000000010202 cr2: 0x0000000169b690a8

Logical CPU: 1
Error Code: 0x00000000
Trap Number: 6

Binary Images:
0x100000000 - 0x1002fcfef +org.vuo.editor (0.5.5 [r20764M on 2014.01.23] - ???) /Applications/Vuo Editor.app/Contents/MacOS/Vuo Editor
0x100384000 - 0x100845fff +QtCore (5.1.1) <79E10CB1-F785-360A-BD32-A69A8502E67F> /Applications/Vuo Editor.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10091f000 - 0x100c7cfff +QtGui (5.1.1) <66E40606-3499-3E1A-B6B7-08E97AB8FE10> /Applications/Vuo Editor.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x100d81000 - 0x101216fff +QtWidgets (5.1.1) <31D39229-F2DE-3B38-86EA-F357B82292D5> /Applications/Vuo Editor.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x1013a9000 - 0x1013d2ff7 +QtPrintSupport (5.1.1) <0EC79087-5E3F-3C0B-AC59-BD919F0EF2A3> /Applications/Vuo Editor.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x1013f3000 - 0x101402ff7 +QtMacExtras (5.1) <2BE6DD3D-7A29-34C4-BCFB-35A44C9D2024> /Applications/Vuo Editor.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
0x10140f000 - 0x10304ef97 +org.vuo.framework (0.5.5 [r20764 on 2014.01.23] - 0) <921982EE-8C2A-3159-90DE-CBB6AD219224> /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Vuo
0x103a12000 - 0x103a16fff com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x103a1d000 - 0x103a20ff7 +libVuoGlContext.dylib (0) <1552613B-3DFB-3672-9C4B-7C846793F402> /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Modules/libVuoGlContext.dylib
0x103a26000 - 0x103a45ff7 +libVuoGlPool.dylib (0) <37E5E755-6C73-31C8-9D5A-693BCF431B8D> /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Modules/libVuoGlPool.dylib
0x103a7f000 - 0x103a80fff +libxdot.4.dylib (0) /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libxdot.4.dylib
0x103a83000 - 0x103a99fff +libgvplugin_dot_layout.6.dylib (0) <381A0A55-7ED4-303C-8C2D-C0FF76BF72E8> /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libgvplugin_dot_layout.6.dylib
0x103aa7000 - 0x103ab3fff +libgvplugin_core.6.dylib (0) /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libgvplugin_core.6.dylib
0x103abb000 - 0x103b0ffff +libgvc.6.dylib (0) /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libgvc.6.dylib
0x103b2c000 - 0x103b31fff +libpathplan.4.dylib (0) /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libpathplan.4.dylib
0x103b34000 - 0x103b3cfff +libgraph.5.dylib (0) /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libgraph.5.dylib
0x103b41000 - 0x103b45fff +libcdt.5.dylib (0) <224144D3-595D-3D4F-8F40-FAA45CDAF248> /Applications/Vuo Editor.app/Contents/Frameworks/Vuo.framework/Versions/0.5.5/Frameworks/graphviz.framework/libcdt.5.dylib
0x103b7a000 - 0x103b87fff +libVuoInputEditorColor.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorColor.dylib
0x103e4f000 - 0x103e4fff9 +cl_kernels (???) <02E724FF-FE95-4528-8F6A-9D3ADE522DF5> cl_kernels
0x103e54000 - 0x103e55ff4 +cl_kernels (???) <58C497A1-FB32-40C0-9B5D-E87A3AC67F4E> cl_kernels
0x103e6a000 - 0x103e7eff7 +libVuoInputEditorBlendMode.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorBlendMode.dylib
0x103f13000 - 0x103f9efff +libqcocoa.dylib (0) <33B17F71-F037-3BD2-BA83-415491515F1C> /Applications/Vuo Editor.app/Contents/Frameworks/QtPlugins/platforms/libqcocoa.dylib
0x106cd9000 - 0x106cebff7 +libVuoInputEditorFont.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorFont.dylib
0x106d1e000 - 0x106d2efff +libVuoInputEditorInteger.dylib (0) <584158DA-6DBF-3B5F-B30C-1EBBFC343B2A> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorInteger.dylib
0x106d6e000 - 0x106d81fff +libVuoInputEditorBoolean.dylib (0) <03014A51-C2C7-3B9D-965B-165E9194CAC9> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorBoolean.dylib
0x106d99000 - 0x106daffff +libVuoInputEditorCurve.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorCurve.dylib
0x106dc7000 - 0x106dd8fff +libVuoInputEditorReal.dylib (0) <834B2EEF-5743-3AB5-85CF-2253D7E448C6> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorReal.dylib
0x106def000 - 0x106df3ffd libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x10850a000 - 0x10851eff7 +libVuoInputEditorCurveDomain.dylib (0) <0E20AA29-BC41-3A08-9618-D9537D996428> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorCurveDomain.dylib
0x10bccb000 - 0x10bcdefff +libVuoInputEditorGradientNoise.dylib (0) <350D524C-F8DA-3905-9DDF-288930D42496> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorGradientNoise.dylib
0x10c30c000 - 0x10c3afff7 ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x10d380000 - 0x10d393ff7 +libVuoInputEditorLoopType.dylib (0) <768697E2-F146-3CBD-B5C3-D476836592D4> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorLoopType.dylib
0x10d3ab000 - 0x10d3bfff7 +libVuoInputEditorPoint2d.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorPoint2d.dylib
0x10d3d4000 - 0x10d3e7fff +libVuoInputEditorWave.dylib (0) <313F6BEB-4824-32E5-A830-0EF01647B3CD> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorWave.dylib
0x10e75a000 - 0x10e77cff7 +libVuoInputEditorPoint3d.dylib (0) <2CCC4AFC-C3F5-38DC-8194-576C7ED2FB22> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorPoint3d.dylib
0x10e7ae000 - 0x10e7c1ff7 +libVuoInputEditorWrapMode.dylib (0) <7BB71772-FBD4-3C18-AB77-9C3F9C4840E5> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorWrapMode.dylib
0x10f800000 - 0x10f824ff7 +libVuoInputEditorPoint4d.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorPoint4d.dylib
0x10f856000 - 0x10fe57fef +libVuoInputEditorPointableType.dylib (0) /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorPointableType.dylib
0x11007b000 - 0x1104ddfff +libVuoInputEditorText.dylib (0) <5FD01E7F-8735-35C1-8A6D-3B818207F27A> /Applications/Vuo Editor.app/Contents/Resources/InputEditors/libVuoInputEditorText.dylib
0x110536000 - 0x11055bfff +libqtaccessiblewidgets.dylib (0) <2BF070A3-E056-3A17-9925-D8D1A5416A7F> /Applications/Vuo Editor.app/Contents/Frameworks/QtPlugins/accessible/libqtaccessiblewidgets.dylib
0x112656000 - 0x11273cfef unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff6af4f000 - 0x7fff6af82817 dyld (239.3) /usr/lib/dyld
0x7fff87918000 - 0x7fff87a88ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff87a89000 - 0x7fff87ab1ffb libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff87b54000 - 0x7fff87b61ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff87b62000 - 0x7fff87b65fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff87b66000 - 0x7fff87e3afc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff87e3b000 - 0x7fff87e42ff7 liblaunch.dylib (842.1.4) /usr/lib/system/liblaunch.dylib
0x7fff87f66000 - 0x7fff87f68ff7 com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff87f70000 - 0x7fff87f74fff libsystem_stats.dylib (93.1.26) /usr/lib/system/libsystem_stats.dylib
0x7fff87f91000 - 0x7fff87fb8ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff87fb9000 - 0x7fff88039fff com.apple.CoreSymbolication (3.0 - 141) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8817a000 - 0x7fff8817ffff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff88180000 - 0x7fff88561ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8858a000 - 0x7fff8858ffff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88590000 - 0x7fff88661ff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff88668000 - 0x7fff886b5ff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff886b6000 - 0x7fff886baff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff886bb000 - 0x7fff886bffff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff886c0000 - 0x7fff886cbff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff886e6000 - 0x7fff886eeffc libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff886ef000 - 0x7fff887d9fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff8907d000 - 0x7fff8907fff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff8943c000 - 0x7fff895d8ff7 com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8988a000 - 0x7fff89913fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff89c67000 - 0x7fff89c6bff7 libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib
0x7fff89c6c000 - 0x7fff89c83fff com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff89c9a000 - 0x7fff89d0dffb com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff89d0e000 - 0x7fff89d16ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff89d17000 - 0x7fff89e06fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8a6cb000 - 0x7fff8a6d3fff libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8a6d4000 - 0x7fff8a6fbffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8a6fc000 - 0x7fff8a766ff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8a7f0000 - 0x7fff8a7f6ff7 libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib
0x7fff8a7f7000 - 0x7fff8a8afff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8a8b0000 - 0x7fff8a927fff com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8a928000 - 0x7fff8a928ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8a929000 - 0x7fff8a92bffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8abf5000 - 0x7fff8ac24fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8ac6c000 - 0x7fff8ac6efff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8bc4c000 - 0x7fff8bc86ff3 com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8bd54000 - 0x7fff8bda2ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
0x7fff8bda3000 - 0x7fff8be32fff com.apple.Metadata (10.7.0 - 800.12.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8be33000 - 0x7fff8be4ffff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8c0ff000 - 0x7fff8c16cfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8c171000 - 0x7fff8c17dff7 com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8c17e000 - 0x7fff8c189fff libkxld.dylib (2422.1.72) /usr/lib/system/libkxld.dylib
0x7fff8c2b7000 - 0x7fff8c40aff7 com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8c40b000 - 0x7fff8c430ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8c431000 - 0x7fff8c44cff7 libsystem_malloc.dylib (23.1.10) /usr/lib/system/libsystem_malloc.dylib
0x7fff8c44d000 - 0x7fff8c459ff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8c45a000 - 0x7fff8c47efff libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib
0x7fff8c4ae000 - 0x7fff8c4bfff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8c4c0000 - 0x7fff8c4cafff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8c6dd000 - 0x7fff8c6ddfff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8c703000 - 0x7fff8c70afff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8ccc9000 - 0x7fff8cd01ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8cd17000 - 0x7fff8cd1affc com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8ce82000 - 0x7fff8ce94fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8ce95000 - 0x7fff8ce96fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff8ce97000 - 0x7fff8ce9fff3 libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8cea0000 - 0x7fff8ced9ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8cf24000 - 0x7fff8d223fff com.apple.Foundation (6.9 - 1056) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8d51a000 - 0x7fff8d51bff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff8d53a000 - 0x7fff8d563fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8d564000 - 0x7fff8d5c7ff7 com.apple.SystemConfiguration (1.13 - 1.13) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8d5c8000 - 0x7fff8d5d8ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff8da10000 - 0x7fff8da12fff libCVMSPluginSupport.dylib (9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8da1d000 - 0x7fff8da52ffc com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8dab1000 - 0x7fff8dab2ff7 libsystem_sandbox.dylib (278.10) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8dabe000 - 0x7fff8db11fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8ddf1000 - 0x7fff8ddf3ff3 libsystem_configuration.dylib (596.12) /usr/lib/system/libsystem_configuration.dylib
0x7fff8ddf4000 - 0x7fff8ddf4fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8ddf5000 - 0x7fff8de03fff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8de11000 - 0x7fff8de18ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
0x7fff8de4b000 - 0x7fff8de99fff com.apple.opencl (2.3.57 - 2.3.57) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8de9a000 - 0x7fff8e2cdffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8e2ce000 - 0x7fff8e320fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff8e340000 - 0x7fff8e60eff4 com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8e60f000 - 0x7fff8e8b9ffd com.apple.HIToolbox (2.1 - 696) <1CFFF37B-C392-3088-B0A4-C08C55B2AF8F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8e8ba000 - 0x7fff8e943ff7 libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib
0x7fff8e944000 - 0x7fff8e98bff7 libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib
0x7fff8e9c3000 - 0x7fff8e9efff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8e9f4000 - 0x7fff8e9f4fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8e9f5000 - 0x7fff8e9f6ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8ea92000 - 0x7fff8ea9fff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8eb03000 - 0x7fff8eb03fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8eb1d000 - 0x7fff8eb20ffa libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8eb21000 - 0x7fff8eb2aff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8ec4a000 - 0x7fff8ecfaff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8ef6f000 - 0x7fff8ef70ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8ef71000 - 0x7fff8f058ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8f077000 - 0x7fff8f0befff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8f0bf000 - 0x7fff8f0c9ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8f0ca000 - 0x7fff8f0f9fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8f16c000 - 0x7fff8f1aeff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff8f1af000 - 0x7fff8f272ff7 com.apple.backup.framework (1.5.1 - 1.5.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8f273000 - 0x7fff8f27afff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8f2da000 - 0x7fff8f2e3fff com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8f2e4000 - 0x7fff8f3c8fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8f42e000 - 0x7fff8f440ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8f441000 - 0x7fff8f441fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8f442000 - 0x7fff8f445fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8fd20000 - 0x7fff8fd26fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff8fd68000 - 0x7fff8fd8dff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8fd8e000 - 0x7fff8fde7fff libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff90987000 - 0x7fff909c5ff7 libGLImage.dylib (9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff90bb7000 - 0x7fff90e0fff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff90e10000 - 0x7fff90e1efff com.apple.opengl (9.0.83 - 9.0.83) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff90e26000 - 0x7fff90e81ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff90e8c000 - 0x7fff90e8ffff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff90e90000 - 0x7fff90eacff7 libsystem_kernel.dylib (2422.1.72) /usr/lib/system/libsystem_kernel.dylib
0x7fff90ec9000 - 0x7fff90ef8ff5 com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff90ef9000 - 0x7fff90efaff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff90efb000 - 0x7fff90f14ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff90f15000 - 0x7fff90f19fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff90f1a000 - 0x7fff90fe5fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff91015000 - 0x7fff911cdff3 libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib
0x7fff911ce000 - 0x7fff911dfff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff911e0000 - 0x7fff912d1ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff91441000 - 0x7fff9144afff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9144b000 - 0x7fff91466ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff91467000 - 0x7fff9146bff7 libGIF.dylib (1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9146c000 - 0x7fff914c4ff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff91559000 - 0x7fff91563ff7 com.apple.CrashReporterSupport (10.9 - 538) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff91564000 - 0x7fff9157efff libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib
0x7fff91588000 - 0x7fff915ecff9 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff91699000 - 0x7fff91778fff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib
0x7fff91878000 - 0x7fff918a0ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff91967000 - 0x7fff91993fff com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff91994000 - 0x7fff91bdcfff com.apple.CoreData (107 - 481) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff91bdd000 - 0x7fff91c1cfff libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff91c34000 - 0x7fff91c3ffff libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff91d08000 - 0x7fff91d31ff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib
0x7fff91d32000 - 0x7fff91d33fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff91d34000 - 0x7fff91d41fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff91d42000 - 0x7fff91d42fff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff91db1000 - 0x7fff91df6ff6 com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff91e03000 - 0x7fff91ef1fff libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff91ef2000 - 0x7fff91ef9ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff9219c000 - 0x7fff921b5ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff921ef000 - 0x7fff922b8fff com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff922b9000 - 0x7fff922feff7 libcurl.4.dylib (78) /usr/lib/libcurl.4.dylib
0x7fff922ff000 - 0x7fff92300ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff92301000 - 0x7fff92303fff libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff92304000 - 0x7fff92314fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff92315000 - 0x7fff92356fff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff92357000 - 0x7fff92487ff7 com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff924af000 - 0x7fff924e3fff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib
0x7fff924e4000 - 0x7fff924e4ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff924e7000 - 0x7fff924f0ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff92686000 - 0x7fff928cdff4 com.apple.RawCamera.bundle (4.08 - 709) <4BA16655-6A88-351C-863D-8101F0FFE599> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff928da000 - 0x7fff9290bfff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff929df000 - 0x7fff929e9ff7 libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
0x7fff929ea000 - 0x7fff92a0cfff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff92a25000 - 0x7fff92b2afff com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff92b2e000 - 0x7fff92bb9fff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib
0x7fff92bba000 - 0x7fff92bbbfff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff92bbc000 - 0x7fff92bc7ff7 com.apple.DirectoryService.Framework (10.9 - 173.1.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff92bc8000 - 0x7fff92bcdff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff92bce000 - 0x7fff92bd1ff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff92bd2000 - 0x7fff92c02fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff92c03000 - 0x7fff92c03ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff92c04000 - 0x7fff92cc6ff1 com.apple.CoreText (352.0 - 367.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff92d85000 - 0x7fff92d88ff7 libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib
0x7fff92df1000 - 0x7fff92e60ff1 com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff931d8000 - 0x7fff9323cff3 com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff9328a000 - 0x7fff93574fff com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff93575000 - 0x7fff935c6ff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff935c8000 - 0x7fff935e0ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9393d000 - 0x7fff9393eff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff9393f000 - 0x7fff9395aff7 libPng.dylib (1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff9395b000 - 0x7fff93b40ff7 com.apple.CoreFoundation (6.9 - 855.11) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff93b41000 - 0x7fff946b5ff7 com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff946f5000 - 0x7fff948a2f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff94921000 - 0x7fff9496ffff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff949e0000 - 0x7fff94b4eff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff94b90000 - 0x7fff94b9dff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff94b9e000 - 0x7fff94badff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff94bae000 - 0x7fff94c3aff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff94c3b000 - 0x7fff94c53ff7 com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff94c54000 - 0x7fff94c78ff7 libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff94c79000 - 0x7fff9559505f com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

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

VM Region Summary:
ReadOnly portion of Libraries: Total=236.1M resident=97.2M(41%) swapped_out_or_unallocated=138.9M(59%)
Writable regions: Total=159.4M written=71.6M(45%) resident=56.4M(35%) swapped_out=33.6M(21%) unallocated=102.9M(65%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 5664K
CG image 12K
CG raster data 24K
CG shared images 212K
CoreAnimation 4K
CoreImage 8K
Dispatch continuations 4096K
Foundation 4K
Kernel Alloc Once 8K
MALLOC 122.0M
MALLOC (admin) 32K
Memory Tag 242 12K
OpenCL 20K
STACK GUARD 56.0M
Stack 9824K
VM_ALLOCATE 16.4M
__DATA 21.9M
__IMAGE 528K
__LINKEDIT 82.7M
__TEXT 153.5M
__UNICODE 544K
mapped file 86.6M
shared memory 4K
=========== =======
TOTAL 559.5M

Model: MacBookPro5,1, BootROM MBP51.007E.B06, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.33f8
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334448312D4346382020
Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334448312D4346382020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 2 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS543232L9SA02, 320.07 GB
Serial ATA Device: MATSHITADVD-R UJ-868
USB Device: Built-in iSight
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
Thunderbolt Bus:

@architek1: We just published Vuo 0.5.6, which we believe solves this problem. Please give it a try and let me know how it works for you.