CC 2014 (18.1.0) | Text Field editing causing crashes (Windows)

Greetings;
I've noticed lately that when saving files from CC 2014 to a CS6 format - and having those files edited on Mac, in either CS6 or CC - when re-opening those files text fields have been causing crashes on the Windows client. When that same file is opened and text fields are edited on the Mac client, a prompt will just appear stating "Cannot Edit text" - yet it still allows it.
This has caused multiple issues for our teams as it has created files we're starting to refer to as "mine fields" - as working with the .ai file is like playing Russian roulette with text fields, you never know which one is going to crash the file.
I would love to work with a team member from Adobe to help find a resolution to the problem, and I'm willing to provide any additional details that might aid in that process.
Thanks!

Hello Pureweb,
Please upload the crashdumps on some file sharing website say Dropbox and share the link with us by sending a mail to "[email protected]". We will analyze the dump and will suggest you the workaround appropriately.
In parallel, please check that you do not have any 3rd Party plugins installed in it. Please try to remove them one-by-one and see which one causes the crashes or do reverse i.e. remove all the 3rd party plugins. Or Uninstall Ai and check at following location:
C:\Program Files\Adobe\Adobe Illustrator CC 2014
Please verify that nothing is left at above location on uninstalling Ai. Then try a fresh install and see if Ai works.
Also, verify that you have the updated Wacom drivers on your system. This might be an issue with the 3rd party program as well. One of the user who was having a similar issue reported on the Ai forum that one of the 3rd party Stahl's ImageWorx DTG RIP - a program for printing to a Direct To Garment printer was causing the issue. So, you may check if the similar thing is not happening in your case.
Regards,
Dhirendra

Similar Messages

  • When does a selection in a text field in a Finder window lose focus?

    Hello,
    this problem has emerged on account of an Applescript file that needs to access a text selection (portion of a filename highlighted) in an open Finder window.
    The bare minimum code to demonstrate the problem is this:
    *tell application "System Events"*
    * *tell process "Finder"*
    * *set selText to value of attribute "AXSelectedText" of text field 1*
    * *end tell*
    *end tell*
    other variants also exist, using "keystroke" but that does not work either. I am not asking help with Applescript here, it is here only to give a sense of the problem.
    My conclusion thus far is that the selection lose focus before the script process can access it. In the best case I get the full filename by using "attribute" and copy of the alias onto the clipboard by using "keystroke".
    So my problem is this:
    It seems that the focus stays alive when one clicks on a menubar item, any click on any other item on the desktop, including windows of irrelevant applications, changes the focus from the selection within the text field corresponding to a filename, to the filename itself.
    And my question is this:
    Is there a changeable setting within the OS that has to do with how long the focus stays alive on a selection within a text field corresponding to a filename? If yes, how do I change it?
    Thanks

    baltwo wrote:
    Thanks for clarifying. Never heard it called a text field, just a label. So, exactly what are you trying to accomplish? Is it that you want AS to select the file, highlight its label so you can edit/change it with some other text? If so, have you checked out the Finder scripts installed on the machine, especially the Finder script *Add to Finder Names*?
    UI Element Inspector calls the activated/editable filename a text field.
    Actually I want to modify one of the stock Finder scripts. I want to be able to select part of the file name in the active text field of the Finder window, then activate the script, *have the script pick up the selection* as a text string then use it internally.
    The bolded step is the one in question.
    Every attempt fails on the fact that the focus is lost from the "text field" and it reverts to the label for the filename, if I may use this distinction, (or to "FinderItem" in the parlance of UIEI) as soon as another process begins, it seems. So when the script becomes active, but before any of the commands is executed, the selection disappears.
    My guess is that it is not some absolute necessity but a setting that perhaps can be changed somehow.

  • Cursor Comes Into Text Field then open a window with Values.

    hi,
    i have to create a form with some items.there are two text field item :p1_item_group and :p1_item_name.
    i want to design these form like telly Form .eg in a telly form like if we want to enter state in text field and cursor come on State text field then open a window with all state name in right side and user select state from these window and state come in to text field.
    So i want to this type of action on p1_item_group when cursor come in to this item p1_item_group then quickly open a window with all item group name.
    MY table is
    CREATE TABLE "ITEM_GROUP_DETAILS"
    (     "S_NO" NUMBER,
         "ITEM_GROUP" VARCHAR2(500),
         CONSTRAINT "ITEM_GROUP_DETAILS_CON" PRIMARY KEY ("S_NO") ENABLE
    insert into ITEM_GROUP_DETAILS values(1,'A');
    insert into ITEM_GROUP_DETAILS values(2,'B');
    insert into ITEM_GROUP_DETAILS values(3,'C');
    insert into ITEM_GROUP_DETAILS values(4,'D');
    I want When Cursor Comes in to p1_item_group text Field Then Open a window with
    A
    B
    C
    D
    Item Group List.
    How can i do this.
    Thanks
    MANOJ KAUSHIK

    hi manoj,
    you can write onFocus event on your textbox from which you want to call a pop up window
    write a javascript function and call it onFocus event of textbox. In that function call a new popup page using window.open function.
    on that page you will have a values as you mentioned eg A,B,D etc.
    then user will select value from there and textbox will get that value.
    regards,
    Chetan

  • Text Field Alphabet Soup crashes Safari 3.0.4 - How to fix?

    Like many others, I have installed the 10.4.11 bundle update and am having problems with Safari. My problems occur when I try to type anything into a text field. If I type something that starts with the same characters I have used before, the field fills in automatically and backspacing makes a mess of it. If I use the spacebar, the page scrolls down. If I backspace, the text I type sometimes appears in reverse order. Other garbling of typed text occurs that I cannot fully describe, but in all cases Safari grinds to a halt. I have reinstalled Safari with Pacifist. I have scoured my hard drive for Input Managers and found none. I have deleted Cookies.plist. None of these fixes has worked for me. Anybody have ideas for a fix? Here is a recent crash report:
    Date/Time: 2007-11-29 22:00:41.412 -0500
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [65]
    Version: 3.0.4 (523.12)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45231200
    PID: 401
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000080
    Thread 0 Crashed:
    0 com.apple.WebCore 0x959e1124 WebCore::RenderObject::setStyle(WebCore::RenderStyle*) + 2036
    1 com.apple.WebCore 0x959e046c WebCore::RenderBox::setStyle(WebCore::RenderStyle*) + 44
    2 com.apple.WebCore 0x959e02c8 WebCore::RenderBlock::setStyle(WebCore::RenderStyle*) + 88
    3 com.apple.WebCore 0x959e74b4 WebCore::Node::createRendererIfNeeded() + 340
    4 com.apple.WebCore 0x959e72c8 WebCore::Element::attach() + 24
    5 com.apple.WebCore 0x959e2938 WebCore::ContainerNode::attach() + 88
    6 com.apple.WebCore 0x959e72d0 WebCore::Element::attach() + 32
    7 com.apple.WebCore 0x959e2938 WebCore::ContainerNode::attach() + 88
    8 com.apple.WebCore 0x959dd190 WebCore::Document::attach() + 160
    9 com.apple.WebCore 0x959dd0a0 WebCore::Frame::setDocument(***::PassRefPtr<WebCore::Document>) + 384
    10 com.apple.WebCore 0x95b6fdc0 WebCore::FrameLoader::open(WebCore::CachedPage&) + 1056
    11 com.apple.WebCore 0x959c4e7c WebCore::FrameLoader::commitProvisionalLoad(***::PassRefPtr<WebCore::CachedPage >) + 300
    12 com.apple.WebCore 0x95b6f924 WebCore::DocumentLoader::loadFromCachedPage(***::PassRefPtr<WebCore::CachedPage >) + 84
    13 com.apple.WebCore 0x95b68e1c WebCore::FrameLoader::loadProvisionalItemFromCachedPage() + 92
    14 com.apple.WebCore 0x95dd39dc WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceReques t const&, ***::PassRefPtr<WebCore::FormState>, bool) + 220
    15 com.apple.WebCore 0x95a1166c WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool) + 44
    16 com.apple.WebCore 0x95a0fad4 WebCore::FrameLoader::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, ***::PassRefPtr<WebCore::FormState>, void ()(void, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool), void*) + 644
    17 com.apple.WebCore 0x95a0ed1c WebCore::FrameLoader::load(WebCore::DocumentLoader*, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 220
    18 com.apple.WebCore 0x95b682e0 WebCore::FrameLoader::loadItem(WebCore::HistoryItem*, WebCore::FrameLoadType) + 688
    19 com.apple.WebCore 0x95b67e40 WebCore::FrameLoader::recursiveGoToItem(WebCore::HistoryItem*, WebCore::HistoryItem*, WebCore::FrameLoadType) + 336
    20 com.apple.WebCore 0x95b678fc WebCore::Page::goBack() + 60
    21 com.apple.AppKit 0x93821d44 -[NSApplication sendAction:to:from:] + 108
    22 com.apple.Safari 0x00034ae0 0x1000 + 211680
    23 com.apple.AppKit 0x93821c78 -[NSControl sendAction:to:] + 96
    24 com.apple.AppKit 0x93821b58 -[NSCell _sendActionFrom:] + 156
    25 com.apple.AppKit 0x9383bb80 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1020
    26 com.apple.AppKit 0x9383b768 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 564
    27 com.apple.AppKit 0x9383b18c -[NSControl mouseDown:] + 536
    28 com.apple.Safari 0x000b0ca4 0x1000 + 720036
    29 com.apple.AppKit 0x937dc970 -[NSWindow sendEvent:] + 4616
    30 com.apple.Safari 0x00030a64 0x1000 + 195172
    31 com.apple.AppKit 0x937859b4 -[NSApplication sendEvent:] + 4172
    32 com.apple.Safari 0x000304b4 0x1000 + 193716
    33 com.apple.AppKit 0x9377cdf0 -[NSApplication run] + 508
    34 com.apple.AppKit 0x9386d974 NSApplicationMain + 452
    35 com.apple.Safari 0x0009bad4 0x1000 + 633556
    36 com.apple.Safari 0x000022fc 0x1000 + 4860
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.WebCore 0x959afa30 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x959ab928 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddad8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd3dc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0c738 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be40c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddad8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd3dc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0b5f8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be40c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f036c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92beb22c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9ad5042c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92be40c0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddad8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd3dc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf3090 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf2fc8 -[NSRunLoop run] + 76
    6 com.apple.Safari 0x0004cb8c 0x1000 + 310156
    7 com.apple.Foundation 0x92be40c0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000959e1124 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x44048242 xer: 0x0000000020000006 lr: 0x00000000959e1124 ctr: 0x00000000959e0270
    r0: 0x00000000959e046c r1: 0x00000000bfffd450 r2: 0x0000000000631dc8 r3: 0x0000000000000000
    r4: 0x0000000004d646c4 r5: 0x0000000004d646c4 r6: 0x0000000000000000 r7: 0x0000000000000000
    r8: 0x0000000000000030 r9: 0x0000000004cea400 r10: 0x0000000095cd1130 r11: 0x00000000005e1a20
    r12: 0x00000000959e0270 r13: 0x00000000a37ab768 r14: 0x0000000000000100 r15: 0x0000000000000000
    r16: 0x00000000a379b784 r17: 0x00000000a37ab784 r18: 0x00000000a37ab784 r19: 0x00000000a37ab784
    r20: 0x00000000bfffdf30 r21: 0x0000000000000000 r22: 0x00000000bfffde18 r23: 0x00000000005abc00
    r24: 0x00000000bfffdd3c r25: 0x00000000051127f8 r26: 0x0000000000000000 r27: 0x0000000000000000
    r28: 0x0000000004d646c4 r29: 0x0000000004d4ad10 r30: 0x0000000004d4ad10 r31: 0x00000000959e0944
    Binary Images Description:
    0x1000 - 0x134fff com.apple.Safari 3.0.4 (523.12) /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.8 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.17 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd3fff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91010000 - 0x91091fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c77000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d44fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d49000 - 0x91d4cfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4e000 - 0x91e2cfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4c000 - 0x91e4cfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4e000 - 0x91f33fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3b000 - 0x91f5afff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc6000 - 0x92034fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203f000 - 0x920d4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ee000 - 0x92676fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a9000 - 0x929d4fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a04000 - 0x92af2fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af5000 - 0x92b7dfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbe000 - 0x92de9fff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f16000 - 0x92f34fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3f000 - 0x92f99fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb7000 - 0x92fb7fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb9000 - 0x92fcdfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe5000 - 0x92ff5fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93001000 - 0x93016fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93028000 - 0x930affff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c3000 - 0x930cefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d8000 - 0x93105fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311f000 - 0x9312efff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93778000 - 0x93dabfff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e3000 - 0x942a8fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942fb000 - 0x942fbfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942fd000 - 0x944bdfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94507000 - 0x94544fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9454c000 - 0x9459cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a5000 - 0x945bffff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945d0000 - 0x945f1fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9467f000 - 0x946b7fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946fc000 - 0x94718fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9472c000 - 0x94770fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94794000 - 0x947a3fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947ab000 - 0x947b8fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947fe000 - 0x94817fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94c2c000 - 0x94c9dfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e12000 - 0x94f42fff com.apple.AddressBook.framework 4.0.6 (488) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fd5000 - 0x94fe4fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fec000 - 0x95019fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95020000 - 0x95030fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95034000 - 0x95063fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95073000 - 0x95090fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x957a9000 - 0x95864fff com.apple.WebKit 523.12 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x958cd000 - 0x95980fff com.apple.JavaScriptCore 523.12 /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x959a8000 - 0x95f25fff com.apple.WebCore 523.12 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9ad4d000 - 0x9ad83fff com.apple.Syndication 1.0.6 (54) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ada0000 - 0x9adb2fff com.apple.SyndicationUI 1.0.6 (54) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    Model: PowerBook5,8, BootROM 4.9.6f0, 1 processors, PowerPC G4 (1.5), 1.67 GHz, 512 MB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 128 MB
    Memory Module: SODIMM0/J20STANDARD, 512 MB, DDR2 SDRAM, PC2-4200S-444
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci106b,4318, sppci_othernetwork, SLOT-A
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    PCI Card: usb, usb, USB20
    PCI Card: usb, usb, USB20
    PCI Card: usb, ehci, USB20
    Parallel ATA Device: ST9808211A, 74.53 GB
    Parallel ATA Device: MATSHITADVD-R UJ-846
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: PS/2+USB Mouse, Up to 1.5 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: USB Printer, EPSON, Up to 12 Mb/sec, 500 mA

    Hello,
    Your description sounds similar to this here: http://discussions.apple.com/message.jspa?messageID=5978076#5978076

  • A bit of editing causes crash

    Hello all!
    I'm beginning to be desperate - the new iMovie 11 crashes after just some editing (for example, after adding manual fade-ins).
    The crash reports is as follows. Can anyone help me some how?
    Process: iMovie [501]
    Path: /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: com.apple.iMovieApp
    Version: 9.0 (1073)
    Build Info: iMovieApp-10730000~3
    Code Type: X86 (Native)
    Parent Process: launchd [86]
    Date/Time: 2010-10-28 10:18:57.906 +0300
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 179966 sec
    Crashes Since Last Report: 14
    Per-App Interval Since Last Report: 4671 sec
    Per-App Crashes Since Last Report: 13
    Anonymous UUID: D05DE075-B8D1-4A61-BB6C-3C25F549B931
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000736f756e
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    building project tree
    ...built
    playing: VM 625.70 MB
    playing: VM 637.39 MB
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.QuickTime 0x951a2d6c GetTrackMedia_priv + 27
    1 com.apple.QuickTime 0x951a1ba9 QTGetTrackPropertyInfo_Internal + 126
    2 com.apple.QuickTime 0x95223775 QTGetTrackPropertyInfo_priv + 48
    3 com.apple.QuickTime 0x951afa85 MovieAudioExtractionSetProperty_priv + 1860
    4 com.apple.iMovieApp 0x0013aac5 0x1000 + 1284805
    5 com.apple.iMovieApp 0x0013a8aa 0x1000 + 1284266
    6 com.apple.iMovieApp 0x0006663d 0x1000 + 415293
    7 com.apple.iMovieApp 0x000672e8 0x1000 + 418536
    8 com.apple.iMovieApp 0x000671e0 0x1000 + 418272
    9 com.apple.iMovieApp 0x002076be 0x1000 + 2123454
    10 com.apple.iMovieApp 0x00207626 0x1000 + 2123302
    11 com.apple.iMovieApp 0x00082624 0x1000 + 529956
    12 com.apple.AppKit 0x905e530c -[NSResponder tryToPerform:with:] + 127
    13 com.apple.iMovieApp 0x001542af 0x1000 + 1389231
    14 com.apple.iMovieApp 0x00041c6e 0x1000 + 265326
    15 com.apple.AppKit 0x904345bb -[NSApplication run] + 917
    16 com.apple.AppKit 0x9042c5ed NSApplicationMain + 574
    17 com.apple.iMovieApp 0x00003e4c 0x1000 + 11852
    18 com.apple.iMovieApp 0x0000360e 0x1000 + 9742
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x902aa942 kevent + 10
    1 libSystem.B.dylib 0x902ab05c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x902aa519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x902aa2be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x902a9d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x902a9b86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x902a99d2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x902a9f68 pthreadwqthread + 941
    2 libSystem.B.dylib 0x902a9b86 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x902840fa machmsgtrap + 10
    1 libSystem.B.dylib 0x90284867 mach_msg + 68
    2 com.apple.CoreFoundation 0x946d4faf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x946d4094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x946d9fd4 CFRunLoopRun + 84
    5 com.apple.FWAVCPrivate 0x00c3e1bc AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 135
    6 libSystem.B.dylib 0x902b181d pthreadstart + 345
    7 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x902a3086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9471480d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x902b181d pthreadstart + 345
    3 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9028415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x902e0848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x97fa13b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x97fa10f3 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x930d98bd ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x902b181d pthreadstart + 345
    7 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9028415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x902e0848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x97fa13b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x97fa10f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x97ffb900 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x902b181d pthreadstart + 345
    7 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x90284142 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1cbc pthread_condwait + 1089
    2 libSystem.B.dylib 0x902fa203 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x93247f75 jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x902b181d pthreadstart + 345
    5 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9028415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x902e0848 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x96615805 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x96618837 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x96616134 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x966159cb HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x966158e2 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x902b181d pthreadstart + 345
    9 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9028415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x902e0848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x97fa13b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x97fa10f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x97fc534b TimerThread + 97
    6 libSystem.B.dylib 0x902b181d pthreadstart + 345
    7 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9028415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x902e0848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x97fa13b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x97fa10f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x980342aa DeferredTaskThread + 84
    6 libSystem.B.dylib 0x902b181d pthreadstart + 345
    7 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9028415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902b1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x902e0848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x97fa13b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x97fa10f3 TSWaitOnSemaphoreCommon + 511
    5 com.apple.QuickTime 0x951b9fcb VideoDecodeThread + 83
    6 libSystem.B.dylib 0x902b181d pthreadstart + 345
    7 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x90284136 semaphorewaittrap + 10
    1 ...ickTimeComponents.component 0x9379efaa QTThreadWaitSignal + 107
    2 ...ickTimeComponents.component 0x93163bfd audioprepThreadEntry + 68
    3 ...ickTimeComponents.component 0x9379ef24 start_thread + 54
    4 libSystem.B.dylib 0x902b181d pthreadstart + 345
    5 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x902b2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x902b1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x902b39b8 pthreadcondwait$UNIX2003 + 73
    3 ...pple.AppleIntermediateCodec 0x174bf057 iCodecDecompressorComponentDispatch + 16535
    4 libSystem.B.dylib 0x902b181d pthreadstart + 345
    5 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x902b2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x902b1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x902b39b8 pthreadcondwait$UNIX2003 + 73
    3 ...pple.AppleIntermediateCodec 0x174bf215 iCodecDecompressorComponentDispatch + 16981
    4 libSystem.B.dylib 0x902b181d pthreadstart + 345
    5 libSystem.B.dylib 0x902b16a2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x17ad37d0 ebx: 0x736f756e ecx: 0x72656774 edx: 0x61756469
    edi: 0xfffff76d esi: 0x01794208 ebp: 0xbffff178 esp: 0xbffff170
    ss: 0x0000001f efl: 0x00010202 eip: 0x951a2d6c cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x736f756e
    Binary Images:
    0x1000 - 0x411ff3 com.apple.iMovieApp 9.0 (1073) <13405149-3220-5BC9-C792-0CB46A740CA1> /Applications/iMovie.app/Contents/MacOS/iMovie
    0x4c8000 - 0x4dfff7 com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x4ee000 - 0x55dfff com.apple.mobiledevice 396.7 (396.7) <4A48BC80-F9B9-1B21-8C01-8553DF57D401> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
    0x597000 - 0x5d2fe7 com.apple.MPEG2TSDecoder 1.0 (84) <38554DC2-7118-38D5-2D69-61F38FC97706> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
    0x60f000 - 0x610ffb com.apple.Helium 3.0.2 (234) <7A2267E4-8D07-2E19-7EE2-AFDB5A68731B> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
    0x615000 - 0x616ff7 +com.bensyverson.dvmatte.autopicker 1.0 (1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
    0x61c000 - 0x6bbff3 com.apple.MobileMe 11 (1.0.3) <8E95CD1B-525E-748C-743A-EB0E369B05F6> /Applications/iMovie.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x718000 - 0x7cdfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x813000 - 0x814fff +eOkaoCom.dylib ??? (???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
    0x818000 - 0x83dff2 +eOkaoPt.dylib ??? (???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
    0x844000 - 0x878fe7 +eOkaoDt.dylib ??? (???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
    0x87e000 - 0x9e5fff +eOkaoFr.dylib ??? (???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
    0x9e9000 - 0xa0ffff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <32607000-7573-6D51-ABC3-420B4A0D6629> /usr/lib/libssl.0.9.7.dylib
    0xa1e000 - 0xbabffb com.apple.Helium.HeliumRender 2.0.2 (234) <F6379D32-7971-4028-DB2F-4111F83EA530> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
    0xc39000 - 0xc6cff3 com.apple.FWAVCPrivate 30.46 (46) <1BAC4562-7515-4CE2-FECE-82D9774D2A24> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0xc9a000 - 0xcdaff7 com.apple.driver.AppleIntelGMA950GLDriver 1.6.18 (6.1.8) <A659A224-5308-2ED8-0643-74D400BE5A78> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0xf00000 - 0xf23fe7 GLRendererFloat ??? (???) <D71788AA-645A-02CF-201F-E44F073F98D7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xfd5000 - 0xfd8fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x12e5a000 - 0x12fd1fe7 GLEngine ??? (???) <0FC1F7CA-5C84-A7F6-105B-169383B50A94> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13003000 - 0x13068fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x13088000 - 0x130fafff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x13108000 - 0x131c8fff +net.sourceforge.webcam-osx.common 0.9.2 (0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x132aa000 - 0x132abfff +com.cooliris.safariplugin Cooliris Plugin (1.11) <A81474D3-501E-64E2-A957-3E95AAB37637> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x153c7000 - 0x153cfff7 com.apple.iLMBAperturePlugin 2.5 (250) <3908D0C1-AB50-C3BA-47D9-3DFBD3B1AD89> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x153d7000 - 0x153d8ff7 com.apple.iLMBAppDefPlugin 2.5 (250) <0FB05D80-81F9-EAF0-A907-EBB48C46C0E8> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x153de000 - 0x153e0ff7 com.apple.iLMBFolderPlugin 2.5 (250) <63825D06-1368-53A2-3195-03E7342CC8BA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x153e6000 - 0x153eaff7 com.apple.iLMBGarageBandPlugin 2.5 (250) <F593767F-BDAD-231F-5D66-EE0777D1A7E4> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x153f3000 - 0x153f5ff7 com.apple.iLMBMoviesFolderPlugin 2.5 (250) <B9F03421-80F4-8C9D-1CB3-10B24D9AD1D9> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x15583000 - 0x15585ff7 com.apple.podcastproducer.ImageDiffer 1.2.1 (168) <B7B00525-4F0D-6035-BE38-B5938B81C74E> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x1558b000 - 0x15597ff7 com.apple.iLMBiMoviePlugin 2.5 (250) <0A848AB1-EF1E-1D59-5DC1-6578A82D6A03> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x1559f000 - 0x155b4ffb com.apple.iLMBiPhoto8Plugin 2.5 (250) <2728AB01-BED8-FD1E-4889-6C6A4753BE97> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x155bf000 - 0x155c8ff7 com.apple.iLMBiPhotoPlugin 2.5 (250) <6D4C8472-E416-1527-BFA2-58DBA9BABB0C> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x155d0000 - 0x155d8ff7 com.apple.iLMBiTunesPlugin 2.5 (250) <8F15F527-A1AB-102F-D11C-7F3D1EC51A30> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x155e0000 - 0x155e2ff7 com.apple.iLMBPhotoBoothPlugin 2.5 (250) <9BB767CB-F326-81B1-F69B-9F7E6A8AA290> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x15700000 - 0x1578afe7 com.apple.iLMBiPhoto9Plugin 2.5 (250) <621D1350-FC77-241E-B3DC-95E3B44AB5F8> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto9Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto9Plugin
    0x157d8000 - 0x1589cff7 com.apple.iLifeSQLAccess 1.0 (5) <3CC09102-0EBF-FB98-083E-9423868CB9A1> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x158dd000 - 0x159c5ff7 com.apple.iTunesAccess 10.0.1 (10.0.1) <C4479720-AD8D-BF8A-4795-4568E7CA892D> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x15b75000 - 0x15b77ff7 libclparser.dylib ??? (???) <3B34FEB5-BBFA-CC65-5D04-A4777CF60990> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x161b2000 - 0x161b5ff3 libFontRegistryUI.dylib ??? (???) <2F4E6F71-F4FE-4B2D-A872-94B2FCE0D31B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x161bf000 - 0x161c3ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x161c8000 - 0x161ceffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17297000 - 0x172bbff7 com.apple.QuartzComposer.ExtraPatches 3.1 (156.16) <D9E7E534-1D6C-FF4A-145B-FF0F1365CA43> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x172cb000 - 0x17317fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1733c000 - 0x17364feb com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x17392000 - 0x17396ff7 libcldcpuengine.dylib 1.4.1 (compatibility 1.0.0) <214E573A-5880-324B-3F74-7F131CFBBF9B> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x174b5000 - 0x174cfffb com.apple.AppleIntermediateCodec 1.3.1 (152) <D9F7038D-87B0-9F80-3AC2-3C7624D464AE> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x174d5000 - 0x174d5ff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x17fe5000 - 0x17ff7fd9 com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x19740000 - 0x1974dfff +net.telestream.license 1.0.5.2-GC (1.0.5.2-GC) <F8773C32-1B74-3AC4-FCD4-47EA3F89E6F4> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x19756000 - 0x19792fe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1742) <1FFC5B3D-78E8-4902-7886-7EC84B574481> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1979e000 - 0x197a3ff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <045EE881-79CA-146C-41C5-E8740DB68977> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x197e7000 - 0x19800fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x1c4b1000 - 0x1c6a2fd2 +net.telestream.wmv.import 2.3.1.2 (2.3.1.2) <0F1328D4-C109-473A-8644-EC2C84400F3F> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1c6d8000 - 0x1c898ff2 +net.telestream.wmv.advanced 2.3.1.2 (2.3.1.2) <7CC255AF-1F15-4358-98F2-F2F263D29F6A> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1c8dd000 - 0x1c932fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1c96a000 - 0x1c9e3fe7 com.apple.AppleVAH264HW.component 2.0 (1.0) <4FD6FDD7-8791-CEA2-9E5A-1628492A98B2> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <AEC44B68-A209-4093-36B0-7B740361249B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x9012fffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90130000 - 0x901d9ff7 com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x901da000 - 0x901daff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x901db000 - 0x90276ff7 com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90277000 - 0x9027afe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90283000 - 0x90429feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x9042a000 - 0x90d0aff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90d5d000 - 0x90d5dff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90d5e000 - 0x90e3cfef com.apple.QuickTimeMPEG4.component 7.6.6 (1742) <DB28919F-EE94-BA3C-3287-E5530BA1C07F> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x90e3d000 - 0x91272ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91273000 - 0x91288fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91293000 - 0x913d6fef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x913d7000 - 0x913f3fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x913f4000 - 0x914a2ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x914a3000 - 0x914a6ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91510000 - 0x9157fff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91580000 - 0x91582ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91583000 - 0x91603feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91604000 - 0x916b4ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x918a5000 - 0x918a5ff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x918ad000 - 0x91955ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91956000 - 0x9195dff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91972000 - 0x91a6dffb com.apple.PubSub 1.0.5 (65.20) <2AD354A5-5F08-82AE-BBDE-873F8C233A0B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x91a6e000 - 0x91a77ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91a78000 - 0x91a86fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x91a87000 - 0x91c09fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x91c9c000 - 0x91cecff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91ced000 - 0x91d11ff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91d12000 - 0x91d43ff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91d44000 - 0x9215aff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9215b000 - 0x92196feb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9227b000 - 0x922f7ff7 com.apple.iLifeMediaBrowser 2.5 (466) <5A0F19CD-3CA5-FF0E-F146-9186B8B58A6D> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x925ef000 - 0x92627ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92628000 - 0x92638ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92815000 - 0x92817ff7 com.apple.QuickTimeH264.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9284b000 - 0x9286cfe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9286d000 - 0x92878ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92879000 - 0x928caff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x928cb000 - 0x92963fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92964000 - 0x92964ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x92965000 - 0x92b1ffe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92b20000 - 0x93a70fe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93b9e000 - 0x93ba2ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93bca000 - 0x93c25ff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93c26000 - 0x93c36ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93c37000 - 0x93cb0ff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93cb1000 - 0x93d15ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93d16000 - 0x94505557 com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94506000 - 0x945f8ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x945f9000 - 0x945faff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x945fb000 - 0x9463cff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9463d000 - 0x94695fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94698000 - 0x94812fe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94813000 - 0x94815ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94816000 - 0x948e7fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9496d000 - 0x949afff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x949b0000 - 0x94a1eff7 com.apple.ISSupport 1.9.3 (51) <9BB37FBA-E379-8D12-11C6-B9C5C9683D27> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x94a70000 - 0x94a7bff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94a7c000 - 0x94aadff7 libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94aef000 - 0x94b50fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94b6a000 - 0x94b7cff7 com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94b7d000 - 0x94ba4ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94ba5000 - 0x94bc4ff7 com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94c30000 - 0x94e27feb com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94e28000 - 0x94e5efff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x94e5f000 - 0x94e7efe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x94e7f000 - 0x94ea7ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x94ea8000 - 0x94eacff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94ead000 - 0x94ec5ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94ee4000 - 0x94f9dfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x94f9e000 - 0x95068fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95069000 - 0x95073ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95074000 - 0x950bdfe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x950be000 - 0x95136fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x95137000 - 0x95430fef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95574000 - 0x956abff7 com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x956ba000 - 0x956dafe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x956db000 - 0x95713ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x95721000 - 0x95a45fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95a46000 - 0x95a4aff7 libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x95a64000 - 0x95b90fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b91000 - 0x95f3ffe3 com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x95f40000 - 0x95f80ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95f81000 - 0x95f95ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95f96000 - 0x96178fff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x96179000 - 0x9617eff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9617f000 - 0x96185fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x961b9000 - 0x961fdfe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96238000 - 0x96463ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96464000 - 0x9648afff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9648b000 - 0x9648cff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9648d000 - 0x964d0ff7 libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x964d1000 - 0x965d3fef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x965d4000 - 0x965efff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x965f5000 - 0x96670fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96671000 - 0x966aeff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x966ba000 - 0x96796ff3 com.apple.DiscRecording 5.0.5 (5050.4.3) <7BFF81A5-BBFA-5D2F-FFEE-65BEA7697134> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x96797000 - 0x96797ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x967a0000 - 0x967a0ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x967ef000 - 0x9723aff7 com.apple.WebCore 6533.18 (6533.18.1) <B96BFDB8-3D11-E220-1148-206D8A176352> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9723b000 - 0x9726fff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x972b5000 - 0x972c1ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x972c2000 - 0x972f5ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x972f6000 - 0x972f9ff7 libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x972fa000 - 0x973d7ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x973d8000 - 0x975defeb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x97621000 - 0x97891ffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97892000 - 0x978ecfe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x978ed000 - 0x979fcfe7 com.apple.WebKit 6533.18 (6533.18.1) <157D0DD9-F3CE-4339-858B-B0EFFAA3B008> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x979fd000 - 0x97a7fffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x97aca000 - 0x97e32ff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97e33000 - 0x97e39ff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97e3a000 - 0x97e90ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x97e91000 - 0x97eb3fef com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97eb4000 - 0x97f01feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x97f02000 - 0x97f08ff7 libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <94F66BA6-A4E8-63A4-1B70-EFAA4C75D668> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x97f09000 - 0x97f1bff7 com.apple.CoreMediaAuthoring 0.700 (700) <446FBB01-279B-2BED-E5A8-D36241B704B1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x97f1c000 - 0x97f59ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97f5a000 - 0x9827afeb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9827b000 - 0x98318fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x98319000 - 0x9832aff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x98373000 - 0x985d7fef com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x985d8000 - 0x98608ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x98609000 - 0x986e4fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x986e5000 - 0x986f0ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x986f1000 - 0x98735ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98736000 - 0x98842ff7 libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x98884000 - 0x988eefe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x988ff000 - 0x989f3ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x989f4000 - 0x989f7ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x989f8000 - 0x98aa8fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x98adf000 - 0x98adfff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98ae0000 - 0x98b23ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x98b24000 - 0x98b38fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x98b39000 - 0x98b7fffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x98b80000 - 0x98b81ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98b82000 - 0x98bf9ff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x98bfa000 - 0x98c04fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98c05000 - 0x98c43ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98c44000 - 0x98c52ff7 com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98d5a000 - 0x99213ffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x99214000 - 0x99221ff7 com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99222000 - 0x99222ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9927b000 - 0x9937cfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x9938d000 - 0x9938dff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x993a6000 - 0x99453fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x99454000 - 0x99582fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x99583000 - 0x995f1ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x995f2000 - 0x995f9ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x997d6000 - 0x99868fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x99869000 - 0x9991fffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x99920000 - 0x9995fff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x99960000 - 0x999a6ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib

    Hi
    *Not knowing the origin to Your problem - General approach when in trouble is as follows.*
    • Free space on internal (start-up) hard disk if it is less than 10Gb should rather have 25Gb
    • Delete iMovie pref file
    iMovie pref file resides.
    Mac Hard Disk (start-up HD)/Users/"Your account"/Library/Preferences
    and is named. (one or more of these)
    com.apple.iMovie.plist
    com.apple.iMovie3.plist
    com.apple.iMovie7.plist
    com.apple.iMovie8.plist
    and find
    com.apple.iApps.plist
    While iMovie is NOT RUNNING - move this/these file/s out to desk-top.
    Now restart iMovie.
    • Hard disk is untidy. Repair Permissions, Repair Hard disk (Apple Disc Util tool)
    • Garageband-fix. Start it, Play a note and Close it. Re-try (Corrects an audio problem that hinders iMovie)
    • Screen must be set to Million-colors
    • Turn off Mac and disconnect Mains/Power for 20-30 minutes - will at least re-set FW-port
    • Third party plug-ins that doesn't work OK (not relevant for iMovie’08 or 09)
    • Problems in iPhoto Library can affect iMovie to crash on start-up. Re-build this first then try to re-start iMovie.
    This You do by
    _ close iPhoto
    _ on start up of iPhoto - Keep {cmd and alt-keys down}
    _ now select all five options presented
    _ WAIT a long long time
    • iMovie updated ?
    • QuickTime updated ?
    • Mac OS version ?
    • Program miss-match. iMovie 4 - will not work under Leopard
    • Program miss-match. iMovie 5.0.2, up to Mac OS X.4.11 AND QuickTime 7.4.1 - is OK
    • Program miss-match. iMovie 6.0.3 or 6.0.4, Mac OS X.4.11 AND QuickTime 7.4.1 - is OK (will work under Leopard and Snow-Leopard)
    • Program miss-match. iMovie’08 v. 7.1.4, Mac OS X.4.11 AND QuickTime 7.5.5 - is OK (will work under Leopard and Snow-Leopard)
    • Program miss-match. iMovie’09 v. 8.0.6, Mac OS X.5.8 AND QuickTime 7.6.4 - is OK (will work under Leopard and Snow-Leopard)
    From LKN 1935. (in this case = iMovie HD (5), I tried it all, but nothing worked.
    Your answer (above) has been helpfull insofar as all the different trials led to the conclusion that
    there was something wrong with my iMovie software. I therefore threw everything away and reinstalled
    iMovie from the HD. After that the exportation of DV videos (there has not been any problem with HDV videos)
    to my Sony camcorders worked properly as it did before.
    Lennart Thelander
    I run "Cache Out X", clear out all caches and restarts the Mac.
    Yours Bengt W

  • Do I need to use javascript to get a text field in a PDF form to aut fill with current/today's date?

    I have a form for booking appointments and would like the date field to automatically fill with
    today's date and to print. I have set the text field's format to "Date" and when I place the cursor into the
    date field, today's date shows. It disappears as soon as I tab to the next field.
    Does this action require a javascript script to fill and print today's date? If so, where do I find that?
    Or is there another way to format the text field (besides typing today's date) to get the current date?
    Thanks.
    Ali
    using iMac 2.93 GHz Intel Core 2 Duo 8 GB | OS Snow Leopard 10.6.8 | Acrobat Pro 8

    Thank you GKaiseril!
    From the examples by Chris Dahl, I edited the script in the text field editing dialog to reflect the title I had given the field. That fixed the problem of today's date disappearing as soon as I tabbed to the next field.
    How do I choose for document level or page open script? I would like it to insert the date upon opening the document.
    Thanks again.
    Ali
    NOTE: I found the answer within Chris Dahl's tutorial... path is for Acrobat Pro 8: Advanced>Document Processing>Document Javascripts

  • How to validate text fields in popup window

    Hi All,
    I need showing empty string validation  as tool tip for the text fields (RichInputText) on popup window when clicking submit button. kindly advice on this.

    Hi
    Below link me help u in implementing validation messages
    http://andrejusb.blogspot.in/2008/04/adf-faces-rich-client-complex.html
    Thanks
    Nitesh

  • Text continues moving horizontally rather than starting a new line in editable text field

    I am trying to make a feed backbox for visitors on my website. I have made the editable text field and scroll bar and set all of my preferences, but when the typing reaches the border on the right of the text field it just continues to type further horizontaly. I can start a new line by pressing enter but I would like it to start a new line on its own when it reaches the boundary. Any help is appreciated.

    assign your textfield's wordWrap property to true.

  • How can I merge 3 or more individual text fields into an editable summary text field?

    I am stuck and do not know where to begin. I am self taught in using Adobe LiveCycle and have found many answers here in the forums and via trial and error.
    I cannot find or create the correct java script or form calc to feed multiple text fields into one text field.  My supervisor is asking me to do this for two sections of a form I created using Adobe LiveCycle Designer ES 8.2.
    1)       Merge all 3 user entered text fields to an user editable summary text field at the end of the form.
    2)       Merge all 24 user entered text fields to an user editable summary text field at the end of the form.
    Since they are all individual text fields in response to various questions, I cannot use the global binding function. I do not want the summary text field to override the individual text fields.
    Here is the java scripting I placed on Show: calculate* Language: javascript Run: at client
    1) PDStrengthWeaknessComments.rawValue + "_" + OCStrengthWeaknessComments.rawValue + "_" + CEBAStrengthWeaknessComments.rawValue;
    Needless to say, these instructions are not working on my form. Would someone with a lot of experience or an IT degree kindly help me?

    I just tried adding the front end as you suggested and confirmed that the Object > Value is set to "calculated - user can override" for the summary text field.
    OverallAnalysisAppFeedback.rawValue = PDStrengthWeaknessComments.rawValue + "_" + OCStrengthWeaknessComments.rawValue + "_"  + CEBAStrengthWeaknessComments.rawValue;
    I was still unsuccessful.
    I opened the debugger and received the following information. I do not understand what AdobeLiveCycle is asking me to define.
    PDStrengthWeaknessComments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page20-OverallAnalysisAppFeedback[0]:AllOverallAnalysis[0 ]:calculate
    PDStrengthWeaknessComments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page20-OverallAnalysisAppFeedback[0]:AllOverallAnalysis[0 ]:calculate
    Budget1Comments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page21-OverallAnalysisAppFeedback-Budget[0]:AlBudgetQs[0] :calculate
    Budget1Comments is not defined
    1:XFA:GARP2011NewRecompeteSRW[0]:Page21-OverallAnalysisAppFeedback-Budget[0]:AlBudgetQs[0] :calculate
    Do you have any additional tips or suggestions?

  • In PO -Me21N Material PO text field non editable

    Dear All ,
                  We have specific requirment in PO (ME21N). In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    As per our configuration in "Material PO text"  Material long description picking from Material master .We want to make this text field Non Editable.
    In SAP there is facility to configure non editable  Texts , But it will non editable all text fields.
    How we can non editable only Material Po text .
    Thanks in Advance.
    Regards
    Abhishek Tiwari

    Dear Chetan,
                          I think you have not understood my complete question. First thing i dont want to non editable Short text field.
    In my problem  i In Item level ther is free text field "Item Texts". In Item texts we have 4 text fields
    (1) Item Text
    (2) Info Record PO text
    (3) Material Po text
    (4) Deivery Text
    In above text fields ,I want to non editable only "Material PO Text" only....
    Regards
    Abhishek Tiwari

  • Creating an editable text field in Acrobat Pro 9.5

    I create editing tests for applicants to my company. Previously I used Word, but I want to these tests to be pdfs moving forward because when I use Word there are various ways the test takwers can cheat. For most of the sections of the tests I can use various Acrobat form fields, radio buttons, etc. But there is one section that is typically a 700-word text sample that the test taker is required to edit. Would I be able to insert this much text in a text field so that it is editable? I want to limit the test taker's ability to refomat the document, which is another reason I want these to be pdfs.
    I am using Acrobat Pro 9.5.
    I'd appreciate any suggestions from users.
    Thanks.
    dg

    You can enter as much text as you want into a text field. Just need to
    leave enough place for it on the page and make sure to set it as multi-line.
    Regarding limiting the ways the document can be edited: Are the test takers
    going to be using Reader or Acrobat? If the former, there's no problem.
    They can't do anything except fill in the files and save the file (if you
    enable that) or print it or submit it back to you.
    If they are using Acrobat, or have access to it, then you should password
    protect the file to prevent it from being edited in undesired ways.

  • I have created an editable PDF via Adobe Indesign. When I open the PDF in Adobe Acrobat Pro DC, is there a way to specify a font style? Or is there a way in InDesign to make sure when someone type in that text field it is a certain font?

    I need to make sure the text that is entered is a certain font to keep it continuous with the rest of the document. Thank you!

    To go into form editing mode, select "Prepare Form" in the right hand pane. You'll then get a toolbar along the top that contains the various form-related tools. The first thing to do is add a temporary button. You'll use this to determine the name of the font for use with the script as well as place the script that will change the font properties of the text fields. So create a button anywhere, double-click it to bring up the field properties dialog, and on the Actions tab add a JavaScript action to the Mouse Up event that is:
    // Mouse Up script for temporary button
    app.alert(event.target.textFont);
    On the Appearance tab, select the font that you want to use for the text fields. Once you've done that, close form editing mode and click the button. It will display a popup that will list the font name. This may be different than the name that appeared in the dropdown on the appearance tab, so write it down. For example, when I chose "Minion Pro" from the dropdown, the popup showed "MinionPro-Regular".
    The next step is to replace that Mouse Up script with the following:
    // Mouse Up script for temporary button
    // Change the font and font size for all text field in this document
    for (var i = 0; i < numFields; i++) {
        var f = getField(getNthFieldName(i));
        if (f.type === "text") {
            f.textFont = "MinionPro-Regular";
            f.textSize = 9;
    Replace "MinionPro-Regular" with the font name that you wrote down before and set the font size to whatever you want. Use 0 to specify a font size of "Auto".
    This script will change the font of all text fields to whatever you specify. When you've confirmed that the text fields are set up as you want, you can go ahead and delete or hide the button. If you think you'll be doing a lot of forms work, you can create custom tools in Acrobat to speed up this process, but this should get you started. InDesign won't let you specify a lot of field properties and actions, so you have to work this way, and using automation scripts is an accessible way to significantly speed up the process and avoid mistakes.

  • Editing a text field in Acrobat pro 9.4

    When I go to the editing mode inside of actobat pro, all that I can edit are data fields, not static text.  How do I select the static text in my form/document so that I can change it?  The data  fields are all fine as is and I do not need to edit them.  I just need to edit the static text in the document.  How can this be done?
    If I use lifecycle designer, the text does not show up formatted properly and it is impossible to edit because text is too large and some of text fields are on top of each other.  In lifecycle designer, I cannot figure out how to select a text area.  It has the boxes outlined but it is imposible to change the box size since there is apparently no select tool.  Every time I try, I end up editing a box that is on top of the box that I am trying to edit.  Any suggestions?

    Thanks George.  I did not create the form.  A previous developer created it.  So I am not entirely sure how they created it originally and all we have is the .pdf to work with. 
    Just some background.  The .pdf is static and is on our web server.  The web server dynamically creates an .fdf file with data for the form that the web user entered on the web site.  The web user can open this .fdf on the web page as it has a link to the corresponding generic .pdf file.  It puts the data in the .pdf and is displayed on the web so the user can print the document (rental contract).

  • Editable Text Fields Showing Up As Blank

    Hey guys wondering if you can help me out as I've searched for a solution and can't find one. I created a PDF using LiveCycle where it has editable text fields that one can fill out. The PDF does work but the issue is that sometimes when recieving the document back the PDF looks like it's blank and hasn't been filled out even though it has been. In the attached example if you click on the line next to Occupation, etc. you'll see that there is actually info there you just have to click on the line to see it. This is being filled out by people using Macs and Windows. Does anybody have an idea as to why this would happen. What's even more odd is that it only happens sometimes while other times the PDF works just fine. Any help or info would be appreciated, thanks.

    Was the form created with LiveCycle Designer or Adobe Acrobat?

  • InDesign CC: Text in editable text fields disappearing after exporting

    Hi,
    I'm having an issue of text disappearing from editable text fields after exporting the document as an interactive pdf. I've created the text that needs to be editable in acrobat with InDesign CC. So for example, I want to have an editable text field that already says "I'm Mary." I want users to have an ability to change "Mary" to "Tom" or "Ben" in Acrobat. So the pdf should have an editable text form saying "I'm Mary" sentence when users open the pdf in Acrobat. However, after exporting, the text fields remains but the text itself "I'm Mary." is gone. I don't understand why this happens because the text is there when previewed in SWF preview window in InDesign.
    The below is the list of steps I took.
    STEP 1: Create some texts (For example, m with the text frame tool in InDesign CC
    STEP 2: Right click the frame, and click on "Interactive > Convert to Text Field"
    OR
    STEP 2: Select the text frame, open "Buttons and Forms" window and change the type as "Text Field"
    STEP 3:  Export the document as an interactive pdf. The setting is default.
    Result: When I open the pdf in Acrobat, the text field is there, but it is blank.
    Please help me to resolve this issue. I know this is possible because a person before me at my job did it.
    Thank you!

    As far as I know, to have a pre-populated text form [I'm Mary] appear in the text field, you will need to set the Default Value of the text field in Acrobat. You can do that by selecting the property of the field > Options > Default Value

Maybe you are looking for

  • How to find out the user who locked the record

    i can't delete a particular record from a table while executing the delete command its showing an error specifying that "ORA-02049: timeout: distributed transaction waiting for lock" syntax i used delete from <table_name> where <column_name>='<value>

  • How can I re-install the Creative Cloud softwares on my new computer?

    Hello, I bought the Creative Cloud softwares and installed them on my former computer (which is unfortunately dead...). My license is still activated but I can't find how to download them on my new computer without buying them another time. Thanks fo

  • Cenvat on hold

    Hi, For my capital imported item having customs and excise conditions , when I checked Part 2 account entries , I find that amount under CENVAT ON HOLD does not include AED amount. Rest of the duties like BED,E Cess & Sec E Cess are all considered un

  • Defaults on Infotype 0017

    Hi Can you guys pls help. How can i get the follwing fields: company code, Business area, cost center to default in Infotype 0017? Thank you in advance.

  • How to handle Right Click Event in Tree

    Hi , I am Vaibhav. I have create a tree in Apex 4.0. I have to add options insert,update,delete in right click on tree node. So what is the solution for this scenario. Thanks in advance, Vaibhav Edited by: user10600404 on Apr 27, 2011 2:46 AM