Crashed when adding a measure
GIT commit: f51dc11
I inserted one measure in the vocal part and the program crashed. Measure 62 was selected. On restarting, I was able to insert the measure without crashing. The latest version of the file is attached (with the added measure and probably some other changes as well.)
Process: mscore [10242]
Path: /Applications/MuseScore 2.app/Contents/MacOS/mscore
Identifier: org.musescore.MuseScore
Version: 2.0 (2.0.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: mscore [10242]
User ID: 501
Date/Time: 2016-01-09 13:18:24.134 -0500
OS Version: Mac OS X 10.11.1 (15B42)
Report Version: 11
Anonymous UUID: 81179716-3E63-D0C7-51B3-78618443C97F
Sleep/Wake UUID: 5BAF5C1A-3FFC-4F0A-9470-5451C9F033F4
Time Awake Since Boot: 490000 seconds
Time Since Wake: 8000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
Performing @selector(itemFired:) from sender NSMenuItem 0x7fecf97aa730
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.qt-project.QtCore 0x000000010b14c07d QObject::~QObject() + 77
1 org.qt-project.QtCore 0x000000010b14ce8e QObject::~QObject() + 14
2 org.musescore.MuseScore 0x0000000106438cf1 Ms::AddElement::cleanup(bool) + 113
3 org.musescore.MuseScore 0x0000000106431f7d Ms::UndoCommand::cleanup(bool) + 125
4 org.musescore.MuseScore 0x000000010643243f Ms::UndoStack::endMacro(bool) + 239
5 org.musescore.MuseScore 0x000000010626e2e6 Ms::Score::endCmd(bool) + 534
6 org.musescore.MuseScore 0x00000001060bb5a1 Ms::ScoreView::cmdInsertMeasures(int, Ms::Element::Type) + 193
7 org.musescore.MuseScore 0x00000001060b649d Ms::ScoreView::cmd(QAction const*) + 16301
8 org.musescore.MuseScore 0x0000000105fbccb7 Ms::MuseScore::cmd(QAction*, QString const&) + 4135
9 org.musescore.MuseScore 0x0000000105fbb8c4 Ms::MuseScore::cmd(QAction*) + 916
10 org.qt-project.QtCore 0x000000010b1547d2 QMetaObject::activate(QObject*, int, int, void**) + 2994
11 org.musescore.MuseScore 0x0000000105c2eae6 Ms::ScoreTab::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 358
12 org.qt-project.QtCore 0x000000010b1547d2 QMetaObject::activate(QObject*, int, int, void**) + 2994
13 org.qt-project.QtWidgets 0x000000010a3670a1 0x10a33c000 + 176289
14 org.qt-project.QtCore 0x000000010b1547d2 QMetaObject::activate(QObject*, int, int, void**) + 2994
15 org.qt-project.QtWidgets 0x000000010a364f1f QAction::activate(QAction::ActionEvent) + 271
16 org.qt-project.QtWidgets 0x000000010a365384 0x10a33c000 + 168836
17 org.qt-project.QtCore 0x000000010b1547d2 QMetaObject::activate(QObject*, int, int, void**) + 2994
18 libqcocoa.dylib 0x000000010dd74ec0 0x10dd51000 + 147136
19 libsystem_trace.dylib 0x00007fff9312a082 _os_activity_initiate + 75
20 com.apple.AppKit 0x00007fff895ed811 -[NSApplication sendAction:to:from:] + 460
21 com.apple.AppKit 0x00007fff895ed5ab -[NSMenuItem _corePerformAction] + 336
22 com.apple.AppKit 0x00007fff895ed30b -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
23 libsystem_trace.dylib 0x00007fff9312a082 _os_activity_initiate + 75
24 com.apple.AppKit 0x00007fff8967fb74 -[NSMenu performActionForItemAtIndex:] + 131
25 com.apple.AppKit 0x00007fff8967fae7 -[NSMenu _internalPerformActionForItemAtIndex:] + 35
26 com.apple.AppKit 0x00007fff8967f93f -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107
27 com.apple.AppKit 0x00007fff89524099 NSSLMMenuEventHandler + 708
28 com.apple.HIToolbox 0x00007fff86aa098e DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1231
29 com.apple.HIToolbox 0x00007fff86a9fe18 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 404
30 com.apple.HIToolbox 0x00007fff86ab5df6 SendEventToEventTarget + 40
31 com.apple.HIToolbox 0x00007fff86affd2e SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
32 com.apple.HIToolbox 0x00007fff86b2b0f7 SendMenuCommandWithContextAndModifiers + 59
33 com.apple.HIToolbox 0x00007fff86b2b0a8 SendMenuItemSelectedEvent + 188
34 com.apple.HIToolbox 0x00007fff86b2af84 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96
35 com.apple.HIToolbox 0x00007fff86b2b92e MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 711
36 com.apple.HIToolbox 0x00007fff86b2b5c8 _HandleMenuSelection2 + 460
37 com.apple.AppKit 0x00007fff8950f1ea _NSHandleCarbonMenuEvent + 277
38 com.apple.AppKit 0x00007fff893840dd _DPSNextEvent + 1906
39 com.apple.AppKit 0x00007fff893831c5 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
40 com.apple.AppKit 0x00007fff89377d28 -[NSApplication run] + 682
41 libqcocoa.dylib 0x000000010dd713bd 0x10dd51000 + 132029
42 org.qt-project.QtCore 0x000000010b11f39d QEventLoop::exec(QFlags) + 381
43 org.qt-project.QtCore 0x000000010b12237a QCoreApplication::exec() + 346
44 org.musescore.MuseScore 0x0000000105fc7a69 main + 36505
45 org.musescore.MuseScore 0x0000000105c1e824 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8aae10a2 kevent_qos + 10
1 libdispatch.dylib 0x00007fff8fcbf11d _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff8fcbed85 _dispatch_mgr_thread + 52
Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8aae0222 __select + 10
1 com.apple.CoreFoundation 0x00007fff94b184aa __CFSocketManager + 762
2 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8aadac96 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8aada0d7 mach_msg + 55
2 com.apple.audio.midi.CoreMIDI 0x0000000107ceeec7 XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
3 com.apple.audio.midi.CoreMIDI 0x0000000107d0a245 MIDIProcess::RunMIDIInThread() + 135
4 com.apple.audio.midi.CoreMIDI 0x0000000107cf0008 XThread::RunHelper(void*) + 10
5 com.apple.audio.midi.CoreMIDI 0x0000000107cefc3e CAPThread::Entry(CAPThread*) + 80
6 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 4:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff8aae0222 __select + 10
1 libsystem_c.dylib 0x00007fff84802896 pselect$1050 + 181
2 org.qt-project.QtCore 0x000000010b172ce8 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 104
3 org.qt-project.QtCore 0x000000010b173da0 QEventDispatcherUNIXPrivate::doSelect(QFlags, timespec*) + 672
4 org.qt-project.QtCore 0x000000010b174e6a QEventDispatcherUNIX::processEvents(QFlags) + 234
5 org.qt-project.QtCore 0x000000010b11f39d QEventLoop::exec(QFlags) + 381
6 org.qt-project.QtCore 0x000000010af14a95 QThread::exec() + 117
7 org.qt-project.QtCore 0x000000010af18523 0x10aee3000 + 218403
8 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 5:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff8aadac96 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8aada0d7 mach_msg + 55
2 com.apple.audio.CoreAudio 0x00007fff8a7925ee HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff8a79257c HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff8a790939 HALC_ProxyIOContext::IOWorkLoop() + 1149
5 com.apple.audio.CoreAudio 0x00007fff8a7903ee HALC_ProxyIOContext::IOThreadEntry(void*) + 88
6 com.apple.audio.CoreAudio 0x00007fff8a7902c3 HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 6:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff8aadac96 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8aada0d7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff94adb2b4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff94ada77c __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff94ad9fc8 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff894d9d49 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 7:: Qt HTTP thread
0 libsystem_kernel.dylib 0x00007fff8aae0222 __select + 10
1 org.qt-project.QtCore 0x000000010b172ed4 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 596
2 org.qt-project.QtCore 0x000000010b173da0 QEventDispatcherUNIXPrivate::doSelect(QFlags, timespec*) + 672
3 org.qt-project.QtCore 0x000000010b174e6a QEventDispatcherUNIX::processEvents(QFlags) + 234
4 org.qt-project.QtCore 0x000000010b11f39d QEventLoop::exec(QFlags) + 381
5 org.qt-project.QtCore 0x000000010af14a95 QThread::exec() + 117
6 org.qt-project.QtCore 0x000000010af18523 0x10aee3000 + 218403
7 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 8:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x00007fff8aadff5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d1fd73d _pthread_cond_wait + 767
2 org.qt-project.QtWebKit 0x00000001095ef0f8 0x1084bf000 + 18022648
3 org.qt-project.QtWebKit 0x00000001098de74f 0x1084bf000 + 21100367
4 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
6 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 9:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8aadff5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d1fd73d _pthread_cond_wait + 767
2 org.qt-project.QtWebKit 0x00000001095eff87 0x1084bf000 + 18026375
3 org.qt-project.QtWebKit 0x00000001095f0018 0x1084bf000 + 18026520
4 org.qt-project.QtWebKit 0x00000001098de74f 0x1084bf000 + 21100367
5 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 10:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8aadff5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d1fd73d _pthread_cond_wait + 767
2 org.qt-project.QtWebKit 0x00000001095eff87 0x1084bf000 + 18026375
3 org.qt-project.QtWebKit 0x00000001095f0018 0x1084bf000 + 18026520
4 org.qt-project.QtWebKit 0x00000001098de74f 0x1084bf000 + 21100367
5 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 11:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8aadff5e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff8d1fd73d _pthread_cond_wait + 767
2 org.qt-project.QtWebKit 0x00000001095eff87 0x1084bf000 + 18026375
3 org.qt-project.QtWebKit 0x00000001095f0018 0x1084bf000 + 18026520
4 org.qt-project.QtWebKit 0x00000001098de74f 0x1084bf000 + 21100367
5 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 12:: Qt HTTP thread
0 libsystem_kernel.dylib 0x00007fff8aae0222 __select + 10
1 org.qt-project.QtCore 0x000000010b172ed4 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 596
2 org.qt-project.QtCore 0x000000010b173da0 QEventDispatcherUNIXPrivate::doSelect(QFlags, timespec*) + 672
3 org.qt-project.QtCore 0x000000010b174e6a QEventDispatcherUNIX::processEvents(QFlags) + 234
4 org.qt-project.QtCore 0x000000010b11f39d QEventLoop::exec(QFlags) + 381
5 org.qt-project.QtCore 0x000000010af14a95 QThread::exec() + 117
6 org.qt-project.QtCore 0x000000010af18523 0x10aee3000 + 218403
7 libsystem_pthread.dylib 0x00007fff8d1fc9b1 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8d1fc92e _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8d1fa385 thread_start + 13
Thread 13:
0 libsystem_kernel.dylib 0x00007fff8aae078a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d1fc58c _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8d1fa375 start_wqthread + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fff8aae078a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d1fc58c _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8d1fa375 start_wqthread + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff8aae078a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d1fc58c _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8d1fa375 start_wqthread + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fff8aae078a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8d1fc58c _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8d1fa375 start_wqthread + 13
Thread 17:
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000034 rbx: 0x0007000000000000 rcx: 0x0000000011798e00 rdx: 0x00000000000e0be0
rdi: 0x00007fecdbd184b0 rsi: 0x000000010b86de00 rbp: 0x00007fff59fe7600 rsp: 0x00007fff59fe7520
r8: 0x0000000000000021 r9: 0x0000000000000000 r10: 0x0000000000000022 r11: 0x00007fecdc000000
r12: 0x00007fecdae0db10 r13: 0x0000000000000039 r14: 0x00007fecdbd184b0 r15: 0x00007fecdbd184b0
rip: 0x000000010b14c07d rfl: 0x0000000000010206 cr2: 0x00007fecdc87015e
Logical CPU: 2
Error Code: 0x00000000
Trap Number: 13
Binary Images:
0x105c14000 - 0x106855fff +org.musescore.MuseScore (2.0 - 2.0.2) <18504A11-4E05-3EDE-8019-81EEF0A98D13> /Applications/MuseScore 2.app/Contents/MacOS/mscore
0x106f22000 - 0x106f28fff +libvorbisfile.3.dylib (7.7) <09773E8F-792A-361D-B1C1-6C83B63F6D3D> /Applications/MuseScore 2.app/Contents/Frameworks/libvorbisfile.3.dylib
0x106f2e000 - 0x106fa6ff7 +libfreetype.6.dylib (19) /Applications/MuseScore 2.app/Contents/Frameworks/libfreetype.6.dylib
0x106fbe000 - 0x106fe3fff +libvorbis.0.dylib (5.8) <43B7FD1C-6B57-3EC3-9C05-1D1E4C527BA7> /Applications/MuseScore 2.app/Contents/Frameworks/libvorbis.0.dylib
0x106fef000 - 0x106ff2ff7 +libogg.0.dylib (9.2) <8B8A6484-1CD8-3018-803B-FAB4D34CFDA1> /Applications/MuseScore 2.app/Contents/Frameworks/libogg.0.dylib
0x106ff8000 - 0x10704bff7 +libsndfile.1.dylib (2.25) <8659DA00-B65B-3E7E-BF13-36C551E99278> /Applications/MuseScore 2.app/Contents/Frameworks/libsndfile.1.dylib
0x10705e000 - 0x10747fff7 +org.qt-project.QtDesigner (5.4 - 5.4.2) <9B914A37-00D3-3289-BC79-F7052D918C10> /Applications/MuseScore 2.app/Contents/Frameworks/QtDesigner.framework/Versions/5/QtDesigner
0x107557000 - 0x10757cfff +org.qt-project.QtTest (5.4 - 5.4.2) <239073CB-8A21-3D54-91FC-C1D5C31F10B7> /Applications/MuseScore 2.app/Contents/Frameworks/QtTest.framework/Versions/5/QtTest
0x10758c000 - 0x107597fff +org.qt-project.QtQuickWidgets (5.4 - 5.4.2) <68C8BF45-850D-3B01-8E1F-AFEC120FAB84> /Applications/MuseScore 2.app/Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
0x1075a8000 - 0x1075e1fff +org.qt-project.QtXml (5.4 - 5.4.2) <0442022C-1ABA-3229-BB2C-C072232D2FF2> /Applications/MuseScore 2.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x1075fb000 - 0x1079f3fff +org.qt-project.QtXmlPatterns (5.4 - 5.4.2) <2F53144F-3F54-34D4-BEC7-6861C7E0B861> /Applications/MuseScore 2.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/5/QtXmlPatterns
0x107a4b000 - 0x107a86fff +org.qt-project.QtSvg (5.4 - 5.4.2) <0673CABB-F920-31D8-86A5-C263205FB2DB> /Applications/MuseScore 2.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
0x107aa8000 - 0x107ad5fff +org.qt-project.QtSql (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
0x107aeb000 - 0x107b1eff7 +org.qt-project.QtPrintSupport (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x107b48000 - 0x107b4cff7 +org.qt-project.QtConcurrent (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
0x107b54000 - 0x107b54fe7 +cl_kernels (???) cl_kernels
0x107b56000 - 0x107b84ff7 +org.qt-project.QtWebKitWidgets (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
0x107baf000 - 0x107beefff +org.qt-project.QtOpenGL (5.4 - 5.4.2) <700C7891-18C2-3A00-B039-F34F34E225B8> /Applications/MuseScore 2.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x107c15000 - 0x107c9dfff +org.qt-project.QtHelp (5.4 - 5.4.2) <84AC23F1-9CD4-3769-BAE5-367692146CAC> /Applications/MuseScore 2.app/Contents/Frameworks/QtHelp.framework/Versions/5/QtHelp
0x107cc7000 - 0x107cd9ff7 +libportaudio.2.dylib (3) <2211B7EA-531D-37A0-B97E-CDC39666A0AA> /Applications/MuseScore 2.app/Contents/Frameworks/libportaudio.2.dylib
0x107ce2000 - 0x107d18fff com.apple.audio.midi.CoreMIDI (1.10 - 88) <2BE3A6B5-98D8-386D-8763-BC057CB644FE> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x107d47000 - 0x108032ff7 +org.qt-project.QtQuick (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
0x1080e0000 - 0x108425ff7 +org.qt-project.QtQml (5.4 - 5.4.2) <1E78CA5C-70E3-3FED-B4F9-C452CC2ED48E> /Applications/MuseScore 2.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x1084bf000 - 0x109f2fff7 +org.qt-project.QtWebKit (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
0x10a1ea000 - 0x10a303ff7 +org.qt-project.QtNetwork (5.4 - 5.4.2) <1F11ED82-B81D-3C64-8471-E7C59AAA73D4> /Applications/MuseScore 2.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10a33c000 - 0x10a846ff7 +org.qt-project.QtWidgets (5.4 - 5.4.2) <91FA984A-1421-3E72-838A-19294F0BB2EA> /Applications/MuseScore 2.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10a989000 - 0x10ae04ff7 +org.qt-project.QtGui (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10aee3000 - 0x10b3eefff +org.qt-project.QtCore (5.4 - 5.4.2) <56D39D2C-8220-3185-986B-D20776C1EEE5> /Applications/MuseScore 2.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10b488000 - 0x10b4abff7 +libpng16.16.dylib (0) <78FA9D5B-C0BB-3B57-AA91-B092AE7A58FF> /Applications/MuseScore 2.app/Contents/Frameworks/libpng16.16.dylib
0x10b4b9000 - 0x10b4e3fff +libFLAC.8.dylib (12) /Applications/MuseScore 2.app/Contents/Frameworks/libFLAC.8.dylib
0x10b4f5000 - 0x10b56cff7 +libvorbisenc.2.dylib (3.11) <638615F0-95C7-30B6-9058-37C184285218> /Applications/MuseScore 2.app/Contents/Frameworks/libvorbisenc.2.dylib
0x10b590000 - 0x10b594fff com.apple.agl (3.3.1 - AGL-3.3.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10b59d000 - 0x10b5bffff +org.qt-project.QtSensors (5.4 - 5.4.2) <9BF3B6D0-97ED-3FA1-A4BD-47C4AFCCFEF9> /Applications/MuseScore 2.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
0x10b5dc000 - 0x10b614fff +org.qt-project.QtPositioning (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
0x10b628000 - 0x10b63dff7 +org.qt-project.QtMultimediaWidgets (5.4 - 5.4.2) <75150A5C-8B6C-315C-9FA8-0C7878B20399> /Applications/MuseScore 2.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
0x10b64d000 - 0x10b6dffff +org.qt-project.QtMultimedia (5.4 - 5.4.2) <3A155237-5378-3A13-8829-FB0E2357451D> /Applications/MuseScore 2.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x10b725000 - 0x10b73aff7 +org.qt-project.QtWebChannel (5.4 - 5.4.2) <26B522BA-7E2B-3126-B3ED-2621D8D7A1EA> /Applications/MuseScore 2.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
0x10b746000 - 0x10b81dff7 +org.qt-project.QtCLucene (5.4 - 5.4.2) /Applications/MuseScore 2.app/Contents/Frameworks/QtCLucene.framework/Versions/5/QtCLucene
0x10b848000 - 0x10b861fff libexpat.1.dylib (12) <1490D436-163D-3385-B71A-A4F17399626A> /usr/lib/libexpat.1.dylib
0x10dd51000 - 0x10ddf7fff +libqcocoa.dylib (0) <6ADB44BB-79DB-3948-8C8D-BBB20F0B7B51> /Applications/MuseScore 2.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x110a9f000 - 0x110aa3ff7 +libcocoaprintersupport.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/printsupport/libcocoaprintersupport.dylib
0x110ab1000 - 0x110abbff7 +libqdds.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqdds.dylib
0x110ac2000 - 0x110ac9ff7 +libqgif.dylib (0) <83E78C73-9CE3-3629-9D4B-CAD81C31B947> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqgif.dylib
0x110acf000 - 0x110ad7fff +libqicns.dylib (0) <2EE202EB-1140-39F2-9FC4-7952C28AFF45> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqicns.dylib
0x110ade000 - 0x110ae4ff7 +libqico.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqico.dylib
0x110aeb000 - 0x110b72fff +libqjp2.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqjp2.dylib
0x110b83000 - 0x110bc1ff7 +libqjpeg.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x110bc9000 - 0x110c19ff7 +libqmng.dylib (0) <0A6E7769-C6D1-3F21-A1AD-99E1BE6A37CB> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqmng.dylib
0x110c23000 - 0x110c28ff7 +libqsvg.dylib (0) <036C5817-BC2D-36EC-AED3-55EF0AC5254B> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqsvg.dylib
0x110c2f000 - 0x110c33ff7 +libqtga.dylib (0) <0337D51A-770E-3D61-B263-B8CC15F784C2> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqtga.dylib
0x110c39000 - 0x110c9bff7 +libqtiff.dylib (0) <5177DA0C-675A-3D84-A1DD-E7F96538E0E4> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x110ca6000 - 0x110caaff7 +libqwbmp.dylib (0) <766FCCE6-8222-3F94-B559-1452DF42EEFA> /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x110cb1000 - 0x110d0afff +libqwebp.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x111b10000 - 0x111b14fff com.apple.audio.AppleHDAHALPlugIn (272.50.31 - 272.50.31) <848D475D-F0B5-3E2D-B268-92F399EF7D7E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x111b41000 - 0x111c71ffb com.apple.audio.units.Components (1.13 - 1.13) <437A39D0-72BB-3B03-83BA-989015D4B640> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x111d4b000 - 0x111d61fff +libqcorewlanbearer.dylib (0) /Applications/MuseScore 2.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x111d6c000 - 0x111d75ff7 +libqgenericbearer.dylib (0) <8FB83262-F654-3E8C-9F2D-BC66208D3AE0> /Applications/MuseScore 2.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x113f1e000 - 0x113f80ff7 com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.10.18 - 10.1.0) <1F3B6B7A-2AAE-337A-808B-C92D8C153099> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x115612000 - 0x115613fff com.apple.DefaultBrowser.PlugIn (601 - 601.2.3) <4DA27B7B-3AA3-3D44-BB5B-3E91DA9D842C> /Library/Internet Plug-Ins/Default Browser.plugin/Contents/MacOS/Default Browser
0x1157c2000 - 0x1157c5ff7 +com.macromedia.Flash Player.plugin (20.0.0.267 - 20.0.0.267) <736A0642-513A-3FA1-B3C4-45E84637BDD4> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x115b09000 - 0x115b38fdf +com.google.o1dbrowserplugin (5.41.3.0 - 5.41.3.0) <3AB1C8AB-D74E-3654-943C-254E8FE41E45> /Library/Internet Plug-Ins/o1dbrowserplugin.plugin/Contents/MacOS/o1dbrowserplugin
0x115b42000 - 0x117100eaf +com.macromedia.FlashPlayer-10.6.plugin (20.0.0.267 - 20.0.0.267) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6
0x117406000 - 0x11740dfff com.apple.QuartzComposer.webplugin (1.4 - 34) /Library/Internet Plug-Ins/Quartz Composer.webplugin/Contents/MacOS/Quartz Composer
0x117415000 - 0x11742fff7 +com.oracle.java.JavaAppletPlugin (Java 8 Update 60 build 27 - 1.8.60.27) <49599FFA-3B2E-3F60-9E75-FB45C0A27D2E> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/MacOS/JavaAppletPlugin
0x117446000 - 0x117450fff +libjli.dylib (1) <842B8566-51A8-3842-9307-96BEC9966B8C> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/jli/libjli.dylib
0x117456000 - 0x117471fff +libdeploy.dylib (0) <98B0536F-0A17-3484-BF6A-1D543E328EE3> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/libdeploy.dylib
0x11747f000 - 0x117489fff JavaNativeFoundation (1) /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
0x117494000 - 0x1174b7fff +org.andymatuschak.Sparkle (1.5 Beta [git] - 1.5) <8F8A8AC9-2A14-3B2B-97BA-FEB3A3E8BE88> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x1174d6000 - 0x1174dbfff com.apple.JavaVM (15.0.1 - 15.0.1) <49CA4C5A-C83E-3C46-B638-BDD8C05F6994> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x1174e3000 - 0x1174e8fff JavaLaunching (1) <013EAF8D-2ECB-3B0B-BAE7-87F4F1331516> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
0x1174ef000 - 0x1175d9fff +com.AdobeAAMDetectLib.AdobeAAMDetect (3.0.0.0 - 3.0.0.0) <26D89130-AC27-3F9E-B3AC-CC6133ADD7DF> /Library/Internet Plug-Ins/AdobeAAMDetect.plugin/Contents/MacOS/AdobeAAMDetect
0x117645000 - 0x11768bfd7 +com.google.googletalkbrowserplugin (5.41.3.0 - 5.41.3.0) /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin/Contents/MacOS/googletalkbrowserplugin
0x7fff647b6000 - 0x7fff647ecf5f dyld (360.17) <03673B53-B8B7-34D1-ADCE-F449E78E39CC> /usr/lib/dyld
0x7fff8173e000 - 0x7fff81746fff libsystem_networkextension.dylib (384.1.2) <4736FCC5-9DBA-31F4-AAC8-CD0A177CF502> /usr/lib/system/libsystem_networkextension.dylib
0x7fff81747000 - 0x7fff81747fff com.apple.audio.units.AudioUnit (1.13 - 1.13) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff81748000 - 0x7fff81748fff libenergytrace.dylib (10) <64F779D4-2192-37EC-8DB5-EC55BAE50058> /usr/lib/libenergytrace.dylib
0x7fff81749000 - 0x7fff8176dfff com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff817b9000 - 0x7fff817bafff com.apple.TrustEvaluationAgent (2.0 - 25) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff817bc000 - 0x7fff817c4fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff817c5000 - 0x7fff817c9fff libGIF.dylib (1440) <062A2A8B-E00A-34A5-9C1C-D85C1761CA70> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff817ca000 - 0x7fff81bccfff libLAPACK.dylib (1159) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff81bce000 - 0x7fff81c5bdd7 com.apple.AppleJPEG (1.0 - 1) <6230F3A0-C89D-3A35-A896-A17B3513E8DB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff81c6f000 - 0x7fff81c76ff7 libcompiler_rt.dylib (62) <253B36E5-572D-377D-AE99-A02CE32590E5> /usr/lib/system/libcompiler_rt.dylib
0x7fff81c7d000 - 0x7fff81c7effb libremovefile.dylib (41) /usr/lib/system/libremovefile.dylib
0x7fff81ccd000 - 0x7fff81ccfff7 com.apple.xpc.ServiceManagement (1.0 - 1) <0EA1807B-4F41-317D-A6C2-E6A23F201252> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff81cd0000 - 0x7fff81d2efff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff81d2f000 - 0x7fff81da6fc7 libcorecrypto.dylib (334) <4E1B969F-8449-3B21-9880-51AD58E25AA6> /usr/lib/system/libcorecrypto.dylib
0x7fff826dc000 - 0x7fff82771fff com.apple.ink.framework (10.9 - 214) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8277f000 - 0x7fff82781ff7 libRadiance.dylib (1440) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff82782000 - 0x7fff8279afc7 libcompression.dylib (23) <803C89B9-1E7D-3658-A2CF-2B8371C54638> /usr/lib/libcompression.dylib
0x7fff8279f000 - 0x7fff827a1fff libsystem_coreservices.dylib (19) <692631A0-1923-32CA-9BD5-044B1382FFDE> /usr/lib/system/libsystem_coreservices.dylib
0x7fff827a5000 - 0x7fff827b3fff libxar.1.dylib (302) <898402AF-0DF3-341D-83EA-4A1B1770E718> /usr/lib/libxar.1.dylib
0x7fff827b4000 - 0x7fff827bcfef libsystem_platform.dylib (73.1.1) <3F4D2390-E3DE-3C24-A515-95DFAC8671C4> /usr/lib/system/libsystem_platform.dylib
0x7fff827bd000 - 0x7fff827feff7 libGLU.dylib (12.0.34.12) <055A2B53-7C59-359A-82CB-1F79160C5C86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff827ff000 - 0x7fff82807fff libMatch.1.dylib (27) /usr/lib/libMatch.1.dylib
0x7fff82808000 - 0x7fff82810fff com.apple.NetFS (6.0 - 4.0) <5602F3EB-64F6-3495-BEF0-988F92974234> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff82811000 - 0x7fff82838fff com.apple.shortcut (2.16 - 93) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff828cc000 - 0x7fff828d0fff com.apple.CommonPanels (1.2.6 - 96) <1D76DDD3-D45A-3679-8B72-5EECE6C1ACAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff828d4000 - 0x7fff828d6fff com.apple.SecCodeWrapper (4.0 - 261.10.2) <54B4F790-1FD5-3DFB-8F1F-3BEE312238DC> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff82b46000 - 0x7fff82c90fc7 com.apple.coreui (2.1 - 364.1) <4E680853-589C-3BC5-8215-240A07A92C81> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff82d47000 - 0x7fff82d6bff7 libJPEG.dylib (1440) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff82d6c000 - 0x7fff82d82ff7 libLinearAlgebra.dylib (1159) <01BD9187-521F-3F96-B477-24511318AECD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff82d83000 - 0x7fff82ddeff7 libTIFF.dylib (1440) <53EB5B1D-0080-367C-ADB6-5A57D1B423ED> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff82ddf000 - 0x7fff83e9cff7 com.apple.WebCore (11601 - 11601.2.7.1) <46F67CA0-E449-3C16-B1E5-CD3C32C74D7A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff83f0c000 - 0x7fff83f18ff7 com.apple.OpenDirectory (10.11 - 194) <7ECA481B-C265-33F6-835E-2E5B96621E51> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8404b000 - 0x7fff840a9fff libsystem_network.dylib (582.1.4) /usr/lib/system/libsystem_network.dylib
0x7fff84264000 - 0x7fff84314fff com.apple.backup.framework (1.7 - 1.7) <70033C43-855B-3F12-998C-343F2A8A93BA> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff84404000 - 0x7fff8440ffff libGL.dylib (12.0.34.12) <182B925C-7BF6-3EFE-85AF-54760206A6FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8442e000 - 0x7fff84430fff com.apple.loginsupport (1.0 - 1) <09F245DC-8342-358E-A881-DAE88BF0EC1D> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff84431000 - 0x7fff8443cfff libkxld.dylib (3247.10.11) <22BBF963-3808-3320-8BDA-5B7A99035F14> /usr/lib/system/libkxld.dylib
0x7fff84459000 - 0x7fff84627ff7 com.apple.QuartzCore (1.11 - 410.9) <4D3C169D-C579-38C3-AE10-B975E89331E0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff84628000 - 0x7fff8471aff7 libiconv.2.dylib (44) <82529E3B-0485-344C-8075-83C7725D6A6F> /usr/lib/libiconv.2.dylib
0x7fff8475f000 - 0x7fff84761fff libCVMSPluginSupport.dylib (12.0.34.12) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff84783000 - 0x7fff84810fe7 libsystem_c.dylib (1081.1.3) /usr/lib/system/libsystem_c.dylib
0x7fff84813000 - 0x7fff84886ffb com.apple.Heimdal (4.0 - 2.0) <2D358FB4-61BB-3BB6-9EF7-D9868A0B0275> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff848b8000 - 0x7fff84963fff com.apple.PDFKit (3.1 - 3.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff84964000 - 0x7fff84966ff7 com.apple.securityhi (9.0 - 55006) <02F35345-EFDE-3EE6-8526-F64EA74F91EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff84984000 - 0x7fff84986ff7 libquarantine.dylib (80) <1693C5FE-EA0A-3122-85EB-7950ECC7435A> /usr/lib/system/libquarantine.dylib
0x7fff84987000 - 0x7fff84bf4ff7 com.apple.imageKit (2.6 - 930) <8DA4A452-0E28-3A3E-82B6-93D155581002> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff84e60000 - 0x7fff84e60fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff85128000 - 0x7fff85128fff libOpenScriptingUtil.dylib (169) <5C4A51D4-09A9-3209-8E57-15F112725CC4> /usr/lib/libOpenScriptingUtil.dylib
0x7fff85129000 - 0x7fff85157ff7 com.apple.DictionaryServices (1.2 - 250) <94678AC8-41FF-3D2E-A35E-D83AD18D7A78> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff851b8000 - 0x7fff851b8fff com.apple.quartzframework (1.5 - 21) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff856a0000 - 0x7fff856a6fff com.apple.IOAccelerator (203.10 - 203.10) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff856ab000 - 0x7fff85791fef unorm8_bgra.dylib (2.6.4.1) <28F838EA-19E5-3724-99FF-B61132555D09> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff85792000 - 0x7fff85795fff libCoreVMClient.dylib (119.5) <56187F75-4436-31CA-8D3A-C6BC67F6F2BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8579e000 - 0x7fff858bbfff libsqlite3.dylib (216.4) <5CF0D77D-CF0A-301C-8003-69A840AC47FD> /usr/lib/libsqlite3.dylib
0x7fff858c2000 - 0x7fff85b41fff com.apple.security (7.0 - 57336.10.29) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff85c7d000 - 0x7fff85cb5fff com.apple.RemoteViewServices (2.0 - 99) <8BD12AE2-BE91-37CF-955B-62E08551FF83> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff85cb6000 - 0x7fff85cd7fff com.apple.Sharing (438.0.1 - 438.0.1) <679D40D7-3C04-3D2C-962B-E8A959E5889E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff85cd8000 - 0x7fff85e1cff7 com.apple.QTKit (7.7.3 - 2937) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff85e1d000 - 0x7fff85e25fff com.apple.CoreServices.FSEvents (1222.1.1 - 1222.1.1) <79DF16A7-E169-38A5-BF5E-2D45F86DE154> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff85e26000 - 0x7fff85e29ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff85ea9000 - 0x7fff85fa4ff7 libFontParser.dylib (158.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff85ff2000 - 0x7fff86009fff libmarisa.dylib (4) <4D3AE55B-CE77-364F-B8DE-C95CAA48B291> /usr/lib/libmarisa.dylib
0x7fff8600d000 - 0x7fff86038ffb libarchive.2.dylib (32.10.1) <88036C67-C2C8-3ADF-A4C7-6BBF94B80F15> /usr/lib/libarchive.2.dylib
0x7fff86039000 - 0x7fff86054ff7 libCRFSuite.dylib (34) <65E4DC91-A994-3921-B5B0-696123CE0C1E> /usr/lib/libCRFSuite.dylib
0x7fff860d5000 - 0x7fff86107fff libTrueTypeScaler.dylib (158.3) <92500805-6264-3379-953E-9DF988965584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff86a98000 - 0x7fff86d8dff3 com.apple.HIToolbox (2.1.1 - 806) <359FC9DB-B64C-3BC7-B9DA-401D8A5337DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff86d8e000 - 0x7fff86d99ff7 libChineseTokenizer.dylib (16) <1794A880-9C3D-37B2-8F3E-6CAFFB396089> /usr/lib/libChineseTokenizer.dylib
0x7fff86d9a000 - 0x7fff86dc8ff7 com.apple.CoreServicesInternal (248.1 - 248.1) <834B5D98-DB81-36B1-BD2A-640928EDAAF6> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff86dc9000 - 0x7fff86dccfff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff86e01000 - 0x7fff86e03fff libCGXType.A.dylib (938) <91E0A256-B45F-3728-B68A-250E4E74A838> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff876f5000 - 0x7fff8770aff3 libCGInterfaces.dylib (317.8) <92EA55E8-A12D-3AFC-ADE3-F5AB6B80E638> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff87807000 - 0x7fff87826ff7 com.apple.framework.Apple80211 (11.0 - 1102.32) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff87827000 - 0x7fff87828fff liblangid.dylib (122) /usr/lib/liblangid.dylib
0x7fff87829000 - 0x7fff8788cff3 libAVFAudio.dylib (161) <1E0384CE-FF8D-36EE-8A28-50CD673D3109> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff87963000 - 0x7fff879a9ff7 libauto.dylib (186) <460B0167-C89B-37EC-823C-52F684B31C26> /usr/lib/libauto.dylib
0x7fff879aa000 - 0x7fff879b2fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib
0x7fff879b4000 - 0x7fff879b9fff com.apple.TCC (1.0 - 1) <96281C9E-B2DF-325F-BFA4-0A15150165EC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff879ba000 - 0x7fff879bffff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff879c0000 - 0x7fff879cfffb com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff879d0000 - 0x7fff87a3aff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff87a62000 - 0x7fff87ab0ff7 libstdc++.6.dylib (104.1) <77780A99-22DB-35AA-BD9E-ADB83417E4BD> /usr/lib/libstdc++.6.dylib
0x7fff87b58000 - 0x7fff87beeff7 com.apple.ColorSync (4.9.0 - 4.9.0) <1FBEDDC2-4BCD-3148-800E-968814206CB9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff87c0a000 - 0x7fff87c39fc3 libsystem_m.dylib (3105) <07D50372-30ED-3B03-9FA0-0662BF8F0098> /usr/lib/system/libsystem_m.dylib
0x7fff87c3a000 - 0x7fff88190fff com.apple.MediaToolbox (1.0 - 1731.15.20) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff881fe000 - 0x7fff881fefff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff881ff000 - 0x7fff88273ff3 com.apple.securityfoundation (6.0 - 55126) <73D2EE6C-E3A2-32FE-89B3-BA8ACEA53F09> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8833b000 - 0x7fff88362fff com.apple.ChunkingLibrary (167 - 167) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8837b000 - 0x7fff883a4ff7 libxslt.1.dylib (14) <412A09C9-7C02-351E-A416-2453361EACA9> /usr/lib/libxslt.1.dylib
0x7fff8844b000 - 0x7fff88465ff3 liblzma.5.dylib (10) <8CD18286-49EA-31E4-8A73-1BF8DECED6C6> /usr/lib/liblzma.5.dylib
0x7fff88469000 - 0x7fff88475fff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <12117823-8A9E-3C88-A01C-3B25D68535CE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff88476000 - 0x7fff887f1ffb com.apple.VideoToolbox (1.0 - 1731.15.20) <70FDD7D4-FE98-3154-8B7D-72EDD5E92CDB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff88845000 - 0x7fff88845fff libmetal_timestamp.dylib (600.0.41.2) <2E74E3DE-B13E-3645-8A32-90D889FE92E1> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff88846000 - 0x7fff889c4fff com.apple.UIFoundation (1.0 - 435) <237F281F-7F15-3309-B749-F8DA37822F9F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff88bda000 - 0x7fff88c25ff7 com.apple.CoreMediaIO (701.0 - 4790) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff88c7e000 - 0x7fff88cb8ff7 com.apple.DebugSymbols (132 - 132) <6F5853A1-5DA8-3C42-8E02-2B972F34BCE0> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff88d0c000 - 0x7fff88d3dff7 libtidy.A.dylib (15.17) <917B7716-5060-3755-A1BA-435DAC06E778> /usr/lib/libtidy.A.dylib
0x7fff88eb4000 - 0x7fff88eb5fff libsystem_blocks.dylib (65) <1B4F1F10-823E-3781-8162-6884D14DF0D6> /usr/lib/system/libsystem_blocks.dylib
0x7fff88f18000 - 0x7fff88f5dff7 com.apple.coreservices.SharedFileList (24.4 - 24.4) <3C8665BA-A9CD-377C-BECB-2E933FDB68AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff88f5e000 - 0x7fff88f69fff com.apple.AppSandbox (4.0 - 261.10.2) <9824F3E3-6212-32BB-BC68-13FCAF820FB1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff89267000 - 0x7fff8926affb libdyld.dylib (360.17) <99396189-E53A-3A78-BC49-449236DA7CFF> /usr/lib/system/libdyld.dylib
0x7fff8926e000 - 0x7fff892fdfff com.apple.CorePDF (4.0 - 4) <023E8BCC-DA79-34EE-8975-45690E97F862> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8933a000 - 0x7fff89f5cfff com.apple.AppKit (6.9 - 1404.13) <9B600863-6A16-31CB-8138-97AC8F43FBC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff89f5d000 - 0x7fff8a1e4ff3 com.apple.CFNetwork (760.1.2 - 760.1.2) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8a216000 - 0x7fff8a328fef libvDSP.dylib (563.4) <7036F91A-0951-340C-8818-0AB90FF0B057> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8a722000 - 0x7fff8a767ff3 libFontRegistry.dylib (155) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8a768000 - 0x7fff8a7b9ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <73EF4EB0-315C-3064-A991-3DBFF6BDDFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8aa11000 - 0x7fff8aa5cffb com.apple.print.framework.PrintCore (11.0 - 472) <34EA102A-D482-37FF-9C9B-E4FE4275913B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8aa5d000 - 0x7fff8aa6ffff libsasl2.2.dylib (209) /usr/lib/libsasl2.2.dylib
0x7fff8aab7000 - 0x7fff8aac8fff libcmph.dylib (6) <43880250-9C2D-395C-90C7-CCCE109FF1B2> /usr/lib/libcmph.dylib
0x7fff8aac9000 - 0x7fff8aae7fff libsystem_kernel.dylib (3247.10.11) /usr/lib/system/libsystem_kernel.dylib
0x7fff8aae9000 - 0x7fff8aaecfff libspindump.dylib (197) <4DAD2F5F-B719-3DD8-9D7C-135314CE85D0> /usr/lib/libspindump.dylib
0x7fff8aaed000 - 0x7fff8aaf0ff7 libsystem_sandbox.dylib (459.10.4) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8aaf1000 - 0x7fff8ab3dffb com.apple.HIServices (1.22 - 548) <19389B63-C373-31AE-9180-3A11093EAE58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8ab66000 - 0x7fff8ac3cff7 com.apple.DiskImagesFramework (10.11.1 - 415) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8ac69000 - 0x7fff8b30fffb com.apple.JavaScriptCore (11601 - 11601.2.3) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8b310000 - 0x7fff8b311fff libDiagnosticMessagesClient.dylib (100) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8b322000 - 0x7fff8b370fff libcurl.4.dylib (90) <00662A4C-B89A-3A17-93FF-950C6DE47F99> /usr/lib/libcurl.4.dylib
0x7fff8b371000 - 0x7fff8b415fff com.apple.Bluetooth (4.4.2 - 4.4.2f1) <7037778A-6783-3727-9076-6CA9ED130A11> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff8b430000 - 0x7fff8b4a3fff com.apple.framework.IOKit (2.0.2 - 1178.10.1) <6A9D7E11-156A-3FDB-850E-114ECB1AE7FD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8b4bc000 - 0x7fff8b4d9fff com.apple.AppleVPAFramework (2.0.15 - 2.0.15) <86BC6DCE-8590-38E3-9C0C-52E97F617B58> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8b4da000 - 0x7fff8b5e8fff com.apple.desktopservices (1.10 - 1.10) <76AA21FE-0F96-366A-9B43-6188FBC29ABE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8b5e9000 - 0x7fff8b612ff7 libsystem_info.dylib (476) <65D0643A-C8AE-3E8D-9F6E-E4AD823F16B2> /usr/lib/system/libsystem_info.dylib
0x7fff8b613000 - 0x7fff8b616fff com.apple.Mangrove (1.0 - 1) <7CA6F485-F7A5-301C-9F14-4C667EF8B2F3> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8b69a000 - 0x7fff8b6a2ffb libsystem_dnssd.dylib (624.10.1) <21D63EAB-27BE-3F41-B1D4-604BE7F4C9BA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8b6a3000 - 0x7fff8b6a4fff libsystem_secinit.dylib (20) <932ED582-E80F-39DA-B0FA-F1BC5F1AD2F8> /usr/lib/system/libsystem_secinit.dylib
0x7fff8b6a5000 - 0x7fff8b6d5ff7 libsandbox.1.dylib (459.10.4) <78F4D125-DEF0-3BEA-9D7F-E5BE5C06C8DA> /usr/lib/libsandbox.1.dylib
0x7fff8b830000 - 0x7fff8b9f0feb libBLAS.dylib (1159) <4A01C32E-452C-314C-B878-E301D4998C68> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8bcd1000 - 0x7fff8be9aff7 com.apple.ImageIO.framework (3.3.0 - 1440) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8bf68000 - 0x7fff8c094fff com.apple.CoreText (352.0 - 494.5.1) <393F0F48-0226-34BA-9793-66D8455EF894> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8c0b2000 - 0x7fff8c2bdfff libFosl_dynamic.dylib (16.24) <28CD6965-696D-32D0-B76F-4EA21DC1984A> /usr/lib/libFosl_dynamic.dylib
0x7fff8c2da000 - 0x7fff8c2e3ffb libsystem_notify.dylib (149) <56ABC155-CB99-30A8-A8B1-C204B5615092> /usr/lib/system/libsystem_notify.dylib
0x7fff8c2e4000 - 0x7fff8c64eddf libobjc.A.dylib (680) /usr/lib/libobjc.A.dylib
0x7fff8cbfb000 - 0x7fff8d0b9fcf com.apple.vImage (8.0 - 8.0) <04ADAB75-1588-32BD-96B9-8CEE5543599E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8d0ba000 - 0x7fff8d0d4fff com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8d146000 - 0x7fff8d156fff libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff8d157000 - 0x7fff8d1c5ff7 com.apple.ApplicationServices.ATS (377 - 394.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8d1f9000 - 0x7fff8d202ff7 libsystem_pthread.dylib (137.1.1) <1373D0F1-C6CA-364E-A6BA-8BDBD0D34670> /usr/lib/system/libsystem_pthread.dylib
0x7fff8d203000 - 0x7fff8d3aaffb com.apple.avfoundation (2.0 - 1046.9.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8d3ab000 - 0x7fff8d3defff com.apple.MediaKit (16 - 807) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8d417000 - 0x7fff8d41dfff com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8d41e000 - 0x7fff8d703ff3 com.apple.CoreServices.CarbonCore (1136 - 1136) <9DE930A3-63C0-3E21-965A-132D97D61892> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8d952000 - 0x7fff8d96bfff com.apple.CFOpenDirectory (10.11 - 194) <86755CDA-B4AA-39EF-8F7B-27F120F9AAC3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8da2e000 - 0x7fff8da5eff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <56AA41E6-2F60-31D8-B506-2D4A5C341C77> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8db10000 - 0x7fff8dd1dfff libicucore.A.dylib (551.30) /usr/lib/libicucore.A.dylib
0x7fff8dd1e000 - 0x7fff8dd85fff com.apple.framework.CoreWiFi (11.0 - 1101.20) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8dd86000 - 0x7fff8deabff7 com.apple.LaunchServices (728.4 - 728.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8dff2000 - 0x7fff8dff2fff com.apple.Accelerate (1.10 - Accelerate 1.10) <84DA0CD4-9670-343A-B243-D03A2A6A14E2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8dff9000 - 0x7fff8f264ff7 com.apple.CoreGraphics (1.600.0 - 938) <1BB01FAB-B403-3389-8D9F-44A04E9D8ADC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8f35e000 - 0x7fff8f3cdffb com.apple.datadetectorscore (7.0 - 460) <117708DA-6E19-3866-AD15-0CE3E3F2211A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8f3ce000 - 0x7fff8f3f5ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <403BC9E0-2A4E-3481-BDFE-B3CB372E5051> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8f3f6000 - 0x7fff8f3fafff libcache.dylib (75) <4948E2C8-867F-3E9D-AAE7-2F30F0B345C6> /usr/lib/system/libcache.dylib
0x7fff8f4cc000 - 0x7fff8f4d7ff7 libcommonCrypto.dylib (60074) /usr/lib/system/libcommonCrypto.dylib
0x7fff8f4d8000 - 0x7fff8f4dbffb libScreenReader.dylib (425.100) <993C7AE7-6CA2-37B5-A13C-F9032857D3AD> /usr/lib/libScreenReader.dylib
0x7fff8f5cd000 - 0x7fff8f5e2fff com.apple.AppContainer (4.0 - 261.10.2) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff8fcb7000 - 0x7fff8fce4fff libdispatch.dylib (500.10.1) <438F4595-0731-34A2-ACAD-60121A76D1FF> /usr/lib/system/libdispatch.dylib
0x7fff8fedf000 - 0x7fff8fee0ff3 com.apple.print.framework.Print (10.0 - 266) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff90783000 - 0x7fff9078cff3 com.apple.CommonAuth (4.0 - 2.0) <6EF43A6E-C071-36A3-8B94-694AC6BEF6D3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff907e6000 - 0x7fff907eeff7 libcldcpuengine.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff90805000 - 0x7fff9080aff3 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff9080d000 - 0x7fff9086dff7 com.apple.QuickLookFramework (5.0 - 696.1) <727FE6BE-8E92-38A3-BDEB-2410B553BB27> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff9087c000 - 0x7fff9087cfff com.apple.CoreServices (728.4 - 728.4) <14019127-641A-3CB9-8155-86AD35F23597> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9087d000 - 0x7fff9088bff7 libbz2.1.0.dylib (38) <99C5121D-8147-3B51-8D79-66245C863338> /usr/lib/libbz2.1.0.dylib
0x7fff9088c000 - 0x7fff90891ff7 libmacho.dylib (875.1) /usr/lib/system/libmacho.dylib
0x7fff90b84000 - 0x7fff90b87ff7 com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff90b88000 - 0x7fff90b93fff libcsfde.dylib (517) /usr/lib/libcsfde.dylib
0x7fff90b99000 - 0x7fff90bb5fff com.apple.GenerationalStorage (2.0 - 239) <05652CAD-E7F5-3225-929D-E13F241FBA41> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff90be3000 - 0x7fff90be5fff com.apple.EFILogin (2.0 - 2) <1FF63331-0B4A-385D-AC44-7AE665947553> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff90c2c000 - 0x7fff90c63ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <207E4A14-E3CC-3658-ABAF-B5CAEC9ED1EB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff90c98000 - 0x7fff90d20fff com.apple.CoreSymbolication (3.1 - 58048.1) <7B9BCFD9-3600-3973-841D-6227BEDE5D36> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff90d81000 - 0x7fff90d81ff7 liblaunch.dylib (755.1.19) <7EC0F297-43CC-3D11-B46B-7E72E372648A> /usr/lib/system/liblaunch.dylib
0x7fff90d82000 - 0x7fff90dd1ff7 com.apple.opencl (2.6.9 - 2.6.9) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff90dd2000 - 0x7fff90dd7fff com.apple.MediaAccessibility (1.0 - 79) <309526B0-1A18-3C2D-B425-A2BB61EED005> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff90de0000 - 0x7fff90dfcff7 libsystem_malloc.dylib (67) <1B57A614-3D60-3F87-876F-7DB4AF38120F> /usr/lib/system/libsystem_malloc.dylib
0x7fff90e03000 - 0x7fff90e25ff7 com.apple.IconServices (68 - 68) <9F8B9184-8DA8-3B7A-970B-3086DDD1CC6F> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff90edc000 - 0x7fff91081ff3 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff910c2000 - 0x7fff91368fff com.apple.CoreData (120 - 640) <37466A48-AA4C-3DB5-B606-C04841D3F654> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff916db000 - 0x7fff9171dff7 com.apple.Metal (54.26.3 - 54.26.3) <54544DF5-B1D1-3139-ADE6-E815533313EB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff9171e000 - 0x7fff917d7ff7 libvMisc.dylib (563.4) <04503007-DE32-34EB-90BB-740C289E3784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff917d8000 - 0x7fff91835fff com.apple.CoreServices.OSServices (728.4 - 728.4) <4E1819C2-F7A9-35FB-8193-FF3DCC35226C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff91836000 - 0x7fff9185ffff libxpc.dylib (755.1.19) <3E09C275-A33B-357A-B0AB-A2DDF88EC9D5> /usr/lib/system/libxpc.dylib
0x7fff91860000 - 0x7fff91862ff7 libsystem_configuration.dylib (801.10.2) <93D5FB9A-CC7C-3672-80D8-7A1C4805204B> /usr/lib/system/libsystem_configuration.dylib
0x7fff91863000 - 0x7fff9194aff7 libcrypto.0.9.8.dylib (59) <7C4E5457-B66C-39CA-BC0E-15CA6C051FC0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff9194b000 - 0x7fff91962fff libsystem_asl.dylib (322) <97D794DA-8CE5-3676-AC5E-364F6D172BDA> /usr/lib/system/libsystem_asl.dylib
0x7fff919e1000 - 0x7fff919f2fff libz.1.dylib (60) <43317BEA-ACA2-34C2-AF37-902AA926C83A> /usr/lib/libz.1.dylib
0x7fff91fef000 - 0x7fff921fbfff com.apple.CoreImage (11.1.0 - 366.1.1) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff921fc000 - 0x7fff921fcff7 libunc.dylib (29) /usr/lib/system/libunc.dylib
0x7fff921fd000 - 0x7fff92492fff libmecabra.dylib (696.1) <8FCC4C88-BE6A-3697-B1D3-8E1A2A3B99BA> /usr/lib/libmecabra.dylib
0x7fff92493000 - 0x7fff924e3fff libcups.2.dylib (435) /usr/lib/libcups.2.dylib
0x7fff928a1000 - 0x7fff928dfff7 libGLImage.dylib (12.0.34.12) <4FC92D21-0834-397E-BE0D-282A73FC16B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff928e0000 - 0x7fff928e8fff libGFXShared.dylib (12.0.34.12) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff92960000 - 0x7fff92d38fef com.apple.CoreAUC (214.0.0 - 214.0.0) <36675355-FEF4-3DC0-9734-AE6F125883C2> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff9306d000 - 0x7fff93072fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff93073000 - 0x7fff9309cfff libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x7fff9309d000 - 0x7fff930a9fff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <8D8F331E-21D2-3B7E-B977-3EB1D9E44D5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff93128000 - 0x7fff93139ff7 libsystem_trace.dylib (200) <1D289F35-BFA2-3B9E-BDF9-20F34F9A01D4> /usr/lib/system/libsystem_trace.dylib
0x7fff9315d000 - 0x7fff93186ffb libRIP.A.dylib (938) <4D830858-FD2C-32B1-9B29-E88AD815E604> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff931ce000 - 0x7fff93220fff com.apple.ImageCaptureCore (7.0 - 7.0) <74BC5DBA-FD63-31B9-A55B-C3C128852F1D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff93221000 - 0x7fff93274ff7 libc++.1.dylib (120.1) <54190E1B-EE49-3D6D-AC29-2813D7380BA5> /usr/lib/libc++.1.dylib
0x7fff93291000 - 0x7fff93369fff com.apple.CoreMedia (1.0 - 1731.15.20) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff9355a000 - 0x7fff93563ff7 com.apple.DisplayServicesFW (3.0 - 378) <69821BC1-66F6-30FE-B706-134F3A9FCAD7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff93564000 - 0x7fff93567ff7 libCoreFSCache.dylib (119.5) <5935DEAB-4236-38D2-8C76-5AF9A5700559> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff93568000 - 0x7fff935f7ff7 libCoreStorage.dylib (517) <1CC0776E-B682-3CC1-8CC2-2305E0FA439D> /usr/lib/libCoreStorage.dylib
0x7fff935f8000 - 0x7fff936e3ff7 com.apple.QuickLookUIFramework (5.0 - 696.1) <921959F6-96C2-3814-8D20-0E761AB51199> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff93745000 - 0x7fff9374bff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <433F8745-874A-39B3-A7C6-2EDA8C2C6B4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff938f8000 - 0x7fff93c34ffb com.apple.WebKit (11601 - 11601.2.7.2) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff93c3a000 - 0x7fff93c3efff libpam.2.dylib (20) <7F986CE8-EF74-3BC3-BB7E-5267E24EAFFE> /usr/lib/libpam.2.dylib
0x7fff93c47000 - 0x7fff93c49ff7 com.apple.SafariServices.framework (11601 - 11601.2.7.2) /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff93c4a000 - 0x7fff93c54fff com.apple.NetAuth (6.0 - 6.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff93d9a000 - 0x7fff93dbefff com.apple.MultitouchSupport.framework (304.9 - 304.9) <90E9EC0A-57D0-331E-AE0D-FF1A7756A409> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff93dbf000 - 0x7fff93e5ffff com.apple.Metadata (10.7.0 - 972.9) <303B6874-8B16-39A0-BB9D-5B7A59D3B8A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff93e60000 - 0x7fff93e6efff com.apple.opengl (12.0.34 - 12.0.34) <31C23ABB-8F75-3201-8CD1-447B3052B434> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff93e6f000 - 0x7fff93ea9fff com.apple.QD (3.12 - 302) <46969760-B02A-3ED5-B8BC-D6144939B16E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff93f11000 - 0x7fff93f19fff com.apple.AppleSRP (5.0 - 1) <8DBB11A2-150A-3E70-8B83-DDEDAB15E2C3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff93f39000 - 0x7fff93f4ffff com.apple.CoreMediaAuthoring (2.2 - 953) <8F5453F5-DC0E-39B8-9CB0-0A89268F6930> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff93fc9000 - 0x7fff94038fff com.apple.SearchKit (1.4.0 - 1.4.0) <45A716CD-D9E7-3F1F-9EC8-BB37CA9E8C04> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff94039000 - 0x7fff94049fff libSparseBLAS.dylib (1159) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff94056000 - 0x7fff94056ff7 libkeymgr.dylib (28) <47080280-8B57-3D75-8A20-9E100864DE27> /usr/lib/system/libkeymgr.dylib
0x7fff94057000 - 0x7fff94149ff7 libJP2.dylib (1440) <5540B4E7-CDE5-31B1-937F-E5B209E162F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff9414a000 - 0x7fff941d3ff7 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff941d4000 - 0x7fff9420afff libssl.0.9.8.dylib (59) <1F3C23F5-1C03-35E6-921A-88953E077C79> /usr/lib/libssl.0.9.8.dylib
0x7fff942de000 - 0x7fff94333fff com.apple.AE (701 - 701) <87FDCC5A-82AC-36A2-BFE9-D0B2A3D870F1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff94337000 - 0x7fff94389fff com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17D3C8AE-5E48-34CE-B5FB-5F30747EDE91> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff9447e000 - 0x7fff9448afff com.apple.HelpData (2.1.4 - 90) <17295640-71FE-3D5A-887A-751D110E0630> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff944bd000 - 0x7fff948ebfff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff94996000 - 0x7fff94a50fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <7AFCD317-2A1C-30D3-9871-C9C2C4FF05FD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff94a51000 - 0x7fff94ec6ff7 com.apple.CoreFoundation (6.9 - 1255.1) <86B26482-C917-34F2-80D8-02911B6001E0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff94ec7000 - 0x7fff94ec7fff com.apple.Cocoa (6.11 - 22) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff94f8d000 - 0x7fff94fddff7 com.apple.Symbolication (1.4 - 58044) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff94fde000 - 0x7fff95012ff7 com.apple.CoreVideo (1.8 - 191.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9502b000 - 0x7fff9502cffb libSystem.B.dylib (1225.1.1) <59F79CA0-5D86-359D-A235-4F257409109E> /usr/lib/libSystem.B.dylib
0x7fff9504f000 - 0x7fff9513efff libxml2.2.dylib (29) <0702E13C-D726-3DAF-B0D1-77F7B9EF6A37> /usr/lib/libxml2.2.dylib
0x7fff9513f000 - 0x7fff95152fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff9516c000 - 0x7fff95188ff7 libextension.dylib (78) <3A674BC1-8D7E-3A62-80EF-F950B02CB0FF> /usr/lib/libextension.dylib
0x7fff95189000 - 0x7fff951a5ff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib
0x7fff951d6000 - 0x7fff951d8ffb libutil.dylib (43) /usr/lib/libutil.dylib
0x7fff951e2000 - 0x7fff951f6fff libsystem_coretls.dylib (82) <21EDACF1-D9B3-3086-9821-60EB75E7F965> /usr/lib/system/libsystem_coretls.dylib
0x7fff95492000 - 0x7fff9549dfff com.apple.CrashReporterSupport (10.11 - 716) <9BD908E9-368A-3B17-AFCD-185277FF70BA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff954fb000 - 0x7fff95514ffb com.apple.openscripting (1.7 - 169) <6AA25650-8900-33C6-AD49-D0543DB27C16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff95646000 - 0x7fff957a1ffb com.apple.WebKitLegacy (11601 - 11601.2.7.2) <79E0891B-88EE-34EB-92D6-3403D89CBB08> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff957a2000 - 0x7fff957abfff com.apple.icloud.FindMyDevice (1.0 - 1) <28CE764F-4C4C-3A75-B7AE-EDBC7A189E82> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff9732d000 - 0x7fff973d4fff com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff973d5000 - 0x7fff978f7fff com.apple.QuartzComposer (5.1 - 334) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff9791e000 - 0x7fff9794fffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff97960000 - 0x7fff97960fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff97aaa000 - 0x7fff97acfff7 libPng.dylib (1440) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff97ae5000 - 0x7fff97e39fff com.apple.Foundation (6.9 - 1255.1) <3AD7B198-3943-3919-B6F2-B0C28DC817B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff97ea4000 - 0x7fff97ea9ff7 libheimdal-asn1.dylib (452.1.1) <6E911973-1E1A-3F80-B955-FA78CF20FBFD> /usr/lib/libheimdal-asn1.dylib
0x7fff97ebd000 - 0x7fff97f9dff7 unorm8_rgba.dylib (2.6.4.1) <49FF2837-D97B-3CFF-B139-E57D40700F32> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 11
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: 215178
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=393.4M resident=0K(0%) swapped_out_or_unallocated=393.4M(100%)
Writable regions: Total=1.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.8G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
ATS (font support) 32.0M 10
ATS (font support) (reserved) 4K 2 reserved VM address space (unallocated)
Accelerate.framework 256K 3
Activity Tracing 2048K 2
CG backing stores 14.1M 16
CG image 244K 31
CG shared images 784K 23
CoreAnimation 236K 36
CoreUI image data 284K 25
CoreUI image file 192K 4
Dispatch continuations 8192K 2
Foundation 24K 2
JS JIT generated code 256.0M 5
JS JIT generated code (reserved) 768.0M 2 reserved VM address space (unallocated)
JS VM register file 4096K 2
JS garbage collector 2688K 9
Kernel Alloc Once 8K 3
MALLOC 660.8M 156
MALLOC guard page 32K 7
MALLOC_LARGE (reserved) 1008K 4 reserved VM address space (unallocated)
Memory Tag 240 128.0M 17
Memory Tag 242 12K 2
Memory Tag 249 156K 2
Memory Tag 251 32K 2
OpenCL 8K 2
Process Corpse Info 2048K 2
STACK GUARD 56.1M 18
Stack 15.7M 20
VM_ALLOCATE 172K 18
VM_ALLOCATE (reserved) 36K 2 reserved VM address space (unallocated)
WebKit Malloc 7544K 39
__DATA 31.6M 333
__IMAGE 528K 2
__LINKEDIT 106.3M 75
__TEXT 287.2M 322
__UNICODE 552K 2
mapped file 334.9M 28
shared memory 16.3M 11
=========== ======= =======
TOTAL 2.7G 1203
TOTAL, minus reserved VM space 1.9G 1203
Model: MacBookPro10,2, BootROM MBP102.0106.B0A, 2 processors, Intel Core i5, 2.5 GHz, 8 GB, SMC 2.6f59
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3831554738454255302D474E2D4620
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3831554738454255302D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10F), Broadcom BCM43xx 1.0 (7.21.94.29.1a4)
Bluetooth: Version 4.4.2f1 16391, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD128E, 121.33 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Hub
USB Device: USB/PS2 Wheel Mouse
USB Device: USB Keyboard
USB Device: USB 3.0 Bus
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4
Attachment | Size |
---|---|
It's_Sunny_Here_Too.mscz | 76.33 KB |
Comments
I'm afraid this score seems to be corrupted, in a manner similar to that described in #91351: Adding Chord Symbol with Part containing linked Staffs causes overabundance of linkedTo and Harmony elements. Basically, you have a staff linked to another staff thousands of times. It would be very useful to know how the score got into this state. But this is also why it takes ridiculously long to load.
I don't know how it got to this state, unfortunately. Is there any way to un-corrupt it? For example, if I deleted the guitar track and re-created it, would that fix it?
Thanks.
For most types of corruption, you would want to see https://musescore.org/en/node/54721. BVut the particular type of corruption you are seeing is unusual even by the standards of corrupt score (which are themselves unusual, but not unheard of). In your case, I think you'd want to delete all linked staves. That means the parts (go to File / Parts), but also the linked guitar tab staff (Edit / Instruments). When I tried it this cleaned up very nicely.