Advertisement
Guest User

Untitled

a guest
Mar 31st, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.93 KB | None | 0 0
  1. Process: RPGEngine [4530]
  2. Path: /Users/USER/Downloads/Flare.app/Contents/MacOS/RPGEngine
  3. Identifier: com.yourcompany.RPGEngine
  4. Version: RPGEngine version 0.1 (1.0)
  5. Code Type: X86 (Native)
  6. Parent Process: launchd [236]
  7. User ID: 501
  8.  
  9. Date/Time: 2013-03-31 16:13:09.970 +0200
  10. OS Version: Mac OS X 10.8.2 (12C3012)
  11. Report Version: 10
  12. Sleep/Wake UUID: 83353396-99C3-4386-9213-085886E5910A
  13.  
  14. Interval Since Last Report: 821682 sec
  15. Crashes Since Last Report: 95
  16. Per-App Interval Since Last Report: 1582 sec
  17. Per-App Crashes Since Last Report: 2
  18. Anonymous UUID: 5F043553-7BE3-A643-C970-2A7540BBE3CD
  19.  
  20. Crashed Thread: 0 Dispatch queue: com.apple.main-thread
  21.  
  22. Exception Type: EXC_BAD_ACCESS (SIGBUS)
  23. Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
  24.  
  25. VM Regions Near 0:
  26. --> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Users/USER/Downloads/Flare.app/Contents/MacOS/RPGEngine
  27. __TEXT 0000000000001000-0000000000146000 [ 1300K] r-x/rwx SM=COW /Users/USER/Downloads/Flare.app/Contents/MacOS/RPGEngine
  28.  
  29. Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
  30. 0 ??? 0000000000 0 + 0
  31. 1 SDL 0x002f605a SDL_FillRect + 1258
  32. 2 com.yourcompany.RPGEngine 0x00004860 mainLoop(std::vector<std::string, std::allocator<std::string> > const&) + 332
  33. 3 com.yourcompany.RPGEngine 0x00004b3e SDL_main + 240
  34. 4 com.yourcompany.RPGEngine 0x00003cd7 -[SDLMain applicationDidFinishLaunching:] + 103
  35. 5 com.apple.Foundation 0x90f84c52 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_0 + 49
  36. 6 com.apple.CoreFoundation 0x98d7fe01 ___CFXNotificationPost_block_invoke_0 + 257
  37. 7 com.apple.CoreFoundation 0x98ccb43a _CFXNotificationPost + 2794
  38. 8 com.apple.Foundation 0x90f6d788 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
  39. 9 com.apple.AppKit 0x91c6e18e -[NSApplication _postDidFinishNotification] + 367
  40. 10 com.apple.AppKit 0x91c6de48 -[NSApplication _sendFinishLaunchingNotification] + 249
  41. 11 com.apple.AppKit 0x91c6ad9f -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 751
  42. 12 com.apple.AppKit 0x91c6a8b4 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 378
  43. 13 libobjc.A.dylib 0x9a420628 -[NSObject performSelector:withObject:withObject:] + 77
  44. 14 com.apple.Foundation 0x90f8823a __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_0 + 121
  45. 15 com.apple.Foundation 0x90f87d91 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 430
  46. 16 com.apple.Foundation 0x90f87b8e _NSAppleEventManagerGenericHandler + 173
  47. 17 com.apple.AE 0x968e3535 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 331
  48. 18 com.apple.AE 0x968b99de dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
  49. 19 com.apple.AE 0x968b989d aeProcessAppleEvent + 318
  50. 20 com.apple.HIToolbox 0x956abe48 AEProcessAppleEvent + 100
  51. 21 com.apple.AppKit 0x91c66ddd _DPSNextEvent + 1655
  52. 22 com.apple.AppKit 0x91c6626c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
  53. 23 com.apple.AppKit 0x91c5c6cc -[NSApplication run] + 855
  54. 24 com.yourcompany.RPGEngine 0x00003ad9 CustomApplicationMain + 435
  55. 25 com.yourcompany.RPGEngine 0x00003f9a main + 305
  56. 26 com.yourcompany.RPGEngine 0x00002c12 _start + 216
  57. 27 com.yourcompany.RPGEngine 0x00002b39 start + 41
  58.  
  59. Thread 1:: Dispatch queue: com.apple.libdispatch-manager
  60. 0 libsystem_kernel.dylib 0x95e309ae kevent + 10
  61. 1 libdispatch.dylib 0x92f98c71 _dispatch_mgr_invoke + 993
  62. 2 libdispatch.dylib 0x92f987a9 _dispatch_mgr_thread + 53
  63.  
  64. Thread 2:
  65. 0 libsystem_kernel.dylib 0x95e300ee __workq_kernreturn + 10
  66. 1 libsystem_c.dylib 0x97f7304c _pthread_workq_return + 45
  67. 2 libsystem_c.dylib 0x97f72e19 _pthread_wqthread + 448
  68. 3 libsystem_c.dylib 0x97f5acca start_wqthread + 30
  69.  
  70. Thread 3:
  71. 0 libsystem_kernel.dylib 0x95e2d8e6 mach_wait_until + 10
  72. 1 libsystem_c.dylib 0x98001c1c nanosleep + 375
  73. 2 SDL 0x0030d5a3 SDL_Delay + 99
  74. 3 SDL 0x0030d047 SDL_DestroySemaphore + 119
  75. 4 SDL 0x0030449f SDL_SoftStretch + 18143
  76. 5 SDL 0x00304dc3 SDL_SoftStretch + 20483
  77. 6 SDL 0x002f8af5 SDL_VideoQuit + 101
  78. 7 SDL 0x002fdef5 SDL_QuitSubSystem + 85
  79. 8 SDL 0x002fdfb2 SDL_Quit + 18
  80. 9 SDL 0x002fdb5f SDL_GetError + 79
  81. 10 libsystem_c.dylib 0x97f5c86b _sigtramp + 43
  82. 11 ??? 0xffffffff 0 + 4294967295
  83. 12 SDL 0x002fdb40 SDL_GetError + 48
  84. 13 SDL 0x0030482a SDL_SoftStretch + 19050
  85. 14 SDL 0x002fe14d SDL_Linked_Version + 397
  86. 15 SDL 0x0030d341 SDL_SemWait + 49
  87. 16 libsystem_c.dylib 0x97f70557 _pthread_start + 344
  88. 17 libsystem_c.dylib 0x97f5acee thread_start + 34
  89.  
  90. Thread 4:
  91. 0 libsystem_kernel.dylib 0x95e300ee __workq_kernreturn + 10
  92. 1 libsystem_c.dylib 0x97f7304c _pthread_workq_return + 45
  93. 2 libsystem_c.dylib 0x97f72e19 _pthread_wqthread + 448
  94. 3 libsystem_c.dylib 0x97f5acca start_wqthread + 30
  95.  
  96. Thread 5:
  97. 0 libsystem_kernel.dylib 0x95e300ee __workq_kernreturn + 10
  98. 1 libsystem_c.dylib 0x97f7304c _pthread_workq_return + 45
  99. 2 libsystem_c.dylib 0x97f72e19 _pthread_wqthread + 448
  100. 3 libsystem_c.dylib 0x97f5acca start_wqthread + 30
  101.  
  102. Thread 0 crashed with X86 Thread State (32-bit):
  103. eax: 0xc1000001 ebx: 0x002f5b7b ecx: 0x00a04e00 edx: 0x0055c2f0
  104. edi: 0x00000000 esi: 0x00000000 ebp: 0xbfffee88 esp: 0xbfffee0c
  105. ss: 0x00000023 efl: 0x00210202 eip: 0x00000000 cs: 0x0000001b
  106. ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
  107. cr2: 0x00000000
  108. Logical CPU: 3
  109.  
  110. Binary Images:
  111. 0x1000 - 0x145ffa +com.yourcompany.RPGEngine (RPGEngine version 0.1 - 1.0) <8743D31D-36C8-4337-9DA4-DB83C81A8860> /Users/USER/Downloads/Flare.app/Contents/MacOS/RPGEngine
  112. 0x249000 - 0x290fe7 +SDL_mixer (1.2.11 - 1.2.11) <839BAACE-BD83-F3EA-4F72-80E964D2130C> /Users/USER/Downloads/Flare.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer
  113. 0x2c5000 - 0x2c8ff7 +SDL_ttf (2.0.6 - 2.0.10) <AB202748-1345-02E6-1B9F-BF2D5C6D877D> /Users/USER/Downloads/Flare.app/Contents/Frameworks/SDL_ttf.framework/Versions/A/SDL_ttf
  114. 0x2cc000 - 0x332fc3 +SDL (1.2.13 - 1.2.13) <7D73799E-7426-D43C-89D3-EBCBF65520DE> /Users/USER/Downloads/Flare.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
  115. 0x344000 - 0x372ff7 +mikmod (3.1.10r2 - 3.1.12) <484ED43A-1C22-DF87-240A-594F8F37B9BE> /Users/USER/Downloads/Flare.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/mikmod.framework/Versions/A/mikmod
  116. 0x383000 - 0x3bdffb +smpeg (0.0.1d1) <307DED87-2630-CFC1-0E46-1464733C0E70> /Users/USER/Downloads/Flare.app/Contents/Frameworks/SDL_mixer.framework/Versions/A/Frameworks/smpeg.framework/Versions/A/smpeg
  117. 0x3e2000 - 0x446ff8 +libfreetype.6.dylib (15.1) <84D0270A-C4BF-382D-AA0B-06474048838A> /usr/X11R6/lib/libfreetype.6.dylib
  118. 0x4cd000 - 0x4daff3 com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
  119. 0x7ca000 - 0x7cffff com.apple.audio.AppleHDAHALPlugIn (2.3.5 - 2.3.5fc10) <B9C7A6BA-FC48-3694-BF96-03D82AD56D14> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
  120. 0x7e1000 - 0x7e2ffc com.apple.driver.AppleIntelHD4000GraphicsGA (8.6.22 - 8.0.6) <4495A497-55B5-3F1B-9919-E5C3EE76925D> /System/Library/Extensions/AppleIntelHD4000GraphicsGA.plugin/Contents/MacOS/AppleIntelHD4000GraphicsGA
  121. 0x31000000 - 0x3103effb +SDL_image (1.2.3 - 1.2.3) <2D772BAC-EC15-AC13-B767-549C8AAE293B> /Users/USER/Downloads/Flare.app/Contents/Frameworks/SDL_image.framework/Versions/A/SDL_image
  122. 0x3e000000 - 0x3e041fff com.apple.glut (3.5.2 - GLUT-3.5.2) <0A9E8D36-8EA6-328D-AEF9-E7A7B1A830D4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
  123. 0x70000000 - 0x7015dff7 com.apple.audio.units.Components (1.8 - 1.8) <2637680C-A07E-3387-BD21-33B04B7C7A95> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
  124. 0x8fe1f000 - 0x8fe51e57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
  125. 0x9003d000 - 0x9008bffb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
  126. 0x90332000 - 0x90333fff libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
  127. 0x90334000 - 0x90342ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
  128. 0x90343000 - 0x9049bffb com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
  129. 0x9049e000 - 0x906b5fff com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  130. 0x906b6000 - 0x906bfffd com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
  131. 0x906c0000 - 0x90724ff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
  132. 0x90725000 - 0x90823ff7 libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
  133. 0x90824000 - 0x90832fff com.apple.opengl (1.8.6 - 1.8.6) <1AD1AE7B-B57B-35B5-B571-32A34F0DA737> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
  134. 0x90833000 - 0x9083fffd libkxld.dylib (2050.20.9) <29C6FCF5-E450-3724-BEA5-278A954A5247> /usr/lib/system/libkxld.dylib
  135. 0x90840000 - 0x90840fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
  136. 0x9097f000 - 0x90a8cff3 com.apple.ImageIO.framework (3.2.0 - 845) <BF959BCB-C30A-3680-B7C2-91B327B2B63B> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
  137. 0x90b28000 - 0x90b30fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
  138. 0x90b31000 - 0x90b3efff libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
  139. 0x90b3f000 - 0x90b46fff libsystem_dnssd.dylib (379.34) <885F324F-43A3-30A9-8A6B-3665065CC588> /usr/lib/system/libsystem_dnssd.dylib
  140. 0x90b47000 - 0x90e07fff com.apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security
  141. 0x90e08000 - 0x90f20ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
  142. 0x90f21000 - 0x9123eff3 com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
  143. 0x9123f000 - 0x912b9ff7 com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
  144. 0x912ba000 - 0x916b6feb com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
  145. 0x916b7000 - 0x916c5ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
  146. 0x9175a000 - 0x9182efff com.apple.backup.framework (1.4.1 - 1.4.1) <55F2A679-9B21-3F43-A580-4C2ECF6A5FC5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
  147. 0x9182f000 - 0x9183afff libcommonCrypto.dylib (60027) <D9337AF4-C094-370E-858C-059AB6560719> /usr/lib/system/libcommonCrypto.dylib
  148. 0x9183b000 - 0x918e5fff com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
  149. 0x918e6000 - 0x91930ff7 com.apple.framework.CoreWLAN (3.0.1 - 301.12) <0D20C03D-706B-39B7-B4E4-E03671565212> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
  150. 0x91931000 - 0x91a6cff7 libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  151. 0x91a6d000 - 0x91a6dffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
  152. 0x91a6e000 - 0x91ad4fff com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
  153. 0x91ad5000 - 0x91ad6fff libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
  154. 0x91ad7000 - 0x91ad8fff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
  155. 0x91ad9000 - 0x91b02fff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
  156. 0x91b03000 - 0x926bfffb com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
  157. 0x926cb000 - 0x926d4fff com.apple.DiskArbitration (2.5.1 - 2.5.1) <05EF69BB-5D55-3A9E-9E5E-2EF9F84B3985> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  158. 0x926d5000 - 0x926f4ff3 com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
  159. 0x926f8000 - 0x92706fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
  160. 0x92960000 - 0x9296cffa com.apple.CrashReporterSupport (10.8.2 - 415) <BAE9900A-51E7-3AD4-A7FB-7E6CCFFB2F21> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
  161. 0x92979000 - 0x92986ff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
  162. 0x92987000 - 0x9298dfff libGFXShared.dylib (8.6.1) <E32A7266-FCDD-352C-9C2A-8939265974AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
  163. 0x92991000 - 0x92991fff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
  164. 0x92992000 - 0x929b6fff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
  165. 0x929b7000 - 0x929d4ff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
  166. 0x929d5000 - 0x92a25ff7 com.apple.CoreMediaIO (306.0 - 4151.1) <5F85D6A6-7F01-333B-91B4-9FB7D4D3752A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
  167. 0x92a26000 - 0x92ddeffa libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
  168. 0x92ddf000 - 0x92e0cffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
  169. 0x92e0d000 - 0x92e1ffff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
  170. 0x92e20000 - 0x92e22fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
  171. 0x92e23000 - 0x92ebbfff com.apple.CoreServices.OSServices (557.4 - 557.4) <C724AB29-A596-3E1E-9FF1-A4E509AD843A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
  172. 0x92f45000 - 0x92f93ff3 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <7BA6C58B-0357-356F-BB69-17ACB5E35988> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
  173. 0x92f94000 - 0x92fa6ff7 libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
  174. 0x92fa7000 - 0x92fabffc libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
  175. 0x93829000 - 0x93831fff com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
  176. 0x93843000 - 0x93abfff7 com.apple.QuickTime (7.7.1 - 2599.13) <FE609160-E1EF-341D-9B6A-205D3E03A4D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
  177. 0x93ac0000 - 0x93ad7ff4 com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
  178. 0x93ad8000 - 0x93b2fff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
  179. 0x93b30000 - 0x93b74fff libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
  180. 0x93b75000 - 0x93b79ffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
  181. 0x93b7a000 - 0x93ba7ffb com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
  182. 0x93ba8000 - 0x93be9ff7 com.apple.framework.CoreWiFi (1.1 - 110.11) <571FD499-4B2F-305E-A43E-DCF961966CE5> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
  183. 0x93bea000 - 0x93c07fff libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
  184. 0x94972000 - 0x949b7ff7 com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
  185. 0x949b8000 - 0x949bcff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
  186. 0x949bd000 - 0x94a02ff5 com.apple.opencl (2.1.21 - 2.1.21) <8B48DA40-593C-36D1-8E1B-6739448F38F7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
  187. 0x94a07000 - 0x94a11fff libCSync.A.dylib (328.0.4) <A875CE4A-EB89-309F-B160-F3CC8BBF0A11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
  188. 0x94a19000 - 0x94ab0ff7 com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
  189. 0x94ab5000 - 0x94b64ff7 com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
  190. 0x94b65000 - 0x94b6bfff com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
  191. 0x94b6c000 - 0x94c77ff7 libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
  192. 0x94d4f000 - 0x94db3fff com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
  193. 0x94e23000 - 0x94e45fff libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
  194. 0x94e46000 - 0x94e47fff libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
  195. 0x94e48000 - 0x94eaafff libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
  196. 0x94f27000 - 0x94f58fff com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
  197. 0x94f59000 - 0x94f72fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
  198. 0x94f73000 - 0x94f73fff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  199. 0x94f74000 - 0x94f7dff9 com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
  200. 0x952c3000 - 0x95312ff6 libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
  201. 0x95313000 - 0x95460ffb com.apple.CFNetwork (596.2.3 - 596.2.3) <1221EF86-659B-3136-AB57-0CC6B130CDA2> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  202. 0x95461000 - 0x95462fff libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
  203. 0x95463000 - 0x954cbff7 com.apple.framework.IOKit (2.0.1 - 755.20.4) <12C97562-CBBD-3255-A998-28A341128FC8> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
  204. 0x954cc000 - 0x95534fe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
  205. 0x95536000 - 0x95536fff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
  206. 0x95537000 - 0x955acff7 com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
  207. 0x955ad000 - 0x95647fff com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
  208. 0x95648000 - 0x95a2bff3 com.apple.HIToolbox (2.0 - 625) <5A312E41-9940-363E-B891-90C4672E6850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
  209. 0x95a2c000 - 0x95aa8ff3 com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
  210. 0x95ad9000 - 0x95aeefff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  211. 0x95aef000 - 0x95b18ff7 libRIP.A.dylib (328.0.4) <00D3148A-C70D-3D5A-B60B-C23F2ACE99FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
  212. 0x95b19000 - 0x95bb9ff7 com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
  213. 0x95bba000 - 0x95bbafff libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
  214. 0x95c38000 - 0x95c95fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
  215. 0x95cce000 - 0x95ce4fff com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
  216. 0x95ce5000 - 0x95d6aff7 com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
  217. 0x95dd2000 - 0x95e13ff7 libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
  218. 0x95e1b000 - 0x95e35ffc libsystem_kernel.dylib (2050.20.9) <561E35E5-E32E-3BFB-9E8B-C977BA6C4F85> /usr/lib/system/libsystem_kernel.dylib
  219. 0x95e36000 - 0x95e39ff9 libCGXType.A.dylib (328.0.4) <9BC4856B-B92A-3D46-AABD-F5E3E80A8748> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
  220. 0x95ed8000 - 0x95eeffff com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
  221. 0x95f34000 - 0x95f34ffd libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib
  222. 0x961cf000 - 0x961f4ff7 com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
  223. 0x961f5000 - 0x962e6ffc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
  224. 0x962f3000 - 0x963dcff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
  225. 0x963f1000 - 0x96833ff7 com.apple.CoreGraphics (1.600.0 - 328.0.4) <E1D5CF68-B1CB-370E-A326-DA4292C0C096> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
  226. 0x96834000 - 0x9688fff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
  227. 0x96890000 - 0x9689afff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
  228. 0x9689b000 - 0x968b0fff com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
  229. 0x968b1000 - 0x9690afff com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
  230. 0x9690b000 - 0x9690bfff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  231. 0x9691b000 - 0x96caeffb com.apple.MediaToolbox (1.0 - 926.62) <7290B07B-4D03-3B46-809C-64C8FB97B40C> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
  232. 0x97028000 - 0x9702affb libRadiance.dylib (845) <3F87840F-217D-3074-A29D-919BAAED2F4A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
  233. 0x9702b000 - 0x970bdffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
  234. 0x970be000 - 0x970dcff3 com.apple.openscripting (1.3.6 - 148.2) <55738D66-CC15-3F43-9265-00C3322D39C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
  235. 0x970dd000 - 0x970e4ffb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
  236. 0x970e5000 - 0x97109fff libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
  237. 0x9710a000 - 0x97293ff7 com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
  238. 0x972e1000 - 0x97301ffd com.apple.ChunkingLibrary (2.0 - 133.2) <FE5F0F1E-B15D-3F76-8655-DC2FE19BF56E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
  239. 0x97333000 - 0x97369ffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
  240. 0x9736a000 - 0x9737dff9 com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
  241. 0x9737e000 - 0x973a8ff9 com.apple.framework.Apple80211 (8.3 - 830.18) <DCCC8813-A9D8-3C01-8BC9-646EA954F986> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
  242. 0x973a9000 - 0x97404fff com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
  243. 0x97b85000 - 0x97bccff3 com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
  244. 0x97bcd000 - 0x97bcdfff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
  245. 0x97bce000 - 0x97d8affd libicucore.A.dylib (491.11.1) <B19E450A-BAF1-3967-9C95-7F77DC0B4639> /usr/lib/libicucore.A.dylib
  246. 0x97d8c000 - 0x97d98ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
  247. 0x97df3000 - 0x97df7fff com.apple.IOSurface (86.0.3 - 86.0.3) <E3A4DB0A-1C1A-31E3-A550-5C0E1C874509> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
  248. 0x97df8000 - 0x97dfbffd libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
  249. 0x97dfc000 - 0x97f59ffb com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
  250. 0x97f5a000 - 0x98017feb libsystem_c.dylib (825.25) <B1F6916A-F558-38B5-A18C-D9733625FDC9> /usr/lib/system/libsystem_c.dylib
  251. 0x98286000 - 0x98296ff2 com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  252. 0x98297000 - 0x982eeff3 com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
  253. 0x982ef000 - 0x982f3fff com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
  254. 0x982f4000 - 0x982f5ffd com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
  255. 0x982f6000 - 0x982f8fff com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
  256. 0x982f9000 - 0x98338ff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
  257. 0x98339000 - 0x98339fff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  258. 0x983f2000 - 0x9842dfe7 libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
  259. 0x9842e000 - 0x98435fff liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
  260. 0x98436000 - 0x98853fff FaceCoreLight (2.4.1) <571DE3F8-CA8A-3E71-9AF4-F06FFE721CE6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
  261. 0x98854000 - 0x98896ffb com.apple.RemoteViewServices (2.0 - 80.5) <60E04F2F-AFD8-3B1F-BF07-8A3A7EABB8E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
  262. 0x98897000 - 0x9889eff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
  263. 0x9889f000 - 0x988a9ffe com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
  264. 0x988aa000 - 0x988abfff libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
  265. 0x988ac000 - 0x98906fff com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
  266. 0x98c4b000 - 0x98c4eff7 com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
  267. 0x98c4f000 - 0x98c59fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
  268. 0x98c5a000 - 0x98c5afff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
  269. 0x98c81000 - 0x98c81fff com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
  270. 0x98c82000 - 0x98e6aff3 com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  271. 0x98eb0000 - 0x991b5ff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <4571EDDC-704A-3FB1-B9A6-59870AA6165F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
  272. 0x99210000 - 0x9921cff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
  273. 0x99253000 - 0x99254ffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
  274. 0x99257000 - 0x9925afff com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
  275. 0x99260000 - 0x998ecfeb com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
  276. 0x998ed000 - 0x9990afff libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
  277. 0x9990b000 - 0x99a29ff7 com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
  278. 0x99a2a000 - 0x99a2dffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
  279. 0x99a2e000 - 0x99a31ff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
  280. 0x99a32000 - 0x99baaff5 com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
  281. 0x99bab000 - 0x99c1affb com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
  282. 0x99c1b000 - 0x99c47ff7 libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
  283. 0x99c48000 - 0x99c7bff3 com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
  284. 0x99c7c000 - 0x99f1fffb com.apple.CoreImage (8.2.2 - 1.0.1) <85BFFB09-D765-3F5F-AF65-FB136DDCAEF3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
  285. 0x9a086000 - 0x9a0abffb com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
  286. 0x9a0ac000 - 0x9a0f8fff libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
  287. 0x9a0f9000 - 0x9a0fdfff com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
  288. 0x9a0fe000 - 0x9a1f6ff9 libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
  289. 0x9a1f7000 - 0x9a2b5ff3 com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
  290. 0x9a2e5000 - 0x9a401ff7 com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
  291. 0x9a402000 - 0x9a50f057 libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
  292. 0x9a510000 - 0x9a552ff7 libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
  293. 0x9a648000 - 0x9a664ff7 libPng.dylib (845) <14C43094-C670-3575-BF9B-3A967E05EAC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  294. 0x9a665000 - 0x9a667fff libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
  295. 0x9a668000 - 0x9a71cfff com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
  296.  
  297. External Modification Summary:
  298. Calls made by other processes targeting this process:
  299. task_for_pid: 2
  300. thread_create: 0
  301. thread_set_state: 0
  302. Calls made by this process:
  303. task_for_pid: 0
  304. thread_create: 0
  305. thread_set_state: 0
  306. Calls made by all processes on this machine:
  307. task_for_pid: 1421
  308. thread_create: 1
  309. thread_set_state: 0
  310.  
  311. VM Region Summary:
  312. ReadOnly portion of Libraries: Total=141.7M resident=80.0M(56%) swapped_out_or_unallocated=61.6M(44%)
  313. Writable regions: Total=111.8M written=12.3M(11%) resident=19.1M(17%) swapped_out=1736K(2%) unallocated=92.8M(83%)
  314.  
  315. REGION TYPE VIRTUAL
  316. =========== =======
  317. ATS (font support) 31.8M
  318. ATS (font support) (reserved) 4K reserved VM address space (unallocated)
  319. CG backing stores 1444K
  320. CG image 20K
  321. CG shared images 1216K
  322. CoreServices 2088K
  323. IOKit 8K
  324. MALLOC 49.8M
  325. MALLOC guard page 48K
  326. Memory tag=240 4K
  327. Memory tag=242 12K
  328. Memory tag=249 156K
  329. Memory tag=35 6268K
  330. Stack 66.5M
  331. VM_ALLOCATE 16.1M
  332. __DATA 6876K
  333. __DATA/__OBJC 312K
  334. __IMAGE 528K
  335. __IMPORT 36K
  336. __LINKEDIT 31.8M
  337. __OBJC 1648K
  338. __OBJC/__DATA 100K
  339. __PAGEZERO 4K
  340. __TEXT 109.9M
  341. __UNICODE 544K
  342. mapped file 104.7M
  343. shared memory 308K
  344. =========== =======
  345. TOTAL 431.8M
  346. TOTAL, minus reserved VM space 431.8M
  347.  
  348. Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i5, 1.8 GHz, 4 GB, SMC 2.5f7
  349. Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
  350. Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238412D50422020
  351. Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333235533643465238412D50422020
  352. AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.14)
  353. Bluetooth: Version 4.1.2f9 11046, 2 service, 18 devices, 1 incoming serial ports
  354. Network Service: HUAWEIMobile-Modem, PPP (PPPSerial), ppp0
  355. Serial ATA Device: APPLE SSD TS128E, 121,33 GB
  356. USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
  357. USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
  358. USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
  359. USB Device: HUAWEI Mobile, 0x12d1 (Huawei Technologies Co., Ltd.), 0x1436, 0x1d110000 / 7
  360. USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0x1d180000 / 3
  361. USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 6
  362. USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0x1d181300 / 9
  363. USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0x1d183000 / 5
  364. USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024d, 0x1d182000 / 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement