New topic: Mountain Lion RB app crash
<http://forums.realsoftware.com/viewtopic.php?t=44827> Page 1 of 1 [ 3 posts ] Previous topic | Next topic Author Message matt86 Post subject: Mountain Lion RB app crashPosted: Wed Jul 25, 2012 12:34 am Joined: Sun Apr 11, 2010 4:33 am Posts: 81 Hello guys, my MAS customer report this crash for my app: Process: MyAPP [394] Path: /Applications/MyAPP.app/Contents/MacOS/MyAPP Identifier: com.mydomain.myapp Version: 1.0.0 (1.0) App Item ID: 534934171 App External ID: 8588483 Code Type: X86 (Native) Parent Process: launchd [267] User ID: 501 Date/Time: 2012-07-25 13:11:59.769 +0900 OS Version: Mac OS X 10.8 (12A269) Report Version: 10 Interval Since Last Report: 11737 sec Crashes Since Last Report: 7 Per-App Interval Since Last Report: 6 sec Per-App Crashes Since Last Report: 7 Anonymous UUID: 773C3CE5-CEEC-4D2D-A719-B704F1304BC3 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Obviously "MyAPP" and "com.mydomain.myapp" are not the real names of my application. For this app I've used AppWrapper for sandbox, MBS plugins for some video libraries and Carbon as framework. How can solve this probem? Thanks for all Top Markus Winter Post subject: Re: Mountain Lion RB app crashPosted: Wed Jul 25, 2012 12:56 am Joined: Sun Feb 19, 2006 4:00 pm Posts: 1129 Location: Heidelberg, Germany Why doesn't your app report where the crash occured??? To have no error reporting is negligent. Have a look at the introspection entry in the online documentation. Top matt86 Post subject: Re: Mountain Lion RB app crashPosted: Wed Jul 25, 2012 1:44 am Joined: Sun Apr 11, 2010 4:33 am Posts: 81 Yes, here you can find a full report: Process: MyAPP [394] Path: /Applications/MyAPP.app/Contents/MacOS/MyAPP Identifier: com.mydomain.myapp Version: 1.0.0 (1.0) App Item ID: 534934171 App External ID: 8588483 Code Type: X86 (Native) Parent Process: launchd [267] User ID: 501 Date/Time: 2012-07-25 13:11:59.769 +0900 OS Version: Mac OS X 10.8 (12A269) Report Version: 10 Interval Since Last Report: 11737 sec Crashes Since Last Report: 7 Per-App Interval Since Last Report: 6 sec Per-App Crashes Since Last Report: 7 Anonymous UUID: 773C3CE5-CEEC-4D2D-A719-B704F1304BC3 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 VM Regions Near 0: --> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/MyAPP.app/Contents/MacOS/MyAPP __TEXT 0000000000001000-00000000002eb000 [ 2984K] r-x/rwx SM=COW /Applications/MyAPP.app/Contents/MacOS/MyAPP Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 net.telestream.wmv.import 0x08a9275a ACWma1DecoderEntry + 1418 1 net.telestream.wmv.import 0x08a929fc ACWma1DecoderEntry + 2092 2 net.telestream.license 0x06505280 TSLicenseF4M::GetLevel(bool) + 42 3 net.telestream.wmv.import 0x08a7c9e5 MjpgDecompressorComponentDispatch + 72053 4 net.telestream.wmv.import 0x08a81145 MjpgDecompressorComponentDispatch + 90325 5 net.telestream.wmv.import 0x08a65190 MmsMediaHandlerComponentDispatch + 14368 6 com.apple.CoreServices.CarbonCore 0x98c80aeb callComponentStorage_44 + 25 7 com.apple.CoreServices.CarbonCore 0x98c71acf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45 8 com.apple.CoreServices.CarbonCore 0x98c71b0f CallComponentFunctionWithStorageProcInfo + 30 9 net.telestream.wmv.import 0x08a6533d M4s2DecompressorComponentDispatch + 205 10 com.apple.CoreServices.CarbonCore 0x98bebb1e CallComponent + 151 11 com.apple.CoreServices.CarbonCore 0x98bebb78 CallComponentDispatch + 29 12 com.apple.CoreServices.CarbonCore 0x98c7eae7 CallComponentOpen + 43 13 com.apple.CoreServices.CarbonCore 0x98beb6e5 OpenAComponent + 443 14 com.apple.CoreServices.CarbonCore 0x98beb522 OpenComponent + 24 15 com.apple.CoreServices.CarbonCore 0x98bebb2b CallComponent + 164 16 com.apple.CoreServices.CarbonCore 0x98bebb78 CallComponentDispatch + 29 17 com.apple.CoreServices.CarbonCore 0x98c7ec6b CallComponentGetPublicResource + 57 18 com.apple.QuickTime 0x97eaccd1 cchaMissing + 326 19 com.apple.CoreServices.CarbonCore 0x98bea693 GetComponentPublicResourceList + 749 20 com.apple.QuickTime 0x97eac13b startUsingCachedCodecCharacterizations + 267 21 com.apple.QuickTime 0x97eabc54 FindBestChain + 30 22 com.apple.QuickTime 0x97eaab39 ICMSequenceGetChain + 514 23 com.apple.QuickTime 0x97ea5ce5 DoBandedDecompress + 5528 24 com.apple.QuickTime 0x97ea46e0 ICMAction + 1286 25 com.apple.QuickTime 0x97ea3fd0 ICMDeviceLoop + 3924 26 com.apple.QuickTime 0x97eaa0a0 DecompressSequenceFrameWhen + 803 27 com.apple.QuickTime 0x97ea9d74 DecompressSequenceFrameS + 61 28 com.apple.QuickTimeImporters.component 0x9180380d importGraphicDrawInternal + 1834 29 com.apple.QuickTimeImporters.component 0x917fd24a importGraphicDrawOrDecide + 1782 30 com.apple.CoreServices.CarbonCore 0x98c71acf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45 31 com.apple.CoreServices.CarbonCore 0x98c71b0f CallComponentFunctionWithStorageProcInfo + 30 32 com.apple.QuickTimeImporters.component 0x917fbd91 ImportGraphicComponentDispatch + 81 33 com.apple.CoreServices.CarbonCore 0x98bebb1e CallComponent + 151 34 com.apple.CoreServices.CarbonCore 0x98bebb95 DelegateComponentCall + 24 35 com.apple.QuickTimeImporters.component 0x91778c9e ImportPNGComponentDispatch + 98 36 com.apple.CoreServices.CarbonCore 0x98bebb1e CallComponent + 151 37 com.apple.CoreServices.CarbonCore 0x98bebb78 CallComponentDispatch + 29 38 com.apple.QuickTime 0x97ea2081 GraphicsImportDraw + 37 39 rbframework.dylib 0x004e62a5 LoadPictureFromSpec(FSSpec const&, int) + 799 40 rbframework.dylib 0x00414d79 FolderItemImpMac::OpenAsImage(eOpenPictureFormat) + 507 41 rbframework.dylib 0x00466f1e FolderItemOpenImage + 84 42 com.mydomain.myapp 0x0006dd73 FolderItem.OpenAsPicture%o<Picture>%o<FolderItem> + 95 43 com.mydomain.myapp 0x00002c88 _x_icon16.icon16%o<Picture>% + 443 44 com.mydomain.myapp 0x002895e9 App.CreateStatusTrayMenu%%o<App> + 745 45 com.mydomain.myapp 0x002869a5 App.Event_Open%%o<App> + 660 46 rbframework.dylib 0x00406faa RuntimeExit + 70 47 com.mydomain.myapp 0x00003202 Delegate.Invoke%% + 34 48 com.mydomain.myapp 0x0009ac79 Application._CallFunctionWithExceptionHandling%%o<Application>p + 248 49 rbframework.dylib 0x004570da CallFunctionWithExceptionHandling(void (*)()) + 316 50 rbframework.dylib 0x00407008 RuntimeExit + 164 51 rbframework.dylib 0x004072b1 RuntimeRegisterAppObject + 69 52 com.mydomain.myapp 0x00155bf5 REALbasic._RuntimeRegisterAppObject%%o<Application> + 48 53 com.mydomain.myapp 0x000027d0 _NewAppInstance + 147 54 com.mydomain.myapp 0x000028da _Startup + 52 55 rbframework.dylib 0x00406f51 RunFrameworkInitialization + 83 56 com.mydomain.myapp 0x00155a13 REALbasic._RunFrameworkInitialization%%p + 42 57 com.mydomain.myapp 0x00002a0b _Main + 218 58 com.mydomain.myapp 0x000025ac % main + 36 59 com.mydomain.myapp 0x002b786d _start + 116 60 com.mydomain.myapp 0x002b77c3 start + 43 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x97bf29ae kevent + 10 1 libdispatch.dylib 0x928f3cc5 _dispatch_mgr_invoke + 993 2 libdispatch.dylib 0x928f37fd _dispatch_mgr_thread + 53 Thread 2: 0 libsystem_kernel.dylib 0x97bf20ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x9a35604c _pthread_workq_return + 45 2 libsystem_c.dylib 0x9a355e19 _pthread_wqthread + 448 3 libsystem_c.dylib 0x9a33dcca start_wqthread + 30 Thread 3: 0 libsystem_kernel.dylib 0x97bf20ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x9a35604c _pthread_workq_return + 45 2 libsystem_c.dylib 0x9a355e19 _pthread_wqthread + 448 3 libsystem_c.dylib 0x9a33dcca start_wqthread + 30 Thread 4: 0 libsystem_kernel.dylib 0x97bf20ee __workq_kernreturn + 10 1 libsystem_c.dylib 0x9a35604c _pthread_workq_return + 45 2 libsystem_c.dylib 0x9a355e19 _pthread_wqthread + 448 3 libsystem_c.dylib 0x9a33dcca start_wqthread + 30 Thread 5: 0 libsystem_kernel.dylib 0x97bf18e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x9a358289 _pthread_cond_wait + 938 2 libsystem_c.dylib 0x9a358512 pthread_cond_timedwait_relative_np + 47 3 com.apple.CoreServices.CarbonCore 0x98c506b9 TSWaitOnConditionTimedRelative + 177 4 com.apple.CoreServices.CarbonCore 0x98c50190 TSWaitOnSemaphoreCommon + 272 5 com.apple.CoreServices.CarbonCore 0x98c50419 TSWaitOnSemaphoreRelative + 24 6 com.apple.QuickTimeComponents.component 0x92f4958c 0x92953000 + 6251916 7 libsystem_c.dylib 0x9a353557 _pthread_start + 344 8 libsystem_c.dylib 0x9a33dcee thread_start + 34 Thread 6: 0 libsystem_kernel.dylib 0x97bf18e2 __psynch_cvwait + 10 1 libsystem_c.dylib 0x9a358289 _pthread_cond_wait + 938 2 libsystem_c.dylib 0x9a358512 pthread_cond_timedwait_relative_np + 47 3 com.apple.CoreServices.CarbonCore 0x98c506b9 TSWaitOnConditionTimedRelative + 177 4 com.apple.CoreServices.CarbonCore 0x98c50190 TSWaitOnSemaphoreCommon + 272 5 com.apple.CoreServices.CarbonCore 0x98c50419 TSWaitOnSemaphoreRelative + 24 6 com.apple.CoreServices.CarbonCore 0x98bf181a AIOFileThread(void*) + 892 7 libsystem_c.dylib 0x9a353557 _pthread_start + 344 8 libsystem_c.dylib 0x9a33dcee thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x08a92759 ecx: 0x90007d96 edx: 0x08c31908 edi: 0xbfffe29c esi: 0x00000000 ebp: 0xbfffe1b8 esp: 0xbfffe1ac ss: 0x00000023 efl: 0x00010296 eip: 0x08a9275a cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0x00000000 Logical CPU: 3 Binary Images: 0x1000 - 0x2ea315 +com.mydomain.myapp (1.0.0 - 1.0) <37EEA56C-9EBC-3923-9409-145908B9C941> /Applications/MyAPP.app/Contents/MacOS/MyAPP 0x395000 - 0x574ff3 +rbframework.dylib (1) <18AE6930-66D5-9589-3C4B-07EC65ECD94D> /Applications/MyAPP.app/Contents/MacOS/rbframework.dylib 0x11cf000 - 0x11d0ffd com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x17d4000 - 0x17d8ff3 +lib34.rbx_14.dylib (12.1 - 12.1) <DCF56BC1-DAA1-31AD-9736-A94C758DAE9A> /Applications/MyAPP.app/Contents/Frameworks/lib34.rbx_14.dylib 0x17de000 - 0x17e0ff5 +lib35.rbx_2.dylib (12.1 - 12.1) <E0C05421-8140-3A50-ABFE-1476FF99504D> /Applications/MyAPP.app/Contents/Frameworks/lib35.rbx_2.dylib 0x17e4000 - 0x17e9fff +lib43.rbx_14.dylib (12.1 - 12.1) <090AA611-1CDB-3C58-8924-1B25EDD5DA31> /Applications/MyAPP.app/Contents/Frameworks/lib43.rbx_14.dylib 0x362d000 - 0x3633ffe +lib43.rbx_8.dylib (12.1 - 12.1) <7C3BA630-082F-3B87-A285-D9DD73FD6868> /Applications/MyAPP.app/Contents/Frameworks/lib43.rbx_8.dylib 0x3639000 - 0x363efff +lib50.rbx_28.dylib (12.1 - 12.1) <A77E323D-8F01-3501-88F0-C4A6EFE0EDFB> /Applications/MyAPP.app/Contents/Frameworks/lib50.rbx_28.dylib 0x3643000 - 0x3646ffe +lib50.rbx_34.dylib (12.1 - 12.1) <2CCBD4A6-7263-382F-98FC-E5DAC2430B4B> /Applications/MyAPP.app/Contents/Frameworks/lib50.rbx_34.dylib 0x364b000 - 0x366bffc +lib50.rbx_44.dylib (12.1 - 12.1) <20668AD6-F240-3195-BF5F-106ED47CC571> /Applications/MyAPP.app/Contents/Frameworks/lib50.rbx_44.dylib 0x3670000 - 0x3675ffc +lib50.rbx_48.dylib (12.1 - 12.1) <4676B11C-1E8C-3FB9-BF74-4B6871E3A683> /Applications/MyAPP.app/Contents/Frameworks/lib50.rbx_48.dylib 0x3697000 - 0x369affd +lib50.rbx_49.dylib (12.1 - 12.1) <DF391281-541D-3BA9-BD9A-2229E136AF9A> /Applications/MyAPP.app/Contents/Frameworks/lib50.rbx_49.dylib 0x369e000 - 0x36a3ff1 +lib50.rbx_50.dylib (12.1 - 12.1) <A4D33ECF-5451-36AF-9C6B-A5C6BD1B1149> /Applications/MyAPP.app/Contents/Frameworks/lib50.rbx_50.dylib 0x36a9000 - 0x36aefff +lib7.rbx_29.dylib (12.1 - 12.1) <345EBCA0-03C3-3C75-A502-270611C4D9D0> /Applications/MyAPP.app/Contents/Frameworks/lib7.rbx_29.dylib 0x36b4000 - 0x36beff9 +lib7.rbx_54.dylib (12.1 - 12.1) <CDA1C127-0153-3017-BA1E-E067A0D09406> /Applications/MyAPP.app/Contents/Frameworks/lib7.rbx_54.dylib 0x36c5000 - 0x36caffb +lib8.rbx_0.dylib (12.1 - 12.1) <4717CF8E-87B9-317E-8298-4D898A75D797> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_0.dylib 0x36d1000 - 0x36d6fff +lib8.rbx_10.dylib (12.1 - 12.1) <FC549D13-233E-372F-B85E-FF4410FE1B88> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_10.dylib 0x36dc000 - 0x36e5ff7 +lib8.rbx_13.dylib (12.1 - 12.1) <E1641BB9-1C8A-3FF7-B9E7-376784D04708> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_13.dylib 0x36ec000 - 0x36f4ff3 +lib8.rbx_2.dylib (12.1 - 12.1) <08D631DD-1860-38CE-84BD-6135DD232916> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_2.dylib 0x36fb000 - 0x372fff7 +lib8.rbx_3.dylib (12.1 - 12.1) <B44A7CCD-B74D-3D98-A14C-57117A4E3A9B> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_3.dylib 0x373e000 - 0x3743ffb +lib8.rbx_4.dylib (12.1 - 12.1) <409A16AC-5647-3DFB-837B-D0D257F8321B> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_4.dylib 0x3749000 - 0x375dffa +lib8.rbx_5.dylib (12.1 - 12.1) <04DAA927-68C7-3705-8135-5DF69C67DC07> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_5.dylib 0x3766000 - 0x377bfff +lib8.rbx_6.dylib (12.1 - 12.1) <81844066-572D-3ACF-92A4-66E21FEDBA46> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_6.dylib 0x3785000 - 0x3791ff2 +lib8.rbx_7.dylib (12.1 - 12.1) <EFE775F3-C848-3FCA-A4B8-6030664D3CAE> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_7.dylib 0x3798000 - 0x37a4ffb +lib8.rbx_9.dylib (12.1 - 12.1) <3A62E562-77DF-3792-B5FD-D4D122CA66F3> /Applications/MyAPP.app/Contents/Frameworks/lib8.rbx_9.dylib 0x37ab000 - 0x37e3ffb com.apple.audio.SoundManager.Components (4.0 - 4.0) <A38D454C-73A2-3241-B0B6-2BA5AFD1C11C> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/SoundManagerComponents 0x37ea000 - 0x37effff com.apple.audio.AppleHDAHALPlugIn (2.3.0 - 2.3.0f2) <D971DBC9-B1D6-3F20-A6EA-B165C32A4E69> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x5f80000 - 0x5fbafff com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599) <F391C8B3-416F-3460-B890-A656E3CF02F3> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0x5fc6000 - 0x5fd3ffb com.apple.Librarian (1.1 - 1) <C8D82AA3-AE5E-3B6D-A8D1-847856057186> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x6500000 - 0x650dffb +net.telestream.license (1.0.9.2-GC - 1.0.9.2-GC) <7C897BF8-FAE3-7F1A-513F-A2BE323C456E> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense 0x66fa000 - 0x67a5fff libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib 0x8a25000 - 0x8c1afe2 +net.telestream.wmv.import (2.4.2.4 - 2.4.2.4) <25494150-4388-1209-D954-8EDB983799D7> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0x9800000 - 0x9af0feb +org.perian.Perian (1.2.3 - 1.2.3) <722FFF4F-46EF-E5BE-70A6-42B5873D2B37> /Library/QuickTime/Perian.component/Contents/MacOS/Perian 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 0x8fef7000 - 0x8ff29e57 dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld 0x90007000 - 0x90007fff libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib 0x90008000 - 0x90014ffd com.apple.CrashReporterSupport (10.8 - 411) <62036837-CFEC-37FD-AEB1-040EF573C2B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x90015000 - 0x901d1ffd libicucore.A.dylib (491.11.1) <DB04A8FD-9BBE-3CBC-869F-8FA855FB43D2> /usr/lib/libicucore.A.dylib 0x901d2000 - 0x901e4fff libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib 0x901e5000 - 0x90202fff libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib 0x90203000 - 0x90234ff7 com.apple.DictionaryServices (1.2 - 184) <9199E88F-2477-3596-9F56-B8E317A7164D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x90235000 - 0x9024bfff 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 0x9024c000 - 0x90256fff libCSync.A.dylib (322) <CD2707A0-48EB-30C5-8431-460663D44A91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x90257000 - 0x9060fffa libLAPACK.dylib (1073.3) <0F813868-D84F-365D-8A7B-67FDA169F19C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x90d18000 - 0x90d26ff3 libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib 0x90d27000 - 0x90d2bffe libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib 0x90d2c000 - 0x90fe9ff3 com.apple.security (7.0 - 55163.44) <798A1E51-3030-35BD-B5E6-4B6F65469357> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x90fef000 - 0x91089fff com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x9108a000 - 0x910aeff2 com.apple.framework.familycontrols (4.0 - 400) <A313D83E-5A03-3174-A213-1F7D379040D1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x9112c000 - 0x9156eff3 com.apple.CoreGraphics (1.600.0 - 322) <2E04AAAD-8403-3819-BD6C-9836D42F58B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x915b0000 - 0x915b7fff libsystem_dnssd.dylib (379.27) <4B3700EA-F14D-3994-BAAB-79BBD33D7305> /usr/lib/system/libsystem_dnssd.dylib 0x915b8000 - 0x915c8ff2 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 0x915c9000 - 0x915f3ff9 com.apple.framework.Apple80211 (8.0 - 800.15) <DC1EC5B5-7021-3CFC-8C32-FD515F1F9C58> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x915f4000 - 0x915fdff9 com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x915fe000 - 0x91640ff7 com.apple.RemoteViewServices (2.0 - 80.3) <EE36AF6C-E574-3F48-9AC3-E8C8295739FF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x91641000 - 0x9164bfff 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 0x9164c000 - 0x91665fff com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x91666000 - 0x916a1fe7 libGLImage.dylib (8.5) <E5F2D8DE-3053-361A-982B-9BB2AE73E324> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x916a2000 - 0x91734ffb libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9176b000 - 0x9187bffb com.apple.QuickTimeImporters.component (7.7.1 - 2599) <CF2ACD4E-EC81-371A-82B8-EB812DB195D8> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x9187c000 - 0x91b99fff com.apple.Foundation (6.8 - 945) <B6F00754-C3F7-3E33-B708-CCEA2AA3E969> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x91be1000 - 0x91d38ff7 com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <6856CA9B-BF08-341B-AEE9-91CC258D4534> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x91d3d000 - 0x91d43fff libGFXShared.dylib (8.5) <D2D214E8-A243-3FFD-BA70-D695FF5BD040> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x91d44000 - 0x91dacfe7 libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x920fc000 - 0x92108ff7 com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x92143000 - 0x92160ff7 libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib 0x92161000 - 0x92169fff com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x92174000 - 0x922c0ffb com.apple.CFNetwork (596.0.1 - 596.0.1) <0EC65BE8-5775-37C8-B6C7-8BC7CAECB222> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x922c1000 - 0x922c8fff liblaunch.dylib (442.21) <349330F8-1BBF-3B78-AFB2-4F32413CE971> /usr/lib/system/liblaunch.dylib 0x922c9000 - 0x922d5ffc libkxld.dylib (2050.7.9) <D2892FF5-C00D-3493-8945-5C36733FE9A3> /usr/lib/system/libkxld.dylib 0x922d6000 - 0x922e4fff libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib 0x922e5000 - 0x92329fff libGLU.dylib (8.5) <E4F932FD-A644-354D-8D4E-F337C93AAFC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92338000 - 0x92450ff7 com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x92451000 - 0x92498ff3 com.apple.CoreMedia (1.0 - 926.37) <9F458B7C-9F81-3CCF-939D-2E58FE93B86A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x92499000 - 0x92597ff7 libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x92598000 - 0x92598fff com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x92599000 - 0x925a1fff libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib 0x925a2000 - 0x9263aff7 com.apple.CoreServices.OSServices (557 - 557) <219C11A8-8446-336E-B518-F52D1571420F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x926a2000 - 0x926a2fff com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x926a3000 - 0x926afff8 libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib 0x926b0000 - 0x92714fff com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x92715000 - 0x92756ff7 com.apple.framework.CoreWiFi (1.0 - 100.10) <944B3FAE-F901-3276-A676-9D52295DA817> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x92757000 - 0x92759fff com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9275a000 - 0x9275afff libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib 0x92767000 - 0x927beff7 com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x927bf000 - 0x927dcfff libxpc.dylib (140.37) <F61095FA-B2CF-3CD8-9088-9D9FC18B38BC> /usr/lib/system/libxpc.dylib 0x927dd000 - 0x927e0ffd libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x927e1000 - 0x92878fff com.apple.ink.framework (1.4 - 110) <C01F2572-E7E4-3A6C-B4F2-2F97B4AD43D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92879000 - 0x9287bffb libRadiance.dylib (843) <6C2B92DB-A537-3618-9E68-F006DF427D2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9287c000 - 0x928d2ff3 com.apple.HIServices (1.20 - 416) <B23E2C58-A6A5-32B6-811C-0F0551E14483> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x928d3000 - 0x928d4fff libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib 0x928d5000 - 0x928d6fff libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib 0x928d7000 - 0x928eefff com.apple.GenerationalStorage (1.1 - 132.1) <4E0F0C47-7796-3152-A77D-F6456287498A> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x928ef000 - 0x92901ff7 libdispatch.dylib (228.18) <833C83BE-278C-353E-AC6D-9B85FAC50A1D> /usr/lib/system/libdispatch.dylib 0x92902000 - 0x92947ff5 com.apple.opencl (2.1.17 - 2.1.17) <921C1549-637A-33D7-A891-834FB9F582C7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x92948000 - 0x92952ffc com.apple.bsd.ServiceManagement (2.0 - 2.0) <D3112172-D3A7-3C9A-825D-5630D47327D1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x92953000 - 0x9368bfef com.apple.QuickTimeComponents.component (7.7.1 - 2599) <1AE9A55E-3486-3A90-A95D-3F5E1C6AF457> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x938bd000 - 0x938c0ff7 libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib 0x939b6000 - 0x939b7ffd com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x939b8000 - 0x93aa1ff7 libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib 0x93aa2000 - 0x93aa4fff libCVMSPluginSupport.dylib (8.5) <9043B315-4E68-3262-A310-76E64F0409C9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x93aa5000 - 0x93b00fff 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 0x93b01000 - 0x93b18ff4 com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x93b19000 - 0x93b67ffb com.apple.SystemConfiguration (1.12 - 1.12) <F3C87D17-D5F3-39D3-B6F1-1DF3DBECCBDE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x93b68000 - 0x93c75ffb com.apple.ImageIO.framework (3.2.0 - 843) <4BFEFB05-3EE3-36A7-891D-CE03D1DF8125> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x93c76000 - 0x93cddff7 com.apple.framework.IOKit (2.0 - 755.9.7) <CB976A7C-2601-3054-BC41-C3AD6896327C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x93cde000 - 0x93e19ff7 libBLAS.dylib (1073.3) <804B5AF7-2646-31D1-8875-FCCF158476D4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x93e1a000 - 0x93e2dff9 com.apple.MultitouchSupport.framework (235.27 - 235.27) <75D9C0FD-6A40-3A9E-8861-C74DBE137CF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x940d9000 - 0x942d9ffb com.apple.CoreData (106 - 407.5) <B4386286-5C67-3134-A5BD-852447DA696E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x942dc000 - 0x94309ffe libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib 0x9430a000 - 0x9437fff7 com.apple.ApplicationServices.ATS (332 - 341) <472F564A-BD46-30C3-92F5-87273A512910> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x94380000 - 0x94383ffc libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib 0x94384000 - 0x943cdff3 com.apple.framework.CoreWLAN (3.0 - 300.9) <0C5A2604-2185-3D71-950C-D5E93239419A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x943ce000 - 0x9441eff7 com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x9441f000 - 0x94434fff 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 0x94435000 - 0x9454215f libobjc.A.dylib (532) <9663A040-F232-3E2A-8318-AA40B940AF6F> /usr/lib/libobjc.A.dylib 0x9455d000 - 0x94610ff7 com.apple.coreui (2.0 - 181) <4F071012-F857-367D-B0B8-EAD088A05740> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x94612000 - 0x9461fff7 com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x94620000 - 0x946f4ff7 com.apple.backup.framework (1.4 - 1.4) <12123FB8-B42D-38B0-8463-6BA375C3C643> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x946f5000 - 0x946f8ffb com.apple.TCC (1.0 - 1) <C1B2A1EB-9EA2-3340-8611-F788C87A951F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x946f9000 - 0x9475dff3 libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib 0x9475e000 - 0x9475efff 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 0x9475f000 - 0x9478cffb com.apple.CoreServicesInternal (153 - 153) <DB105788-CCF5-3678-88C5-65A7267DC581> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x9478d000 - 0x947c3ffb com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x94a76000 - 0x94abbff7 com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x94af2000 - 0x94b16fff com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x94b17000 - 0x94c34ff3 com.apple.MediaControlSender (1.4.1 - 141.23) <D2B3E1AC-AB2B-3811-B1EC-E794ECA81C81> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x94c35000 - 0x94c84ff6 libTIFF.dylib (843) <AA81BA16-8026-35DA-8193-2C8715ACD435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x94d1d000 - 0x94e28ff7 libJP2.dylib (843) <D8FE1E1C-D4DC-3465-95C4-AEADD6C2611C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x94e30000 - 0x954bcfeb com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x954bd000 - 0x954feff7 libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib 0x955c9000 - 0x955d1fff com.apple.DiskArbitration (2.5 - 2.5) <E49427B0-5317-3DFD-B12E-117402BB19CB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x95904000 - 0x9592dfff libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib 0x9592e000 - 0x9594eff7 com.apple.ChunkingLibrary (2.0 - 132) <172C3F7F-CB49-323F-932F-35340999979E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x959fa000 - 0x959fbffd libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib 0x959fc000 - 0x959fffff 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 0x95a00000 - 0x95a24fff libJPEG.dylib (843) <04383F74-067F-3E98-882F-21F5B9578984> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x95a56000 - 0x9660ffff com.apple.AppKit (6.8 - 1187) <5E13B150-4096-3B61-9DC0-6ABA48F6515B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96610000 - 0x96799ff7 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 0x9679a000 - 0x9679afff com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x9679f000 - 0x967fcfff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x967fd000 - 0x96879ffb com.apple.Metadata (10.7.0 - 707.1) <E18350AD-CAA9-3323-BDE9-63A688792C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x968a6000 - 0x968d9ff3 com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x96963000 - 0x96963fff libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib 0x96964000 - 0x96cf6ff3 com.apple.MediaToolbox (1.0 - 926.37) <6B111039-22B1-3ED0-9E1B-E4810B6BC23E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x96cf7000 - 0x96d43fff libcorecrypto.dylib (106) <FAAD1A30-0D84-3A17-AC40-288EF0F529AA> /usr/lib/system/libcorecrypto.dylib 0x96fe1000 - 0x970fcff3 com.apple.desktopservices (1.7.0 - 1.7.0) <62495AB3-8FD5-39D0-A881-07BA77139EAA> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x970fd000 - 0x9710bfff com.apple.opengl (1.8.5 - 1.8.5) <AA14FBC0-8AF3-3CCB-A390-C8F9AE81E1E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9710c000 - 0x9710dfff libdnsinfo.dylib (453.16) <6441AEC9-3916-3BF6-BE54-9C25E2BE61E1> /usr/lib/system/libdnsinfo.dylib 0x9798b000 - 0x97a39ff3 com.apple.CoreText (260.0 - 275.14) <3CC31B7F-5560-364A-ADFC-31861C3C2328> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x97a3a000 - 0x97b10fff com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x97b14000 - 0x97b99ff7 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 0x97b9a000 - 0x97bdcff7 libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib 0x97bdd000 - 0x97bf7ffc libsystem_kernel.dylib (2050.7.9) <81E269C6-0F96-3075-9589-D35657D23CDD> /usr/lib/system/libsystem_kernel.dylib 0x97bf8000 - 0x97ddfffb com.apple.CoreFoundation (6.8 - 744) <A2BB4949-264A-302B-897E-713860894FE6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x97de0000 - 0x97e1fff7 com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x97e20000 - 0x97e21fff liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib 0x97e22000 - 0x97e7cfff com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x97e7d000 - 0x97e92fff com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <20E394D6-D9BA-3C1D-993A-533B60EF3B63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x97e95000 - 0x97e99ffc libGIF.dylib (843) <355B672B-D07D-36FE-B6B9-142406ACFBA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x97e9a000 - 0x98116ff7 com.apple.QuickTime (7.7.1 - 2599) <C1EAA16D-C51E-3A85-B114-6C7DDCEC864C> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x98117000 - 0x98119fff libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib 0x9811a000 - 0x9811bfff libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib 0x9814c000 - 0x981a5ff7 com.apple.AE (645 - 645) <D4919967-EF16-36BA-9E8A-DA110DE8BB4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x981a6000 - 0x9820cfff com.apple.print.framework.PrintCore (8.0 - 387) <84DFC4F0-3186-3C59-9EBD-9EF2C3561A43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9820d000 - 0x9820efff libDiagnosticMessagesClient.dylib (7) <B2BC685E-C129-3F6B-9222-AF3CF4F186AC> /usr/lib/libDiagnosticMessagesClient.dylib 0x9820f000 - 0x985f1ff7 com.apple.HIToolbox (2.0 - 624) <04C20B6A-FE3D-396E-BCAF-AC4DBAB3747E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x985f2000 - 0x985fcfff libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib 0x985fd000 - 0x98603fff 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 0x98604000 - 0x98673ffb com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x98674000 - 0x98a70fe3 com.apple.VideoToolbox (1.0 - 926.37) <268DD75A-153C-39A0-98B1-439374DA1144> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x98a71000 - 0x98aebff7 com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x98aec000 - 0x98b8cff7 com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x98b8d000 - 0x98e92fff com.apple.CoreServices.CarbonCore (1037 - 1037) <92494ADA-2ED1-3141-81B9-23F2C27E779C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x98e93000 - 0x99124ffb com.apple.CoreImage (8.0.17 - 1.0.1) <CE54EC11-1C41-3857-B82D-F8B7D1798F42> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x99127000 - 0x99153ff7 libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib 0x99157000 - 0x99160ffd 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 0x99161000 - 0x99183ff3 libc++abi.dylib (24.2) <4C064BFE-B8B4-35CA-AB3C-F6A47D47A0F2> /usr/lib/libc++abi.dylib 0x99184000 - 0x99188fff 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 0x99200000 - 0x99225ff7 com.apple.CoreVideo (1.8 - 99.0) <7A90C337-4493-3393-9C56-75EB52112D75> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x99226000 - 0x99226fff com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x99227000 - 0x99227ffd libOpenScriptingUtil.dylib (148) <6B34E8E4-EE31-3E2B-AEB3-8714C3102AED> /usr/lib/libOpenScriptingUtil.dylib 0x99228000 - 0x9922cfff com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x9922d000 - 0x99256ff7 libRIP.A.dylib (322) <48626D20-EFD2-3F8C-B458-30514DDD7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x992b1000 - 0x992bcfff libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib 0x992bd000 - 0x992bdfff com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x992be000 - 0x99436ff5 com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x99437000 - 0x99455ffb com.apple.Ubiquity (1.2 - 234.2) <BEFF43DE-CF72-3E66-90C8-CAECAFD5F3ED> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x99456000 - 0x994b1ff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x994b2000 - 0x994cffff com.apple.openscripting (1.3.5 - 148) <3460338D-B686-3C33-B322-DC8391668F8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x994d0000 - 0x998edff3 FaceCoreLight (2.0.1) <3EF03B25-C361-31A6-8704-3FBFFBD0E10B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x998ee000 - 0x998f5ff3 com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x998f6000 - 0x999b4ff3 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 0x999b5000 - 0x999bcffb libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib 0x999bd000 - 0x999c1fff com.apple.IOSurface (86.0.2 - 86.0.2) <BDF93CE4-9F14-3747-9CD5-FFE71D488BDA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x999c2000 - 0x999d0ff7 libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib 0x999d1000 - 0x999d8ffe com.apple.agl (3.2.1 - AGL-3.2.1) <8E0411D3-19F7-30E1-92A2-337F7F0EBCDA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x999d9000 - 0x999ddff7 libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib 0x99a98000 - 0x99b90ff2 libsqlite3.dylib (138) <AA00F27E-B72D-31DE-8EE4-985227CC9912> /usr/lib/libsqlite3.dylib 0x99f61000 - 0x99f6efff libGL.dylib (8.5) <930067EA-F131-336E-BE31-49DD7F6DFB81> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x99f6f000 - 0x99fd1fff libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib 0x99fd2000 - 0x9a0c3ffc libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib 0x9a0c4000 - 0x9a0c4ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <B688A998-93B5-3D9B-BAE4-E49947AA82B4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9a0c5000 - 0x9a0e1ff7 libPng.dylib (843) <43C3DD20-4BB2-3429-A40A-7FF9BC50E5FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x9a0e2000 - 0x9a23fffb com.apple.QTKit (7.7.1 - 2599) <78806D5A-A983-3C4C-A151-2AEF28779358> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x9a33d000 - 0x9a3faffb libsystem_c.dylib (825.24) <7D90CAC5-EC98-35F8-A52E-81B54F0C7DCC> /usr/lib/system/libsystem_c.dylib 0x9a460000 - 0x9a541fff libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib 0x9a542000 - 0x9a590ffb libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x9a591000 - 0x9a591fff com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9a592000 - 0x9a63cff7 com.apple.LaunchServices (539 - 539) <4C026504-5420-35D7-912E-A584C6F9FFC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0xbab00000 - 0xbab21ffc libKoreanConverter.dylib (61) <39F6BEE7-AE54-3423-B920-2A3573BC9A1A> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 3 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 7579 thread_create: 1 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=167.1M resident=57.5M(34%) swapped_out_or_unallocated=109.6M(66%) Writable regions: Total=130.2M written=3472K(3%) resident=7076K(5%) swapped_out=0K(0%) unallocated=123.3M(95%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 32.0M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG shared images 128K CoreServices 1524K MALLOC 81.8M MALLOC guard page 48K MALLOC_LARGE (reserved) 1024K reserved VM address space (unallocated) Memory tag=242 12K Memory tag=249 156K Memory tag=35 4656K Stack 67.1M VM_ALLOCATE 68K __DATA 11.6M __DATA/__OBJC 208K __IMAGE 528K __IMPORT 32K __LINKEDIT 33.8M __OBJC 1748K __OBJC/__DATA 96K __PAGEZERO 4K __TEXT 133.3M __UNICODE 544K mapped file 64.5M shared memory 308K =========== ======= TOTAL 434.8M TOTAL, minus reserved VM space 433.8M Model: MacBookPro10,1, BootROM MBP101.00EE.B00, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.3f28 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.81.20) Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM512E, 500.28 GB USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0610, 0x1a120000 / 4 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0610, 0x1a122000 / 5 USB Device: hub_device, apple_vendor_id, 0x1008, 0x1a122400 / 8 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0x1a122200 / 7 USB Device: USB Keyboard + 3P HUB, 0x04d9 (Holtek Semiconductor, Inc.), 0x4250, 0x1a122210 / 10 USB Device: hub_device, 0x04e8 (Samsung Electronics Co., Ltd.), 0x2004, 0x1a122100 / 6 USB Device: USB camera, 0x045e (Microsoft Corporation), 0x00f5, 0x1a122120 / 9 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3 USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: MacBook Air SuperDrive, apple_vendor_id, 0x1500, 0x1d110000 / 6 USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 5 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 9 Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 3 posts ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
