Application Crash while updating a Bill of Material

Hi,
I am currently developing an addon for SAP Business One. When updating a BOM record I have the following problem:
If i call the Update Method of the ProductTrees Object the SAP Business One Application Crashes with the Error:
"Runtime Error!
Programm: E:ProgrammeSAPSAP Business OneSAP Business One.exe
R6025
- pure virtual function call"
The Code i am Calling looks like this:
Protected Sub closeBundleBillOfMaterial(ByVal sCode As String)
        Dim oRec As SAPbobsCOM.Recordset = cInit.getInstance.getSboCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
        Dim sSQL As String = "SELECT OITT.Code FROM ITT1 INNER JOIN OITT ON ITT1.Father = OITT.Code WHERE ITT1.Code = '" & sCode & "'"
        Dim oBOM As SAPbobsCOM.ProductTrees = cInit.getInstance.getSboCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oProductTrees)
        Dim iRetVal As Integer = 0
        Dim sItemCode As String = ""
        Try
            oRec.DoQuery(sSQL)
            oRec.MoveFirst()
            While oRec.EoF = False
                sItemCode = oRec.Fields.Item("Code").Value
                If oBOM.GetByKey(sItemCode) Then
                    oBOM.UserFields.Fields.Item("U_Status").Value = "C"
                    iRetVal = oBOM.Update()
                    If iRetVal <> 0 Then
                        Throw New Exception("Fehler bei Methode Update in closeBundleBillOfMaterial")
                    End If
                End If
                oRec.MoveNext()
            End While
        Catch ex As Exception
            cLog.err("Fehler beim Ermitteln der verbundenen Stücklisten. ", ex)
        Finally
            cUtil.deleteObject(oRec)
        End Try
    End Sub
My stats are:
- SAP Business One 8.8 PL 16
- SQL Server 2008 Standard Edition with SP2
- Visual Studion 2010
I hope someone has a solution for this problem. Thanks a lot.
Regards
Michael

Hi experts;
I´m getting the same error on one of my ADDONS. Did migrating the SAP B1 database to PL 18 Worked? I'm very frustrated with this error. Thanks for your hekp.

Similar Messages

  • IiTunes crashes while updating iPhone 3G

    While updating my iPhone, Itunes crashes while updating music I downloaded from iTunes. I've been able to recreate this half a dozen times. My Macbook pro's screen goes all red, then itunes crashes. Any help would be appreciated. Here is the crash report.
    Process: iTunes [412]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: 8.0.2 (8.0.2)
    Build Info: iTunes-8022001~2
    Code Type: X86 (Native)
    Parent Process: launchd [100]
    Date/Time: 2009-02-09 21:14:40.351 +0900
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000092c4fff
    Crashed Thread: 18
    Application Specific Information:
    0x44f1a8
    0x38081
    0x47ca143
    0x47c957d
    0x47c93e2
    0x47f7d54
    0x47ca4fc
    0x47c957d
    0x47e5ed2
    0x4852b80
    0x48a5c80
    0x48a5a89
    0x48a5766
    0x48a56c5
    0x28d4b7
    0x28db0c
    0x3cc11
    0x28cf15
    0x2db2
    0x2cd9
    Thread 0:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.iTunes 0x0044e825 0x1000 + 4511781
    3 com.apple.iTunes 0x0044f1c2 0x1000 + 4514242
    4 com.apple.iTunes 0x00038081 0x1000 + 225409
    5 com.apple.HIToolbox 0x047ca143 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    6 com.apple.HIToolbox 0x047c957d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    7 com.apple.HIToolbox 0x047c93e2 SendEventToEventTargetWithOptions + 58
    8 com.apple.HIToolbox 0x047f7d54 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 356
    9 com.apple.HIToolbox 0x047ca4fc DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2134
    10 com.apple.HIToolbox 0x047c957d SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    11 com.apple.HIToolbox 0x047e5ed2 SendEventToEventTarget + 52
    12 com.apple.HIToolbox 0x04852b80 ToolboxEventDispatcher + 86
    13 com.apple.HIToolbox 0x048a5c80 GetOrPeekEvent + 399
    14 com.apple.HIToolbox 0x048a5a89 GetNextEventMatchingMask + 489
    15 com.apple.HIToolbox 0x048a5766 WNEInternal + 151
    16 com.apple.HIToolbox 0x048a56c5 WaitNextEvent + 54
    17 com.apple.iTunes 0x0028d4b7 0x1000 + 2671799
    18 com.apple.iTunes 0x0028db0c 0x1000 + 2673420
    19 com.apple.iTunes 0x0003cc11 0x1000 + 244753
    20 com.apple.iTunes 0x0028cf15 0x1000 + 2670357
    21 com.apple.iTunes 0x00002db2 0x1000 + 7602
    22 com.apple.iTunes 0x00002cd9 0x1000 + 7385
    Thread 1:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4cd8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x010c45dc HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x010c4464 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x02279095 pthreadstart + 321
    7 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x0224820e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x0227a206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x022bf539 pthreadcondwait + 48
    3 com.apple.iTunes 0x00273795 0x1000 + 2566037
    4 com.apple.iTunes 0x0036c0db 0x1000 + 3584219
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x022976f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x02279095 pthreadstart + 321
    2 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x022a6cfe accept$NOCANCEL$UNIX2003 + 10
    1 com.apple.iTunes 0x002a25e4 0x1000 + 2758116
    2 com.apple.iTunes 0x0030451d 0x1000 + 3159325
    3 com.apple.iTunes 0x00304586 0x1000 + 3159430
    4 libSystem.B.dylib 0x02279095 pthreadstart + 321
    5 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00298b46 0x1000 + 2718534
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x0224f3ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x02279d0d pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x06852b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x02279095 pthreadstart + 321
    4 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.CoreFoundation 0x024b40ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x024b4d34 CFRunLoopRun + 84
    4 com.apple.iTunes 0x00258df5 0x1000 + 2457077
    5 libSystem.B.dylib 0x02279095 pthreadstart + 321
    6 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.iTunes 0x0044e825 0x1000 + 4511781
    3 com.apple.iTunes 0x0044f1c2 0x1000 + 4514242
    4 com.apple.iTunes 0x0021e8f3 0x1000 + 2218227
    5 com.apple.iTunes 0x0027423f 0x1000 + 2568767
    6 com.apple.iTunes 0x0032becd 0x1000 + 3321549
    7 com.apple.iTunes 0x0032c200 0x1000 + 3322368
    8 com.apple.iTunes 0x0033a95b 0x1000 + 3381595
    9 com.apple.iTunes 0x0044e8c7 0x1000 + 4511943
    10 libSystem.B.dylib 0x02279095 pthreadstart + 321
    11 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x022481c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x0224f9bc mach_msg + 72
    2 com.apple.iTunes 0x0044e825 0x1000 + 4511781
    3 com.apple.iTunes 0x0044f1c2 0x1000 + 4514242
    4 com.apple.iTunes 0x0021e997 0x1000 + 2218391
    5 com.apple.iTunes 0x0009ffbe 0x1000 + 651198
    6 com.apple.iTunes 0x000abcc3 0x1000 + 699587
    7 com.apple.iTunes 0x000f7ed1 0x1000 + 1011409
    8 com.apple.iTunes 0x00123457 0x1000 + 1188951
    9 com.apple.iTunes 0x0044e8c7 0x1000 + 4511943
    10 libSystem.B.dylib 0x02279095 pthreadstart + 321
    11 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x02248226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x0227a1ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x0227ba73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x040a8e62 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x040a8c42 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x040a8943 AsyncFileThread(void*) + 73
    6 libSystem.B.dylib 0x02279095 pthreadstart + 321
    7 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x0224820e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x0227a206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x022bf539 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x19ef009f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x02279095 pthreadstart + 321
    5 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 18 Crashed:
    0 com.apple.CoreFP 0x218ac2f7 dyldstub_bindinghelper + 1408503
    1 com.apple.CoreFP 0x2194b34c YlCJ3lg + 173164
    2 com.apple.iTunes 0x0076b9d4 0x1000 + 7776724
    3 com.apple.iTunes 0x007c38f7 0x1000 + 8136951
    4 com.apple.iTunes 0x0009d201 0x1000 + 639489
    5 com.apple.iTunes 0x000a32eb 0x1000 + 664299
    6 com.apple.iTunes 0x0044e8c7 0x1000 + 4511943
    7 libSystem.B.dylib 0x02279095 pthreadstart + 321
    8 libSystem.B.dylib 0x02278f52 thread_start + 34
    Thread 18 crashed with X86 Thread State (32-bit):
    eax: 0x000024b5 ebx: 0x21899440 ecx: 0x98e70fea edx: 0x00000094
    edi: 0x70454015 esi: 0x6bf971c4 ebp: 0xb07b2608 esp: 0xb07b1530
    ss: 0x0000001f efl: 0x00010212 eip: 0x218ac2f7 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x092c4fff
    Binary Images:
    0x1000 - 0xa57fe0 com.apple.iTunes 8.0.2 (8.0.2) <c2deeffefdcb17fba9ea79b39fa75355> /Applications/iTunes.app/Contents/MacOS/iTunes
    0xc52000 - 0xc60ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0xc66000 - 0xde5fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0xec1000 - 0xec8fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xecf000 - 0xecfff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0xed7000 - 0x1029ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x109e000 - 0x109effc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x10a3000 - 0x10a3fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x10a7000 - 0x1124feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x1179000 - 0x1179ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x1181000 - 0x120cfff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1232000 - 0x123ffe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x1247000 - 0x156cfe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x1632000 - 0x1800ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x1945000 - 0x197cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x199b000 - 0x1d38fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x1e32000 - 0x1e36fff com.apple.iPod 1.5 (15) <b6d8180c723f51de5540370b38b3ac83> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x1e3d000 - 0x1e44fff com.apple.ipodsynchronization 2.4 (111.0) /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    0x1e4d000 - 0x1ed7ffb com.apple.iTunes.iPodUpdater 7.7 (7.7) <403ae10bd114bacd5ac66ef96e4bf61a> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x1f23000 - 0x1fecff5 com.apple.DiscRecording 4.0.3 (4030.4.3) <f985693413a9d58893068d35568de054> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x2057000 - 0x2057ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x205b000 - 0x2112ff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x218c000 - 0x21e9ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x223a000 - 0x2241fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x2247000 - 0x23aeff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x243d000 - 0x243dffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x2441000 - 0x2574fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x266c000 - 0x2684ff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x2698000 - 0x269cfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x26a0000 - 0x291bfe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x2a79000 - 0x2a79ff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x2a7d000 - 0x2a9bff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x2aa8000 - 0x2adafff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x2ae5000 - 0x2af4ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x2b02000 - 0x2b07fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x2b11000 - 0x2bc3ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x2c12000 - 0x2cf7ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x2d72000 - 0x2e52fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x2ec4000 - 0x36c2fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x3c03000 - 0x3d3bff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x3d8f000 - 0x3e70ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x3e9d000 - 0x3f3affc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x3fb2000 - 0x3fddfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x3feb000 - 0x4072ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x407f000 - 0x4359ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x43c3000 - 0x440cfef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x4428000 - 0x44e2fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x4547000 - 0x45c6ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x4609000 - 0x4638fe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x4650000 - 0x46dcff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x4722000 - 0x4738fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x474a000 - 0x4752fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x475c000 - 0x4763ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x476a000 - 0x478efff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x4798000 - 0x47a2feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x47ab000 - 0x47b0fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x47b9000 - 0x47bcfff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x47c2000 - 0x4acafff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x4c28000 - 0x4c84ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x4cb2000 - 0x4cc7ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x4ce2000 - 0x4d75fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x4d94000 - 0x4dd6fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x4e04000 - 0x4e1cfff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x4e2e000 - 0x4e30fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x4e36000 - 0x4e3ffff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x4e49000 - 0x4edcff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x4f03000 - 0x4fcefff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x500f000 - 0x56affff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x577f000 - 0x57d9ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x5819000 - 0x586aff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x5894000 - 0x59daff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x5a32000 - 0x5a42ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x5a4f000 - 0x5af6feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x5b1f000 - 0x5b2ffff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x5b3e000 - 0x5c05ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x5c15000 - 0x5c15ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x5c19000 - 0x5c96fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x5ca4000 - 0x5cd1feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x5cdd000 - 0x60edfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x6133000 - 0x64f1fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x6527000 - 0x6546ffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x654e000 - 0x658dfef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x6598000 - 0x659cfff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x65a2000 - 0x65bdffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x65c5000 - 0x65c7ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x65cc000 - 0x65f4fff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
    0x65ff000 - 0x661dfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x6627000 - 0x6661fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x6681000 - 0x670bfe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x6756000 - 0x6794ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x679e000 - 0x679fffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x67a4000 - 0x67fdff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x6811000 - 0x681dffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x682b000 - 0x6cfcf3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x6e29000 - 0x6e29ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x6e2d000 - 0x6e3cfff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x6e44000 - 0x6e68feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x6e77000 - 0x6f58fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x6fd6000 - 0x7094fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7133000 - 0x713ffff libbz2.1.0.dylib ??? (???) <e266a580d35c4518eee864dc064e4b98> /usr/lib/libbz2.1.0.dylib
    0x7144000 - 0x7212ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x726f000 - 0x78c0fff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7cb0000 - 0x7ceffff com.apple.vmutils 4.1 (104) <4f9d4dc239d5124d6a39d5395cbfaccc> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x7d11000 - 0x7d3afff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x7d4d000 - 0x7d8cfff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x7df9000 - 0x7df9ffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7f0c000 - 0x7f10fff com.apple.QuartzComposer.iTunesPlugIn 1.1 (10.1) /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
    0x1933d000 - 0x19365ff7 com.apple.shortcut 1 (1.0) <5b57f8f162f77a1739b436900517d672> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x19384000 - 0x19390ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x1952e000 - 0x1952effd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x19532000 - 0x19534ff1 com.apple.QuickTimeH264.component 7.6 (1290) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x19560000 - 0x195d2fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x195e0000 - 0x19683ff3 com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x196a9000 - 0x1a684ff6 com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x1a9f2000 - 0x1ab72fef com.apple.CoreAUC 3.02.0 (3.02.0) <e9c0220542fac5c62ef3b79aa791252f> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x1cb31000 - 0x1cdcfff0 +org.perian.Perian 1.1.3 (1.1.3) <7baeef0d5eeb1d10d9b0c9293effe582> /Users/firehawk0212/Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x1d06a000 - 0x1d2adfde +net.telestream.wmv.import 2.2.1.11 (2.2.1.11) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1d2e5000 - 0x1d3d9ff4 libiconv.2.dylib ??? (???) <3f183527811098bb7332f67a1f902bfd> /usr/lib/libiconv.2.dylib
    0x1d3e0000 - 0x1d5a3fea +net.telestream.wmv.advanced 2.2.1.11 (2.2.1.11) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1d5e7000 - 0x1d60afe7 com.apple.AppleProResDecoder 1.0.1 (53) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1d63c000 - 0x1d6a1fef com.apple.AppleVAH264HW.component 1.0 (1.0) <49e6103f4d0f364517a5c37bd29b08d7> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1d75c000 - 0x1d797fff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1d7a4000 - 0x1d7befc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1d7c3000 - 0x1d7c8ffb com.apple.AppleMPEG2Codec 1.0.1 (220) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1d7ce000 - 0x1d81afe3 com.apple.AppleVAFramework 4.1.14 (4.1.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x1d823000 - 0x1d83dfe3 com.apple.applepixletvideo 1.2.16 (1.2d16) <798930d46fb63202d054bbabf6e8c0e6> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x1e387000 - 0x1e388fe1 com.apple.textencoding.unicode 2.2 (2.2) <6566f38ef8ee61fab9aaecfb6a81f208> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1f3b0000 - 0x1f3b3fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <e7424df9b53076d04045fb2e0132b2d0> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1f3b9000 - 0x1f3befff com.apple.audio.AppleHDAHALPlugIn 1.6.2 (1.6.2a37) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1f5bd000 - 0x1f5f1fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x1f600000 - 0x1f62cff3 com.apple.mobiledevice 3.2.2 (3.2.2) <c5804d97a15d7db311a95238e8afda8d> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x1f63f000 - 0x1f80cfe7 com.apple.audio.codecs.Components 1.6.5 (1.6.5) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1ffca000 - 0x1ffd1ff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x1ffd9000 - 0x1ffdefff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x1ffec000 - 0x1ffecffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x20000000 - 0x200b0fff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x2024c000 - 0x202befff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x20305000 - 0x20336ffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x2035e000 - 0x2037bff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x205aa000 - 0x20766ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x2087d000 - 0x209b5fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x20a82000 - 0x20ad1fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x20b38000 - 0x20b79fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x20b86000 - 0x20b91fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x212ec000 - 0x214e2fff com.apple.RawCamera.bundle 2.0.12 (421) <02fe3f4ea6251f7b2d23d855ce5c5fd2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x21754000 - 0x21f9bfe7 com.apple.CoreFP 1.1.11 (1.1) /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x2222a000 - 0x2222afff com.apple.iTunes.internetutilities 8.0.2 (8.0.2) <f017898e4fc6bc62b9c1f6e9789494aa> /Applications/iTunes.app/Contents/Frameworks/InternetUtilities.bundle/Contents/ MacOS/InternetUtilities
    0x222a6000 - 0x222c2ff7 GLRendererFloat ??? (???) <dcdc2e0de7fb9a52d99e529c3688f26d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x222e9000 - 0x222edffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x22535000 - 0x226b8fe3 GLEngine ??? (???) <bfbd7ce69ea896a6b38d6232b01cdeda> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x226e6000 - 0x22a4efe8 com.apple.GeForce8xxxGLDriver 1.5.36 (5.3.6) <e5d9fd7873a13fc3acc278b534337527> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x22df5000 - 0x22e3cffb com.apple.google.GoogleContactSyncFramework 15.1 (15.1) /System/Library/PrivateFrameworks/GoogleContactSync.framework/GoogleContactSync
    0x22e77000 - 0x22ea9ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/DotMacSyncManager
    0x22ecd000 - 0x22f33ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x237f1000 - 0x237f3ffb com.apple.PDFImporter 1.7 (???) <4a05fe82aa90c9d5aa70ee3d28fb2fc1> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x64b00000 - 0x64b06fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0xfa100000 - 0xfa17aff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Unauthorized modification of iOS  >  http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • IPod touch 3rd generation crashed while updating, and now it won't turn on, and it wont charge or be recognized in iTunes; it's been like this for 3 days now. Please help,..Thanks!

    iPod touch 3rd generation crashed while updating, and now it won't turn on, and it won't charge or be recognized in iTunes because it's completely dead; it's been dead for 3 days now. I've tried pressing home/sleep buttons for reset but nothing works, I've tried using different usb ports to charge it, but nothing seems to work. Please help asap. ...Thanks!(:

    After charging the iPod for half an hour, see if placing the iPod in recovery mode will allow iTunes to see the iPod so you can restore the iPod.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • Itunes crashed while updating.

    Itunes crashed while updating. Now Im getting error 6 nonstop. Can this be fixed? So far I have found no answers. No backups of the phone exist according to itunes.

    can u go look my discussion on top of the discussion board, i need help lol please ! i sound like a 12 yrs old lol but i dont understand why my iphone 4 would crash like this after 1 week having it .

  • My iphone crashed while updating to latest update now my PC doesnt recognise iphone 4 just shows USB

    My iphone crashed while updating to latest update now my PC doesnt recognise iphone 4 just shows USB

    This has happened to me too! Whatever I do isnt working! Have phoned Apple 3 times and each assistant has given me something new to do and none of them worked! So frustrating!
    The help the support website gives is useful, and what they go through with you anyway. Other than that I was advised to try a new cable or USB port or try another computer to restore it on and then 'back it up from restore' on my computer after..
    Hope one of these helps you guys! They were no good to me but you never know!!

  • Crashed while updating Thumbs and hangs up now

    iMovie crashed while updating thumbs and hangs up now. What can I do to reset it?

    Go into your Movies folder in the Finder, and look for the "iMovie Events" folder: inside that folder there is a is an "Event" folder associated with each of your iMovie 7 projects. In each Event folder there is a "Thumbnails" folder containing the generated thumbnails fot that event (project).
    Try deleting the offending (crashing) thumbnails or the whole "Thumbnails" folder for the crashing project. It worked for me.
    PS: Apple should add a -- cancel -- button on the preview creation sheet, as there is actually no visible/invisible way to cancel or stop preview/thumbnails creation. The preview creation for the added videos was estimated at -- 612 minutes -- on my MacBook core2duo. That is exactly how I realized there was no cancel button, and no working shortcuts either (no escape key, no command-period would work).

  • Itunes crashes while updating ipod

    can anybody help me with this problem my itunes always crashes while im in the middle of updating my ipod

    Try using the iPod software updater to restore settings to factory default and then upload all you music back onto it.
    If that doesn't work, try to post some more details about it crashing; Does the iPod lock up your system? Does iTunes lock up? Does iTunes shut down?

  • Applications crash while browsing for a file or saving a document

    Hopefully I've found the correct thread.
    Here's my problem:
    Several of my applications have crashed while I'm either browsing to choose a file for upload. (ie. trying to upload an image to Facebook, or upload an image to eBay, or attach a file.) This happens with Safari or Mail every time.
    AND
    Microsoft Word will crash if I try to "Save As" and Mail will do the same if I try to "Save As."
    Both of these issues seem to involve the Finder in some way. I tried booting from my Snow Leopard disk and repairing permissions in addition to doing a reinstall of Snow Leopard. The issue seemed to go away for about a day, then it came back.
    Any help would be appreciated. Thanks.

    For those interested in such things, here is the log from my last crash of Pages:
    Process: Pages [97297]
    Path: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier: com.apple.iWork.Pages
    Version: 4.0.3 (766)
    Build Info: Pages-7660000~2
    Code Type: X86 (Native)
    Parent Process: launchd [205]
    Date/Time: 2010-02-12 11:32:23.651 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000078
    Crashed Thread: 6 Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x97d2a916 semaphorewaittrap + 10
    1 libSystem.B.dylib 0x97d52777 dispatch_semaphore_waitslow + 274
    2 libSystem.B.dylib 0x97d523bc dispatch_barrier_sync_fslow + 139
    3 libSystem.B.dylib 0x97d4e75c dispatch_sync + 31
    4 com.apple.DesktopServices 0x91521022 TFSVolumeInfo::CancelSyncThread(bool) + 146
    5 com.apple.DesktopServices 0x915215d9 TFSVolumeInfo::FinalizeVolume() + 461
    6 com.apple.DesktopServices 0x91523489 void (*std::foreach<std::tr1::__detail::_Hashtableiterator<std::pair<long const, TCountedPtr<TFSVolumeInfo> >, false, false>, void (*)(std::pair<long, TCountedPtr<TFSVolumeInfo> > const&)>(std::tr1::_detail::_Hashtableiterator<std::pair<long const, TCountedPtr<TFSVolumeInfo> >, false, false>, std::tr1::_detail::_Hashtableiterator<std::pair<long const, TCountedPtr<TFSVolumeInfo> >, false, false>, void (*)(std::pair<long, TCountedPtr<TFSVolumeInfo> > const&)))(std::pair<long, TCountedPtr<TFSVolumeInfo> > const&) + 66
    7 com.apple.DesktopServices 0x915213df TFSVolumeInfo::Finalize() + 223
    8 com.apple.DesktopServices 0x9150ccc9 NodeContextClose + 510
    9 com.apple.AppKit 0x92ef1d9f _NSSavePanelContextEnd + 60
    10 com.apple.Foundation 0x97377ad9 __NSFireDelayedPerform + 537
    11 com.apple.CoreFoundation 0x94878edb __CFRunLoopRun + 8059
    12 com.apple.CoreFoundation 0x94876864 CFRunLoopRunSpecific + 452
    13 com.apple.CoreFoundation 0x94876691 CFRunLoopRunInMode + 97
    14 com.apple.HIToolbox 0x9047af0c RunCurrentEventLoopInMode + 392
    15 com.apple.HIToolbox 0x9047acc3 ReceiveNextEventCommon + 354
    16 com.apple.HIToolbox 0x9047ab48 BlockUntilNextEventMatchingListInMode + 81
    17 com.apple.AppKit 0x927adac5 _DPSNextEvent + 847
    18 com.apple.AppKit 0x927ad306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    19 com.apple.AppKit 0x9276f49f -[NSApplication run] + 821
    20 com.apple.AppKit 0x92767535 NSApplicationMain + 574
    21 com.apple.iWork.Pages 0x0000d0a1 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 497
    22 com.apple.iWork.Pages 0x0000cfa0 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 240
    23 com.apple.iWork.Pages 0x0007cb7d _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 457933
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x97d510ea kevent + 10
    1 libSystem.B.dylib 0x97d51804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x97d50cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x97d50a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x97d504f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x97d50336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x97d58806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x97d584c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x97d5a158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.vImage 0x9176050c vImageQueue_DequeueJob + 44
    4 com.apple.vImage 0x9176060c vImageWorkerThreadFunc + 124
    5 libSystem.B.dylib 0x97d57fbd pthreadstart + 345
    6 libSystem.B.dylib 0x97d57e42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x97d58806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x97d584c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x97d5a158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.vImage 0x9176050c vImageQueue_DequeueJob + 44
    4 com.apple.vImage 0x9176060c vImageWorkerThreadFunc + 124
    5 libSystem.B.dylib 0x97d57fbd pthreadstart + 345
    6 libSystem.B.dylib 0x97d57e42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x97d58806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x97d584c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x97d5a158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.vImage 0x9176050c vImageQueue_DequeueJob + 44
    4 com.apple.vImage 0x9176060c vImageWorkerThreadFunc + 124
    5 libSystem.B.dylib 0x97d57fbd pthreadstart + 345
    6 libSystem.B.dylib 0x97d57e42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x97d2a922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x97d303e6 pthreadmutexlock + 490
    2 com.apple.Foundation 0x9735745f -[NSLock lock] + 201
    3 SFWordProcessing 0x01fbdbdd -[SFWPSpellThread pRun:] + 289
    4 com.apple.Foundation 0x973618d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x97361888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x97d57fbd pthreadstart + 345
    7 libSystem.B.dylib 0x97d57e42 thread_start + 34
    Thread 6 Crashed: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0 com.apple.DesktopServices 0x914ac445 TFSVolumeInfo::GetVolumeSyncThread() + 83
    1 com.apple.DesktopServices 0x914ac391 TNode::PostNodeTaskRequest(TCountedPtr<TNodeTask> const&) const + 81
    2 com.apple.DesktopServices 0x914ac0fa TNode::RequestInternalTask(unsigned long, TPropertyValue const&) const + 172
    3 com.apple.DesktopServices 0x914b1672 TNode::RequestSynchronize(unsigned long) + 120
    4 com.apple.DesktopServices 0x914fa359 TNode::SynchronizeVolumes(bool, TCountedPtr<TVolumeSyncThread> const&) + 431
    5 com.apple.DesktopServices 0x914fe806 TNode::HandleChange(char*, unsigned long, TCountedPtr<TVolumeSyncThread> const&) + 1746
    6 com.apple.DesktopServices 0x914fa011 TNode::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned long, TNodePtr&, bool) + 1175
    7 com.apple.DesktopServices 0x914a60ea TNode::GetVolume(short, unsigned long, bool) + 382
    8 com.apple.DesktopServices 0x914a94b8 TNode::GetNodeFromFSInfo(TCountedPtr<TFSInfo> const&, TNodePtr&, unsigned long, bool) + 416
    9 com.apple.DesktopServices 0x914c8464 TNode::ResolveSharedFileListAliasIfNeeded() + 714
    10 com.apple.DesktopServices 0x914afcc9 TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 4409
    11 com.apple.DesktopServices 0x914ae6b0 TNode::HandleSync(unsigned long) + 886
    12 com.apple.DesktopServices 0x914ae306 TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    13 com.apple.DesktopServices 0x915010c4 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    14 com.apple.DesktopServices 0x914ac78f _PostNodeTaskRequest_block_invoke2 + 94
    15 libSystem.B.dylib 0x97d5e828 dispatch_call_block_andrelease + 16
    16 libSystem.B.dylib 0x97d511f4 dispatch_queuedrain + 249
    17 libSystem.B.dylib 0x97d50c52 dispatch_queueinvoke + 50
    18 libSystem.B.dylib 0x97d50a68 dispatch_workerthread2 + 234
    19 libSystem.B.dylib 0x97d504f1 pthreadwqthread + 390
    20 libSystem.B.dylib 0x97d50336 start_wqthread + 30
    Thread 7:
    0 libSystem.B.dylib 0x97d49856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x948b6ddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x97d57fbd pthreadstart + 345
    3 libSystem.B.dylib 0x97d57e42 thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x914ac406 ecx: 0xa015be50 edx: 0x1d71394c
    edi: 0x1d7138c0 esi: 0x00000000 ebp: 0xb059cd48 esp: 0xb059cd00
    ss: 0x0000001f efl: 0x00010246 eip: 0x914ac445 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000078
    Binary Images:
    0x1000 - 0x30afe0 com.apple.iWork.Pages 4.0.3 (766) <27708BB3-B7D6-CEB5-478A-96325025592E> /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    0x384000 - 0xe69ffe +SFCompatibility ??? (???) <E81FAD85-7A01-B091-77DD-4FEA6778363C> /Library/Application Support/iWork '09/Frameworks/SFCompatibility.framework/Versions/A/SFCompatibility
    0x158d000 - 0x15a6ffe com.apple.Keynote.sfstyles 1.0 (1.0) <D56EF867-7E9E-522B-A1BD-9751A76E4AA6> /Library/Application Support/iWork '09/Frameworks/SFStyles.framework/Versions/A/SFStyles
    0x15b7000 - 0x1a66ff5 com.apple.SFTabular 1.0 (1.0) <BB7F15F6-5815-CF52-125B-A1467F5CA1E2> /Library/Application Support/iWork '09/Frameworks/SFTabular.framework/Versions/A/SFTabular
    0x1c30000 - 0x1ce1ff7 com.apple.Keynote.sfutility 1.0 (0.0.1d1) <3EE1713F-84E5-553E-B715-F233A8C7FA07> /Library/Application Support/iWork '09/Frameworks/SFUtility.framework/Versions/A/SFUtility
    0x1d4f000 - 0x1edeff2 com.apple.Keynote.sfdrawables 2.0 (2.0) <9AE9A6AE-C7E1-7202-2C16-4BAF48C4875A> /Library/Application Support/iWork '09/Frameworks/SFDrawables.framework/Versions/A/SFDrawables
    0x1f9c000 - 0x2209fef +SFWordProcessing ??? (???) <9987F6AD-6BF8-E0EB-7C65-317CF1EA9602> /Library/Application Support/iWork '09/Frameworks/SFWordProcessing.framework/Versions/A/SFWordProcessing
    0x232d000 - 0x2377ff4 com.apple.Keynote.SFControls 1.0 (20030306_1) <978E2AEB-3643-FA18-1570-D88DA44A8136> /Library/Application Support/iWork '09/Frameworks/SFControls.framework/Versions/A/SFControls
    0x23a4000 - 0x23fafef com.apple.Keynote.sfarchiving 1.0 (0.0.1d1) <43B82C65-8218-E9D4-37B9-4C9D014F3FBE> /Library/Application Support/iWork '09/Frameworks/SFArchiving.framework/Versions/A/SFArchiving
    0x242b000 - 0x2538feb com.apple.Keynote.sfrendering 1.0 (1.0) <462C3895-BFFB-AE84-1460-0D8960F42AB7> /Library/Application Support/iWork '09/Frameworks/SFRendering.framework/Versions/A/SFRendering
    0x259b000 - 0x2623ff9 com.apple.Keynote.proofreader 0 (1) <8E1B3F70-DC06-FC1E-C14E-139CECD7BCF6> /Library/Application Support/iWork '09/Frameworks/SFProofReader.framework/Versions/A/SFProofReader
    0x2631000 - 0x26e7ff2 com.apple.Keynote.sfinspectors 1.0 (1.0) <A15F48EC-0290-045C-F21E-53C1C56B47A0> /Library/Application Support/iWork '09/Frameworks/SFInspectors.framework/Versions/A/SFInspectors
    0x2742000 - 0x2aa3ffa com.apple.Keynote.sfcharts 2.0 (2.0) <F8B8D581-9432-C1DF-3E64-E797BA0AB8B4> /Library/Application Support/iWork '09/Frameworks/SFCharts.framework/Versions/A/SFCharts
    0x2cd5000 - 0x2d0dffb com.apple.Keynote.SFAnimation 1.0 (0.0.1d1) <6A1C89D1-3231-F4E8-E385-878AD93E349C> /Library/Application Support/iWork '09/Frameworks/SFAnimation.framework/Versions/A/SFAnimation
    0x2d37000 - 0x2d61ff3 com.apple.Keynote.sflicense 1.0 (0.0.1d1) <88DE54B0-738C-9D91-88E4-254EFFF96286> /Library/Application Support/iWork '09/Frameworks/SFLicense.framework/Versions/A/SFLicense
    0x2d7d000 - 0x2e25ff8 com.apple.sf.sfapplication 1.0 (1.0) <E1DF5F54-4906-F9E0-FF72-097FB07960D2> /Library/Application Support/iWork '09/Frameworks/SFApplication.framework/Versions/A/SFApplication
    0x2e86000 - 0x2f3bfe7 libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x2f81000 - 0x2fbdff7 com.apple.OSAKit 1.2.1 (76) <6F598EE9-9973-5983-2A71-56FF1AB0081B> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x2fe1000 - 0x307dffc com.apple.MobileMe 6 (1.0) <1C97CCA6-57E8-D0F5-20DE-32DAD3D17C1C> /Library/Application Support/iWork '09/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x30dc000 - 0x30e8fe7 libexslt.0.dylib ??? (???) <43856244-CC36-9DE9-3D60-D4F4D6F2825C> /usr/lib/libexslt.0.dylib
    0x3740000 - 0x3741fff +com.cooliris.safariplugin Cooliris Plugin (1.11) <515D9E0A-B1D1-6938-22E3-3FBBD8936FBE> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x5de5000 - 0x5de8fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x16800000 - 0x16865fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x16885000 - 0x168f7fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1ad92000 - 0x1af03ff7 GLEngine ??? (???) <D336658A-F6DB-6D61-9CA6-04299E7D5420> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1b0d8000 - 0x1b0f4ff7 GLRendererFloat ??? (???) <8FF7B576-512C-C2F8-4C0C-967FB3D9EEA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1d37a000 - 0x1d38cff7 libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1d390000 - 0x1d39efe7 libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x3e000000 - 0x3e046ff7 com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x3f000000 - 0x3f41bfee +org.coin3d.Coin.framework 3.0.0a (3.0.0a) /Library/Application Support/iWork '09/Frameworks/Inventor.framework/Versions/C/Inventor
    0x8f706000 - 0x8fa7eff7 com.apple.GeForce7xxxGLDriver 1.6.6 (6.0.6) <B480321A-51C9-F064-F0F0-BB4DE28DD006> /System/Library/Extensions/GeForce7xxxGLDriver.bundle/Contents/MacOS/GeForce7xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x901a0fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x901a1000 - 0x901f7ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x901f8000 - 0x90248ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90249000 - 0x90253ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90295000 - 0x9029fff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x902a0000 - 0x902a0ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x903b8000 - 0x903b8ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x903b9000 - 0x903f8ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90440000 - 0x90440ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90441000 - 0x90445ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90446000 - 0x90769fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9076a000 - 0x9076aff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9076b000 - 0x90f95fe7 com.apple.WebCore 6531.21 (6531.21.8) <60DEC7F3-954D-F4C4-360A-13575EDCC40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x90fa7000 - 0x910abfe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x910ac000 - 0x910e4ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x910e5000 - 0x910e8fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x910e9000 - 0x9112cff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9112d000 - 0x911cafe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x911cb000 - 0x91244ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91245000 - 0x9133bff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9133c000 - 0x9137cff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91466000 - 0x914a1fe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x914a2000 - 0x9157cff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9157d000 - 0x9167ffef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x91680000 - 0x91692ff7 com.apple.syncservices.syncservicesui 5.1 (578) <9C72B435-21F3-DD39-A129-DB503258FE94> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x91693000 - 0x91698ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x91699000 - 0x91776ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91777000 - 0x917acff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x917ad000 - 0x91805fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x91806000 - 0x9184cff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x91866000 - 0x91890ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91891000 - 0x91892ff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91893000 - 0x918b3fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x918e0000 - 0x918f1ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918f2000 - 0x91952fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x919c2000 - 0x919d6fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x919d7000 - 0x919e1ff7 com.apple.CrashReporterSupport 10.6.2 (239) <746DBA09-A901-E5FE-8605-F5EC3D9359FF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x919e2000 - 0x91af8fe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x91af9000 - 0x91b3dfe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91b3e000 - 0x91b65ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x91b66000 - 0x91b69ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x91b6a000 - 0x91bc4fe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91bc5000 - 0x91befff7 com.apple.framework.Admin 4.0 (4.0) <4A434473-A6C1-3F40-2928-16CFF1222FA1> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x91bf0000 - 0x91dacfef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91e29000 - 0x92190ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92191000 - 0x92192ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x92193000 - 0x921abff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x921ac000 - 0x922d8feb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x922d9000 - 0x92333ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92334000 - 0x92336fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x92337000 - 0x9235bff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9235c000 - 0x9235cff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9235d000 - 0x9236aff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9236b000 - 0x92372ff7 com.apple.KerberosHelper 2.1 (1.0) <2E28DB03-60AF-1C7B-28B0-2768DFBF44EB> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x92373000 - 0x9266cfef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9266d000 - 0x9271afe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9271b000 - 0x9271bff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9271c000 - 0x92729ff7 com.apple.AppleFSCompression 1.0 (1.0) <DEF0B7B0-993B-F088-8F73-4318C3CA1F64> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9272d000 - 0x92764fe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x92765000 - 0x93043ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93044000 - 0x930b2ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x930c9000 - 0x9314bffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9314c000 - 0x931faff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x931fb000 - 0x93269ff7 com.apple.ISSupport 1.9.2 (50) <A9BDA884-D0AF-9F39-0840-8B7F5E8E2031> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9326a000 - 0x9329fff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x932a0000 - 0x932b0ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x932ca000 - 0x93372ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93373000 - 0x933c0ff7 com.apple.ExchangeWebServices 1.1 (56) <E9538DF4-F348-51B8-C161-4F5AB983CDDC> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x933c1000 - 0x933e3fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x933e4000 - 0x94372ff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x94373000 - 0x943b4ff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x943b5000 - 0x943bbff7 libCGXCoreImage.A.dylib ??? (???) <5233872A-EAC6-1D42-3959-6CE6C5DEB931> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x943bc000 - 0x943d1fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x943d9000 - 0x94492fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x94493000 - 0x944c6ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x944c7000 - 0x94591fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94594000 - 0x946b8ff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x946b9000 - 0x946d9fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x946da000 - 0x94700fe3 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <EB422111-E732-2AE0-0CFD-1D8B713B2EC9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x94701000 - 0x9474afe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9474b000 - 0x9475fffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94760000 - 0x9476dff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x9476e000 - 0x947bbfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x947bc000 - 0x947d9fe7 com.apple.DotMacSyncManager 2.0.1 (446.3) <BD225ADB-29C9-B507-210D-2CFC53459EBD> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x947da000 - 0x94802ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x94803000 - 0x9483afe7 libcurl.4.dylib ??? (???) <D6299871-E1C9-5238-FE18-0B3C02025376> /usr/lib/libcurl.4.dylib
    0x9483b000 - 0x949b2fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x949b3000 - 0x949bdff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x949be000 - 0x949dcff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x949dd000 - 0x94a2dfe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x94a2e000 - 0x94a31ff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94a32000 - 0x94ab2feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94ab3000 - 0x94ab3ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94ab4000 - 0x94dadff3 com.apple.RawCamera.bundle 2.3.0 (505) <1C7CEA30-FFE2-B4DE-98CE-D6518DF1E54B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x94def000 - 0x94df9ff7 com.apple.bsd.ServiceManagement 1.0 (1.0) <B007CBE8-2539-CC71-9675-9EC04196921F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x94ea3000 - 0x94ea3ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94ea4000 - 0x94eb0ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x94eb1000 - 0x94fbeff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x94fbf000 - 0x94fc3ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94fc4000 - 0x94fd6ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94fd7000 - 0x95159fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9515a000 - 0x95197ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95198000 - 0x951fcffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x951fd000 - 0x952d8ff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x952ec000 - 0x9531dff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9531e000 - 0x95549ff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9554a000 - 0x9558afe7 com.apple.DAVKit 4.0.1 (730) <2F07D7D0-9D31-67BC-8000-FAFF7EBB8643> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9558b000 - 0x955dcff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x955e2000 - 0x955e9ff7 com.apple.NSServerNotificationCenter 2 (1.0) <63EAE599-362C-CD27-CC18-1F211C12B8B8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x955ea000 - 0x956f1fe3 com.apple.DiskImagesFramework 10.6 (281) <B57DDA36-9B4B-9D57-7072-91D531BDD2BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x956f2000 - 0x956f9ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x956fa000 - 0x95a19fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95b74000 - 0x96022fe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96023000 - 0x9605dffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9605e000 - 0x96061ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96062000 - 0x96115fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9615d000 - 0x961d4fe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x961d5000 - 0x961d7ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96209000 - 0x9627dfef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9627f000 - 0x962b6ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x962b7000 - 0x96325ff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x96326000 - 0x96327ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96328000 - 0x9632cff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9632d000 - 0x9636bff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96396000 - 0x963a0fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x963a1000 - 0x963f1ff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x963f2000 - 0x96808ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96809000 - 0x969caff7 com.apple.CalendarStore 4.0.1 (973) <E959BD58-B4FF-CD3B-78A0-F260851145E5> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x969cb000 - 0x969fbff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x969fc000 - 0x96a66fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x96a7b000 - 0x96bbafe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96bbb000 - 0x96ff0ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96ff1000 - 0x97061ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97062000 - 0x97190fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97191000 - 0x9719bff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9719c000 - 0x971aafe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x971ab000 - 0x971b1ff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97205000 - 0x9723bfff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x9723c000 - 0x97257ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97258000 - 0x97296fe7 com.apple.MediaKit 10.0 (472) <8B1C89AF-6A2A-8D01-D723-22A4DBEA7760> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x972d0000 - 0x9734afef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9734b000 - 0x975bbffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x975bc000 - 0x9766bff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9766c000 - 0x97692fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97693000 - 0x977d4ff7 com.apple.syncservices 5.1 (578) <88BAF2E9-3A67-EEAB-2EBF-4F7D1D28B39E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x977d5000 - 0x97811fff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x97812000 - 0x97856ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97857000 - 0x97b4bfe7 com.apple.MessageFramework 4.2 (1077) <47B00FD8-26E6-6AF4-1FFE-6B42DB3415A1> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x97b4c000 - 0x97b57ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97b58000 - 0x97b5aff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97b5b000 - 0x97b64ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97b65000 - 0x97b72ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97b73000 - 0x97c57ff7 com.apple.WebKit 6531.21 (6531.21.8) <0C45DB5C-D81F-BFFE-232D-7E6F647E597F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x97c58000 - 0x97cc9ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x97cca000 - 0x97d0cfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x97d0d000 - 0x97d29fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x97d2a000 - 0x97ecefeb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x97ecf000 - 0x97f08fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x97f09000 - 0x97f51fff com.apple.iCalendar 1.0.1 (51) <3FF8D7DB-CA31-ADC2-23E9-E1254EAF8BB2> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x97f52000 - 0x97f58fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98008000 - 0x981eafff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98221000 - 0x98290ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x98291000 - 0x98491feb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x98492000 - 0x9852efe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98534000 - 0x98544ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x98545000 - 0x98d284b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98d29000 - 0x98f8bfe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x98f8c000 - 0x99167ff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x99168000 - 0x99269fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x9926a000 - 0x9926aff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9926b000 - 0x99303fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99304000 - 0x993b3fe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <2E2381EB-5E5E-B714-C65D-FCE349E77094> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x993b4000 - 0x99445fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x99446000 - 0x994edfe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x994ee000 - 0x994f5fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x994f6000 - 0x994fbff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x994fc000 - 0x995cdfe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0xba300000 - 0xba301fe7 libCyrillicConverter.dylib ??? (???) <7CF64AB7-ABFE-6F8F-8F50-C7460A5B3A92> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ff7 libGreekConverter.dylib ??? (???) <1AB8227F-468F-B285-B4B4-14B7D202ED36> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib ??? (???) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb500000 - 0xbb500ff7 libThaiConverter.dylib ??? (???) <5B51E9C4-40C4-26B7-5CA2-CD27D78CFA27> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib

  • Itunes crashed while updating to ios7 and now my phone is messed up!!

    While updating my iphone4 to ios7, then suddenly itunes crashed( closed) and since then it keep asking me to connect to itunes when i do itunes asks me to restore and i dont have any backup on my computer how can i solve this?

    If you are being asked to restore the iPhone. your data is already gone.
    If you have been using the iPhone as intended, your contacts and
    pictures should already be sycned with your computer. Depending on
    your location, you should be able to download your past iTunes
    purchases (except for items no longer available in iTunes). Text
    messages are gone, unless you can get them from your wireless provider.
    The way to proceed is to connect your iPhone to the computer you usually
    sync with and restore the iPhone. Then use iTunes to put back your
    contacts, pictures, music, etc.  Finally, turn on and use iCloud and start
    a good backup regime to prevent future loss.

  • Hard Drive Crashed While Updating to iTunes 7

    My PowerBook G4's hard drive crashed while I was updating to iTunes 7. Is there anything Apple will do to allow me to transfer my iPod's library to iTunes on my Windows laptop?

    There is not a single thing Apple can do to allow the ipod to do this, it all depends on how you have the ipod formatted.
    If your ipod is formatted for windows, you're in luck! You can install itunes 7 on the windows machine, authorize that computer for your itunes store account, then connect the ipod and put your *itunes purchases* into that itunes.
    If your music was imported from CD's, well you will have to reimport them to the windows computer. If you got songs from other sources you will have to get those from whatever source they came from as Apple does not support any other sources of music other than buying from itunes or importing CD's that you own.
    While on the subject of CD's, if you made a backup of your previous itunes library on CD's you might be able to import it onto the windows computer, not sure though.
    If your ipod is formatted for Mac you are out of luck. No amount of begging and pleading will make a windows computer read mac formatting.

  • Java Application Crash while loading a 64-bit DLL

    Hi there,
    I'm calling native C++ functions from a 64-bit DLL through a java application. But the application crashes with the below crash exception when the DLL is loaded.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000047e0b754, pid=976, ti
    d=968
    # JRE version: 6.0_16-b01
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode windows-amd64
    # Problematic frame:
    # C [mkl_def.dll+0x8b754]
    # An error report file with more information is saved as:
    # C:\Documents and Settings\hw3h6\Desktop\hs_err_pid976.log
    What will be the possible cause of the issue? Is it something which can be corrected from my java application?
    The application is built in 32-bit environment, but I think thats not an issue because java is platform-independent.

    ajithcherukad wrote:
    What will be the possible cause of the issue?Pointer bug.
    Is it something which can be corrected from my java application?Java? Only possibility there is don't use the C++ code.
    >
    The application is built in 32-bit environment, but I think thats not an issue because java is platform-independent.That has absolutely nothing to do with it. The C++ code isn't. Nor is the dll (dll by its very nature is platform dependent.)

  • Opening FCP 5 project on new FCP6.0.1 - crash while updating project

    I just upgraded to Studio 2 and am trying to open a project that was made with the latest FCP before Studio 2. However when it asks if I would like to update the project, and I click yes within a minute or so the system crashes.
    Can anyone help with this particular problem?
    *BTW it is only with this particular project that I'm having trouble. I have been able to open other FCP projects (saved on the latest FCP before Studio 2) with FCP 6.0.1 no problem.*
    Message was edited by: Jayson Oaks

    Hey Michael, I'm having the same problem. I was wondering if everything worked out for you, I just upgraded to fcp 6.0.1 and my project crashes when updating for the first time...any pointers?
    I can go back to fcp 5.1.4 but its gonna be a total pain!!!
    Thanks,
    Sean

  • IPod crashed while updating to iOS 5.1.1?

    While updating my iPod Touch to iOS 5.1.1 (through iTunes on my Windows 7 laptop) my iPod was on the updating screen when iTunes had an 'Error' popup. Now my iPod is stuck on the updating screen, can't turn it off or anything. I can't restore it either, because iTunes AND my computer can't detect it now either (unplugged/replugged USB multiple times)  Any help or suggestions here?

    - Was therei an error number or more information in the error message?
    - Try rebooting the computer and try agains.
    - Next see if placing the iPod in Recovery mode will allow a restore.
    - Next try DFU mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Why Do My Applications Crash After Updating 10.8.5?

    I was notified of an OS X available update to 10.8.5 [12F37] (from 10.8.4 [12E55]) yesterday evening [September 17th, 2013] and per my SOP I initiated the update.  My iMac restarted and allowed the Mac App Store to do its thing... The computer restarted...  Everything was fine until I tried to open an application.  The app crashed with a report 1-2 seconds after my clicking the dock icon.  Ok, So I tried it again just to be sure...  It crashed.  I tried a variety of different applications on my machine, some crashed out-right, a few opened "normally", while Safari would open and begin loading a page, yet never finish.  Safari just sits... halfway loaded progress bar and a blank screen.  I have noticed a process called "kernel_task" that is sending and recieving millions more messages than any other process while my iMac is running.  This seems like a prime suspect for the problem, but I can get no additional information about just what exactly this process is or what it is doing (this is obviously over my head).  I would try to force quit the process to see if that helps at all, but Activity Monitor will not allow me to do so...  I'm guessing it's an integral part of the operating system [PID 0, whatever that may be] that might be running amuck.
    I have seen several posts on the forums regarding similar issues, but every post I've seen pre-dates this particular update by a good margin and almost every one has not been resolved.  I have investigated the options provided in the small handfull of posts that wore the green bubble-badge of resolution with no success.
    I am ready to restore my system from an earlier backup just so I can continue to work on some very important, active projects, but that will not correct this problem as with every update that Apple releases, I am compelled to trust them and complete the update on my system to keep it up-to-date.
    Has anyone else out there had this current issue?  Has any gurus out there have any additional trouble shooting techniques that I could be guided by to help track down this "bug"?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Mini crashed while updating to 10.4.6; will not boot up

    My Mac Mini crashed on me while I was installing the 10.4.6 update [and yes, I did repair permissions beforehand]. Now, I can't even get my computer to boot up. On top of that, I can't do much of anything when booting up from the installation disk—I get a major error while attempting to repair the disk & Disk Utility tells me to restart, and I get an unknown error when attempting to reinstall the original 10.4 system w/ the 10.4.5 [or part of 10.4.6, who knows?] system in a Previous System Folder. I don't want to have to erase my entire hard drive and start from scratch, but I'm running out of options. Please help!

    You might like to try the procdedure I user to recover my mini here:
    http://discussions.apple.com/thread.jspa?threadID=433929&tstart=0
    Or the archive and install option on the tiger instll might give you what you need.
    if you need to mount another drive, it'll need to be formated as an apple hfs partition, as in yet another bliding flash of genius, the dvd recovery environment won't allow you to mount a fat/msdos partition.
    the command you're looking for is mount, and would be something like
    mount /dev/disk5s0 <path to a mountpoint directory>
    the mountpoint dir can be any empty directory you have.

Maybe you are looking for

  • Master Detail Report Export to Excel/CSV

    Hello, Does anybody know how one may export a master detail report page - master is a html region, detail is a report region export to a csv file. The only option I found i the layout and pagination - export csv option, but this generates just the re

  • Acrobat 9 won't let me select cells I need to do a sum

    I can select all or none easily, but when I click on individual boxes, it is not checked; is this a bug?

  • Uninstalling the trial version of Lightroom 4.2

    I cannot uninstall the program via Windows Vista's "Uninstall or Change a Program." When I try, I get this message, "The system administrator has set policies to prevent this installation," then this message, "You do not have sufficient access to uni

  • FileInputStream.available() & Thread.dumpStack()

    Hello ! Although the copying of text is OK and text is copied correctly from Source.txt to Target but there are a few things I need hlep with : 1. Is dumpStack() the correct method to get a complete Stack trace in case of an exception. 2. fa.availabl

  • Combine Text File & Image

    I am needing a script that will take a text file that has an image URL and 2 lines of text and create one image out of the URL image with the 2 lines of text underneath it all in one image. So the text file would contain: http://www.url.com/to/image