Crash in VBA with new GW Client 8.0.2

Hi @ all,
we use the GW API in a Word VBA Process.
After the Client update from 8.0.1 to 8.0.2 wie have problems.
The Word VBA an the Word application will hang up after the Process.
We use API Call as follow:
Set GW = CreateObject("NovellGroupWareSession")
Set GWAccount = GW.Login()
Set GWAddrBook = GWAccount.AddressBooks("Primrbuch")
Set GWAddrBooks = GWAccount.AddressBooks
Set Acc = GW.Login
Set GWMailFolder = Acc.Mailbox
Set GWMessages = GWMailFolder.Messages
Set GWDraftMsg = GWMessages.Add("GW.MESSAGE.MAIL", "Draft")
// Mail Process //
If SinSendOpt <> 2 Then
' Open the new message to view it and add recipient(s) manually
GWMsgID = GWMessage.MessageID
Set vCommander = CreateObject("GroupWiseCommander")
ParamStr = "ItemOpen(""" + GWMsgID + """)"
iRet = vCommander.Execute(ParamStr, sResult)
GWMessage.Delete
Else
' Direkt senden
GWMessage.Send
GWMessage.Delete
MsgBox "Ihre Mail wurde gesendet!", vbInformation, "Mail sent"
End If
End Sub
At that moment, the program will crash.
kann mit jemand helfen oder hat jemand die gleichen erfahrungen?
Thank you
Franky

>> At that moment, the program will crash.
At what moment??? Have you debugged step by step?
I suppose yor app crashes at the following lines of code:
[...snip]
> ' Direkt senden
> GWMessage.Send
> GWMessage.Delete
[...snip]
I could not find the declaration of 'GWMessage' in your code snipplet; what is
'GWMessage' in fact?
I suppose 'GWMessage' ist your 'sendable draft'?
If so, you try to delete the 'Draft', which is automatically deleted when the message
is sent.
I would rather do it that way:
' oMsgSent is of type 'Object' (late binding)
oMsgSent = GWMessage.Send
oMsgSent.Delete
regards,
Markus
"wiassaibling" <[email protected]> schrieb im Newsbeitrag
news:[email protected]...
>
> Hi @ all,
>
> we use the GW API in a Word VBA Process.
> After the Client update from 8.0.1 to 8.0.2 wie have problems.
> The Word VBA an the Word application will hang up after the Process.
>
> We use API Call as follow:
>
> Set GW = CreateObject("NovellGroupWareSession")
> Set GWAccount = GW.Login()
> Set GWAddrBook = GWAccount.AddressBooks("Primrbuch")
> Set GWAddrBooks = GWAccount.AddressBooks
>
> Set Acc = GW.Login
> Set GWMailFolder = Acc.Mailbox
> Set GWMessages = GWMailFolder.Messages
> Set GWDraftMsg = GWMessages.Add("GW.MESSAGE.MAIL", "Draft")
>
> ...
> // Mail Process //
>
> If SinSendOpt <> 2 Then
> ' Open the new message to view it and add recipient(s) manually
> GWMsgID = GWMessage.MessageID
> Set vCommander = CreateObject("GroupWiseCommander")
> ParamStr = "ItemOpen(""" + GWMsgID + """)"
> iRet = vCommander.Execute(ParamStr, sResult)
> GWMessage.Delete
>
>
> Else
> ' Direkt senden
> GWMessage.Send
> GWMessage.Delete
> MsgBox "Ihre Mail wurde gesendet!", vbInformation, "Mail sent"
>
>
> End If
> ..
>
> END SUB
>
> At that moment, the program will crash.
>
> kann mit jemand helfen oder hat jemand die gleichen erfahrungen?
>
> Thank you
> Franky
>
>
> --
> Helmut Frank
> Germany
> ------------------------------------------------------------------------
> wiassaibling's Profile: http://forums.novell.com/member.php?userid=51056
> View this thread: http://forums.novell.com/showthread.php?t=420676
>

Similar Messages

  • Crash on startup with new install

    Just upgraded to 3.5 on a G5 dual 2gigaherz with 2 gigs of RAM and about 10 gigs of free disk space after the install. The program instantly crashes on startup with no error message. The crash log doesn't mean much to me. I tried to trash prefs for FCE, Soundtrack and Livetype. I tried on a pristine account I keep handy for these moments and trashed the whole prefs folder on that account. No luck. Any thoughts?

    Reinstalled. Trashed prefs. Ran on clean account (perhaps not perfectly clean). I see the splash screen for a fraction of a second then...
    Here's the crash log:
    ===== Display starts at offset 19038 within file of length 150110. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    o 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c98000 - 0x92d76fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d96000 - 0x92e84fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e96000 - 0x92eb4fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ebf000 - 0x92f19fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f37000 - 0x92f37fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f39000 - 0x92f4dfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f65000 - 0x92f75fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f81000 - 0x92f96fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa8000 - 0x9302ffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93043000 - 0x9304efff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93058000 - 0x93085fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9309f000 - 0x930affff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bb000 - 0x93121fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93152000 - 0x931a1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931cf000 - 0x931ecfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931fe000 - 0x9320bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93214000 - 0x93521fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93670000 - 0x9367cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93681000 - 0x936a1fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93715000 - 0x93715fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93717000 - 0x93d49fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940d6000 - 0x94146fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9417f000 - 0x94249fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9429d000 - 0x9429dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9429f000 - 0x94453fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944a6000 - 0x944e3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944eb000 - 0x9453bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9457b000 - 0x945bffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945cb000 - 0x94603fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x946de000 - 0x946edfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946f5000 - 0x94701fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94747000 - 0x9475ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94766000 - 0x947d7fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9494c000 - 0x94a7afff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b0c000 - 0x94b1bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b23000 - 0x94b50fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b57000 - 0x94b67fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b6b000 - 0x94b9afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94baa000 - 0x94bc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9644d000 - 0x9651ffff com.apple.prokit 3.1 (589) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96cb9000 - 0x96cf8fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x970df000 - 0x970fefff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97815000 - 0x978d6fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97901000 - 0x97902fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97904000 - 0x97911fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99b08000 - 0x99b09fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x99b16000 - 0x99b5afff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000efff com.unsanity.ape 1.6 (1.6b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Host Name: G5-Raja
    Date/Time: 2006-05-20 21:54:21.226 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Final Cut Express HD
    Path: /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    Parent: WindowServer [12081]
    Version: 3.5 (3.5)
    Build Version: 2
    Project Name: FCExpress
    Source Version: 604191706
    PID: 12245
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...FinalCutExpress.QTRtEffects 0x01dc1fbc KGSetQTRtResFile(unsigned char, short*) + 64
    1 ...FinalCutExpress.QTRtEffects 0x01d9c35c RTEffectComponentRegister() + 60
    2 ...FinalCutExpress.QTRtEffects 0x01db9148 PluginStart + 2144
    3 com.apple.FinalCutExpress 0x001b2810 0x1000 + 1775632
    4 com.apple.FinalCutExpress 0x00188038 0x1000 + 1601592
    5 com.apple.FinalCutExpress 0x001b37e0 0x1000 + 1779680
    6 com.apple.FinalCutExpress 0x0023e1d0 0x1000 + 2347472
    7 com.apple.FinalCutExpress 0x003e675c 0x1000 + 4085596
    8 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    9 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    10 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    11 com.apple.HIToolbox 0x9321f0e0 AEProcessAppleEvent + 60
    12 com.apple.HIToolbox 0x93262d24 ProcessHighLevelEvent + 140
    13 com.apple.HIToolbox 0x93262c7c StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 328
    14 com.apple.HIToolbox 0x9321b794 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    15 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    16 com.apple.HIToolbox 0x9321ad68 SendEventToEventTargetWithOptions + 40
    17 com.apple.HIToolbox 0x932220c8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    18 com.apple.HIToolbox 0x9321b9e4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    19 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    20 com.apple.HIToolbox 0x93221c8c SendEventToEventTarget + 40
    21 com.apple.HIToolbox 0x932629a0 ToolboxEventDispatcher + 92
    22 com.apple.HIToolbox 0x9326292c HLTBEventDispatcher + 16
    23 com.apple.HIToolbox 0x93260ee4 RunApplicationEventLoop + 148
    24 com.apple.FinalCutExpress 0x00154074 0x1000 + 1388660
    25 com.apple.FinalCutExpress 0x002c1ec0 0x1000 + 2887360
    26 com.apple.FinalCutExpress 0x00003224 0x1000 + 8740
    27 com.apple.FinalCutExpress 0x000030cc 0x1000 + 8396
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001e7c _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00ac0f9c ahservloop + 80
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.FinalCutExpress 0x004097e8 0x1000 + 4229096
    3 com.apple.FinalCutExpress 0x003f855c 0x1000 + 4158812
    4 com.apple.FinalCutExpress 0x00430210 0x1000 + 4387344
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000001dc1fbc srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x48824244 xer: 0x0000000020000000 lr: 0x0000000001dc1fa8 ctr: 0x0000000090bb3484
    r0: 0x0000000001dc1fa8 r1: 0x00000000bfffefd0 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x00000000bffff1a0 r5: 0x0000000000000118 r6: 0x0004003001dd2a2c r7: 0x0000000000000020
    r8: 0x0000000000000030 r9: 0x00000000bffff140 r10: 0x0000000090bb3030 r11: 0x0000000001ddcedc
    r12: 0x0000000090bb3484 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a321b4f8
    r16: 0x0000000000b1f690 r17: 0x00000000bffff6c0 r18: 0x0000000065707063 r19: 0x0000000000000001
    r20: 0x0000000000b1f8a0 r21: 0x00000000bffff4b0 r22: 0x00000000bffff520 r23: 0x0000000000000000
    r24: 0x00000000bffff510 r25: 0x00000000ffffffff r26: 0x0000000000617474 r27: 0x00000000001b27a8
    r28: 0x0000000000000000 r29: 0x00000000bffff1a0 r30: 0x0000000000000000 r31: 0x0000000001dc1f90
    Binary Images Description:
    0x1000 - 0x614fff com.apple.FinalCutExpress 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    0x881000 - 0x884fff com.apple.FinalCutExpress.NuggetExport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0x887000 - 0x888fff com.apple.FinalCutExpress.Text Window 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xabc000 - 0xac3fff alexlagutin.audiohijack.server 1.3.2 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0xaf9000 - 0xafafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0xc1d000 - 0xc1dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0xc21000 - 0xc23fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xc27000 - 0xc2efff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xf64000 - 0xf68fff com.apple.FinalCutExpress.LayerFileReader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileRe ader
    0xf76000 - 0xf79fff com.apple.FinalCutExpress.MolokiniSupport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSup port
    0xfd4000 - 0xfd8fff com.apple.LiveType.component 2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1808000 - 0x185dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x196b000 - 0x1996fff com.apple.FinalCutExpress.AfterEffects 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0x199d000 - 0x19b5fff com.apple.FinalCutExpress.AudioMixer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0x19c1000 - 0x1a62fff com.apple.FinalCutExpress.Browser 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0x1a76000 - 0x1a99fff com.apple.FinalCutExpress.EditTape 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0x1aa5000 - 0x1ab7fff com.apple.FinalCutExpress.FCPExtPluginSupport 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExtP luginSupport
    0x1abd000 - 0x1aecfff com.apple.FinalCutExpress.FCS Engine 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0x1af2000 - 0x1b02fff com.apple.FinalCutExpress.FilterCustomEd 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCustom Ed
    0x1b05000 - 0x1b17fff com.apple.FinalCutExpress.FilterViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0x1b1a000 - 0x1b39fff com.apple.FinalCutExpress.Flash 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0x1b47000 - 0x1b80fff com.apple.FinalCutExpress.G4 Accelerator 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/G4 Accelerator.bundle/Contents/MacOS/G4 Accelerator
    0x1b85000 - 0x1b90fff com.apple.FinalCutExpress.GenViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0x1b93000 - 0x1bdffff com.apple.FinalCutExpress.Media Manager 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0x1d05000 - 0x1d17fff com.apple.FinalCutExpress.Motion Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0x1d1a000 - 0x1d35fff com.apple.FinalCutExpress.Movie Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0x1d40000 - 0x1d4efff com.apple.FinalCutExpress.Movie Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0x1d51000 - 0x1d59fff com.apple.FinalCutExpress.Perf Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0x1d5c000 - 0x1d8efff com.apple.FinalCutExpress.QTM Reader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0x1d97000 - 0x1ddbfff com.apple.FinalCutExpress.QTRtEffects 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTRtEffects.bundle/Contents/MacOS/QTRtEffects
    0x1de5000 - 0x1df2fff com.apple.FinalCutExpress.Relink Media 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0x1df6000 - 0x1e6afff com.apple.FinalCutExpress.Timeline Editor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0x1e73000 - 0x1e79fff com.apple.FinalCutExpress.Transcoder 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0x1e7d000 - 0x1e8dfff com.apple.FinalCutExpress.Transition Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0x1e90000 - 0x1ea5fff com.apple.FinalCutExpress.Trimming 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0x1ea8000 - 0x1ee9fff com.apple.FinalCutExpress.Vector Accelerator 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0x1eed000 - 0x1efefff com.apple.FinalCutExpress.VideoLog 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0x1f01000 - 0x1f19fff com.apple.FinalCutExpress.VoiceOver 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0x1f1d000 - 0x1f2cfff com.apple.FinalCutExpress.Waveform Monitor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Waveform Monitor.bundle/Contents/MacOS/Waveform Monitor
    0x1f2f000 - 0x1f86fff com.apple.FinalCutExpress.XML Support 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0x6b4d000 - 0x6b63fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Express HD.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0x6d14000 - 0x6e23fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6e52000 - 0x6f42fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x6f50000 - 0x6f69fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x6f6f000 - 0x6f8afff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6f9b000 - 0x6faffff com.apple.FCP Uncompressed 422.component 1.3 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x6fd0000 - 0x6feafff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x6fef000 - 0x7068fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005afff com.apple.proapps.AudioMixEngine 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x11000000 - 0x11015fff com.apple.proapps.ControlSurfaceSupport 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlSu rfaceSupport
    0x76ac0000 - 0x76ac5fff com.apple.proapps.ProTimecode 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/ProTimecode.framework/Versions/A/ProTimecode
    0x76ae0000 - 0x76b66fff ProMediaIOClasses /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOClasses.framework/Versions/A/ProMediaIOCla sses
    0x76ca0000 - 0x76ca0fff ProMediaIOUnit /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOUnit.framework/Versions/A/ProMediaIOUnit
    0x76e50000 - 0x76e9cfff ProMediaIO /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIO.framework/Versions/A/ProMediaIO
    0x76f60000 - 0x76f72fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTra nslation
    0x76fb0000 - 0x76fd6fff com.apple.proapps.MIO 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x77040000 - 0x77044fff KGCore /Applications/Final Cut Express HD.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0x77060000 - 0x77082fff com.apple.AVCVideoServices 1.0 (28) /Applications/Final Cut Express HD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
    0x770e0000 - 0x770f7fff com.apple.AERegistration 1.2 (58) /Applications/Final Cut Express HD.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x77130000 - 0x77138fff com.apple.AEProfiling 1.2 (14) /Applications/Final Cut Express HD.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x7f950000 - 0x7f9b4fff com.apple.LiveType.framework 2.1 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8e962000 - 0x8ea20fff com.apple.QuickTimeMPEG4.component 7.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8eb7d000 - 0x8ec50fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x8ec5c000 - 0x8ec5ffff com.apple.QuickTimeH264.component 7.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed5b000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa09000 - 0x8fa48fff com.apple.QTKit 7.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c98000 - 0x92d76fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d96000 - 0x92e84fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e96000 - 0x92eb4fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ebf000 - 0x92f19fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f37000 - 0x92f37fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f39000 - 0x92f4dfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f65000 - 0x92f75fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f81000 - 0x92f96fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa8000 - 0x9302ffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93043000 - 0x9304efff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93058000 - 0x93085fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9309f000 - 0x930affff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bb000 - 0x93121fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93152000 - 0x931a1fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931cf000 - 0x931ecfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931fe000 - 0x9320bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93214000 - 0x93521fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93670000 - 0x9367cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93681000 - 0x936a1fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93715000 - 0x93715fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93717000 - 0x93d49fff com.apple.AppKit 6.4.6 (824.38) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940d6000 - 0x94146fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9417f000 - 0x94249fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9429d000 - 0x9429dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9429f000 - 0x94453fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944a6000 - 0x944e3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944eb000 - 0x9453bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9457b000 - 0x945bffff com.apple.bom 8.4 (86.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x945cb000 - 0x94603fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/vmutils
    0x946de000 - 0x946edfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946f5000 - 0x94701fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94747000 - 0x9475ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94766000 - 0x947d7fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x9494c000 - 0x94a7afff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94b0c000 - 0x94b1bfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94b23000 - 0x94b50fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94b57000 - 0x94b67fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94b6b000 - 0x94b9afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94baa000 - 0x94bc7fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9644d000 - 0x9651ffff com.apple.prokit 3.1 (589) /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x96cb9000 - 0x96cf8fff com.apple.audio.midi.CoreMIDI 1.5 (41) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x970df000 - 0x970fefff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97815000 - 0x978d6fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97901000 - 0x97902fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x97904000 - 0x97911fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99b08000 - 0x99b09fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0x99b16000 - 0x99b5afff com.apple.viceroy.codec 31.0 (31) /System/Library/Components/VCH263Codec.component/VCH263Codec
    0xc0000000 - 0xc000efff com.unsanity.ape 1.6 (1.6b1) /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Host Name: G5-Raja
    Date/Time: 2006-05-20 21:54:29.106 -0700
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Final Cut Express HD
    Path: /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    Parent: WindowServer [12081]
    Version: 3.5 (3.5)
    Build Version: 2
    Project Name: FCExpress
    Source Version: 604191706
    PID: 12248
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 ...FinalCutExpress.QTRtEffects 0x01db6fbc KGSetQTRtResFile(unsigned char, short*) + 64
    1 ...FinalCutExpress.QTRtEffects 0x01d9135c RTEffectComponentRegister() + 60
    2 ...FinalCutExpress.QTRtEffects 0x01dae148 PluginStart + 2144
    3 com.apple.FinalCutExpress 0x001b2810 0x1000 + 1775632
    4 com.apple.FinalCutExpress 0x00188038 0x1000 + 1601592
    5 com.apple.FinalCutExpress 0x001b37e0 0x1000 + 1779680
    6 com.apple.FinalCutExpress 0x0023e1d0 0x1000 + 2347472
    7 com.apple.FinalCutExpress 0x003e675c 0x1000 + 4085596
    8 com.apple.AE 0x91534960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
    9 com.apple.AE 0x915347fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    10 com.apple.AE 0x91534654 aeProcessAppleEvent + 284
    11 com.apple.HIToolbox 0x9321f0e0 AEProcessAppleEvent + 60
    12 com.apple.HIToolbox 0x93262d24 ProcessHighLevelEvent + 140
    13 com.apple.HIToolbox 0x93262c7c StandardApplicationEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 328
    14 com.apple.HIToolbox 0x9321b794 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    15 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    16 com.apple.HIToolbox 0x9321ad68 SendEventToEventTargetWithOptions + 40
    17 com.apple.HIToolbox 0x932220c8 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    18 com.apple.HIToolbox 0x9321b9e4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    19 com.apple.HIToolbox 0x9321aeec SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    20 com.apple.HIToolbox 0x93221c8c SendEventToEventTarget + 40
    21 com.apple.HIToolbox 0x932629a0 ToolboxEventDispatcher + 92
    22 com.apple.HIToolbox 0x9326292c HLTBEventDispatcher + 16
    23 com.apple.HIToolbox 0x93260ee4 RunApplicationEventLoop + 148
    24 com.apple.FinalCutExpress 0x00154074 0x1000 + 1388660
    25 com.apple.FinalCutExpress 0x002c1ec0 0x1000 + 2887360
    26 com.apple.FinalCutExpress 0x00003224 0x1000 + 8740
    27 com.apple.FinalCutExpress 0x000030cc 0x1000 + 8396
    Thread 1:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 com.unsanity.ape 0xc0001e7c _apeagent + 296
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b0a8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000affc mach_msg + 60
    2 ...lagutin.audio_hijack.server 0x00ac0f9c ahservloop + 80
    3 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c128 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030bec pthreadcondwait + 480
    2 com.apple.FinalCutExpress 0x004097e8 0x1000 + 4229096
    3 com.apple.FinalCutExpress 0x003f855c 0x1000 + 4158812
    4 com.apple.FinalCutExpress 0x00430210 0x1000 + 4387344
    5 libSystem.B.dylib 0x9002ba68 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000001db6fbc srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x48824244 xer: 0x0000000020000000 lr: 0x0000000001db6fa8 ctr: 0x0000000090bb3484
    r0: 0x0000000001db6fa8 r1: 0x00000000bfffef50 r2: 0x0000000000000000 r3: 0x0000000000000000
    r4: 0x00000000bffff120 r5: 0x0000000000000118 r6: 0x0004003001dc7a2c r7: 0x0000000000000020
    r8: 0x0000000000000030 r9: 0x00000000bffff0c0 r10: 0x0000000090bb3030 r11: 0x0000000001dd1edc
    r12: 0x0000000090bb3484 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a321b4f8
    r16: 0x0000000000b1ed70 r17: 0x00000000bffff640 r18: 0x0000000065707063 r19: 0x0000000000000001
    r20: 0x0000000000b1efc0 r21: 0x00000000bffff430 r22: 0x00000000bffff4a0 r23: 0x0000000000000000
    r24: 0x00000000bffff490 r25: 0x00000000ffffffff r26: 0x0000000000617474 r27: 0x00000000001b27a8
    r28: 0x0000000000000000 r29: 0x00000000bffff120 r30: 0x0000000000000000 r31: 0x0000000001db6f90
    Binary Images Description:
    0x1000 - 0x614fff com.apple.FinalCutExpress 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Final Cut Express HD
    0x881000 - 0x884fff com.apple.FinalCutExpress.NuggetExport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/NuggetExport.bundle/Contents/MacOS/NuggetExport
    0x887000 - 0x888fff com.apple.FinalCutExpress.Text Window 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Text Window.bundle/Contents/MacOS/Text Window
    0xabc000 - 0xac3fff alexlagutin.audiohijack.server 1.3.2 /Library/Application Enhancers/Instant Hijack Server.ape/Contents/MacOS/Instant Hijack Server
    0xaf9000 - 0xafafff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.3 (1.0.3) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0xc1d000 - 0xc1dfff com.aladdinsys.mmenabler 7.1.0 (8.0.2) /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/ MagicMenuEnabler
    0xc21000 - 0xc23fff com.unsanity.menuextraenabler Menu Extra Enabler version 1.0.1 (1.0.1) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0xc27000 - 0xc2efff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xf79000 - 0xf7dfff com.apple.FinalCutExpress.LayerFileReader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/LayerFileReader.bundle/Contents/MacOS/LayerFileRe ader
    0xfd4000 - 0xfd8fff com.apple.LiveType.component 2.1 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xfee000 - 0xff9fff com.apple.FinalCutExpress.GenViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents/MacOS/GenViewer
    0x1808000 - 0x185dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x196b000 - 0x1996fff com.apple.FinalCutExpress.AfterEffects 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AfterEffects.bundle/Contents/MacOS/AfterEffects
    0x199d000 - 0x19b5fff com.apple.FinalCutExpress.AudioMixer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/AudioMixer.bundle/Contents/MacOS/AudioMixer
    0x19c1000 - 0x1a62fff com.apple.FinalCutExpress.Browser 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Browser.bundle/Contents/MacOS/Browser
    0x1a76000 - 0x1a99fff com.apple.FinalCutExpress.EditTape 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/EditTape.bundle/Contents/MacOS/EditTape
    0x1aa5000 - 0x1ab7fff com.apple.FinalCutExpress.FCPExtPluginSupport 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCPExtPluginSupport.bundle/Contents/MacOS/FCPExtP luginSupport
    0x1abd000 - 0x1aecfff com.apple.FinalCutExpress.FCS Engine 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FCS Engine.bundle/Contents/MacOS/FCS Engine
    0x1af2000 - 0x1b02fff com.apple.FinalCutExpress.FilterCustomEd 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterCustomEd.bundle/Contents/MacOS/FilterCustom Ed
    0x1b05000 - 0x1b17fff com.apple.FinalCutExpress.FilterViewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/FilterViewer.bundle/Contents/MacOS/FilterViewer
    0x1b1a000 - 0x1b39fff com.apple.FinalCutExpress.Flash 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Flash.bundle/Contents/MacOS/Flash
    0x1b47000 - 0x1b80fff com.apple.FinalCutExpress.G4 Accelerator 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/G4 Accelerator.bundle/Contents/MacOS/G4 Accelerator
    0x1b85000 - 0x1bd1fff com.apple.FinalCutExpress.Media Manager 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Media Manager.bundle/Contents/MacOS/Media Manager
    0x1bdb000 - 0x1bdefff com.apple.FinalCutExpress.MolokiniSupport 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/MolokiniSupport.bundle/Contents/MacOS/MolokiniSup port
    0x1bf1000 - 0x1bf9fff com.apple.FinalCutExpress.Perf Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Perf Analyzer.bundle/Contents/MacOS/Perf Analyzer
    0x1d05000 - 0x1d17fff com.apple.FinalCutExpress.Motion Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Motion Viewer.bundle/Contents/MacOS/Motion Viewer
    0x1d1a000 - 0x1d35fff com.apple.FinalCutExpress.Movie Analyzer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Analyzer.bundle/Contents/MacOS/Movie Analyzer
    0x1d40000 - 0x1d4efff com.apple.FinalCutExpress.Movie Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Movie Viewer.bundle/Contents/MacOS/Movie Viewer
    0x1d51000 - 0x1d83fff com.apple.FinalCutExpress.QTM Reader 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTM Reader.bundle/Contents/MacOS/QTM Reader
    0x1d8c000 - 0x1dd0fff com.apple.FinalCutExpress.QTRtEffects 3.0 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/QTRtEffects.bundle/Contents/MacOS/QTRtEffects
    0x1dda000 - 0x1de7fff com.apple.FinalCutExpress.Relink Media 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Relink Media.bundle/Contents/MacOS/Relink Media
    0x1deb000 - 0x1e5ffff com.apple.FinalCutExpress.Timeline Editor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Timeline Editor.bundle/Contents/MacOS/Timeline Editor
    0x1e68000 - 0x1e6efff com.apple.FinalCutExpress.Transcoder 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transcoder.bundle/Contents/MacOS/Transcoder
    0x1e72000 - 0x1e82fff com.apple.FinalCutExpress.Transition Viewer 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Transition Viewer.bundle/Contents/MacOS/Transition Viewer
    0x1e85000 - 0x1e9afff com.apple.FinalCutExpress.Trimming 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Trimming.bundle/Contents/MacOS/Trimming
    0x1e9d000 - 0x1edefff com.apple.FinalCutExpress.Vector Accelerator 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Vector Accelerator.bundle/Contents/MacOS/Vector Accelerator
    0x1ee2000 - 0x1ef3fff com.apple.FinalCutExpress.VideoLog 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VideoLog.bundle/Contents/MacOS/VideoLog
    0x1ef6000 - 0x1f0efff com.apple.FinalCutExpress.VoiceOver 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/VoiceOver.bundle/Contents/MacOS/VoiceOver
    0x1f12000 - 0x1f21fff com.apple.FinalCutExpress.Waveform Monitor 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/Waveform Monitor.bundle/Contents/MacOS/Waveform Monitor
    0x1f24000 - 0x1f7bfff com.apple.FinalCutExpress.XML Support 3.5 /Applications/Final Cut Express HD.app/Contents/MacOS/Plugins/XML Support.bundle/Contents/MacOS/XML Support
    0x662f000 - 0x6648fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x664e000 - 0x6669fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x667a000 - 0x668efff com.apple.FCP Uncompressed 422.component 1.3 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x6c20000 - 0x6c36fff com.apple.fcp.DVOutputUnit 1.3 /Applications/Final Cut Express HD.app/Contents/Resources/DVOutputUnit.bundle/Contents/MacOS/DVOutputUnit
    0x6de7000 - 0x6ef6fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x6f25000 - 0x7015fff com.apple.ATIRadeon9700GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x7023000 - 0x703dfff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x7042000 - 0x70bbfff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x10000000 - 0x1005afff com.apple.proapps.AudioMixEngine 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/AudioMixEngine.framework/Versions/A/AudioMixEngine
    0x11000000 - 0x11015fff com.apple.proapps.ControlSurfaceSupport 2.0 (54) /Applications/Final Cut Express HD.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlSu rfaceSupport
    0x76ac0000 - 0x76ac5fff com.apple.proapps.ProTimecode 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/ProTimecode.framework/Versions/A/ProTimecode
    0x76ae0000 - 0x76b66fff ProMediaIOClasses /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOClasses.framework/Versions/A/ProMediaIOCla sses
    0x76ca0000 - 0x76ca0fff ProMediaIOUnit /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIOUnit.framework/Versions/A/ProMediaIOUnit
    0x76e50000 - 0x76e9cfff ProMediaIO /Applications/Final Cut Express HD.app/Contents/Frameworks/ProMediaIO.framework/Versions/A/ProMediaIO
    0x76f60000 - 0x76f72fff com.apple.FinalCutPro.Frameworks.MolokiniTranslation 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MolokiniTranslation.framework/Versions/A/MolokiniTra nslation
    0x76fb0000 - 0x76fd6fff com.apple.proapps.MIO 1.0 /Applications/Final Cut Express HD.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x77040000 - 0x77044fff KGCore /Applications/Final Cut Express HD.app/Contents/Frameworks/KGCore.framework/Versions/A/KGCore
    0x77060000 - 0x77082fff com.apple.AVCVideoServices 1.0 (28) /Applications/Final Cut Express HD.app/Contents/Frameworks/AVCVideoServices.framework/Versions/A/AVCVideoServic es
    0x770e0000 - 0x770f7fff com.apple.AERegistration 1.2 (58) /Applications/Final Cut Express HD.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x77130000 - 0x77138fff com.apple.AEProfiling 1.2 (14) /Applications/Final Cut Express HD.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x7f950000 - 0x7f9b4fff com.apple.LiveType.framework 2.1 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x8e962000 - 0x8ea20fff com.apple.QuickTimeMPEG4.component 7.1 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x8eb7d000 - 0x8ec50fff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x8ec5c000 - 0x8ec5ffff com.apple.QuickTimeH264.component 7.1 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x8ed5b000 - 0x8f731fff com.apple.QuickTimeComponents.component 7.1 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x8fa09000 - 0x8fa48fff com.apple.QTKit 7.1 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db6fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbe000 - 0x91dddfff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e49000 - 0x91eb7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec2000 - 0x91f56fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f70000 - 0x924f8fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252b000 - 0x92856fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92886000 - 0x9290efff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9294f000 - 0x92b7afff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundati

  • Hard drive crash need help with new iTunes load and backup files

    I have looked through the posts and not found my situation.
    I had my iPhone synced to a PC computer and the hard drive crashed. I had an extensive library in iTunes, but none of the music was purchased online so I can't simply download it again. It was all from CD's, many of which belonged to friends. I now have an iMac. The music I like is still on my iPhone, but not on my new iMac. When I try to sync the iPhone with my iMac it wants to delete all the music on my iPhone. Is there any way to copy the music off my iPhone first - so I can add it back into my iTunes library?

    Yes, luckily I have been in this situation.
    You can download a free application that will take your music from your iPhone and place it onto your Macintosh HD.
    One of these should suit your needs:
    http://www.macupdate.com/app/mac/19890/ipoddisk
    http://www.wideanglesoftware.com/touchcopy/index.php?gclid=CPjvvOiyr6gCFaNl7Aodm h6QIQ
    http://www.headlightsoft.com/detune/
    I hope this helped.

  • Safari always crashes on launch with new MBP

    I just bought a new MBP and Safari always crashes about 10 seconds after launching. I've installed all updates and I don't have any extensions installed (and turned them off completely just to make sure).
    If I sign into a Guest account, though, Safari works perfectly fine - was able to install Chrome this way, and have been using the laptop for the past week with no other issues.
    So I'm assuming this is an issue with my account. Does anyone have any suggestions on how to fix this?
    Here are a couple of the relevant lines from the crash report - let me know if you need to see the full crash report.
    Build Info: WebKit2-7536030001000000~9
    Code Type: X86-64 (Native)
    Parent Process: Safari [17497]
    User ID: 501
    OS Version: Mac OS X 10.8.4 (12E55)
    Crashed Thread: 0
    Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

    Cleaning the cache out didn't solve the issue. Here's the full crash report.
    Process:         WebProcess [19511]
    Path:            /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         8536 (8536.30.1)
    Build Info:      WebKit2-7536030001000000~9
    Code Type:       X86-64 (Native)
    Parent Process:  ??? [1]
    User ID:         501
    Date/Time:       2013-06-20 18:50:57.754 -0400
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          11597 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  7 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      2F9CCEFE-95F1-456E-C764-7CCAF5C24010
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 00000001007ca000-00000001007cb000 [    4K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
    Application Specific Information:
    Bundle controller class:
    BrowserBundleController
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x00007fff9153da19 WebCore::Length::incrementCalculatedRef() const + 25
    1   com.apple.WebCore                       0x00007fff91191186 bool compareEqual<WebCore::Length, WebCore::Length>(WebCore::Length const&, WebCore::Length const&) + 70
    2   com.apple.WebCore                       0x00007fff90c65151 WebCore::RenderStyle::setWidth(WebCore::Length) + 33
    3   com.apple.WebCore                       0x00007fff90d1742b WebCore::PropertyWrapper<WebCore::Length>::blend(WebCore::AnimationBase const*, WebCore::RenderStyle*, WebCore::RenderStyle const*, WebCore::RenderStyle const*, double) const + 155
    4   com.apple.WebCore                       0x00007fff9179db2b WebCore::CSSPropertyAnimation::blendProperties(WebCore::AnimationBase const*, WebCore::CSSPropertyID, WebCore::RenderStyle*, WebCore::RenderStyle const*, WebCore::RenderStyle const*, double) + 123
    5   com.apple.WebCore                       0x00007fff90d18079 WebCore::ImplicitAnimation::animate(WebCore::CompositeAnimation*, WebCore::RenderObject*, WebCore::RenderStyle const*, WebCore::RenderStyle*, ***::RefPtr<WebCore::RenderStyle>&) + 233
    6   com.apple.WebCore                       0x00007fff90d10fe0 WebCore::CompositeAnimation::animate(WebCore::RenderObject*, WebCore::RenderStyle*, WebCore::RenderStyle*) + 208
    7   com.apple.WebCore                       0x00007fff90be07df WebCore::AnimationController::updateAnimations(WebCore::RenderObject*, WebCore::RenderStyle*) + 239
    8   com.apple.WebCore                       0x00007fff90be06d0 WebCore::RenderObject::setAnimatableStyle(***::PassRefPtr<WebCore::RenderStyle> ) + 144
    9   com.apple.WebCore                       0x00007fff90bedd16 WebCore::Node::setRenderStyle(***::PassRefPtr<WebCore::RenderStyle>) + 38
    10  com.apple.WebCore                       0x00007fff90bed606 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 854
    11  com.apple.WebCore                       0x00007fff90bed9a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    12  com.apple.WebCore                       0x00007fff90bed9a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    13  com.apple.WebCore                       0x00007fff90bed9a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    14  com.apple.WebCore                       0x00007fff90bed9a2 WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1778
    15  com.apple.WebCore                       0x00007fff90bbd05f WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 559
    16  com.apple.WebCore                       0x00007fff9118833d WebCore::Document::styleResolverChanged(WebCore::StyleResolverUpdateFlag) + 221
    17  com.apple.WebCore                       0x00007fff9118966d WebCore::Document::didRemoveAllPendingStylesheet() + 29
    18  com.apple.WebCore                       0x00007fff90cb24a2 WebCore::StyleElement::sheetLoaded(WebCore::Document*) + 50
    19  com.apple.WebCore                       0x00007fff90cb2461 WebCore::HTMLStyleElement::sheetLoaded() + 17
    20  com.apple.WebCore                       0x00007fff9117462b WebCore::StyleSheetInternal::checkLoaded() + 203
    21  com.apple.WebCore                       0x00007fff90cb242f WebCore::StyleElement::createSheet(WebCore::Element*, int, ***::String const&) + 927
    22  com.apple.WebCore                       0x00007fff90cb201a WebCore::StyleElement::process(WebCore::Element*) + 522
    23  com.apple.WebCore                       0x00007fff9130b8af WebCore::HTMLStyleElement::insertedInto(WebCore::Node*) + 47
    24  com.apple.WebCore                       0x00007fff91119da7 WebCore::ChildNodeInsertionNotifier::notifyNodeInsertedIntoDocument(WebCore::No de*) + 39
    25  com.apple.WebCore                       0x00007fff91119494 WebCore::ChildNodeInsertionNotifier::notify(WebCore::Node*) + 116
    26  com.apple.WebCore                       0x00007fff91118be9 WebCore::updateTreeAfterInsertion(WebCore::ContainerNode*, WebCore::Node*, bool) + 185
    27  com.apple.WebCore                       0x00007fff90d23bde WebCore::ContainerNode::insertBefore(***::PassRefPtr<WebCore::Node>, WebCore::Node*, int&, bool) + 494
    28  com.apple.WebCore                       0x00007fff90d239b1 WebCore::Node::insertBefore(***::PassRefPtr<WebCore::Node>, WebCore::Node*, int&, bool) + 49
    29  com.apple.WebCore                       0x00007fff90d2391d WebCore::JSNode::insertBefore(JSC::ExecState*) + 109
    30  com.apple.WebCore                       0x00007fff90d238a3 WebCore::jsNodePrototypeFunctionInsertBefore(JSC::ExecState*) + 83
    31  ???                                     0x000000010098c265 0 + 4304978533
    32  com.apple.JavaScriptCore                0x00007fff89837d70 JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 912
    33  com.apple.JavaScriptCore                0x00007fff898379d4 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 52
    34  com.apple.WebCore                       0x00007fff90c43e72 WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 898
    35  com.apple.WebCore                       0x00007fff90c4398c WebCore::EventTarget::fireEventListeners(WebCore::Event*, WebCore::EventTargetData*, ***::Vector<WebCore::RegisteredEventListener, 1ul>&) + 220
    36  com.apple.WebCore                       0x00007fff90c0f17d WebCore::EventTarget::dispatchEvent(***::PassRefPtr<WebCore::Event>) + 141
    37  com.apple.WebCore                       0x00007fff9178f7d6 WebCore::XMLHttpRequestProgressEventThrottle::dispatchEvent(***::PassRefPtr<Web Core::Event>) + 342
    38  com.apple.WebCore                       0x00007fff9178f848 WebCore::XMLHttpRequestProgressEventThrottle::dispatchReadyStateChangeEvent(*** ::PassRefPtr<WebCore::Event>, WebCore::ProgressEventAction) + 56
    39  com.apple.WebCore                       0x00007fff90dd4440 WebCore::XMLHttpRequest::callReadyStateChangeListener() + 352
    40  com.apple.WebCore                       0x00007fff90dd7c96 WebCore::XMLHttpRequest::didFinishLoading(unsigned long, double) + 358
    41  com.apple.WebCore                       0x00007fff91197eb7 WebCore::DocumentThreadableLoader::notifyFinished(WebCore::CachedResource*) + 423
    42  com.apple.WebCore                       0x00007fff90c6456d WebCore::CachedResource::checkNotify() + 93
    43  com.apple.WebCore                       0x00007fff91101ee0 WebCore::CachedRawResource::data(***::PassRefPtr<WebCore::SharedBuffer>, bool) + 448
    44  com.apple.WebCore                       0x00007fff90c61cbf WebCore::SubresourceLoader::didFinishLoading(double) + 143
    45  com.apple.Foundation                    0x00007fff93b06d88 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 28
    46  com.apple.Foundation                    0x00007fff93b06ccc -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 227
    47  com.apple.Foundation                    0x00007fff93b06bc8 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 63
    48  com.apple.CFNetwork                     0x00007fff8f975ca8 ___delegate_cacheTrifecta_block_invoke_0 + 307
    49  com.apple.CFNetwork                     0x00007fff8f9f854a ___withDelegateAsync_block_invoke_0 + 90
    50  com.apple.CFNetwork                     0x00007fff8fa88f3a __block_global_1 + 28
    51  com.apple.CoreFoundation                0x00007fff8de73154 CFArrayApplyFunction + 68
    52  com.apple.CFNetwork                     0x00007fff8f9e92b4 RunloopBlockContext::perform() + 124
    53  com.apple.CFNetwork                     0x00007fff8f9e918b MultiplexerSource::perform() + 221
    54  com.apple.CoreFoundation                0x00007fff8de54b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    55  com.apple.CoreFoundation                0x00007fff8de54455 __CFRunLoopDoSources0 + 245
    56  com.apple.CoreFoundation                0x00007fff8de777f5 __CFRunLoopRun + 789
    57  com.apple.CoreFoundation                0x00007fff8de770e2 CFRunLoopRunSpecific + 290
    58  com.apple.HIToolbox                     0x00007fff8d280eb4 RunCurrentEventLoopInMode + 209
    59  com.apple.HIToolbox                     0x00007fff8d280c52 ReceiveNextEventCommon + 356
    60  com.apple.HIToolbox                     0x00007fff8d280ae3 BlockUntilNextEventMatchingListInMode + 62
    61  com.apple.AppKit                        0x00007fff8fc40533 _DPSNextEvent + 685
    62  com.apple.AppKit                        0x00007fff8fc3fdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    63  com.apple.AppKit                        0x00007fff8fc371a3 -[NSApplication run] + 517
    64  com.apple.WebCore                       0x00007fff9161f4ff WebCore::RunLoop::run() + 63
    65  com.apple.WebKit2                       0x00007fff8e4bd462 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
    66  com.apple.WebKit2                       0x00007fff8e483bfd WebKitMain + 285
    67  com.apple.WebProcess                    0x00000001007cae7b 0x1007ca000 + 3707
    68  libdyld.dylib                           0x00007fff8973b7e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8bacad16 kevent + 10
    1   libdispatch.dylib                       0x00007fff91ba8dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff91ba89ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8bac8686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8bac7c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8de72233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8de77916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8de770e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff93b21546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff93b7f562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8baca0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8c085fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff89821b66 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff89a44bfa JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8baca0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8c085fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff899a79d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff899a78b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8baca0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8c085fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff899a79d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff899a78b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8baca0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8c085fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff899a79d4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff899a78b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 10:: WebCore: Scrolling
    0   libsystem_kernel.dylib                  0x00007fff8bac8686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8bac7c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8de72233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8de77916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8de770e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8de85dd1 CFRunLoopRun + 97
    6   com.apple.WebCore                       0x00007fff916345e1 WebCore::ScrollingThread::initializeRunLoop() + 273
    7   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    8   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8baca322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8deb6f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8baca6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8c083f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8c083d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8c06e1d1 start_wqthread + 13
    Thread 18:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib                  0x00007fff8bac8686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8bac7c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8de72233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8de77916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8de770e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8de85dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8b5c12d6 listenOnDelegatePort + 403
    7   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 19:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib                  0x00007fff8bac8686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8bac7c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8de72233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8de77916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8de770e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreFoundation                0x00007fff8de85dd1 CFRunLoopRun + 97
    6   com.apple.QTKit                         0x00007fff8b5c1771 listenOnNotificationPort + 371
    7   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 20:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8baca0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8c085fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff89821b2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff91659d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff90baa12a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 21:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff8baca0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8c085fe9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff89821b2d ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
    3   com.apple.WebCore                       0x00007fff91659d01 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
    4   com.apple.WebCore                       0x00007fff90baa12a WebCore::StorageThread::threadEntryPoint() + 154
    5   com.apple.JavaScriptCore                0x00007fff89a5a25f ***::wtfThreadEntryPoint(void*) + 15
    6   libsystem_c.dylib                       0x00007fff8c0817a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8c06e1e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff5f432cb0  rbx: 0x0000000000000000  rcx: 0x0000000000000090  rdx: 0x0000000000000000
      rdi: 0x00007fff5f432c80  rsi: 0x0000000000000009  rbp: 0x00007fff5f432cc0  rsp: 0x00007fff5f432cb0
       r8: 0x000000000000003f   r9: 0x000000014e36a400  r10: 0x0000000000000000  r11: 0x000000009a069593
      r12: 0x00007fff5f432d40  r13: 0x00007fff90c65130  r14: 0x000000014c95a28c  r15: 0x0000000145d64d20
      rip: 0x00007fff9153da19  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 2
    Binary Images:
           0x1007ca000 -        0x1007cafff  com.apple.WebProcess (8536 - 8536.30.1) <F967F09F-969C-3788-9376-7B4067F402B4> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
           0x1007d3000 -        0x1007d3fff  WebProcessShim.dylib (7536.30.1) <15AC7990-1B63-3AD9-905F-7331C901A578> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
           0x141ee3000 -        0x141ef9fff  com.apple.WebInspector (8536 - 8536.30) <7DD903D1-505E-34D3-835A-15BE44CC49B6> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
           0x143f0e000 -        0x1440ccfff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x144103000 -        0x144110fff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x144118000 -        0x14411dfff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <574EC60B-E292-3FEA-8A66-B12DB2C1CEC5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x144125000 -        0x144131fff  libGPUSupportMercury.dylib (8.9.2) <971EDFC6-3E6A-375C-9133-F50DFDDCEBDD> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x14413c000 -        0x144167fff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x144170000 -        0x144179fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x145798000 -        0x1457aeff7  com.apple.webcontentfilter.framework (3.1 - 5) <B9C18026-4D06-3C13-8842-15C190E214E5> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x1460c5000 -        0x146235fff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x14626d000 -        0x1466f5ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <ED3787B7-1558-3C4C-8F84-7E810A27FF7E> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
           0x200000000 -        0x20092eff7  com.apple.GeForceGLDriver (8.12.47 - 8.1.2) <C54C54E7-855D-3C7C-84A0-C20F082E32E9> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff603ca000 -     0x7fff603fe93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff88a3a000 -     0x7fff88a3cff7  libunc.dylib (25) <2FDC94A7-3039-3680-85F3-2164E63B464D> /usr/lib/system/libunc.dylib
        0x7fff88aa0000 -     0x7fff88aa1fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff88aa2000 -     0x7fff88ab5ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <023D909C-3AFA-3438-88EB-05D0BDA5AFFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff88ab6000 -     0x7fff88ab6fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff88ab7000 -     0x7fff88abdff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff88abe000 -     0x7fff88d6dfff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff88f16000 -     0x7fff88f65fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff88f66000 -     0x7fff88f81ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff88f82000 -     0x7fff88f87fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff88f8a000 -     0x7fff88f8bff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff88f8c000 -     0x7fff88fd9fff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff88fda000 -     0x7fff894e1ff7  com.apple.Safari.framework (8536 - 8536.30.1) <5C62034A-BAA0-32BB-84C2-2559389B72C4> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff894e2000 -     0x7fff8953efff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8953f000 -     0x7fff89691fff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89692000 -     0x7fff896e1ff7  libFontRegistry.dylib (100) <F7EC0287-58E4-3ABE-A45E-B105A68EA76E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff896e2000 -     0x7fff896e5fff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff896e6000 -     0x7fff8970ffff  libsandbox.1.dylib (220.3) <2C26165F-C3D5-3458-8D3E-EE748A3DA19A> /usr/lib/libsandbox.1.dylib
        0x7fff89710000 -     0x7fff89738fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89739000 -     0x7fff8973cff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8973d000 -     0x7fff8973efff  libodfde.dylib (18) <46A5538E-3719-3BE8-AD13-537930B4082C> /usr/lib/libodfde.dylib
        0x7fff8973f000 -     0x7fff89770ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff89771000 -     0x7fff8977ffff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff897d1000 -     0x7fff897d3fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff897d9000 -     0x7fff897defff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8981b000 -     0x7fff89ab6ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff89ab7000 -     0x7fff89b89ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff89bad000 -     0x7fff89bf8fff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff89ceb000 -     0x7fff89cf0fff  com.apple.OpenDirectory (10.8 - 151.10) <1F47EC96-7403-3690-8D8D-C31D3B6FDA0A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89cf1000 -     0x7fff89d3bff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89d42000 -     0x7fff8a4e9fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8a4ea000 -     0x7fff8a55afff  com.apple.ISSupport (1.9.8 - 56) <19436666-D781-3C6A-B091-85BE7316E4B2> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8a55b000 -     0x7fff8a568ff7  com.apple.NetAuth (4.0 - 4.0) <A4A21A2F-B26A-3DC9-95E4-DAFA43A4A2C3> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8a569000 -     0x7fff8a58bff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff8a58c000 -     0x7fff8a6b6ff7  com.apple.avfoundation (2.0 - 361.40) <EDEAB424-D693-39C6-B4A6-C503213203AF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8a717000 -     0x7fff8a984ff7  com.apple.RawCamera.bundle (4.06 - 694) <80FC94C3-73C1-31AD-B3D2-C57C581EEF22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8abce000 -     0x7fff8abe4fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8abe5000 -     0x7fff8ac3ffff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8ac4e000 -     0x7fff8acf4ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <FFDDD2D8-690D-388F-A48F-4750A792D2CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8b5ad000 -     0x7fff8b71eff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8b71f000 -     0x7fff8b720ff7  libSystem.B.dylib (169.3) <92475A81-385C-32B9-9D6D-38E4BAC90996> /usr/lib/libSystem.B.dylib
        0x7fff8b721000 -     0x7fff8b77dff7  com.apple.Symbolication (1.3 - 93) <D3AAB36A-D5EB-3044-BE9D-0B77E64C00FC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8b7b4000 -     0x7fff8b7befff  libcsfde.dylib (296.16.1) <8F75205A-8802-3B1D-87AA-235CBF1E49AE> /usr/lib/libcsfde.dylib
        0x7fff8b7bf000 -     0x7fff8b7c7ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8b7c8000 -     0x7fff8b94efff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b94f000 -     0x7fff8b953fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8b954000 -     0x7fff8b98ffff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8b9bc000 -     0x7fff8b9deff7  com.apple.Kerberos (2.0 - 1) <416543F5-E7AF-3269-843F-C8CDA8DD0FFA> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8b9df000 -     0x7fff8ba23fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8ba24000 -     0x7fff8ba25fff  libquit.dylib (130.1) <6012FB61-1D85-311F-A557-690C7D4C2A66> /usr/lib/libquit.dylib
        0x7fff8ba49000 -     0x7fff8ba70ff7  com.apple.PerformanceAnalysis (1.16 - 16) <1BDA3662-18B7-3F38-94E5-9ACD477A7682> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8ba71000 -     0x7fff8ba73fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8ba74000 -     0x7fff8bab7ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8bab8000 -     0x7fff8bad3ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8bad4000 -     0x7fff8bad6fff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8bad7000 -     0x7fff8bae2ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <8AE56B58-A521-3F29-AAE2-10ADADBD30EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8bae3000 -     0x7fff8bbfcfff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8bbfd000 -     0x7fff8bbfdfff  com.apple.ApplicationServices (45 - 45) <5302CC85-D534-3FE5-9E56-CA16762177F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8bbfe000 -     0x7fff8bc25fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8bc26000 -     0x7fff8bc77ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8be32000 -     0x7fff8bf0cfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8bf0d000 -     0x7fff8bf34ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <BC8E0B89-56CA-3956-8DCD-AD820493D3DD> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8bf35000 -     0x7fff8bf3cfff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8bf3d000 -     0x7fff8bfa6fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8bfa7000 -     0x7fff8bfb2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8c05b000 -     0x7fff8c05cff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c05d000 -     0x7fff8c05ffff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8c061000 -     0x7fff8c06cfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8c06d000 -     0x7fff8c139ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff8c143000 -     0x7fff8c160ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8c161000 -     0x7fff8c558fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8c559000 -     0x7fff8c55bff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8c55c000 -     0x7fff8c619ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <73BE495D-8985-3B88-A7D0-23DF0CB50304> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8c61a000 -     0x7fff8cfaa4af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8d221000 -     0x7fff8d551fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8d57b000 -     0x7fff8d81fff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8d838000 -     0x7fff8d996fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8d997000 -     0x7fff8da8cfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8da8d000 -     0x7fff8dc8dfff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff8dc8e000 -     0x7fff8dc9afff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8dc9b000 -     0x7fff8dcc0ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8dcc8000 -     0x7fff8dcd6ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
        0x7fff8dcd7000 -     0x7fff8dd30ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8dd35000 -     0x7fff8ddb6fff  com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8de42000 -     0x7fff8e02cff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e3b9000 -     0x7fff8e5a5ff7  com.apple.WebKit2 (8536 - 8536.30.1) <5A3C2412-FF47-3160-9634-32222C98D887> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff8e5f6000 -     0x7fff8e5f6fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8e5f7000 -     0x7fff8e653fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8e654000 -     0x7fff8e6aeff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8e6af000 -     0x7fff8e6fafff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e6fb000 -     0x7fff8e7f9fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8e80b000 -     0x7fff8e80bfff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8e80c000 -     0x7fff8ea41ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8ea42000 -     0x7fff8ea76fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8ea77000 -     0x7fff8eb12fff  com.apple.CoreSymbolication (3.0 - 117) <50716F74-41C2-3BB9-AC16-12C4D4C2DD1E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8eb13000 -     0x7fff8ef30fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8ef75000 -     0x7fff8f3b1fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8f3b3000 -     0x7fff8f466ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8f49d000 -     0x7fff8f4a4fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8f4a5000 -     0x7fff8f4a5fff  com.apple.AOSMigrate (1.0 - 1) <9E7A92DC-649D-3908-BB36-B7F445261F14> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8f4a6000 -     0x7fff8f777ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8f792000 -     0x7fff8f7cafff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8f7cb000 -     0x7fff8f7ddff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8f83c000 -     0x7fff8f849fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8f84a000 -     0x7fff8f855ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff8f8ad000 -     0x7fff8f8adffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8f8ae000 -     0x7fff8f8dcff7  libsystem_m.dylib (3022.6) <11B6081D-6212-3EAB-9975-BED6234BD6A5> /usr/lib/system/libsystem_m.dylib
        0x7fff8f8dd000 -     0x7fff8f917ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8f918000 -     0x7fff8f922ff7  com.apple.xpcobjects (103 - 103) <03968AE7-D7D9-3B12-A2A5-045957DC3526> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8f923000 -     0x7fff8f927fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8f928000 -     0x7fff8f954fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <CCF2C41D-93D0-3547-A2B1-D6A69932CADF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8f955000 -     0x7fff8f96bfff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8f96c000 -     0x7fff8fae1ff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8fae7000 -     0x7fff8faeaff7  com.apple.LoginUICore (2.1 - 2.1) <98A808A9-F27D-37A9-84D6-77B61C444F97> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8faeb000 -     0x7fff90718fff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff90719000 -     0x7fff9075cff7  com.apple.bom (12.0 - 192) <0EFE0F2D-B6DE-3D1E-93C2-EED6D96F70A2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff9082c000 -     0x7fff90838fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90839000 -     0x7fff90953fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <85670361-96CA-3805-B981-B41B47E99A37> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff90954000 -     0x7fff9098efff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff909df000 -     0x7fff90a73ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff90a74000 -     0x7fff90b65ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff90b66000 -     0x7fff90b80fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff90b81000 -     0x7fff90b8aff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff90b8b000 -     0x7fff91b4aff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff91b4b000 -     0x7fff91b93fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff91b94000 -     0x7fff91ba3ff7  libxar.1.dylib (105) <B6A7C8AA-3E20-3A1D-A7BA-4FD0052FA508> /usr/lib/libxar.1.dylib
        0x7fff91ba4000 -     0x7fff91bb9ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff91bba000 -     0x7fff91bbdfff  com.apple.help (1.3.2 - 42) <418A9A41-BCB4-32A2-97ED-3A388F69CA9D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff91bbe000 -     0x7fff91bdefff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91bdf000 -     0x7fff91bf3fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff91bf4000 -     0x7fff91c0bfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91cc2000 -     0x7fff91f86fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff92029000 -     0x7fff92029fff  com.apple.CoreServices (57 - 57) <45F1466A-8264-3BB7-B0EC-E5E5BFBED143> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff9202a000 -     0x7fff92035ff7  com.apple.ProtocolBuffer (2 - 104) <5BA49EB9-1361-3BFF-856C-C5F1D0486072> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff92036000 -     0x7fff92055ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff92085000 -     0x7fff921a5fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff9226d000 -     0x7fff922ecff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff922ed000 -     0x7fff92302fff  com.apple.ImageCapture (8.0 - 8.0) <71B24609-DEE9-3927-9C82-62E72270299C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff92303000 -     0x7fff92335fff  com.apple.framework.Admin (12.1 - 12.1) <2DA7835C-D3AB-3512-BDC1-03F437270772> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff92336000 -     0x7fff924e4fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff924e5000 -     0x7fff924f6ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/li

  • Henging at log in window with new image client OS 10.4.8

    Hello everyone
    I need help to solve this problem.
    I upgraded OS Server 10.3.9 to OS Server 10.4.8. Everything worked well so far.
    Alle client machines with OS 10.3.9 (old image) did not heng at the log in window, but NEW IMAGE with OS client 10.4.8
    I tried to use some accounts (which are already created by the old image) to log in the new image. It just hang at the log in window.
    Why and what should I do now?
    Please don´t tell me to do Server from beginning, because it is over 400 users
    Thank you

    Still having problems?
    Please be more verbose about your setup. What images? What accounts are created by the old image? Where are they created?
    How can accounts living in OS 10.4 Server's LDAP database be created by the (old) image of a OS X Client OS? I'd expect them to be created through Workgroupmanager.app.
    And so on...
    -Ralph

  • Itunes crashes on opening with new 10.5.1 install

    I have just installed Leopard and the update. When I open iTunes it crashes and I get the message:
    "The application iTunes has quit unexpectedly. The problem may have been caused by the iTunesX Visualizer plug-in."
    So what's up? I now have the newest coolest release and I can't listen to any of my music.
    Thanks for your help!

    Did you repair permissions after the 10.5.1 update? If not - repair permissions with Disk Utility - restart the Mac and repair permissions again. Try to open iTunes - if no go then go to your iTunes folders in both the main directory Library folder and in your user account Library folder and see if the plug in is there - if so then move it to the Desk Top and see if that helps.
    MJ

  • HT1386 My system got crashed and I dont have backup fo my iphone.... now how do i synch my iphone with new itunes without loosing my data ?

    My system got crashed and I dont have backup fo my iphone.... now how do i synch my iphone with new itunes without loosing my data ?

    See if this user-tip for syncing to a new computer helps : https://discussions.apple.com/docs/DOC-3141
    If you have music from other sources on your phone (e.g. copied from CDs) and you don't have them on a backup, then there are some program listed half-way down this page which might be able to copy them back : https://discussions.apple.com/docs/DOC-3991

  • Premiere Pro CC 2014 playback freezing and crashing with new iMac i7

    Using Premiere Pro CC 2014 and having constant playback freezing and software crashes on a brand new iMac i7.
    Here are the specs:
    iMac i7 4.0GHz 5k Retina
    32 GB Ram
    AMD Radeon R9 M295X 4GB graphics card
    512GB Solid State Drive
    I was on chat yesterday with an Adobe tech. Although playback/render settings show the OpenCL option to utilize the AMD graphics card for processing, I was advised to switch to "Software Only" as that card is not supported yet. I had to re-render my 45 minute documentary (which doesn't appear to be any faster than it was on my old 2011 iMac by the way) and it still has the same issues.
    So frustrating? Anyone else experiencing this? Any advice? I hope I didn't just buy this "super machine" in vein.
    Thanks,
    Jason

    Hi All,
    Taking some tips from Kevin Monahan. If you haven't already gone through this list please do so.
    Sign out from Creative Cloud, restart Premiere Pro, then sign in
    Update any GPU drivers
    Trash preferences
    Ensure Adobe preference files are set to read/write
    Delete media cache
    Remove plug-ins
    If you have AMD GPUs, make sure CUDA is not installed
    Repair permissions
    In Sequence Settings > Video Previews, change the codec to one that matches your footage
    Disconnect any third party hardware
    If you have a CUDA GPU, ensure that the Mercury Playback Engine is set to CUDA, not OpenCL
    Disable App Nap
    Reboot
    Best,
    Peter Garaway
    Adobe
    Premiere Pro

  • Is there a way to get my music from my old library (crashed computer) on my new computer so I can sync that librabry with my new purchases?

    Is there a way to get my music from my old library which is located on a crashed computer - to my new computer so I can sync that librabry with my new purchases?

    You can only transfer Purchased music over to Itunes on your PC.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer
    http://support.apple.com/kb/HT1848
    As for you own music, you may have to use a third party software. A good Free one is called Sharepod which you can download from Download.com here:
    http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2

  • My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5

    My new iMac with FCPX crashes when rendering complex templates and crashes when exporting with Motion 5
    Using Motion 5.0.6 and Final Cut Pro X 10.0.7 on New iMac (December 2012)  Mountain Lion,
    Intel Core i7 quad-core a 3,4GHz, Turbo Boost fino a 3,9GHz
    32GB di SDRAM DDR3 a 1600MHz - 4 x 8GB
    Fusion Drive da 3TB
    NVIDIA GeForce GTX 680MX 2GB GDDR5
    During the rendering of complex FCPX mac crashes and I have to force a restart.
    I also happens when I try to export movies with Motion 5.
    Does anyone have the same problem with my new iMac?

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Triple-click anywhere in the line below to select it, then drag or copy it — do not type — into the Terminal window:
    find . $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Press return. The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "35." Please post it in a reply.

  • ABAP proxy client call PI with new client 120 in old business system

    Hi all
    We have a requirement to call PI from ABAP client proxy in synchronous mode via a CRM client 120.
    CRM client 100 is already configured in the Business system talked above but now we need the same business system to be configured for client 120 as well.
    My question is If we go to the SLD and
    |-> Click on Business System
    |-> Add new client 120
    Will it work or we need to do some extra configuration for communication channel.
    Also please let me know how to configure Integration Directory for sender agreement, Receiver Agreement and the communication channel.
    Thanks in Advance.

    Hi Naina ,
    We have a requirement to call PI from ABAP client proxy in synchronous mode via a CRM client 120.
    CRM client 100 is already configured in the Business system talked above but now we need the same business system to be configured for client 120 as well.
    My question is If we go to the SLD and
    |-> Click on Business System
    |-> Add new client 120
    > hope the technical entry of CRM is already in SLD . So you just need to make a business system entry . point the business sytem to the technical system entry with the right client here 120 .
    Will it work or we need to do some extra configuration for communication channel.
    > since sender is client proxy you don't need to do anything in case of receiver proxy you will be needing reciver communication channel of XI adapter type .
    for proxy based communication your application system(other than PI/XI) should be able to make a proxy call to XI or receive a call from XI .for this purpose you need to make some settings at R/3( or CRM level)
    For this check blog  : /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Abap proxies ( Client and Server proxies)
    Other steps i.e Interface determination/receiver determination are as usual .
    Regards ,

  • Iphoto crashes so tried the Alt start with new library and that worked. So now what? How to I get back to my pictures.

    Iphoto crashes so tried the Alt start with new library and that worked. So now what? How to I get back to my pictures.

    That shows you that iPhoto is working correctly and whatever issue you are having is based in your original library.
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

  • Reinstall MI Client with new device ID

    Hi guys,
    In MI 7.0 I removed a device ID and uninstalled the client.
    After reinstallation, I created same user locally and after first sync I received a new device ID.
    Then I assigned the xAPPL to the device ID and run new sync.
    After sucessfully instalation the old device ID is assigned back to the device.
    Therefore I cannot perform any sync since the old device ID has been removed from the server.
    Any tips?
    Regards,
    Renato

    Hi Oliver,
    As feedback I found the cause of the problem. Since I'm installing the pilot client in a Windows Vista laptop, program files were installed in:
    C:/Program Files/SAP Mobile Infrastructure
    I don't know why, when you start the application, these files are
    transfered to:
    C:\Users\<my user>\AppData\Local\VirtualStore\Program Files\SAP Mobile Infrastructure
    All time I was uninstalling the MI client, only the C:\Program Files\SAP Mobile Infrastructure were being deleted, but not the other route.
    After uninstalling the application I manually deleted the other route.
    With new installation, the aplication received a new device ID and it was not assigned automatically to the old one.
    Best regards,
    Renato

  • HT1386 Error message says only one library per device. My previous computer crashed and now I want to sync with new computer. How do I overcome the error message?

    Error message says only one library per device. My previous computer crashed and now I want to sync with new computer. How do I overcome the error message?

    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities

  • Upgrade the app with new client ID

    Hi,
    I have registered ClientID from my site and used same client id while creating package for SharePoint provided host app. For some reasons my client got deleted from azure.
    My app contains some azure service related calls.
    Command I have executed to get the app principal id:
    Connect-MsolService
    get-MsolServicePrincipal
    -AppPrincipalId
    '<my client id>' 
    Error:
    get-MsolServicePrincipal : Service principal was not found.
    At line:2 char:1
    + get-MsolServicePrincipal -AppPrincipalId '<my client id>'
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OperationStopped: (:) [Get-MsolServicePrincipal], MicrosoftOnlineException
        + FullyQualifiedErrorId : Microsoft.Online.Administration.Automation.ServicePrincipalNotFoundException,Microsoft.Online.Administration.Automation.GetServicePrincipa
       l
    Still I can able to view my id details from below site:
    https://mysite/_layouts/15/APPPRincipals.aspx
    Later I have registered with new client id and used the same in while upgrading
    the app.
    Still the service related pages are pointing to old IDs.
    Can't we change the app client ID while upgrading the app?
    Thanks,
    Surya

    - Go to Settings>Store and make sure are signed into your account. Then try to update your app. Make sure you update only your app, not update all.
    - To update the other app you will have to sign into that account.
    - If there are apps that need updating that were purchased form more than one account you have to update them one at a time until the remaining apps were purchased by one account.

Maybe you are looking for