1.3 Crashes on transpose on Mac OS 10.9

• Nov 29, 2013 - 18:57

I created the attached score on Mac OS 10.8 using Musescore 1.3 (I think might have been 1.2--don't have access to the computer that was used). I then installed MS 1.3 on my 10.9 laptop (Retina 13" late 2013 Macbook) and opened the score to transpose it. I was able to transpose by interval once or twice, but after that all attempts to transpose this score cause MS to crash after about a 2 second pause.

The steps I take to transpose are:

* open file
* Notes > Transpose. Transpose whole score? Yes.
** see attached screen shot of my transpose options
* As soon as I click Okay, MS crashes

Let me know if you need more details.

I was able to transpose this score by borrowing a MacBook running 10.8.5 which had MS 1.2 installed. Transposing this same score worked fine.

Maybe I'll try downgrading to 1.2 on my 10.9 Macbook...

I continue to love Musescore. I've turn a bunch of my musician friends on to it.


Comments

In reply to by [DELETED] 5

Mostly any transposition with "Transpose key signatures" will crash on 10.9 / MuseScore 1.3

The crash stack is:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libstdc++.6.dylib 0x00007fff8952e74e std::_Rb_tree_increment(std::_Rb_tree_node_base*) + 16
1 net.sourceforge.mscore 0x000000010025f890 Score::transposeKeys(int, int, int, int, int) + 336
2 net.sourceforge.mscore 0x000000010025f405 Score::transpose() + 3189

If it can help you :)

I’ll try to compile it to see if I can get you more details.

Control-click first measure.
Click "staff properties"
Click "change instrument"
(choose instrument)
CRASH

Log:
Process: mscore [15070]
Path: /Applications/MuseScore 2.app/Contents/MacOS/mscore
Identifier: net.sourceforge.mscore
Version: 1.3 (1.3)
Code Type: X86-64 (Native)
Parent Process: launchd [213]
Responsible: mscore [15070]
User ID: 502

Date/Time: 2014-06-05 16:58:12.276 -0400
OS Version: Mac OS X 10.9.3 (13D65)
Report Version: 11
Anonymous UUID: FD699E43-DE6E-7F55-7544-BA2A0D9FC723

Sleep/Wake UUID: AFA8376E-32D5-41C7-A501-6B631198A22E

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libstdc++.6.dylib 0x00007fff8640e74e std::_Rb_tree_increment(std::_Rb_tree_node_base*) + 16
1 net.sourceforge.mscore 0x000000010025f890 Score::transposeKeys(int, int, int, int, int) + 336
2 net.sourceforge.mscore 0x000000010025fa65 Score::cmdTransposeStaff(int, Interval, bool) + 85
3 net.sourceforge.mscore 0x000000010017c4b6 Part::setInstrument(Instrument const&) + 806
4 net.sourceforge.mscore 0x000000010020e45b ChangePart::flip() + 43
5 net.sourceforge.mscore 0x0000000100208731 UndoStack::push(UndoCommand*) + 81
6 net.sourceforge.mscore 0x00000001002457c1 EditStaff::apply() + 833
7 net.sourceforge.mscore 0x000000010024545b EditStaff::bboxClicked(QAbstractButton*) + 59
8 QtCore 0x000000010544c1ee QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566
9 QtGui 0x000000010498a06e QDialogButtonBox::clicked(QAbstractButton*) + 46
10 QtGui 0x000000010498a115 QDialogButtonBox::qt_metacast(char const*) + 165
11 QtCore 0x000000010544c1ee QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566
12 QtGui 0x0000000104c38321 QAbstractButton::clicked(bool) + 49
13 QtGui 0x000000010495b5c0 QAbstractButton::mousePressEvent(QMouseEvent*) + 208
14 QtGui 0x000000010495c7fa QAbstractButton::keyPressEvent(QKeyEvent*) + 778
15 QtGui 0x000000010495ca51 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 113
16 QtGui 0x0000000104614355 QWidget::event(QEvent*) + 2421
17 QtGui 0x000000010495b848 QAbstractButton::event(QEvent*) + 40
18 QtGui 0x00000001049f7595 QPushButton::event(QEvent*) + 69
19 QtGui 0x00000001045b79ed QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
20 QtGui 0x00000001045be590 QApplication::notify(QObject*, QEvent*) + 2384
21 QtCore 0x000000010543420c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
22 QtGui 0x00000001045bbfdd QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) + 333
23 QtGui 0x000000010456bacb QMacCocoaAutoReleasePool::~QMacCocoaAutoReleasePool() + 18779
24 com.apple.AppKit 0x00007fff8cf43145 -[NSWindow sendEvent:] + 781
25 QtGui 0x00000001045586b7 QWidget::grabMouse(QCursor const&) + 3895
26 com.apple.AppKit 0x00007fff8cee45d4 -[NSApplication sendEvent:] + 2021
27 QtGui 0x0000000104565bf4 QMacInputContext::reset() + 45364
28 com.apple.AppKit 0x00007fff8d09fea5 -[NSApplication _realDoModalLoop:peek:] + 761
29 com.apple.AppKit 0x00007fff8d0d6505 -[NSApplication runModalSession:] + 71
30 QtGui 0x00000001045708ee QDesktopWidget::resizeEvent(QResizeEvent*) + 12638
31 QtCore 0x0000000105433114 QEventLoop::processEvents(QFlags) + 68
32 QtCore 0x00000001054334c4 QEventLoop::exec(QFlags) + 324
33 QtGui 0x0000000104a5fd55 QDialog::exec() + 229
34 net.sourceforge.mscore 0x000000010002e767 ScoreView::measurePopup(QPoint const&, Measure*) + 2487
35 net.sourceforge.mscore 0x0000000100039d14 ScoreView::contextPopup(QMouseEvent*) + 180
36 QtCore 0x00000001054752af QStateMachinePrivate::executeTransitionContent(QEvent*, QList const&) + 79
37 QtCore 0x000000010547c1d8 QStateMachinePrivate::microstep(QEvent*, QList const&) + 72
38 QtCore 0x000000010547c447 QStateMachinePrivate::_q_process() + 503
39 QtCore 0x000000010547f3c0 QStateMachinePrivate::handleFilteredEvent(QObject*, QEvent*) + 224
40 QtCore 0x000000010547f47d QStateMachine::eventFilter(QObject*, QEvent*) + 13
41 QtCore 0x0000000105433cb7 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 151
42 QtGui 0x00000001045b79be QApplicationPrivate::notify_helper(QObject*, QEvent*) + 142
43 QtGui 0x00000001045be590 QApplication::notify(QObject*, QEvent*) + 2384
44 QtCore 0x000000010543420c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
45 QtGui 0x00000001045bbfdd QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) + 333
46 QtGui 0x000000010456bacb QMacCocoaAutoReleasePool::~QMacCocoaAutoReleasePool() + 18779
47 com.apple.AppKit 0x00007fff8cf45a58 -[NSWindow sendEvent:] + 11296
48 QtGui 0x0000000104560bb7 QMacInputContext::reset() + 24823
49 com.apple.AppKit 0x00007fff8cee45d4 -[NSApplication sendEvent:] + 2021
50 QtGui 0x0000000104565bf4 QMacInputContext::reset() + 45364
51 com.apple.AppKit 0x00007fff8cd34a19 -[NSApplication run] + 646
52 QtGui 0x0000000104570a80 QDesktopWidget::resizeEvent(QResizeEvent*) + 13040
53 QtCore 0x0000000105433114 QEventLoop::processEvents(QFlags) + 68
54 QtCore 0x00000001054334c4 QEventLoop::exec(QFlags) + 324
55 QtCore 0x0000000105435bac QCoreApplication::exec() + 188
56 net.sourceforge.mscore 0x00000001001503d5 main + 8693
57 net.sourceforge.mscore 0x0000000100007aea _start + 248
58 net.sourceforge.mscore 0x00000001000079f1 start + 33

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8a00a662 kevent64 + 10
1 libdispatch.dylib 0x00007fff82a8f421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff82a8f136 _dispatch_mgr_thread + 52

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8a0099aa __select + 10
1 com.apple.CoreFoundation 0x00007fff8c61fab3 __CFSocketManager + 867
2 libsystem_pthread.dylib 0x00007fff8911b899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff8911b72a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff8911ffc9 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8a005a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a004d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8c5d3fc5 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8c5d35e9 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8c5d2f25 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff8cee105e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff8911b899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8911b72a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8911ffc9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8a005a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a004d18 mach_msg + 64
2 com.apple.audio.midi.CoreMIDI 0x00000001056d05a7 XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
3 com.apple.audio.midi.CoreMIDI 0x00000001056eb1c1 MIDIProcess::RunMIDIInThread() + 121
4 com.apple.audio.midi.CoreMIDI 0x00000001056d163c XThread::RunHelper(void*) + 10
5 com.apple.audio.midi.CoreMIDI 0x00000001056d12a1 CAPThread::Entry(CAPThread*) + 109
6 libsystem_pthread.dylib 0x00007fff8911b899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8911b72a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8911ffc9 thread_start + 13

Thread 5:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff8a005a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a004d18 mach_msg + 64
2 com.apple.audio.CoreAudio 0x00007fff81f19918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff81f198a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff81f1802e HALC_ProxyIOContext::IOWorkLoop() + 950
5 com.apple.audio.CoreAudio 0x00007fff81f17bcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6 com.apple.audio.CoreAudio 0x00007fff81f17a8d HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff8911b899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff8911b72a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff8911ffc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8a009716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8911dc3b _pthread_cond_wait + 727
2 QtScript 0x00000001023679d6 0x10220d000 + 1419734
3 QtScript 0x0000000102367a19 0x10220d000 + 1419801
4 libsystem_pthread.dylib 0x00007fff8911b899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff8911b72a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff8911ffc9 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff8a009e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8911cf08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8911ffb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x006e005c005bc320 rbx: 0x00000000fffffffe rcx: 0x006e005c005bc320 rdx: 0x000060800065bd80
rdi: 0x000060000005d970 rsi: 0x000060800065de20 rbp: 0x00007fff5fbfbb70 rsp: 0x00007fff5fbfbb70
r8: 0x0000000000000040 r9: 0x00007fff5fbfb900 r10: 0x00007fff836ce2a8 r11: 0x00000000062992cc
r12: 0x00007fff5fbfbbd8 r13: 0x00000000005d2028 r14: 0x0000000000007f80 r15: 0x000060000005d970
rip: 0x00007fff8640e74e rfl: 0x0000000000010202 cr2: 0x000000010020a210

Logical CPU: 2
Error Code: 0x00000000
Trap Number: 13

Binary Images:
0x100000000 - 0x1014e6ff7 +net.sourceforge.mscore (1.3 - 1.3) <3D993FEE-F734-3971-A505-081389DE55C3> /Applications/MuseScore 2.app/Contents/MacOS/mscore
0x101c4a000 - 0x102127fef +QtDesigner (4.8.4) <0D5626F8-906C-9F42-4017-1F84C6B5514C> /Applications/MuseScore 2.app/Contents/Frameworks/QtDesigner.framework/Versions/4/QtDesigner
0x10220d000 - 0x102466ff7 +QtScript (4.8.4) <73EE233F-4C49-0AEC-A02F-D8402CE0F018> /Applications/MuseScore 2.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
0x1024bf000 - 0x10250ffef +QtSvg (4.8.4) <9E293F3C-9919-26DD-BAAB-7BA75E487E93> /Applications/MuseScore 2.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x102525000 - 0x103b77ff7 +QtWebKit (4.9.3) <6F06A446-57FA-621E-CBF7-7C4EAE419FCB> /Applications/MuseScore 2.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x103f24000 - 0x103fcffff +QtScriptTools (4.8.4) <2CEB51EC-98F2-F978-5477-40625DCBDC3B> /Applications/MuseScore 2.app/Contents/Frameworks/QtScriptTools.framework/Versions/4/QtScriptTools
0x103ffb000 - 0x1044aaff7 +QtXmlPatterns (4.8.4) /Applications/MuseScore 2.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
0x10452e000 - 0x104f49fef +QtGui (4.8.4) <7E72D670-7AEF-3C9A-C7E4-E60A6167CC68> /Applications/MuseScore 2.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x105128000 - 0x105165fe7 +QtXml (4.8.4) <8AAD789E-934F-ECC1-456C-B8FFE4DB9E68> /Applications/MuseScore 2.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0x105177000 - 0x1052b9fff +QtNetwork (4.8.4) /Applications/MuseScore 2.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x1052f2000 - 0x1055cbfef +QtCore (4.8.4) <066143BB-EB51-053C-84CE-D3EBDA45466A> /Applications/MuseScore 2.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x105637000 - 0x105648ff7 +libportaudio.2.dylib (3) <78810542-18E2-3116-AA97-6B3D3CBE9C29> /Applications/MuseScore 2.app/Contents/Frameworks/libportaudio.2.dylib
0x10564d000 - 0x10565eff7 +libz.1.dylib (1.2.6) <00F020DF-3243-3815-8EBA-5A8BE24B5AC2> /Applications/MuseScore 2.app/Contents/Frameworks/libz.1.dylib
0x105662000 - 0x1056b8ff7 +libsndfile.1.dylib (2.25) /Applications/MuseScore 2.app/Contents/Frameworks/libsndfile.1.dylib
0x1056c3000 - 0x1056feff2 com.apple.audio.midi.CoreMIDI (1.10 - 88) <1EA92CDE-75AB-354C-99E5-BB5763AF988C> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x105726000 - 0x105768fff +libFLAC.8.dylib (11) /Applications/MuseScore 2.app/Contents/Frameworks/libFLAC.8.dylib
0x105774000 - 0x105a0fff7 +libvorbisenc.2.dylib (3.8) <69877513-A8E6-3F53-87AE-B606C8783B3A> /Applications/MuseScore 2.app/Contents/Frameworks/libvorbisenc.2.dylib
0x105a29000 - 0x105a51fff +libvorbis.0.dylib (5.5) <7FC97497-722C-3514-997B-B645DA19AE5E> /Applications/MuseScore 2.app/Contents/Frameworks/libvorbis.0.dylib
0x105a56000 - 0x105a59ff7 +libogg.0.dylib (9) <18EFF01D-DF15-3846-A6A5-27371E775F49> /Applications/MuseScore 2.app/Contents/Frameworks/libogg.0.dylib
0x10979d000 - 0x1097b8ff9 com.apple.security.csparser (3.0 - 55471.14.4) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x1097cc000 - 0x1097d4ff3 libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x1097dc000 - 0x109804ffb libRIP.A.dylib (599.23.13) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x1098a1000 - 0x109944ff7 ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x10998c000 - 0x10998fffa libCGXType.A.dylib (599.23.13) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x10999f000 - 0x1099a3ff7 +libqsvg.dylib (0) <776A555C-6C36-2980-89F7-2DA6F7C85538> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqsvg.dylib
0x10a48d000 - 0x10a4c8ff7 +libqjpeg.dylib (0) <9BE88623-4718-616C-4AE8-36E71E5ECBBD> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x10addc000 - 0x10ade0ffd com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10aeb0000 - 0x10aeb9fff +libqsvgicon.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/iconengines/libqsvgicon.dylib
0x10aebe000 - 0x10aec4ff7 +libqgif.dylib (0) <4E080148-B67D-A059-B570-00F0033ED529> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqgif.dylib
0x10aec8000 - 0x10aeccfff +libqtga.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqtga.dylib
0x10b0db000 - 0x10b0e1ff7 +libqico.dylib (0) <2DAC98AE-2754-9910-6A6F-F2B2B8B86140> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqico.dylib
0x10b0e6000 - 0x10b13afe7 +libqmng.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqmng.dylib
0x10b142000 - 0x10b197fe7 +libqtiff.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x10bac3000 - 0x10bac9ff7 libCGXCoreImage.A.dylib (599.23.13) <9268220D-A9A2-3DCA-964E-196CCD68B04F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x10bae2000 - 0x10bae2feb +cl_kernels (???) cl_kernels
0x10ca83000 - 0x10cb69fef unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x10e4c7000 - 0x10e698fff com.apple.audio.units.Components (1.10 - 1.10) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x7fff6787b000 - 0x7fff678ae817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
0x7fff810c0000 - 0x7fff8114bfff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib
0x7fff816ad000 - 0x7fff8185af27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff818b8000 - 0x7fff81948ff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8198b000 - 0x7fff81afbff4 com.apple.CFNetwork (673.4 - 673.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff81afc000 - 0x7fff81b02fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff81b44000 - 0x7fff81b45ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff81b4b000 - 0x7fff81b53ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff81eed000 - 0x7fff81eeeff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff81ef1000 - 0x7fff81f42ff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff81f43000 - 0x7fff820b1ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff820b2000 - 0x7fff821a1fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff821a2000 - 0x7fff821ceff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff821cf000 - 0x7fff821dbff7 com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff821dd000 - 0x7fff821e1fff 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
0x7fff82280000 - 0x7fff822ccffe com.apple.CoreMediaIO (407.0 - 4561) <040A98E4-F480-315B-BCEE-C18AF686492C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff826d6000 - 0x7fff826dbfff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff826dc000 - 0x7fff8281dfff com.apple.QTKit (7.7.3 - 2826.19) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff82886000 - 0x7fff8288bfff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8288c000 - 0x7fff8288cffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff828ee000 - 0x7fff82a8aff3 com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff82a8c000 - 0x7fff82aa6fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff8336d000 - 0x7fff8363dffc com.apple.CoreImage (9.2.8) <1509987F-5671-3AE3-91C7-18E952ED90C7> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff83685000 - 0x7fff8370eff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff83736000 - 0x7fff83765ff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff83766000 - 0x7fff8376dfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff837b8000 - 0x7fff837c2ff7 libcsfde.dylib (380) /usr/lib/libcsfde.dylib
0x7fff838d4000 - 0x7fff838e6ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff838e7000 - 0x7fff8390cff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8393c000 - 0x7fff83940ff7 libGIF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff83941000 - 0x7fff83945ff7 libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
0x7fff83bd8000 - 0x7fff83bdcff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib
0x7fff83bdd000 - 0x7fff83bdefff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff83bdf000 - 0x7fff83becff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff83bed000 - 0x7fff83c51fff com.apple.datadetectorscore (5.0 - 354.4) <37093186-6019-3071-8D67-F3EF429F8F08> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff83c53000 - 0x7fff83cc2ff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff83cc3000 - 0x7fff845e2f43 com.apple.CoreGraphics (1.600.0 - 599.23.13) <3A1952C7-1D67-3DEC-A5AB-5399FF4F2A92> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff845ff000 - 0x7fff84617ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff84618000 - 0x7fff8461aff7 com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8461b000 - 0x7fff84638ff7 com.apple.framework.Apple80211 (9.3.2 - 932.59) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff84639000 - 0x7fff84937fff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff84938000 - 0x7fff84950ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff84951000 - 0x7fff8499fff7 com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff849c7000 - 0x7fff84a50fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff84a51000 - 0x7fff84a75fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff84a76000 - 0x7fff84a83ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff84a84000 - 0x7fff84d6efff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff84d6f000 - 0x7fff84d70fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff84d71000 - 0x7fff84d7efff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff84d7f000 - 0x7fff850b5fff com.apple.MediaToolbox (1.0 - 1273.54) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff850d0000 - 0x7fff850d9ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8569d000 - 0x7fff856f8ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8570b000 - 0x7fff85726ff7 libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff85727000 - 0x7fff857f2fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff85806000 - 0x7fff85806ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff85807000 - 0x7fff85ab1ff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff85abb000 - 0x7fff85ac2fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff85f0b000 - 0x7fff85f0bfff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff85f27000 - 0x7fff85f31ff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff85fbf000 - 0x7fff85fbffff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff85fc0000 - 0x7fff85fc0fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff85fc1000 - 0x7fff85fcbff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff85fcc000 - 0x7fff85fd0fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff85fd1000 - 0x7fff860b5fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff860b6000 - 0x7fff860fdfff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86150000 - 0x7fff86195ff6 com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff86196000 - 0x7fff861afff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff861b0000 - 0x7fff86268ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff86269000 - 0x7fff8626bfff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8626c000 - 0x7fff862abfff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff862af000 - 0x7fff862b0fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff862b1000 - 0x7fff86318ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff86319000 - 0x7fff86351ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8637e000 - 0x7fff863f5fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff863f6000 - 0x7fff86401ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff86402000 - 0x7fff86450ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
0x7fff864ff000 - 0x7fff86505ff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff86525000 - 0x7fff86613fff libJP2.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff86655000 - 0x7fff86657fff libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff86658000 - 0x7fff86682ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff86683000 - 0x7fff8670fff7 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
0x7fff86715000 - 0x7fff8671dff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff8671e000 - 0x7fff8672effb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff86921000 - 0x7fff86952ff7 libTrueTypeScaler.dylib (111.1) <697E72D0-8D79-3BB7-8AF5-46875AC9A4BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff86953000 - 0x7fff86953fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff86954000 - 0x7fff8697bff7 com.apple.shortcut (2.6 - 2.6) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff8698f000 - 0x7fff869aaff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff86a19000 - 0x7fff86a26ff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff86a27000 - 0x7fff86a3effa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff86a3f000 - 0x7fff86a41fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff86a43000 - 0x7fff86e1afef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff86e1b000 - 0x7fff87075ffd com.apple.security (7.0 - 55471.14.4) <1D5DA20E-DB48-3E1D-9BF5-BAA694192B25> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff87076000 - 0x7fff8734afc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8734b000 - 0x7fff8734dfff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8734e000 - 0x7fff87351fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff875c7000 - 0x7fff87619fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff87632000 - 0x7fff8763afff libsystem_dnssd.dylib (522.90.2) /usr/lib/system/libsystem_dnssd.dylib
0x7fff87676000 - 0x7fff8769bff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8769c000 - 0x7fff876a8ff7 com.apple.HelpData (2.1.4 - 90) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff876a9000 - 0x7fff876e4fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff876e5000 - 0x7fff876ebff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff87732000 - 0x7fff87735ff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
0x7fff87736000 - 0x7fff8777bfff libcurl.4.dylib (78.92.2) /usr/lib/libcurl.4.dylib
0x7fff877c8000 - 0x7fff877e0fff libexpat.1.dylib (12) <97F4A9A7-CB3E-3BBF-9314-4997FC770E52> /usr/lib/libexpat.1.dylib
0x7fff87921000 - 0x7fff87938ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff87939000 - 0x7fff879a6fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff87b29000 - 0x7fff87b34fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff87bd9000 - 0x7fff87c3ffff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff87c5a000 - 0x7fff87c6cfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff87c6d000 - 0x7fff87c88ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff87c89000 - 0x7fff87cb8fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff87cc4000 - 0x7fff87cd2fff com.apple.CommerceCore (1.0 - 42) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff87cd3000 - 0x7fff87cd5fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff87cd6000 - 0x7fff87cd7ff7 libsystem_sandbox.dylib (278.11) /usr/lib/system/libsystem_sandbox.dylib
0x7fff87cd8000 - 0x7fff87f6bfff com.apple.RawCamera.bundle (5.05 - 743) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff87f6c000 - 0x7fff87f6effb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff87f6f000 - 0x7fff87f74ff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff88134000 - 0x7fff88181fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff88187000 - 0x7fff881b8ff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib
0x7fff881b9000 - 0x7fff882e9ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff882ea000 - 0x7fff883acff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff883b3000 - 0x7fff88406fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff88407000 - 0x7fff88466fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <7F86A7C3-7B7D-3CD7-9758-CA74FB4DE2CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff88467000 - 0x7fff886afff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff886b0000 - 0x7fff886b2ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff886b3000 - 0x7fff886c6ff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff88858000 - 0x7fff888bdffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff88968000 - 0x7fff8899dffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8899e000 - 0x7fff8899efff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff88b52000 - 0x7fff88b93fff com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff88b94000 - 0x7fff88bc4fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff88bc5000 - 0x7fff88d7dffb libicucore.A.dylib (511.32) /usr/lib/libicucore.A.dylib
0x7fff88e7d000 - 0x7fff88e86ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff8911a000 - 0x7fff89121ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff89122000 - 0x7fff89125ffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff89126000 - 0x7fff89150ff7 libsandbox.1.dylib (278.11) /usr/lib/libsandbox.1.dylib
0x7fff89151000 - 0x7fff8959ffef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff895de000 - 0x7fff8962bff2 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
0x7fff89634000 - 0x7fff8971bff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff89733000 - 0x7fff89734ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff8973e000 - 0x7fff89757ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8975d000 - 0x7fff89781ff7 libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8978c000 - 0x7fff8978cfff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff89790000 - 0x7fff89803fff com.apple.securityfoundation (6.0 - 55122.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff89804000 - 0x7fff89807fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8981b000 - 0x7fff89822ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
0x7fff89883000 - 0x7fff8988bff7 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
0x7fff8988c000 - 0x7fff898b5fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff898b6000 - 0x7fff898ddff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff89967000 - 0x7fff899a9ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff89ebb000 - 0x7fff89f14fff libTIFF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff89f15000 - 0x7fff89f17ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff89ff4000 - 0x7fff8a010ff7 libsystem_kernel.dylib (2422.100.13) <498AEBD7-4194-3CF2-AA16-D5D03FFBD8C0> /usr/lib/system/libsystem_kernel.dylib
0x7fff8a011000 - 0x7fff8a05ffff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff8a060000 - 0x7fff8a089ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8a08a000 - 0x7fff8a0c3ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8a0c4000 - 0x7fff8a1f3fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8a1f4000 - 0x7fff8a2b8ff7 com.apple.backup.framework (1.5.3 - 1.5.3) <088FEDED-BF5C-33F4-A51A-646C8149BDAA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8a36f000 - 0x7fff8a460ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff8a461000 - 0x7fff8a46aff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8a46b000 - 0x7fff8a54afff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib
0x7fff8a78c000 - 0x7fff8a794fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
0x7fff8b2c1000 - 0x7fff8b3abfff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff8b3ac000 - 0x7fff8b3bafff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8b3bb000 - 0x7fff8b3eaff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8b3eb000 - 0x7fff8b429ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8b453000 - 0x7fff8b487fff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib
0x7fff8b55d000 - 0x7fff8b562ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8b563000 - 0x7fff8b594fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b599000 - 0x7fff8b97affe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8b97b000 - 0x7fff8b97cff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8b97d000 - 0x7fff8b986fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8b9aa000 - 0x7fff8ba02ff7 com.apple.Symbolication (1.4 - 129.0.2) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8bae1000 - 0x7fff8baedff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8baee000 - 0x7fff8bb5afff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8bbf7000 - 0x7fff8bc08ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff8bc0b000 - 0x7fff8bd5fff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8bd60000 - 0x7fff8bd6afff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8bd6b000 - 0x7fff8bd7bfff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff8bd7c000 - 0x7fff8bd8dff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8bd8e000 - 0x7fff8bd99ff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8be19000 - 0x7fff8be3bfff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8be54000 - 0x7fff8be55ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8be56000 - 0x7fff8be59ff7 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
0x7fff8be5a000 - 0x7fff8bf23fff com.apple.LaunchServices (572.26 - 572.26) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8bf26000 - 0x7fff8bfa7fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8bfc4000 - 0x7fff8bfceff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8c01a000 - 0x7fff8c120ff7 com.apple.ImageIO.framework (3.3.0 - 1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8c121000 - 0x7fff8c554ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8c555000 - 0x7fff8c555ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8c563000 - 0x7fff8c748fff com.apple.CoreFoundation (6.9 - 855.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8c75d000 - 0x7fff8c82eff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8c8d2000 - 0x7fff8c8ddfff libkxld.dylib (2422.100.13) <67D079F8-6C48-3F42-9FBE-26F1ADA03DC4> /usr/lib/system/libkxld.dylib
0x7fff8c8de000 - 0x7fff8c8fafff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8c979000 - 0x7fff8c98ffff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8cafc000 - 0x7fff8cb5fffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8cbb6000 - 0x7fff8cbc5ff8 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
0x7fff8cbc6000 - 0x7fff8cbc9fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8cbca000 - 0x7fff8cc7aff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8ccd3000 - 0x7fff8cd1cfff com.apple.CoreMedia (1.0 - 1273.54) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8cd1d000 - 0x7fff8d893ff7 com.apple.AppKit (6.9 - 1265.20) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8d894000 - 0x7fff8d8bcffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8d8bd000 - 0x7fff8d8c4ff8 liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
0x7fff8d8c5000 - 0x7fff8d9e7fff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8e83b000 - 0x7fff8e83fff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8e840000 - 0x7fff8e887ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff8e913000 - 0x7fff8e914ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8e915000 - 0x7fff8e93cffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8ead3000 - 0x7fff8eb02fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8eb0f000 - 0x7fff8eb3bfff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal

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: 69115
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=272.3M resident=96.5M(35%) swapped_out_or_unallocated=175.8M(65%)
Writable regions: Total=2.2G written=23.6M(1%) resident=51.4M(2%) swapped_out=1668K(0%) unallocated=2.1G(98%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 4K reserved VM address space (unallocated)
CG backing stores 9260K
CG image 44K
CG raster data 24K
CG shared images 204K
CoreGraphics 8K
CoreImage 4K
Foundation 4K
JS JIT generated code 128.0M
JS JIT generated code (reserved) 1.9G reserved VM address space (unallocated)
JS VM register file 4160K
JS garbage collector 2048K
Kernel Alloc Once 8K
MALLOC 86.5M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 251 8K
OpenCL 8K
STACK GUARD 56.0M
Stack 10.7M
VM_ALLOCATE 16.6M
VM_ALLOCATE (reserved) 148K reserved VM address space (unallocated)
WebKit Malloc 4288K
__DATA 25.8M
__IMAGE 528K
__LINKEDIT 79.6M
__TEXT 192.7M
__UNICODE 544K
mapped file 89.2M
shared memory 4K
=========== =======
TOTAL 2.6G
TOTAL, minus reserved VM space 737.9M

Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f9
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238412D50422020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.4f1 13674, 3 services, 15 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD TS128E, 121.33 GB
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.4

Do you still have an unanswered question? Please log in first to post your question.