New topic: Can You Tell Me What My Crash Log Means?
<http://forums.realsoftware.com/viewtopic.php?t=41079> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message alakazam Post subject: Can You Tell Me What My Crash Log Means?Posted: Thu Oct 20, 2011 12:54 am Joined: Tue Nov 15, 2005 8:18 pm Posts: 295 Location: Alaska (and more!) Latest version of one of my programs has started crashing on startup and while it gives me a nice long crash report, I'm not really sure how to use that to figure out where the problem is. I hate it when people paste zillions of lines into a forum message, but I'm going to do that below, because I don't know what part of the log I should care about. Could someone take a look and tell me if my following assumptions are correct? Thanks. Jay Assumptions Based On The Crash Log Below AppleListBox control fires an event to draw a row, and then RS takes over to draw it and that's where things crash. Yes? No? Does this crash log help me in any way to find what's going wrong with my Program? Code:Process: Corona Project Manager.debug [28106] Path: /Library/WebServer/*/Corona Project Manager.debug.app/Contents/MacOS/Corona Project Manager.debug Identifier: com.jawhye.coronaprojectmanager Version: 2.8.0 (2.8.0.3.3) Code Type: X86 (Native) Parent Process: launchd [817] Date/Time: 2011-10-19 20:13:21.212 -0800 OS Version: Mac OS X 10.7.2 (11C74) Report Version: 9 Interval Since Last Report: 43235 sec Crashes Since Last Report: 2 Per-App Interval Since Last Report: 39 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: DA015E37-3D83-425B-B361-426FDA81E659 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 /Library/WebServer/*/Corona Project Manager.debug.app/Contents/MacOS/Corona Project Manager.debug __TEXT 0000000000001000-000000000078e000 [ 7732K] r-x/rwx SM=COW /Library/WebServer/*/Corona Project Manager.debug.app/Contents/MacOS/Corona Project Manager.debug Application Specific Information: objc[28106]: garbage collection is OFF Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 ??? 0000000000 0 + 0 1 rbframework.dylib 0x00a03810 ClippedGraphics::StartOperation() + 84 2 rbframework.dylib 0x00a03d01 ClippedGraphics::StringWidth(string, bool) + 23 3 rbframework.dylib 0x009c0806 RuntimeGraphicsStringWidthPrecise + 138 4 Corona Project Manager.debug 0x0013f081 Graphics.StringWidth%f8%o<Graphics>s + 88 5 Corona Project Manager.debug 0x0070dc84 AppleListbox.DrawNewItems%%o<AppleListbox>o<AppleListboxRow>o<Graphics>b + 1087 6 Corona Project Manager.debug 0x007062c3 AppleListbox.Event_CellTextPaint%b%o<AppleListbox>o<Graphics>i4i4i4i4 + 1053 7 rbframework.dylib 0x00a21554 RuntimeListbox::DrawCellText(Graphics*, Rect const*, CellEntry*, int, int, bool, bool, int) + 660 8 rbframework.dylib 0x00a21bcc RuntimeListbox::DrawCell(Graphics*, Rect const*, RowEntry*, CellEntry*, int, int, unsigned char) + 744 9 rbframework.dylib 0x00a22019 RuntimeListbox::HandleDrawRow(Graphics*, int, Rect const&, unsigned char) + 957 10 rbframework.dylib 0x00a1e7fb RuntimeListbox::RedrawCore(Graphics*) + 587 11 rbframework.dylib 0x00a1eaa7 RuntimeListbox::Redraw(Graphics*) + 279 12 rbframework.dylib 0x009b6307 CustomHIView::Draw(OpaqueRgnHandle*, OpaqueGrafPtr*) + 385 13 rbframework.dylib 0x009b70b4 TView::HandleEvent(OpaqueEventHandlerCallRef*, TCarbonEvent&) + 740 14 rbframework.dylib 0x009b7994 TView::ViewEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 52 15 com.apple.HIToolbox 0x95ed1920 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 16 com.apple.HIToolbox 0x95d4d803 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602 17 com.apple.HIToolbox 0x95d4cc80 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 482 18 com.apple.HIToolbox 0x95d4ca98 SendEventToEventTargetWithOptions + 75 19 com.apple.HIToolbox 0x95d6d7c4 HIView::SendDraw(short, OpaqueGrafPtr*, __HIShape const*, CGContext*) + 478 20 com.apple.HIToolbox 0x95dfc13b HIView::RecursiveDrawComposited(__HIShape const*, __HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 755 21 com.apple.HIToolbox 0x95dfc42d HIView::RecursiveDrawComposited(__HIShape const*, __HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1509 22 com.apple.HIToolbox 0x95dfc42d HIView::RecursiveDrawComposited(__HIShape const*, __HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1509 23 com.apple.HIToolbox 0x95dfd3df HIView::DrawComposited(short, OpaqueGrafPtr*, __HIShape const*, unsigned long, HIView*, CGContext*) + 1227 24 com.apple.HIToolbox 0x95dfd527 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 81 25 com.apple.HIToolbox 0x95dfd8ef HIView::Render(unsigned long, CGContext*) + 45 26 com.apple.HIToolbox 0x95d933d1 WindowData::PrepareForVisibility() + 137 27 com.apple.HIToolbox 0x95d9242d _ShowHideWindows + 355 28 com.apple.HIToolbox 0x96018988 ShowWindow + 85 29 rbframework.dylib 0x00a2d036 ShowReferencedWindow(OpaqueWindowPtr*, OpaqueWindowPtr*, drawerFacings, long) + 556 30 rbframework.dylib 0x00a327fa Window::AboutToYield() + 1040 31 rbframework.dylib 0x00a328c2 Window::SelectWindow() + 60 32 rbframework.dylib 0x009269c7 RuntimeShowWindow + 47 33 Corona Project Manager.debug 0x00025b60 Window.Show%%o<Window> + 42 34 Corona Project Manager.debug 0x0031a6b8 App.Event_Open%%o<App> + 2385 35 rbframework.dylib 0x009263cc RuntimeExit + 70 36 Corona Project Manager.debug 0x00017082 Delegate.Invoke%% + 34 37 Corona Project Manager.debug 0x000bf065 Application._CallFunctionWithExceptionHandling%%o<Application>p + 248 38 rbframework.dylib 0x009787aa CallFunctionWithExceptionHandling(void (*)()) + 316 39 rbframework.dylib 0x0092642a RuntimeExit + 164 40 rbframework.dylib 0x009266e1 RuntimeRegisterAppObject + 69 41 Corona Project Manager.debug 0x0021753a REALbasic._RuntimeRegisterAppObject%%o<Application> + 48 42 Corona Project Manager.debug 0x000137ba _NewAppInstance + 287 43 Corona Project Manager.debug 0x00016603 _Startup + 100 44 rbframework.dylib 0x00926373 RunFrameworkInitialization + 83 45 Corona Project Manager.debug 0x00219048 REALbasic._RunFrameworkInitialization%%p + 42 46 Corona Project Manager.debug 0x00016744 _Main + 218 47 Corona Project Manager.debug 0x000025a8 % main + 36 48 Corona Project Manager.debug 0x0072c4dd _start + 116 49 Corona Project Manager.debug 0x0072c433 start + 43 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x9808790a kevent + 10 1 libdispatch.dylib 0x95601c58 _dispatch_mgr_invoke + 969 2 libdispatch.dylib 0x956006a7 _dispatch_mgr_thread + 53 Thread 2: 0 libsystem_kernel.dylib 0x9808702e __workq_kernreturn + 10 1 libsystem_c.dylib 0x9ba44ccf _pthread_wqthread + 773 2 libsystem_c.dylib 0x9ba466fe start_wqthread + 30 Thread 3: 0 libsystem_kernel.dylib 0x9808683e __psynch_cvwait + 10 1 libsystem_c.dylib 0x9ba46e78 _pthread_cond_wait + 914 2 libsystem_c.dylib 0x9ba46f7b pthread_cond_timedwait_relative_np + 47 3 com.apple.CoreServices.CarbonCore 0x992cd5a3 TSWaitOnConditionTimedRelative + 178 4 com.apple.CoreServices.CarbonCore 0x992cd319 TSWaitOnSemaphoreCommon + 490 5 com.apple.CoreServices.CarbonCore 0x992cd12a TSWaitOnSemaphoreRelative + 24 6 com.apple.QuickTimeComponents.component 0x929ecde6 0x92400000 + 6213094 7 libsystem_c.dylib 0x9ba42ed9 _pthread_start + 335 8 libsystem_c.dylib 0x9ba466de thread_start + 34 Thread 4: 0 libsystem_kernel.dylib 0x9808683e __psynch_cvwait + 10 1 libsystem_c.dylib 0x9ba46e78 _pthread_cond_wait + 914 2 libsystem_c.dylib 0x9ba46f7b pthread_cond_timedwait_relative_np + 47 3 com.apple.CoreServices.CarbonCore 0x992cd5a3 TSWaitOnConditionTimedRelative + 178 4 com.apple.CoreServices.CarbonCore 0x992cd319 TSWaitOnSemaphoreCommon + 490 5 com.apple.CoreServices.CarbonCore 0x992cd12a TSWaitOnSemaphoreRelative + 24 6 com.apple.CoreServices.CarbonCore 0x99300033 AIOFileThread(void*) + 1019 7 libsystem_c.dylib 0x9ba42ed9 _pthread_start + 335 8 libsystem_c.dylib 0x9ba466de thread_start + 34 Thread 5: 0 libsystem_kernel.dylib 0x9808702e __workq_kernreturn + 10 1 libsystem_c.dylib 0x9ba44ccf _pthread_wqthread + 773 2 libsystem_c.dylib 0x9ba466fe start_wqthread + 30 Thread 6: 0 libsystem_kernel.dylib 0x98084c22 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x980841f6 mach_msg + 70 2 com.apple.CoreServices.CarbonCore 0x9935b414 YieldToThread + 308 3 rbframework.dylib 0x008e2a8e RuntimeThreadImp::~RuntimeThreadImp() + 274 4 rbframework.dylib 0x008e3223 ThreadBackgroundTask::PerformTask() + 27 5 rbframework.dylib 0x0099e33d TriggerBackgroundTasks(unsigned char) + 249 6 rbframework.dylib 0x00995ca9 RuntimeBackgroundTask + 51 7 Corona Project Manager.debug 0x006550bc LineHighlighter.Event_Run%%o<LineHighlighter> + 1627 8 rbframework.dylib 0x008e2e0e threadRun + 600 9 com.apple.CoreServices.CarbonCore 0x9935bad2 CooperativeThread + 308 10 libsystem_c.dylib 0x9ba42ed9 _pthread_start + 335 11 libsystem_c.dylib 0x9ba466de thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x90000000 ebx: 0x00a036d6 ecx: 0xffffffff edx: 0x00e12130 edi: 0x0b68cdc0 esi: 0x00e00760 ebp: 0xbfffe508 esp: 0xbfffe4cc ss: 0x00000023 efl: 0x00010206 eip: 0x00000000 cs: 0x0000001b ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f cr2: 0x00000000 Logical CPU: 0 Binary Images: 0x1000 - 0x78d92f +Corona Project Manager.debug (??? - ???) <6ABCAABE-1CB5-3F18-BBC5-7708B799C088> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/MacOS/Corona Project Manager.debug 0x8a7000 - 0xa93fe3 +rbframework.dylib (??? - ???) <8E0716C0-B39F-43B7-0470-660C570A15AF> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/MacOS/rbframework.dylib 0xbe1000 - 0xc0ffe7 libSystem.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.dylib 0xc1c000 - 0xc20ff3 libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib 0xc27000 - 0xc2eff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib 0xc35000 - 0xc60fff com.apple.GSS (2.1 - 2.0) <05A0171B-76EA-3E4C-8A36-65D1A978AF4B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0xc76000 - 0xccfffb com.apple.coreui (1.2.1 - 164.1) <890E0BE9-3360-3B56-BE46-5A2421875A40> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0xcfb000 - 0xd09fff com.apple.opengl (1.7.5 - 1.7.5) <81166D23-DE8E-3938-AAD3-29B1FA5E446E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0xd11000 - 0xd5aff7 libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0xd68000 - 0xd6dffd libGFXShared.dylib (??? - ???) <820D744C-C641-3918-A72A-AC2E5276BCB6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0xd73000 - 0xd80fff libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0xd91000 - 0xdcdffd libGLImage.dylib (??? - ???) <8251242B-E04E-3467-BD0F-834578B18AC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0xdd5000 - 0xdd6ffd libCVMSPluginSupport.dylib (??? - ???) <96F2F2F4-E7A9-36C8-B1CF-D58AA3DB2B44> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0xddb000 - 0xddeffd libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0xfdb000 - 0xfdcff1 com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x1fab000 - 0x1facffb +#CoreClasses.rbx_0.dylib (??? - ???) <923B4BC3-C755-025C-7026-C56EDD4B5FD0> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/#CoreClasses.rbx_0.dylib 0x1fb1000 - 0x1fb3ffb +#CoreClasses.rbx_2.dylib (??? - ???) <E88D3C04-3368-4D13-E6D8-46834B473A90> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/#CoreClasses.rbx_2.dylib 0x1fb8000 - 0x1fb9ff3 +#TypeLib.rbx_0.dylib (??? - ???) /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/#TypeLib.rbx_0.dylib 0x1fbe000 - 0x1fbfff3 +#TypeLib.rbx_2.dylib (??? - ???) /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/#TypeLib.rbx_2.dylib 0x1fc3000 - 0x1fcaff7 +MBS REALbasic Cocoa Plugin.rbx_48.dylib (??? - ???) <5D6C0CDC-11F3-F148-A28F-83FC061C6E8E> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic Cocoa Plugin.rbx_48.dylib 0x1fd0000 - 0x1fd1ff7 +MBS REALbasic Controls Plugin.rbx_0.dylib (??? - ???) <F8CEAF59-59FE-E481-62F5-482E31258EFB> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic Controls Plugin.rbx_0.dylib 0x1fd5000 - 0x1fe5ff7 +MBS REALbasic MacOSXCF Plugin.rbx_0.dylib (??? - ???) <A1F84772-005C-3A9E-21D7-2574C26CDFCA> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic MacOSXCF Plugin.rbx_0.dylib 0x1ff0000 - 0x1ff7ff7 +MBS REALbasic MacOSXCF Plugin.rbx_3.dylib (??? - ???) <10028691-AE91-DEBE-65BA-72F778CB87AD> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic MacOSXCF Plugin.rbx_3.dylib 0x47fc000 - 0x47fdff7 +MBS REALbasic Main Plugin.rbx_2.dylib (??? - ???) <153A5473-8B94-92BA-8DAA-6BB80B693570> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic Main Plugin.rbx_2.dylib 0x4801000 - 0x4801ff7 +MBS REALbasic Network Plugin.rbx_3.dylib (??? - ???) <566A2761-9E74-8C87-E613-59CC2D2FD5BD> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic Network Plugin.rbx_3.dylib 0x4805000 - 0x480aff7 +MBS REALbasic Util Plugin.rbx_10.dylib (??? - ???) <C18334D8-A24F-8A49-E160-91F407EC9FCD> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/MBS REALbasic Util Plugin.rbx_10.dylib 0x4810000 - 0x4814fff +PictureButton.rbx_0.dylib (??? - ???) /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/PictureButton.rbx_0.dylib 0x481b000 - 0x4821ffb +PictureEffects.rbx_0.dylib (??? - ???) /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/PictureEffects.rbx_0.dylib 0x4828000 - 0x482afff +PictureEffects.rbx_8.dylib (??? - ???) /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/PictureEffects.rbx_8.dylib 0x482f000 - 0x4839ffa +RBAppearancePak.rbx_0.dylib (??? - ???) <CD2981B8-883E-1DB2-B800-2E852FB83EAA> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBAppearancePak.rbx_0.dylib 0x4841000 - 0x4849fe2 +RBHTMLViewer.rbx_0.dylib (??? - ???) <B6D6B3FC-E6F8-AC97-4DE8-829C4E835831> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBHTMLViewer.rbx_0.dylib 0x484e000 - 0x4850ffe +RBInternetEncodings.rbx_0.dylib (??? - ???) <18512C5C-B395-6CC5-F7A9-605D21D7AFD6> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBInternetEncodings.rbx_0.dylib 0x4856000 - 0x4857fff +RBMD5.rbx_0.dylib (??? - ???) <6F6589C6-2F1C-A103-93E8-5F50193F0D47> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBMD5.rbx_0.dylib 0x485b000 - 0x492aff3 +RBREALSQLDatabase.rbx_0.dylib (??? - ???) <626005A5-D69C-63DE-9820-D877969FF2A0> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBREALSQLDatabase.rbx_0.dylib 0x493c000 - 0x4953fef +RBRegEx.rbx_0.dylib (??? - ???) <5EABA1CF-A6EE-9250-6069-AE096844DCD3> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBRegEx.rbx_0.dylib 0x4957000 - 0x495bff0 +RBShell.rbx_0.dylib (??? - ???) <F6D6DBAF-F9CB-0921-6ACC-9464149ACC0A> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBShell.rbx_0.dylib 0x4961000 - 0x49dffe7 +RBXML.rbx_0.dylib (??? - ???) <C8CC255B-7F80-C3B7-A924-A923E290A728> /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/RBXML.rbx_0.dylib 0x49ec000 - 0x49f0fff +WindowSplitter.rbx_0.dylib (??? - ???) /Library/WebServer/*/Corona Project Manager.debug.app/Contents/Frameworks/WindowSplitter.rbx_0.dylib 0x4c42000 - 0x4c43ffc ATSHI.dylib (??? - ???) <B244624E-E09E-34B2-A185-EB30AF08A95D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x4c48000 - 0x4c4cffb libFontRegistryUI.dylib (??? - ???) <E986346C-8132-33B6-8525-AA2A3233F99C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib 0x4c87000 - 0x4c8bffb com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <B8333059-00BE-33A6-AEC0-0C8F285E6E07> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn 0x4c90000 - 0x4c96ffb com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <C2DD672D-46CE-34BB-8456-129C65DDE583> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x4cbc000 - 0x4cc3ffd com.apple.AppleGVAHW.component (1.0 - 1) <C27AED9F-4DDA-3B8A-925E-D2110DC24EDD> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW 0x4cf0000 - 0x4cf3fef com.apple.LiveType.component (2.1.3 - 2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType 0x7278000 - 0x72ddfde com.apple.LiveType.framework (2.1.3 - 2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType 0x8fb6000 - 0x8fbbffb com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <F3A640A6-52E4-3BE9-86A6-235A0ACD45C3> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec 0x906e000 - 0x9239fff com.apple.audio.codecs.Components (2.1 - 2.1) <8E4A1711-5FA9-330E-B5C6-CC2EE9AC74A1> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs 0x92e3000 - 0x92f5fd9 com.apple.FCP Uncompressed 422.component (1.5 - 1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422 0x92fb000 - 0x9308fff +net.telestream.license (1.0.5.2-GC - 1.0.5.2-GC) <F8773C32-1B74-3AC4-FCD4-47EA3F89E6F4> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense 0x9311000 - 0x93beff7 libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib 0x9403000 - 0x943cff3 com.apple.QuickTimeFireWireDV.component (7.7.1 - 2306) <5347333C-9175-39FF-AFEC-BF24BB6701D7> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0x9447000 - 0x9468fe7 com.apple.AppleIntermediateCodec (2.0 - 542.4) <C71EE6F3-7B4D-38DA-B3D9-65B0AD4CE313> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0x9477000 - 0x948fff2 com.apple.applepixletvideo (1.2.28 - 1.2d28) <85AF2C0D-399E-3D67-9845-D2259C57DDCB> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0x94b9000 - 0x951ffff com.apple.AppleProResDecoder (3.0 - 542.6) <ABCA83B4-EBDA-3851-95F1-03ED201EBFDD> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder 0x95a0000 - 0x95d7ff7 com.apple.audio.SoundManager.Components (3.9.5 - 3.9.5) <57E002AF-4EDB-34CE-8577-25CCCB0FF35E> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/SoundManagerComponents 0x99b1000 - 0x9ba2fd2 +net.telestream.wmv.import (2.3.1.2 - 2.3.1.2) <0F1328D4-C109-473A-8644-EC2C84400F3F> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0x9bd8000 - 0x9d98ff2 +net.telestream.wmv.advanced (2.3.1.2 - 2.3.1.2) <7CC255AF-1F15-4358-98F2-F2F263D29F6A> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced 0x9ddd000 - 0x9e1cff7 com.apple.AppleVAH264HW.component (3.0 - 3.0) <37DE201B-57C9-31FB-8931-4F8F5DAD0164> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW 0x9edf000 - 0x9ff5fe7 com.apple.AppleGVAFramework (2.2.76 - 2.2.76) <B96E4BD5-B774-3C6D-ACAD-6BB4123FAB9D> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA 0xa0ab000 - 0xa0bdfff libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <ADEB72F9-0048-3C87-AD9B-71AA57D523E9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib 0xa0c1000 - 0xa0cfffb libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D3F1CC34-55EB-3D33-A7C2-025D5C8025D0> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x70000000 - 0x70141fff com.apple.audio.units.Components (1.7.1 - 1.7.1) <0E60D4BA-93D7-32E6-8905-A5EED211892E> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x8fede000 - 0x8ff109c7 dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld 0x90005000 - 0x90015fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x90089000 - 0x902d1fff com.apple.JavaScriptCore (7534.51 - 7534.51.21) <FEDF4D88-FB61-3A3F-ABE2-72BE2234DDF4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x902d2000 - 0x902faff0 com.apple.CoreServicesInternal (113.8 - 113.8) <9930695C-1C48-329F-93FD-5AEEE2EF942C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x9033d000 - 0x90dcbffe com.apple.AppKit (6.7.2 - 1138.23) <ADFA8D70-601E-3B5C-96FD-F45F52055CC8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x90dcc000 - 0x90e48fff libType1Scaler.dylib (??? - ???) <DFBB3B4F-31F4-3ED0-B57C-713493CA2756> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x90e49000 - 0x90e49ff0 com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x90e4a000 - 0x90e4dffb com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x90e89000 - 0x90ecaff7 com.apple.CoreMedia (1.0 - 705.42) <B45070F1-4097-3BAD-AA7C-0F7AFD6EAC27> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x90f32000 - 0x90f3dffb com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x90f4c000 - 0x91960fff com.apple.WebCore (7534.51 - 7534.51.22) <A5672ECE-DE06-3FBF-84CE-8AAD5458FDD5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x91961000 - 0x91969ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib 0x91abf000 - 0x91d44fe3 com.apple.QuickTime (7.7.1 - 2306) <F8C64DC4-3FE4-3A06-B10B-59E7F3BA6FDD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x91d84000 - 0x91d84fff com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x91d85000 - 0x91dc3fff com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x91dc5000 - 0x91dcdff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib 0x91dce000 - 0x91ddcfff libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib 0x91e21000 - 0x91e23ffc com.apple.QuickTimeH264.component (7.7.1 - 2306) <A0EE9155-E71C-3FF1-92CF-ED9561C61083> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x91e24000 - 0x91ef3fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <8B8A3DD3-BB3D-33FC-A714-81E1B883B155> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91ef4000 - 0x91f44fff libFontRegistry.dylib (??? - ???) <81E03B82-1F31-3702-97DC-BE20298E326F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x91fc4000 - 0x92039fff com.apple.Metadata (10.7.0 - 627.20) <1E7C8194-8CE4-3103-A3D1-8913238AF923> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x92400000 - 0x93150fff com.apple.QuickTimeComponents.component (7.7.1 - 2306) <B397F658-057A-3D84-ABC7-84AA6256DB88> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x93151000 - 0x931a9fff com.apple.HIServices (1.10 - ???) <76B50B43-6CFD-3067-A085-11420FD4FAA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x931aa000 - 0x9361fff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x9362b000 - 0x9368dff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib 0x936c5000 - 0x936c9ffd IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x936ca000 - 0x936d2fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x93869000 - 0x93869fff com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x93879000 - 0x93879fff com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9387a000 - 0x9387efff libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x9387f000 - 0x93896ff8 com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x93897000 - 0x9389dffb com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x938a0000 - 0x938bdfff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib 0x938be000 - 0x939defec com.apple.vImage (5.1 - 5.1) <008B989F-F080-398E-ACB1-FBF5BA107D6D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x93a64000 - 0x93a6bfff com.apple.agl (3.1.4 - AGL-3.1.4) <CCCE2A89-026B-3185-ABEA-68D268353164> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x93a6c000 - 0x93ae7ffb com.apple.ApplicationServices.ATS (317.5.0 - ???) <D5AC5C21-CE1E-333D-94F7-F0F534FD4DC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x93b71000 - 0x93c80ffb com.apple.DesktopServices (1.6.1 - 1.6.1) <9F02752A-617B-3AC7-BCA1-F040C105EDDE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x93cdc000 - 0x93fe6ff3 com.apple.Foundation (6.7.1 - 833.20) <B5092554-485A-3A7D-904B-B04B1EE5C50C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x93fe7000 - 0x940f8ff7 libJP2.dylib (??? - ???) <35D120D4-3304-3A02-9259-EB933E74E63A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x9422e000 - 0x9435aff9 com.apple.CFNetwork (520.2.5 - 520.2.5) <02193949-50A8-3CBC-9920-5FCDB8EBE17A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x9435b000 - 0x9435cff7 libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib 0x94381000 - 0x9440efe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x9440f000 - 0x94499ffb com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x9449a000 - 0x945a9ff7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <90D36793-04A5-3BFF-BE83-EEEDCBEDC756> /usr/lib/libsqlite3.dylib 0x945aa000 - 0x94611fff libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib 0x946b3000 - 0x94710ffb com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x94711000 - 0x9471cffc com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x9471d000 - 0x947a4fff com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x947a5000 - 0x94ae7fff com.apple.MediaToolbox (1.0 - 705.42) <5AEFD5BE-6FA3-38F8-966A-B0AB56C472B8> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x94ae8000 - 0x94bfffe9 com.apple.WebKit (7534.51 - 7534.51.22) <00C929E8-969F-3933-9801-6A12AFF5D461> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x94c00000 - 0x94c4fffb com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x94e4f000 - 0x94e72fff com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x94e73000 - 0x94ea7ff3 libTrueTypeScaler.dylib (??? - ???) <A3A9D11A-74C6-3E0F-99D9-B57FE56C6646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x94ea8000 - 0x94eb3ff3 libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x94eb4000 - 0x94ecdfff libPng.dylib (??? - ???) <A83B66DC-302C-3A4C-8107-0E5560708024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x94ece000 - 0x94ee4ffe libxpc.dylib (77.17.0 - compatibility 1.0.0) <E01E0074-0830-3F20-8703-EA7722BFD358> /usr/lib/system/libxpc.dylib 0x94ee5000 - 0x94fcdfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib 0x94fd0000 - 0x94fd6ffd com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x94fd7000 - 0x94fe2fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib 0x950e1000 - 0x955bdff6 libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x955ff000 - 0x9560dfff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib 0x9560e000 - 0x9560ffff libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib 0x95610000 - 0x95660ff4 libTIFF.dylib (??? - ???) <E86EA22A-82C0-3E77-9EAF-739F385790D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x95661000 - 0x956c2ffb com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x956c3000 - 0x956c8ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib 0x95768000 - 0x95784ff5 com.apple.GenerationalStorage (1.0 - 125) <F1D67293-9192-367D-AE74-2732B23E7E77> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x95af8000 - 0x95b58ff3 com.apple.Symbolication (1.2 - 87) <2F9206D6-BE64-3C21-B593-43B8C60A7A9E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x95b59000 - 0x95b6afff libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib 0x95bfe000 - 0x95c06ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib 0x95c07000 - 0x95c71ff3 com.apple.CoreSymbolication (2.1 - 67) <38FD2396-C987-3E7F-93EF-7D8ECAF542AF> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x95c7e000 - 0x95c9dfff com.apple.RemoteViewServices (1.2 - 39) <C7B638D2-2F8B-3A45-916A-73103FADC822> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x95c9e000 - 0x95cd4ff7 com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x95cd5000 - 0x95d44fff com.apple.Heimdal (2.1 - 2.0) <DE626683-DF32-341B-8997-AE63309590C7> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x95d45000 - 0x96085ffb com.apple.HIToolbox (1.8 - ???) <DFED9BD0-E142-397B-BE16-16EBCF3CE1EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9608b000 - 0x96126ff3 com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x96133000 - 0x96161ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x961bc000 - 0x961c3ffd com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x961fb000 - 0x962deff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib 0x962df000 - 0x962dfff2 com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x962e0000 - 0x96553fff com.apple.CoreImage (7.82 - 1.0.1) <6C99F458-E83A-3538-9B71-2C8BD0C9DCD5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x96554000 - 0x9655dfff libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib 0x9655e000 - 0x96734fe3 com.apple.CoreFoundation (6.7.1 - 635.15) <AC9F6462-6315-3D89-8075-D048DB4DBF7E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x96735000 - 0x96b37ff6 libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x97245000 - 0x974f7ff7 com.apple.security (7.0 - 55010) <BE0350C5-5221-3BFF-B674-646AB1BA0F2E> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x974f8000 - 0x975b5ff3 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <ADBA42F5-0130-315B-880C-70AA70666474> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x975b6000 - 0x975f9ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib 0x975fa000 - 0x9761cff1 com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x9761d000 - 0x9765bfff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x9765c000 - 0x97666ff2 com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x97667000 - 0x97757ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib 0x9775d000 - 0x977f4ff3 com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x977f5000 - 0x9781aff9 libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x9781c000 - 0x9784bff7 libsystem_info.dylib (??? - ???) <B86A363D-6EA2-3A69-A6CB-18B7F98FC61A> /usr/lib/system/libsystem_info.dylib 0x9785a000 - 0x978fefff com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x98043000 - 0x98065ffe com.apple.framework.familycontrols (3.0 - 300) <F87D87EF-553A-3165-9C9A-6E117C537FE9> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x9806e000 - 0x9808cff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib 0x9808d000 - 0x980aaff3 com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x980ab000 - 0x980acff7 libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib 0x980e4000 - 0x981a4ff3 com.apple.ColorSync (4.7.0 - 4.7.0) <A39EA668-D042-377F-BC81-26748CD57ADC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x98485000 - 0x98489fff com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x984cd000 - 0x984cdfff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib 0x9852c000 - 0x98530ffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib 0x98531000 - 0x98532fff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib 0x98533000 - 0x98609a5b libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib 0x9860a000 - 0x9860eff7 com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x98624000 - 0x98626ff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib 0x986c6000 - 0x986c6ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib 0x9883b000 - 0x98933ff7 libFontParser.dylib (??? - ???) <83E7E71E-D217-3DEE-B288-F5BAE7E118C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x9893e000 - 0x989a0ffb com.apple.datadetectorscore (3.0 - 179.4) <12EF80E0-35CC-30A7-942F-2F9E87C4C98C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x989a1000 - 0x989b4ffb com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x98c48000 - 0x98cd5ff7 com.apple.CoreText (220.11.0 - ???) <4F98D709-75AC-35F0-AD88-8F2C4BD744C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x98ce7000 - 0x98ce8fff liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib 0x98ce9000 - 0x98d1ffff com.apple.DebugSymbols (2.1 - 85) <FAD78A3A-48DF-3D27-9726-1D31D3B889DA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x98d28000 - 0x98d50ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib 0x98d78000 - 0x98ed9ffb com.apple.QuartzCore (1.7 - 270.0) <0916DA83-6400-3FEA-BC53-5F4BA4D126EC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x98f27000 - 0x98fbbff7 com.apple.LaunchServices (480.21 - 480.21) <E3621817-B627-3EEC-A7F9-0D45583B7FE8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x98fbc000 - 0x99170ff3 libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib 0x9928f000 - 0x99591fff com.apple.CoreServices.CarbonCore (960.18 - 960.18) <8094724D-591D-3CC2-81DE-4E3029624E11> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x995a6000 - 0x995afff3 com.apple.CommonAuth (2.1 - 2.0) <D49B41B1-A5DD-366A-8C30-49E9B875AA13> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x9972d000 - 0x99730ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib 0x9973c000 - 0x9973dff0 libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib 0x9973e000 - 0x99890fff com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <7646E131-08EE-3D72-ADA2-4A61C562B36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x99b11000 - 0x99b12ff5 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib 0x99b13000 - 0x99bd3fff com.apple.CoreServices.OSServices (478.29 - 478.29) <EAAAAC1B-2599-3875-9068-DF7E6B5760A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x99bfa000 - 0x99c4bff9 com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x99c4c000 - 0x99cb0fff com.apple.framework.IOKit (2.0 - ???) <D14460ED-2B6C-375D-B3A4-B8C82E922666> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x99cbd000 - 0x99cbdfff com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x99cbe000 - 0x9a339fe5 com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x9a5ea000 - 0x9a9ddfeb com.apple.VideoToolbox (1.0 - 705.42) <3F12F8A3-ED41-3EAD-A887-B7805353122C> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x9aa81000 - 0x9aa84ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib 0x9adb0000 - 0x9adf0ff7 libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib 0x9adf1000 - 0x9adf4ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib 0x9adf5000 - 0x9adf7ffb libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9adf8000 - 0x9ae3ffff com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x9b30a000 - 0x9b9b3eeb com.apple.CoreGraphics (1.600.0 - ???) <322FC806-0B9F-3A58-8C88-D477E32A50F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9b9b4000 - 0x9b9c9ff7 com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x9b9cb000 - 0x9b9e5fff com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x9b9e6000 - 0x9bab1fff libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib 0x9baef000 - 0x9bba5ff3 com.apple.QuickTimeMPEG4.component (7.7.1 - 2306) <60A58D1B-7665-3B6A-9272-1E7285C4E8DA> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x9bc81000 - 0x9bc88ff5 libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib 0x9bc89000 - 0x9bc8bff9 com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9bff3000 - 0x9c1dcff7 com.apple.CoreData (104 - 358.12) <F8AD7990-2C30-31A4-8E78-FA8DD5CF03CC> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9c1e0000 - 0x9c1e0fff com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9c20b000 - 0x9c247fff libcups.2.dylib (2.9.0 - compatibility 2.0.0) <AA56493C-D7C6-3D4F-8DC8-855405AFF57B> /usr/lib/libcups.2.dylib 0x9c682000 - 0x9c683fff com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x9c6a2000 - 0x9c6a2fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x9c6a3000 - 0x9c6b7ff7 com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x9c70b000 - 0x9c70eff9 libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x9c755000 - 0x9c76afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x9c76b000 - 0x9c7d0ff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9c7db000 - 0x9c804ffe com.apple.opencl (1.50.63 - 1.50.63) <C4EC60D6-9A7C-3CE9-AA80-2F81D9BB4465> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x9c88f000 - 0x9c89fff7 libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib 0x9c8a0000 - 0x9c9b4ff3 com.apple.QuickTimeImporters.component (7.7.1 - 2306) <393FD879-F626-3FB2-9866-9E6B122BD64F> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0xba300000 - 0xba301ffb libCyrillicConverter.dylib (54.0.0 - compatibility 1.0.0) <F098D5D3-D551-3E69-8261-208A9091BBF0> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib 0xba900000 - 0xba91bffd libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <5635DF40-8D8E-3B8C-B075-7B3FC0F184A4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0xbab00000 - 0xbab21ff6 libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <17226124-8E8A-34EB-A2C4-D4A0469CF45B> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib 0xbad00000 - 0xbad01fff libLatin2Converter.dylib (54.0.0 - compatibility 1.0.0) <0037D2B3-EDF4-3A68-B8CC-4A519EBF9029> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 17 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: 4712989 thread_create: 1 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=199.2M resident=85.2M(43%) swapped_out_or_unallocated=113.9M(57%) Writable regions: Total=126.5M written=13.7M(11%) resident=43.7M(35%) swapped_out=0K(0%) unallocated=82.9M(65%) REGION TYPE VIRTUAL =========== ======= ATS (font support) 32.8M CG backing stores 9740K CG raster data 136K CG shared images 3448K CoreGraphics 8K CoreServices 5112K MALLOC 54.0M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=243 4K Memory tag=249 156K Stack 67.0M VM_ALLOCATE 16.1M __CI_BITMAP 80K __DATA 12.2M __DATA/__OBJC 228K __IMAGE 1256K __IMPORT 132K __LINKEDIT 45.4M __OBJC 1532K __OBJC/__DATA 32K __PAGEZERO 4K __TEXT 153.8M __UNICODE 544K mapped file 151.2M shared memory 312K shared pmap 7528K =========== ======= TOTAL 562.1M Model: iMac11,3, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 8 GB, SMC 1.59f2 Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020 Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1333 MHz, 0x802C, 0x384A53463235363634485A2D314734443120 Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1333 MHz, 0x802C, 0x384A53463235363634485A2D314734443120 AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.58.4-P2P Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: ST31000528AS, 1 TB Serial ATA Device: OPTIARC DVD RW AD-5680H USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2 USB Device: General Purpose USB Hub, 0x0451 (Texas Instruments), 0x2077, 0xfa130000 / 5 USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0704, 0xfa134000 / 9 USB Device: Logitech USB Headset, 0x046d (Logitech Inc.), 0x0a0c, 0xfa133000 / 8 USB Device: Blue Snowball, 0x074d (Micronas GmbH), 0x0005, 0xfa132000 / 7 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6 USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2 USB Device: FA GoFlex Desk, 0x0bc2 (Seagate LLC), 0x50a1, 0xfd130000 / 6 USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd140000 / 5 USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd142000 / 7 USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3 _________________ --------------------------------------- Game Dev Nation Tips and Tutorials for iOS Game Development! http://GameDevNation.com Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- 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]
