Advertisement
chenlung

MuseScore Crash - Opening score during playback

Nov 11th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.34 KB | None | 0 0
  1. Process: mscore [411]
  2. Path: /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/MacOS/mscore
  3. Identifier: net.sourceforge.mscore
  4. Version: 2.0 (2.0.0)
  5. Code Type: X86-64 (Native)
  6. Parent Process: launchd [115]
  7.  
  8. Date/Time: 2012-11-11 22:26:50.454 +0000
  9. OS Version: Mac OS X 10.7.5 (11G63)
  10. Report Version: 9
  11.  
  12. Interval Since Last Report: 228725 sec
  13. Crashes Since Last Report: 8
  14. Per-App Interval Since Last Report: 63276 sec
  15. Per-App Crashes Since Last Report: 2
  16. Anonymous UUID: C8C4B1DE-CC6D-4775-83C6-6B9F4C83B925
  17.  
  18. Crashed Thread: 4 com.apple.audio.IOThread.client
  19.  
  20. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  21. Exception Codes: 0x000000000000000d, 0x0000000000000000
  22.  
  23. VM Regions Near 0:
  24. -->
  25. __TEXT 0000000100000000-0000000100c49000 [ 12.3M] r-x/rwx SM=COW /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/MacOS/mscore
  26.  
  27. Application Specific Information:
  28. Performing @selector(qtDispatcherToQAction:) from sender NSMenuItem 0x10f0be190
  29. objc[411]: garbage collection is OFF
  30.  
  31. Thread 0:: Dispatch queue: com.apple.main-thread
  32. 0 libsystem_c.dylib 0x00007fff8a9ee6c1 tiny_free_list_remove_ptr + 314
  33. 1 libsystem_c.dylib 0x00007fff8a9f2240 szone_free_definite_size + 916
  34. 2 libsystem_c.dylib 0x00007fff8aa2b789 free + 194
  35. 3 QtCore 0x00000001047cae31 QMapData::continueFreeData(int) + 71
  36. 4 net.sourceforge.mscore 0x00000001002584b5 QMap<int, Event>::freeData(QMapData*) + 133
  37. 5 net.sourceforge.mscore 0x0000000100258755 QMap<int, Event>::operator=(QMap<int, Event> const&) + 117
  38. 6 net.sourceforge.mscore 0x000000010025723d QMap<int, Event>::clear() + 45
  39. 7 net.sourceforge.mscore 0x0000000100253a08 Seq::collectEvents() + 56
  40. 8 net.sourceforge.mscore 0x0000000100253974 Seq::canStart() + 116
  41. 9 net.sourceforge.mscore 0x00000001002029ce PlayPanel::setScore(Score*) + 238
  42. 10 net.sourceforge.mscore 0x00000001001b065a MuseScore::setCurrentScoreView(ScoreView*) + 426
  43. 11 net.sourceforge.mscore 0x000000010004ca77 ScoreView::focusInEvent(QFocusEvent*) + 71
  44. 12 QtGui 0x00000001036cc257 QWidget::event(QEvent*) + 1041
  45. 13 net.sourceforge.mscore 0x000000010005a541 ScoreView::event(QEvent*) + 545
  46. 14 QtGui 0x000000010367d8e8 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 304
  47. 15 QtGui 0x000000010367db66 QApplication::notify(QObject*, QEvent*) + 600
  48. 16 QtCore 0x000000010488aa02 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104
  49. 17 QtGui 0x000000010368206d QApplicationPrivate::setFocusWidget(QWidget*, Qt::FocusReason) + 689
  50. 18 QtGui 0x00000001036c1eb8 QWidget::setFocus(Qt::FocusReason) + 538
  51. 19 QtGui 0x00000001036b4cae QStackedLayout::setCurrentIndex(int) + 470
  52. 20 net.sourceforge.mscore 0x00000001002fb2ae ScoreTab::setCurrent(int) + 734
  53. 21 net.sourceforge.mscore 0x0000000100022e99 ScoreTab::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 249
  54. 22 QtCore 0x00000001048a0201 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2001
  55. 23 QtGui 0x0000000103a80cdb QTabBar::setCurrentIndex(int) + 375
  56. 24 net.sourceforge.mscore 0x00000001002fc0c6 ScoreTab::setCurrentIndex(int) + 70
  57. 25 net.sourceforge.mscore 0x00000001001b049b MuseScore::setCurrentView(int, int) + 139
  58. 26 net.sourceforge.mscore 0x00000001001adb52 MuseScore::setCurrentScoreView(int) + 34
  59. 27 net.sourceforge.mscore 0x00000001001ada9c MuseScore::selectScore(QAction*) + 172
  60. 28 net.sourceforge.mscore 0x0000000100011d8c MuseScore::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 300
  61. 29 QtCore 0x00000001048a0201 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2001
  62. 30 QtGui 0x0000000103a5e63b 0x1035fe000 + 4589115
  63. 31 QtGui 0x0000000103a58cff 0x1035fe000 + 4566271
  64. 32 QtCore 0x00000001048a0201 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2001
  65. 33 QtGui 0x0000000103679832 QAction::activate(QAction::ActionEvent) + 194
  66. 34 QtGui 0x000000010362eb87 0x1035fe000 + 199559
  67. 35 com.apple.CoreFoundation 0x00007fff89f4f70d -[NSObject performSelector:withObject:] + 61
  68. 36 com.apple.AppKit 0x00007fff856d58ca -[NSApplication sendAction:to:from:] + 139
  69. 37 com.apple.AppKit 0x00007fff857c27ff -[NSMenuItem _corePerformAction] + 399
  70. 38 com.apple.AppKit 0x00007fff857c2536 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
  71. 39 com.apple.AppKit 0x00007fff85a61b08 -[NSMenu _internalPerformActionForItemAtIndex:] + 38
  72. 40 com.apple.AppKit 0x00007fff858f06f9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138
  73. 41 com.apple.AppKit 0x00007fff8573c9bb NSSLMMenuEventHandler + 339
  74. 42 com.apple.HIToolbox 0x00007fff847b0234 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
  75. 43 com.apple.HIToolbox 0x00007fff847af840 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 446
  76. 44 com.apple.HIToolbox 0x00007fff847c66db SendEventToEventTarget + 76
  77. 45 com.apple.HIToolbox 0x00007fff8480c7b5 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 398
  78. 46 com.apple.HIToolbox 0x00007fff848f3e2d SendMenuCommandWithContextAndModifiers + 56
  79. 47 com.apple.HIToolbox 0x00007fff8493b5b5 SendMenuItemSelectedEvent + 253
  80. 48 com.apple.HIToolbox 0x00007fff84805883 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101
  81. 49 com.apple.HIToolbox 0x00007fff847fcfc9 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600
  82. 50 com.apple.HIToolbox 0x00007fff847fc592 _HandleMenuSelection2 + 580
  83. 51 com.apple.AppKit 0x00007fff8563d1da _NSHandleCarbonMenuEvent + 250
  84. 52 com.apple.AppKit 0x00007fff855d2cc9 _DPSNextEvent + 2019
  85. 53 com.apple.AppKit 0x00007fff855d207d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
  86. 54 com.apple.AppKit 0x00007fff855ce9b9 -[NSApplication run] + 470
  87. 55 QtGui 0x0000000103638e20 0x1035fe000 + 241184
  88. 56 QtCore 0x0000000104887e28 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 394
  89. 57 QtCore 0x000000010488b153 QCoreApplication::exec() + 175
  90. 58 net.sourceforge.mscore 0x00000001001b60ec main + 10524
  91. 59 net.sourceforge.mscore 0x0000000100008942 _start + 224
  92. 60 net.sourceforge.mscore 0x0000000100008861 start + 33
  93.  
  94. Thread 1:: Dispatch queue: com.apple.libdispatch-manager
  95. 0 libsystem_kernel.dylib 0x00007fff84fd27e6 kevent + 10
  96. 1 libdispatch.dylib 0x00007fff84af5786 _dispatch_mgr_invoke + 923
  97. 2 libdispatch.dylib 0x00007fff84af4316 _dispatch_mgr_thread + 54
  98.  
  99. Thread 2:: com.apple.CFSocket.private
  100. 0 libsystem_kernel.dylib 0x00007fff84fd1df2 __select + 10
  101. 1 com.apple.CoreFoundation 0x00007fff89f3dc8b __CFSocketManager + 1355
  102. 2 libsystem_c.dylib 0x00007fff8a9d98bf _pthread_start + 335
  103. 3 libsystem_c.dylib 0x00007fff8a9dcb75 thread_start + 13
  104.  
  105. Thread 3:
  106. 0 libsystem_kernel.dylib 0x00007fff84fd067a mach_msg_trap + 10
  107. 1 libsystem_kernel.dylib 0x00007fff84fcfd71 mach_msg + 73
  108. 2 com.apple.audio.midi.CoreMIDI 0x0000000104b455be XServerMachPort::ReceiveMessage(int&, void*, int&) + 96
  109. 3 com.apple.audio.midi.CoreMIDI 0x0000000104b66653 MIDIProcess::RunMIDIInThread() + 207
  110. 4 com.apple.audio.midi.CoreMIDI 0x0000000104b4696a XThread::RunHelper(void*) + 10
  111. 5 com.apple.audio.midi.CoreMIDI 0x0000000104b46396 CAPThread::Entry(CAPThread*) + 98
  112. 6 libsystem_c.dylib 0x00007fff8a9d98bf _pthread_start + 335
  113. 7 libsystem_c.dylib 0x00007fff8a9dcb75 thread_start + 13
  114.  
  115. Thread 4 Crashed:: com.apple.audio.IOThread.client
  116. 0 net.sourceforge.mscore 0x00000001002582e8 QMap<int, Event>::node_create(QMapData*, QMapData::Node**, int const&, Event const&) + 136
  117. 1 net.sourceforge.mscore 0x00000001002580d0 QMap<int, Event>::detach_helper() + 192
  118. 2 net.sourceforge.mscore 0x0000000100257fb0 QMap<int, Event>::detach() + 64
  119. 3 net.sourceforge.mscore 0x0000000100257380 QMap<int, Event>::lowerBound(int const&) + 48
  120. 4 net.sourceforge.mscore 0x00000001002546d5 Seq::setPos(int) + 133
  121. 5 net.sourceforge.mscore 0x0000000100254572 Seq::processMessages() + 450
  122. 6 net.sourceforge.mscore 0x0000000100254a8f Seq::process(unsigned int, float*) + 271
  123. 7 net.sourceforge.mscore 0x000000010049ed28 paCallback(void const*, void*, unsigned long, PaStreamCallbackTimeInfo const*, unsigned long, void*) + 72
  124. 8 libportaudio.2.dylib 0x0000000104a8b300 Pa_Initialize + 3344
  125. 9 libportaudio.2.dylib 0x0000000104a8c13b Pa_Initialize + 6987
  126. 10 libportaudio.2.dylib 0x0000000104a91b7d PaMacCore_GetChannelName + 3053
  127. 11 com.apple.audio.units.Components 0x000000010ba09b47 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 221
  128. 12 com.apple.audio.units.Components 0x000000010ba09014 AUInputFormatConverter2::InputProc(OpaqueAudioConverter*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription**, void*) + 113
  129. 13 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f340973 AudioConverterChain::CallInputProc(unsigned int) + 459
  130. 14 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f3406a5 AudioConverterChain::FillBufferFromInputProc(unsigned int*, CABufferList*) + 107
  131. 15 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f34062b BufferedAudioConverter::GetInputBytes(unsigned int, unsigned int&, CABufferList const*&) + 183
  132. 16 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f340c04 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned int, unsigned int&) + 204
  133. 17 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f340305 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 307
  134. 18 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f340435 AudioConverterChain::RenderOutput(CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 105
  135. 19 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f340305 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 307
  136. 20 com.apple.audio.toolbox.AudioToolbox 0x00007fff8f34009d AudioConverterFillComplexBuffer + 237
  137. 21 com.apple.audio.units.Components 0x000000010ba090c7 AUInputFormatConverter2::PullAndConvertInput(AudioTimeStamp const&, unsigned int&, AudioBufferList&, AudioStreamPacketDescription*, bool&) + 125
  138. 22 com.apple.audio.units.Components 0x000000010ba080c0 AUConverterBase::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 718
  139. 23 com.apple.audio.units.Components 0x000000010ba07544 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 128
  140. 24 com.apple.audio.units.Components 0x000000010ba049cd AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 377
  141. 25 com.apple.audio.units.Components 0x000000010ba0bc13 AUHAL::AUIOProc(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 2087
  142. 26 com.apple.audio.CoreAudio 0x00007fff850909fa HALC_ProxyIOContext::IOWorkLoop() + 2058
  143. 27 com.apple.audio.CoreAudio 0x00007fff85090151 HALC_ProxyIOContext::IOThreadEntry(void*) + 73
  144. 28 com.apple.audio.CoreAudio 0x00007fff8509000c HALB_IOThread::Entry(void*) + 78
  145. 29 libsystem_c.dylib 0x00007fff8a9d98bf _pthread_start + 335
  146. 30 libsystem_c.dylib 0x00007fff8a9dcb75 thread_start + 13
  147.  
  148. Thread 5:
  149. 0 libsystem_kernel.dylib 0x00007fff84fd2192 __workq_kernreturn + 10
  150. 1 libsystem_c.dylib 0x00007fff8a9db594 _pthread_wqthread + 758
  151. 2 libsystem_c.dylib 0x00007fff8a9dcb85 start_wqthread + 13
  152.  
  153. Thread 6:
  154. 0 libsystem_kernel.dylib 0x00007fff84fd2192 __workq_kernreturn + 10
  155. 1 libsystem_c.dylib 0x00007fff8a9db594 _pthread_wqthread + 758
  156. 2 libsystem_c.dylib 0x00007fff8a9dcb85 start_wqthread + 13
  157.  
  158. Thread 7:
  159. 0 libsystem_kernel.dylib 0x00007fff84fd2192 __workq_kernreturn + 10
  160. 1 libsystem_c.dylib 0x00007fff8a9db594 _pthread_wqthread + 758
  161. 2 libsystem_c.dylib 0x00007fff8a9dcb85 start_wqthread + 13
  162.  
  163. Thread 4 crashed with X86 Thread State (64-bit):
  164. rax: 0x0000000116c82d50 rbx: 0x0000000000000000 rcx: 0x0018000115cb52e0 rdx: 0x0000000116c82d68
  165. rdi: 0x0000000116c82d60 rsi: 0xffffffffffffffff rbp: 0x00000001055dc1f0 rsp: 0x00000001055dc140
  166. r8: 0x0000000116c973b8 r9: 0x000000000000082c r10: 0x0000000000000000 r11: 0x0000000000000007
  167. r12: 0x0000000106123d48 r13: 0x000000010a4f9758 r14: 0x0000000000000002 r15: 0x0000000000000358
  168. rip: 0x00000001002582e8 rfl: 0x0000000000010206 cr2: 0x00000001055fa018
  169. Logical CPU: 1
  170.  
  171. Binary Images:
  172. 0x100000000 - 0x100c48fff +net.sourceforge.mscore (2.0 - 2.0.0) <E2B9D12E-6D8B-367B-B30D-B921BCB3BD3D> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/MacOS/mscore
  173. 0x1012d4000 - 0x10179bfe7 +QtDesigner (4.8.2 - compatibility 4.8.0) <7B890EB7-9921-3959-8E57-FAE63A25E06D> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtDesigner.framework/Versions/4/QtDesigner
  174. 0x10183f000 - 0x101b82fff +QtDeclarative (4.8.2 - compatibility 4.8.0) <74E9E0C8-FF70-32AB-AACB-4B49CBE93A64> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtDeclarative.framework/Versions/4/QtDeclarative
  175. 0x101c05000 - 0x101dd6ff7 +QtScript (4.8.2 - compatibility 4.8.0) <FABC9596-ADCF-35C8-9424-EF8CEBB87019> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
  176. 0x101e2a000 - 0x101e76fff +QtSvg (4.8.2 - compatibility 4.8.0) <07AF07B5-31FD-3201-9AA5-DCF832524AC5> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
  177. 0x101e86000 - 0x103263fe7 +QtWebKit (4.9.2 - compatibility 4.9.0) <E702B9C7-1741-3AF9-B74D-E5CBA3165672> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
  178. 0x1035fe000 - 0x103fb3fff +QtGui (4.8.2 - compatibility 4.8.0) <801ECED1-BC41-3ED3-877D-9918611ACA54> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
  179. 0x104117000 - 0x10415afe7 +QtXml (4.8.2 - compatibility 4.8.0) <212512F1-DF74-3B9D-8EE9-D166AA557DF6> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
  180. 0x104167000 - 0x10419cfe7 +QtSql (4.8.2 - compatibility 4.8.0) <0269206E-BA96-354E-A737-7C2A9783C475> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
  181. 0x1041aa000 - 0x10459efff +QtXmlPatterns (4.8.2 - compatibility 4.8.0) <397628B3-23F6-30B2-8528-63EFB435C1BD> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
  182. 0x10461c000 - 0x10474dfff +QtNetwork (4.8.2 - compatibility 4.8.0) <888288C6-684F-3258-BB3E-72034082675C> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
  183. 0x104776000 - 0x104a17fef +QtCore (4.8.2 - compatibility 4.8.0) <BE59B19D-0B37-310E-9F4F-00B156770AC8> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
  184. 0x104a65000 - 0x104a79ff7 +libz.1.dylib (1.2.5 - compatibility 1.0.0) <B2D5B322-19E4-8D42-9A2F-3011155F5CC8> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libz.1.dylib
  185. 0x104a7d000 - 0x104a82ff7 +libvorbisfile.3.dylib (7.4.0 - compatibility 7.0.0) <0E8C13E6-F9B2-9481-EE20-281E6ABC5503> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libvorbisfile.3.dylib
  186. 0x104a86000 - 0x104a98fff +libportaudio.2.dylib (3.0.0 - compatibility 3.0.0) <547AFCE7-0EEB-94EB-9AC3-DA4BB1896D88> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libportaudio.2.dylib
  187. 0x104a9d000 - 0x104af9fff +libsndfile.1.dylib (2.25.0 - compatibility 2.0.0) <357B2707-3640-D082-5585-E9D5A9DD1033> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libsndfile.1.dylib
  188. 0x104b04000 - 0x104b2bfef +libvorbis.0.dylib (5.5.0 - compatibility 5.0.0) <B2DA1B95-0295-815A-B562-A9BD98E79549> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libvorbis.0.dylib
  189. 0x104b30000 - 0x104b33ff7 +libogg.0.dylib (9.0.0 - compatibility 9.0.0) <25F3C8D1-986D-76B6-82A8-BF29312E61C5> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libogg.0.dylib
  190. 0x104b36000 - 0x104b87ff7 com.apple.audio.midi.CoreMIDI (1.8 - 42) <10BAC42F-ACFE-3EBC-869A-2847A0770CE8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
  191. 0x104bad000 - 0x104beffff +libFLAC.8.dylib (11.0.0 - compatibility 11.0.0) <C098CA6F-2BD8-7A38-4013-E07007362CFA> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libFLAC.8.dylib
  192. 0x104bfb000 - 0x104e9afe7 +libvorbisenc.2.dylib (3.8.0 - compatibility 3.0.0) <F6085476-910B-FA59-01D5-8BEA38386ADF> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/Frameworks/libvorbisenc.2.dylib
  193. 0x104eb9000 - 0x104ed4fff libexpat.1.dylib (7.2.0 - compatibility 7.0.0) <DDB91E75-A2FA-331F-8069-999127AC6A9D> /usr/lib/libexpat.1.dylib
  194. 0x105500000 - 0x10552bfff +libjack.0.dylib (??? - ???) <79B3C84C-D457-6938-B5E9-1A5716A1F4A5> /usr/local/lib/libjack.0.dylib
  195. 0x1056aa000 - 0x1056defff com.apple.security.csparser (3.0 - 55148.6) <CAA9817C-3D70-369D-894D-AA8034EEF2DD> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
  196. 0x1057f0000 - 0x1057f4fff +libqtga.dylib (??? - ???) <9A990FB1-2255-3823-9E8E-EB29B51301B5> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqtga.dylib
  197. 0x107dde000 - 0x107de7fff +libqsvgicon.dylib (??? - ???) <B92939BD-CA12-33E3-B4C1-031597CEEF48> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/iconengines/libqsvgicon.dylib
  198. 0x108056000 - 0x108060fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
  199. 0x108066000 - 0x108069ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  200. 0x10806d000 - 0x10806dff1 +cl_kernels (??? - ???) <B9726672-AD40-499F-9A5F-1BC44E2163F4> cl_kernels
  201. 0x1080b1000 - 0x1080b2ff2 +cl_kernels (??? - ???) <140D98D9-8C7D-49F0-939C-873CA5F022D4> cl_kernels
  202. 0x1081a2000 - 0x1081a8fff +libqgif.dylib (??? - ???) <01483072-A49B-3B36-9858-499E36909A37> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqgif.dylib
  203. 0x1081ac000 - 0x1081b2ff7 +libqico.dylib (??? - ???) <D658711B-31DA-312B-AE30-9D4D15756DA9> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqico.dylib
  204. 0x1081b6000 - 0x1081bbff7 +libqsvg.dylib (??? - ???) <6AA570BC-69F1-3C9D-9AA5-EFE9C044C50D> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqsvg.dylib
  205. 0x1081f4000 - 0x1081f8fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
  206. 0x108300000 - 0x108351fef +libqmng.dylib (??? - ???) <21D07D2B-CAAB-3FCA-AD01-89A47447BC86> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqmng.dylib
  207. 0x10835a000 - 0x1083affef +libqtiff.dylib (??? - ???) <A34DE2F6-1A50-30E0-AA72-E9A7D14D4905> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqtiff.dylib
  208. 0x1083e5000 - 0x1083eafff com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
  209. 0x1083ef000 - 0x108419ff7 +com.grame.JackRouter (JackRouter - 0.9.4) <E4B3807D-296B-70F5-593B-A6A241D2A373> /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
  210. 0x1084f9000 - 0x1084f9fff +cl_kernels (??? - ???) <B3C415E3-6F40-4F68-BE58-1E4A6F16E330> cl_kernels
  211. 0x10925b000 - 0x10925cff3 +cl_kernels (??? - ???) <DD89B2D9-6DA3-4FEE-9344-464A82C2EF5C> cl_kernels
  212. 0x109284000 - 0x1092bdfff +libqjpeg.dylib (??? - ???) <44FF0D48-1CAB-3C8A-9251-A3313618EADE> /Applications/MuseScore/MuseScore - Nightly Build.app/Contents/PlugIns/imageformats/libqjpeg.dylib
  213. 0x109364000 - 0x109365ff3 +cl_kernels (??? - ???) <B901577C-CF15-4CD7-8C27-D3C4641AC81C> cl_kernels
  214. 0x10ba00000 - 0x10bb4bff7 com.apple.audio.units.Components (1.7.3 - 1.7.3) <CAC75CC0-DAD7-3DD3-91CF-DDE8B19DEBDD> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
  215. 0x1142a7000 - 0x114346ff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
  216. 0x1145b0000 - 0x11464eff7 unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
  217. 0x7fff6963c000 - 0x7fff69670baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
  218. 0x7fff83e3f000 - 0x7fff83ec3ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
  219. 0x7fff83ec4000 - 0x7fff83eccfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
  220. 0x7fff83ecd000 - 0x7fff83f63ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
  221. 0x7fff83f64000 - 0x7fff84548fff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  222. 0x7fff846d4000 - 0x7fff846dafff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
  223. 0x7fff846f7000 - 0x7fff84705ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
  224. 0x7fff8470b000 - 0x7fff8470efff com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
  225. 0x7fff8470f000 - 0x7fff8478aff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
  226. 0x7fff8478b000 - 0x7fff847a7ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
  227. 0x7fff847a8000 - 0x7fff84ad4fff com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
  228. 0x7fff84ad5000 - 0x7fff84af1fff com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
  229. 0x7fff84af2000 - 0x7fff84b00fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
  230. 0x7fff84b01000 - 0x7fff84bc8ff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
  231. 0x7fff84c26000 - 0x7fff84c81ff7 com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
  232. 0x7fff84c82000 - 0x7fff84c84fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
  233. 0x7fff84c85000 - 0x7fff84c89fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
  234. 0x7fff84c8a000 - 0x7fff84ca7ff7 com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
  235. 0x7fff84ca8000 - 0x7fff84cb1ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
  236. 0x7fff84cb2000 - 0x7fff84cb8ff7 com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
  237. 0x7fff84cb9000 - 0x7fff84ce8fff com.apple.shortcut (2.1 - 2.1) <BE0AB36A-6911-356B-8784-D39175ACAF55> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
  238. 0x7fff84ce9000 - 0x7fff84d2dff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
  239. 0x7fff84d2e000 - 0x7fff84d32fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
  240. 0x7fff84d52000 - 0x7fff84daaff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
  241. 0x7fff84dab000 - 0x7fff84e8afff com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  242. 0x7fff84e8b000 - 0x7fff84e8cfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
  243. 0x7fff84e8d000 - 0x7fff84e8dfff com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
  244. 0x7fff84e8e000 - 0x7fff84eb9fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
  245. 0x7fff84eba000 - 0x7fff84ebcfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
  246. 0x7fff84ebd000 - 0x7fff84ebdfff libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
  247. 0x7fff84ec2000 - 0x7fff84eebfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
  248. 0x7fff84eec000 - 0x7fff84f06fff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
  249. 0x7fff84f07000 - 0x7fff84f1efff com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
  250. 0x7fff84f1f000 - 0x7fff84f5ffff libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
  251. 0x7fff84f60000 - 0x7fff84f86fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
  252. 0x7fff84f87000 - 0x7fff84f87fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  253. 0x7fff84f8a000 - 0x7fff84fbaff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
  254. 0x7fff84fbb000 - 0x7fff84fdbfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
  255. 0x7fff84fdc000 - 0x7fff84febff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
  256. 0x7fff84fec000 - 0x7fff85032fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
  257. 0x7fff85033000 - 0x7fff85052fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
  258. 0x7fff8506a000 - 0x7fff850d2ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
  259. 0x7fff850d3000 - 0x7fff850d9fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  260. 0x7fff85110000 - 0x7fff85123ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
  261. 0x7fff85124000 - 0x7fff85139fff com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
  262. 0x7fff8513a000 - 0x7fff85183ff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
  263. 0x7fff85184000 - 0x7fff851d6ff7 libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
  264. 0x7fff851d7000 - 0x7fff851dafff com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
  265. 0x7fff851db000 - 0x7fff8521fff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
  266. 0x7fff85220000 - 0x7fff85290fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
  267. 0x7fff85291000 - 0x7fff85502fff com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
  268. 0x7fff85503000 - 0x7fff85527fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
  269. 0x7fff85528000 - 0x7fff855c9fff com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
  270. 0x7fff855ca000 - 0x7fff861d0fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
  271. 0x7fff861d1000 - 0x7fff864f6ff7 com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
  272. 0x7fff864fd000 - 0x7fff8654bfff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
  273. 0x7fff8654c000 - 0x7fff865a3fff com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
  274. 0x7fff865a4000 - 0x7fff865b2ff7 com.apple.AppleFSCompression (37 - 1.0) <8981D804-EBFE-35D5-9F79-6689DCCBA43A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
  275. 0x7fff872eb000 - 0x7fff8730ffff com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
  276. 0x7fff87310000 - 0x7fff87315ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
  277. 0x7fff87316000 - 0x7fff87354fff com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
  278. 0x7fff87355000 - 0x7fff8766efff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
  279. 0x7fff8766f000 - 0x7fff87671fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
  280. 0x7fff87672000 - 0x7fff876b2ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
  281. 0x7fff876b3000 - 0x7fff877c0fff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
  282. 0x7fff877c1000 - 0x7fff877c6fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
  283. 0x7fff877cc000 - 0x7fff8782cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
  284. 0x7fff878df000 - 0x7fff87a46fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  285. 0x7fff87a47000 - 0x7fff87a72ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
  286. 0x7fff87a73000 - 0x7fff87a90fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
  287. 0x7fff87a91000 - 0x7fff87aa7ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
  288. 0x7fff87aa8000 - 0x7fff87baafff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
  289. 0x7fff87bab000 - 0x7fff87c2efef com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
  290. 0x7fff87c2f000 - 0x7fff87d65fff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
  291. 0x7fff87d66000 - 0x7fff87ddcfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
  292. 0x7fff87ddd000 - 0x7fff87ea4ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
  293. 0x7fff87ea5000 - 0x7fff87f07ff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
  294. 0x7fff87f08000 - 0x7fff87faafff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
  295. 0x7fff87fab000 - 0x7fff8808fff7 com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
  296. 0x7fff88090000 - 0x7fff88096fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
  297. 0x7fff88785000 - 0x7fff88818fff com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
  298. 0x7fff88821000 - 0x7fff88837fff libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
  299. 0x7fff88838000 - 0x7fff88838fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
  300. 0x7fff88839000 - 0x7fff8885afff libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  301. 0x7fff8889c000 - 0x7fff888d1fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
  302. 0x7fff888d2000 - 0x7fff888e0fff com.apple.HelpData (2.1.2 - 72.2) <363E36C5-F7C0-34A6-83D3-97C8FB6511F0> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
  303. 0x7fff888e1000 - 0x7fff88c8bfe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
  304. 0x7fff88c8c000 - 0x7fff88f04fff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
  305. 0x7fff88f05000 - 0x7fff88f0afff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
  306. 0x7fff88f1b000 - 0x7fff88f91ff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
  307. 0x7fff88f92000 - 0x7fff88f99fff libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
  308. 0x7fff88f9a000 - 0x7fff891c4fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  309. 0x7fff891c5000 - 0x7fff891c8fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
  310. 0x7fff891c9000 - 0x7fff891f6fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
  311. 0x7fff891f7000 - 0x7fff89231fe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
  312. 0x7fff89232000 - 0x7fff89271fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
  313. 0x7fff89287000 - 0x7fff892f2ff7 com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
  314. 0x7fff89376000 - 0x7fff89454fff com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  315. 0x7fff898e6000 - 0x7fff898e6fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
  316. 0x7fff898e7000 - 0x7fff898ecfff com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
  317. 0x7fff898ed000 - 0x7fff89d1afff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
  318. 0x7fff89d27000 - 0x7fff89d50fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
  319. 0x7fff89d51000 - 0x7fff89d9dff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
  320. 0x7fff89d9e000 - 0x7fff89d9efff com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
  321. 0x7fff89d9f000 - 0x7fff89db1ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
  322. 0x7fff89db2000 - 0x7fff89db6fff libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
  323. 0x7fff89ebc000 - 0x7fff8a090ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  324. 0x7fff8a091000 - 0x7fff8a0d3ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
  325. 0x7fff8a0d4000 - 0x7fff8a0d9fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
  326. 0x7fff8a0da000 - 0x7fff8a1cffff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
  327. 0x7fff8a1d0000 - 0x7fff8a2b4e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
  328. 0x7fff8a2b5000 - 0x7fff8a34fff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
  329. 0x7fff8a396000 - 0x7fff8a40cfff com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
  330. 0x7fff8a40d000 - 0x7fff8a41aff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
  331. 0x7fff8a41b000 - 0x7fff8a8e2fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
  332. 0x7fff8a8e3000 - 0x7fff8a916ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
  333. 0x7fff8a917000 - 0x7fff8a92cfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  334. 0x7fff8a92d000 - 0x7fff8a989ff7 com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
  335. 0x7fff8a98a000 - 0x7fff8a98afff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
  336. 0x7fff8a98b000 - 0x7fff8aa68fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
  337. 0x7fff8aa69000 - 0x7fff8aa95ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
  338. 0x7fff8aa96000 - 0x7fff8aaa1fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
  339. 0x7fff8aaa2000 - 0x7fff8adc4fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
  340. 0x7fff8adc5000 - 0x7fff8add7ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
  341. 0x7fff8adec000 - 0x7fff8adf3fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
  342. 0x7fff8adf4000 - 0x7fff8aee0ff7 com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
  343. 0x7fff8aee1000 - 0x7fff8b87fa27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
  344. 0x7fff8b88e000 - 0x7fff8b88efff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
  345. 0x7fff8b8b8000 - 0x7fff8b8b9fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
  346. 0x7fff8b8fd000 - 0x7fff8b924fff com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
  347. 0x7fff8b925000 - 0x7fff8b94dfff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
  348. 0x7fff8b94e000 - 0x7fff8b989fff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
  349. 0x7fff8b98a000 - 0x7fff8baa3fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
  350. 0x7fff8baa4000 - 0x7fff8bd5cfff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  351. 0x7fff8bd5d000 - 0x7fff8c0b0fff com.apple.FinderKit (1.0.5 - 1.0.5) <8451D914-7F00-3839-AD72-C9B565B51F87> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
  352. 0x7fff8c0b1000 - 0x7fff8c119ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
  353. 0x7fff8c11a000 - 0x7fff8c11afff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  354. 0x7fff8c11b000 - 0x7fff8c125ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
  355. 0x7fff8c126000 - 0x7fff8c12aff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
  356. 0x7fff8cac3000 - 0x7fff8caecff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
  357. 0x7fff8caed000 - 0x7fff8cb1afff com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
  358. 0x7fff8cb1b000 - 0x7fff8ce37fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
  359. 0x7fff8ce41000 - 0x7fff8ce44fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
  360. 0x7fff8ce45000 - 0x7fff8ce4cfff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
  361. 0x7fff8ce4d000 - 0x7fff8cedfff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
  362. 0x7fff8cee0000 - 0x7fff8d154fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
  363. 0x7fff8d155000 - 0x7fff8d15cff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
  364. 0x7fff8d15d000 - 0x7fff8d174fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
  365. 0x7fff8d175000 - 0x7fff8d1c8fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
  366. 0x7fff8d1c9000 - 0x7fff8d1d6fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
  367. 0x7fff8d1d7000 - 0x7fff8d1e3fff com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
  368. 0x7fff8d1e4000 - 0x7fff8d2e1ff7 com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
  369. 0x7fff8d37e000 - 0x7fff8d381ff7 com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
  370. 0x7fff8d382000 - 0x7fff8d396ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  371. 0x7fff8d3e1000 - 0x7fff8d466ff7 com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
  372. 0x7fff8d467000 - 0x7fff8d4a7fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
  373. 0x7fff8d4a8000 - 0x7fff8d648ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
  374. 0x7fff8d649000 - 0x7fff8d65bff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
  375. 0x7fff8d65c000 - 0x7fff8d69dfff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
  376. 0x7fff8d69e000 - 0x7fff8d69fff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
  377. 0x7fff8d6a0000 - 0x7fff8d6abff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
  378. 0x7fff8d6af000 - 0x7fff8d6b0ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
  379. 0x7fff8d6b1000 - 0x7fff8d6b3ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
  380. 0x7fff8d6b4000 - 0x7fff8d6c2fff com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
  381. 0x7fff8d87c000 - 0x7fff8dcafff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
  382. 0x7fff8dcb0000 - 0x7fff8dcb1fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
  383. 0x7fff8dcb2000 - 0x7fff8dcb2fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
  384. 0x7fff8dcb3000 - 0x7fff8ddbafe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
  385. 0x7fff8ddbb000 - 0x7fff8e0b0ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
  386. 0x7fff8e0b1000 - 0x7fff8e10eff7 com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
  387. 0x7fff8e10f000 - 0x7fff8e311fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
  388. 0x7fff8e312000 - 0x7fff8e385fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
  389. 0x7fff8e386000 - 0x7fff8e439ff7 com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
  390. 0x7fff8e43a000 - 0x7fff8e858ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
  391. 0x7fff8e859000 - 0x7fff8f001fff com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
  392. 0x7fff8f002000 - 0x7fff8f05dfff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
  393. 0x7fff8f05e000 - 0x7fff8f06dfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
  394. 0x7fff8f06e000 - 0x7fff8f0c2ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
  395. 0x7fff8f0c3000 - 0x7fff8f0c4ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
  396. 0x7fff8f103000 - 0x7fff8f14aff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
  397. 0x7fff8f14b000 - 0x7fff8f186fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
  398. 0x7fff8f187000 - 0x7fff8f28cfff libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
  399. 0x7fff8f28d000 - 0x7fff8f332fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
  400. 0x7fff8f333000 - 0x7fff8f490fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
  401. 0x7fff8f491000 - 0x7fff8f491fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  402. 0x7fff8f492000 - 0x7fff8f58cff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
  403. 0x7fff8f58d000 - 0x7fff8f598ff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
  404. 0x7fff8f599000 - 0x7fff8f724ff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
  405. 0x7fff8f780000 - 0x7fff8f7d4fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
  406. 0x7fff8f7d5000 - 0x7fff8f7dbff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
  407. 0x7fff8f7dc000 - 0x7fff8f7e1fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
  408. 0x7fff8f839000 - 0x7fff8f844ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
  409. 0x7fff8f845000 - 0x7fff8f951fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
  410. 0x7fff8f952000 - 0x7fff8fa53fff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
  411. 0x7fff8fa54000 - 0x7fff8fa55fff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
  412. 0x7fff8fa56000 - 0x7fff8fa8ffe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
  413. 0x7fff8fa94000 - 0x7fff8fae5ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
  414. 0x7fff8fae6000 - 0x7fff8faedfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
  415.  
  416. External Modification Summary:
  417. Calls made by other processes targeting this process:
  418. task_for_pid: 49
  419. thread_create: 0
  420. thread_set_state: 0
  421. Calls made by this process:
  422. task_for_pid: 0
  423. thread_create: 0
  424. thread_set_state: 0
  425. Calls made by all processes on this machine:
  426. task_for_pid: 983
  427. thread_create: 0
  428. thread_set_state: 0
  429.  
  430. VM Region Summary:
  431. ReadOnly portion of Libraries: Total=268.9M resident=118.6M(44%) swapped_out_or_unallocated=150.3M(56%)
  432. Writable regions: Total=252.6M written=159.6M(63%) resident=211.4M(84%) swapped_out=0K(0%) unallocated=41.2M(16%)
  433.  
  434. REGION TYPE VIRTUAL
  435. =========== =======
  436. (null) (reserved) 40K reserved VM address space (unallocated)
  437. CG backing stores 8688K
  438. CG image 120K
  439. CG raster data 192K
  440. CG shared images 3416K
  441. CoreGraphics 16K
  442. CoreImage 8K
  443. CoreServices 1136K
  444. MALLOC 211.2M
  445. MALLOC guard page 64K
  446. Memory tag=240 4K
  447. Memory tag=242 12K
  448. Memory tag=251 68K
  449. OpenCL 52K
  450. STACK GUARD 56.0M
  451. Stack 11.1M
  452. VM_ALLOCATE 16.4M
  453. __CI_BITMAP 80K
  454. __DATA 21.8M
  455. __IMAGE 528K
  456. __LINKEDIT 55.4M
  457. __TEXT 213.5M
  458. __UNICODE 544K
  459. mapped file 68.0M
  460. shared memory 4736K
  461. =========== =======
  462. TOTAL 672.6M
  463. TOTAL, minus reserved VM space 672.6M
  464.  
  465. Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 1.83 GHz, 2 GB, SMC 1.13f3
  466. Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
  467. Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F8AFFFFFFFF, 0x5052494E4345544F4EFFFFFFFFFFFFFFFFFF
  468. Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz, 0x4000000000000000, 0x56393136373635473234514346572D463500
  469. AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.9
  470. Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
  471. Network Service: AirPort, AirPort, en1
  472. Serial ATA Device: TOSHIBA MK8034GSX, 80.03 GB
  473. Parallel ATA Device: MATSHITACD-RW CW-8221
  474. USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x021b, 0x1d200000 / 2
  475. USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x7d100000 / 2
  476. USB Device: IR Receiver, apple_vendor_id, 0x8240, 0x5d200000 / 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement