Adobe Air Crash when try to load video

Hi,
Recently, I am trying to do an very simple application using Adobe Air that plays video when certain key pressed on keyboard. However, the adobe air crash frequently when it try to load the video. The problem seems to be Adobe Air/ Flash player bug, because when I tried to do the debug, the debug launcher crash. I have tried with both f4v and mp4 format, but the situation is still the same.
I am using up to date Flash builder 4.5 and Adobe Air 2.7.1. Tested on both WinXP and Win7 Home Premium 32bit. Hopes to get your respond as soon as possible. If the problem cannot be solved soon, maybe I have to search for alternative solution to do the project. Thanks.
Here is my working code:
Display Window:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                            xmlns:s="library://ns.adobe.com/flex/spark"
                            xmlns:mx="library://ns.adobe.com/flex/mx" width="640" height="360" showStatusBar="false" applicationComplete="initConn()">
     <fx:Script>
          <![CDATA[
               import flash.utils.setTimeout;
               import mx.events.FlexEvent;
               private var SWFconn:LocalConnection;
               private var delay:Number = 300;
               private var intervalId:uint;
               protected var nWin:videoscreen = new videoscreen();
               private var playing:Number = 0;
               protected function initConn():void{
                    stage.addEventListener(KeyboardEvent.KEY_DOWN, handleKeyDown);
                    SWFconn = new LocalConnection();
                    nWin.width = 500;
                    nWin.height = 400;
                    nWin.open();
               public function handleKeyDown(event:KeyboardEvent) :void
                    if(event.keyCode==13){
                         stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
                         nWin.fullscreen();
                    }else if(event.keyCode==27){
                         stage.displayState = StageDisplayState.NORMAL;
                         nWin.normalscreen();
                    }else{
                         if((playing==0)&&(((event.keyCode>=48)&&(event.keyCode<=57))||((event.keyCode>=65)&&(event.keyCode<=67)))){
                              playing=1;
                              SWFconn.send("swfConnection", "reset");
                              clearTimeout(intervalId);
                              SWFconn.send("swfConnection", "select", String.fromCharCode(event.charCode));
                              intervalId = setTimeout(sendLock,delay, String.fromCharCode(event.charCode));
               private function sendLock(msg:String):void{
                    SWFconn.send("swfConnection", "lock", msg);
                    playing=1;
                    nWin.player.source = msg+".f4v";
                    nWin.player.play();
               private function reset():void{
                    SWFconn.send("swfConnection", "reset");
               public function playFinished():void{
                    reset();
                    playing =0;
          ]]>
     </fx:Script>
     <fx:Declarations>
          <!-- Place non-visual elements (e.g., services, value objects) here -->
     </fx:Declarations>
     <mx:SWFLoader left="0" right="0" top="0" bottom="0" source="content.swf"/>
</s:WindowedApplication>
Video Window:
<?xml version="1.0" encoding="utf-8"?>
<s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300" showStatusBar="false">
     <fx:Script>
          <![CDATA[
               import mx.core.FlexGlobals;
               import org.osmf.events.TimeEvent;
               protected function CallBack(event:TimeEvent):void
                    // TODO Auto-generated method stub
                    player.source="";
                    FlexGlobals.topLevelApplication.playFinished();
               public function fullscreen():void
                    stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
               public function normalscreen():void
                    stage.displayState = StageDisplayState.NORMAL;
          ]]>
     </fx:Script>
     <fx:Declarations>
          <!-- Place non-visual elements (e.g., services, value objects) here -->
     </fx:Declarations>
     <s:VideoDisplay id="player" left="0" right="0" top="0" bottom="0" complete="CallBack(event)"/>
</s:Window>

Hi Pierre,
Would you mind adding this as a new bug report over at bugbase.adobe.com?  I went to look to see if there was an existing bug already in place but couldn't find one.  If you can, note this thread url in the bug and post back with the bug URL and I'll follow up internally.
In Yue's original bug, he was able to narrow this down to memory leaks in the spark component video display.  He ended up working around it by using the mx video display.
Thanks,
Chris

Similar Messages

  • I recently started using an iPad. I up loaded several apps. Evernote, cloudon, Goodreader, Drop Box and lots of others. It crashes when I down load pictures and then try to use them. Converting a jpg to a pdf usually triggers a crash.  Help

    I recently started using an iPad. I up loaded several apps. Evernote, cloudon, Goodreader, Drop Box and lots of others.
    It crashes when I down load pictures and then try to use them. Converting a jpg to a pdf usually triggers a crash.
    Is there a "hitch" in my "giddy up?"
    Help.
    Process:         iPhoto [345]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.2 (9.4.2)
    Build Info:      iPhotoProject-710042000000000~2
    App Item ID:     408981381
    App External ID: 11723545
    Code Type:       X86 (Native)
    Parent Process:  launchd [183]
    Date/Time:       2013-04-26 13:53:18.305 -0700
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          405039 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  318933 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      5073147D-D214-4BD3-B7FA-9A9E6A158ABA
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000c8fc0000
    VM Regions Near 0xc8fc0000:
        CG backing stores      00000000c8ea6000-00000000c8f19000 [  460K] rw-/rw- SM=SHM 
    --> CG backing stores      00000000c8fc0000-00000000c92f7000 [ 3292K] r--/rw- SM=SHM 
        Submap                 00000000ffff0000-00000000ffff2000          r-x/r-x process-only submap
    Application Specific Information:
    objc[345]: garbage collection is OFF
    Performing @selector(doSaveAsPDF:) from sender NSMenuItem 0x6da8c240
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreGraphics        0x93976aec blt_pattern_blend_XXXX32 + 686
    1   com.apple.CoreGraphics        0x93976def blt_bitmap_blend_AXXX32 + 105
    2   com.apple.CoreGraphics        0x9355894c argb32_mark_pixelshape + 19824
    3   com.apple.CoreGraphics        0x93485293 argb32_mark + 279
    4   com.apple.CoreGraphics        0x9349c915 argb32_image + 1037
    5   libRIP.A.dylib                0x90afec75 ripd_Mark + 279
    6   libRIP.A.dylib                0x90afcc67 ripl_BltImage + 1368
    7   libRIP.A.dylib                0x90afc497 ripc_RenderImage + 269
    8   libRIP.A.dylib                0x90b08a8c ripc_DrawImages + 6467
    9   com.apple.CoreGraphics        0x935593be CGContextDrawImages + 239
    10  com.apple.coreui              0x94680a79 CUIPenCG::DrawImages(void*, CGRect const*, CGImage**, CGRect const*, unsigned long) + 45
    11  com.apple.coreui              0x94671fc5 CUIRenderer::DrawWindowFrameDark(CUIDescriptor const*) + 4531
    12  com.apple.coreui              0x9465ce0d CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**) + 5701
    13  com.apple.coreui              0x9467dde5 CUIDraw + 206
    14  com.apple.AppKit              0x912a52e4 _NSDrawThemeBackground + 1429
    15  com.apple.AppKit              0x9145edeb -[NSThemeFrame _drawUnifiedToolbar:] + 874
    16  com.apple.AppKit              0x9145e7f3 -[NSThemeFrame _drawTitleBar:] + 673
    17  com.apple.AppKit              0x912a11cf -[NSThemeFrame _drawFrameInterior:clip:] + 125
    18  com.apple.AppKit              0x912a0dd9 -[NSThemeFrame drawFrame:] + 119
    19  com.apple.AppKit              0x9145e515 -[NSFrameView drawRect:] + 765
    20  com.apple.AppKit              0x9145dc5f -[NSThemeFrame drawRect:] + 107
    21  com.apple.AppKit              0x9126f6c9 -[NSView _drawRect:clip:] + 3717
    22  com.apple.AppKit              0x9129eae6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1958
    23  com.apple.AppKit              0x9126d026 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 708
    24  com.apple.AppKit              0x9126c627 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 259
    25  com.apple.AppKit              0x91267caa -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4817
    26  com.apple.AppKit              0x91260bd9 -[NSView displayIfNeeded] + 1365
    27  com.apple.AppKit              0x9138081b -[NSThemeFrame handleSetFrameCommonRedisplay] + 233
    28  com.apple.AppKit              0x913220b8 -[NSWindow _setFrameCommon:display:stashSize:] + 2253
    29  com.apple.AppKit              0x913217e6 -[NSWindow setFrame:display:] + 71
    30  com.apple.AppKit              0x913c5049 -[NSWindow _setFrameAfterMove:] + 496
    31  com.apple.AppKit              0x913c4e3f -[NSWindow _windowMovedToRect:] + 261
    32  com.apple.AppKit              0x9195152d -[NSWindow _getPositionFromServer] + 100
    33  com.apple.AppKit              0x919542a8 -[NSWindow _initFromGlobalWindow:inRect:styleMask:] + 350
    34  com.apple.RemoteViewServices  0x94640ff9 -[NSRemoteWindowController _remoteHostDidGrantRights:] + 335
    35  com.apple.RemoteViewServices  0x946409a4 __58-[NSRemoteWindowController _handleReplySetupSharedWindow:]_block_invoke_0 + 43
    36  com.apple.CoreGraphics        0x935c740b _WindowRightsGrantOfferedNotificationHandler + 678
    37  com.apple.CoreGraphics        0x93400a3b CGSPostLocalNotification + 218
    38  com.apple.CoreGraphics        0x934cdcfd notifyDatagramHandler + 265
    39  com.apple.CoreGraphics        0x934cda25 CGSDispatchDatagramsFromStream + 316
    40  com.apple.CoreGraphics        0x934cd594 snarfEvents + 481
    41  com.apple.CoreGraphics        0x934cd247 CGSGetNextEventRecordInternal + 127
    42  com.apple.CoreGraphics        0x93520180 CGEventCreateNextEvent + 40
    43  com.apple.HIToolbox           0x9b5a744e _ZL38PullEventsFromWindowServerOnConnectionjh + 69
    44  com.apple.CoreFoundation      0x9585ad0a __CFMachPortPerform + 346
    45  com.apple.CoreFoundation      0x9585ab91 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 49
    46  com.apple.CoreFoundation      0x9585a7bb __CFRunLoopDoSource1 + 155
    47  com.apple.CoreFoundation      0x95893e01 __CFRunLoopRun + 2193
    48  com.apple.CoreFoundation      0x958931dc CFRunLoopRunSpecific + 332
    49  com.apple.CoreFoundation      0x958a3f01 CFRunLoopRun + 129
    50  com.apple.RemoteViewServices  0x9463b7c8 -[NSRemoteSavePanel runModal] + 322
    51  com.apple.RemoteViewServices  0x9463ef05 -[NSRemoteSavePanel runModalForDirectory:file:types:] + 110
    52  com.apple.RemoteViewServices  0x9463ec94 -[NSRemoteSavePanel runModalForDirectory:file:] + 55
    53  com.apple.print.framework.Print.Private 0x1990afa3 AskUserForFile + 420
    54  com.apple.print.framework.Print.Private 0x1991977d 0x198f7000 + 141181
    55  com.apple.print.framework.Print.Private 0x1991ea91 0x198f7000 + 162449
    56  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    57  com.apple.AppKit              0x91329663 -[NSApplication sendAction:to:from:] + 232
    58  com.apple.AppKit              0x9141ccaf -[NSMenuItem _corePerformAction] + 536
    59  com.apple.AppKit              0x9141c92c -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171
    60  com.apple.AppKit              0x9141bfb5 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    61  com.apple.AppKit              0x916f7ef7 -[NSMenu performActionForItemAtIndex:] + 65
    62  com.apple.AppKit              0x916f7f2a -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    63  com.apple.AppKit              0x916fc15b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    64  com.apple.AppKit              0x91562670 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172
    65  com.apple.AppKit              0x91392246 NSSLMMenuEventHandler + 452
    66  com.apple.HIToolbox           0x9b71cc0c _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    67  com.apple.HIToolbox           0x9b598313 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    68  com.apple.HIToolbox           0x9b597790 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482
    69  com.apple.HIToolbox           0x9b5ac571 SendEventToEventTarget + 76
    70  com.apple.HIToolbox           0x9b71d0d0 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482
    71  com.apple.HIToolbox           0x9b71d13a SendMenuCommandWithContextAndModifiers + 70
    72  com.apple.HIToolbox           0x9b78898d SendMenuItemSelectedEvent + 275
    73  com.apple.HIToolbox           0x9b5e8d79 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    74  com.apple.HIToolbox           0x9b778752 _ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStringPP13 OpaqueMenuRefPt + 1898
    75  com.apple.HIToolbox           0x9b778a20 _HandlePopUpMenuSelection7 + 639
    76  com.apple.AppKit              0x91565aa2 _NSSLMPopUpCarbonMenu3 + 4532
    77  com.apple.AppKit              0x9198ab4c _NSPopUpCarbonMenu3 + 107
    78  com.apple.AppKit              0x91563754 -[NSCarbonMenuImpl popUpMenu:atLocation:width:forView:withSelectedItem:withFont:withFlags:withOpti ons:] + 425
    79  com.apple.AppKit              0x91787b78 -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 610
    80  com.apple.AppKit              0x91327243 -[NSControl mouseDown:] + 943
    81  com.apple.AppKit              0x912f0dcd -[NSWindow sendEvent:] + 7533
    82  com.apple.AppKit              0x91289f77 -[NSApplication sendEvent:] + 4788
    83  com.apple.iLifeKit            0x0201dc9b -[iLifeKit sendEvent:] + 55
    84  com.apple.iPhoto              0x0012c344 0xac000 + 525124
    85  com.apple.AppKit              0x914f1662 -[NSApplication _modalSession:sendEvent:] + 550
    86  com.apple.AppKit              0x914f122c -[NSApplication _realDoModalLoop:peek:] + 638
    87  com.apple.AppKit              0x914ec481 -[NSApplication _doModalLoop:peek:] + 69
    88  com.apple.AppKit              0x914f0f08 -[NSApplication runModalForWindow:] + 258
    89  com.apple.AppKit              0x91794a93 -[NSPrintPanel runModalWithPrintInfo:] + 621
    90  com.apple.AppKit              0x917929ec -[NSConcretePrintOperation runOperation] + 333
    91  com.apple.iPhoto              0x00363141 0xac000 + 2847041
    92  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    93  com.apple.AppKit              0x91329663 -[NSApplication sendAction:to:from:] + 232
    94  com.apple.AppKit              0x91329540 -[NSControl sendAction:to:] + 102
    95  com.apple.AppKit              0x91329443 -[NSCell _sendActionFrom:] + 160
    96  com.apple.AppKit              0x91328800 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
    97  com.apple.AppKit              0x913aba95 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
    98  com.apple.AppKit              0x91327243 -[NSControl mouseDown:] + 943
    99  com.apple.AppKit              0x912f0dcd -[NSWindow sendEvent:] + 7533
    100 com.apple.AppKit              0x91289f77 -[NSApplication sendEvent:] + 4788
    101 com.apple.iLifeKit            0x0201dc9b -[iLifeKit sendEvent:] + 55
    102 com.apple.iPhoto              0x0012c344 0xac000 + 525124
    103 com.apple.AppKit              0x9121bb21 -[NSApplication run] + 1007
    104 com.apple.AppKit              0x914acac5 NSApplicationMain + 1054
    105 com.apple.iPhoto              0x000bbc99 0xac000 + 64665
    106 com.apple.iPhoto              0x000bb2e5 0xac000 + 62181
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x9a596b5e __select_nocancel + 10
    1   libdispatch.dylib             0x96b4ecbd _dispatch_mgr_invoke + 642
    2   libdispatch.dylib             0x96b4d853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock             0x023e748f -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   com.apple.CoreFoundation      0x958fb1aa -[NSObject performSelector:] + 58
    8   com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    10  com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    14  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    15  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    16  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    17  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib        0x9a595e12 __accept + 10
    1   com.apple.iPhoto              0x004a424d 0xac000 + 4162125
    2   com.apple.iPhoto              0x004ee651 0xac000 + 4466257
    3   com.apple.iPhoto              0x004ee5be 0xac000 + 4466110
    4   libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x994596de thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib        0x9a596b42 __select + 10
    1   com.apple.CoreFoundation      0x958e1e15 __CFSocketManager + 1557
    2   libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    3   libsystem_c.dylib             0x994596de thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation          0x9970fbe8 -[NSCondition wait] + 304
    4   com.apple.iPhoto              0x000fda64 0xac000 + 334436
    5   com.apple.iPhoto              0x000fd672 0xac000 + 333426
    6   com.apple.CoreFoundation      0x958f5a9d __invoking___ + 29
    7   com.apple.CoreFoundation      0x958f59d9 -[NSInvocation invoke] + 137
    8   com.apple.RedRock             0x0240385b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock             0x024145f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    13  com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    17  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    18  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    19  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    20  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x9279e3a7 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore 0x9279e11d TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore 0x9279df2e TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component 0x9736a16a 0x96d7d000 + 6213994
    7   libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    8   libsystem_c.dylib             0x994596de thread_start + 34
    Thread 14:: CVDisplayLink
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo           0x97f120cd CVDisplayLink::runIOThread() + 945
    4   com.apple.CoreVideo           0x97f11d05 _ZL13startIOThreadPv + 160
    5   libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    6   libsystem_c.dylib             0x994596de thread_start + 34
    Thread 15:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9940182a pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component 0x9748c467 0x96d7d000 + 7402599
    4   libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    5   libsystem_c.dylib             0x994596de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x99459f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation          0x997403c3 -[NSCondition waitUntilDate:] + 427
    4   com.apple.Foundation          0x997067d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5   com.apple.Foundation          0x997066a6 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore           0x01dace12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore           0x01dabefa -[XTThread run:] + 412
    8   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    9   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    10  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto              0x005acdd1 0xac000 + 5246417
    4   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    5   com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    7   com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    8   com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    9   com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    10  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    11  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    12  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    13  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    14  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto              0x00175872 0xac000 + 825458
    4   com.apple.CoreFoundation      0x958f5a9d __invoking___ + 29
    5   com.apple.CoreFoundation      0x958f59d9 -[NSInvocation invoke] + 137
    6   com.apple.RedRock             0x0240385b -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock             0x024145f4 -[RKInvoker _invokeTargetWithPool:] + 68
    8   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    9   com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    15  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    16  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    17  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    18  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 19:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib        0x9a594c76 semaphore_timedwait_trap + 10
    1   libdispatch.dylib             0x96b50a55 _dispatch_semaphore_wait_slow + 274
    2   libdispatch.dylib             0x96b50ab4 dispatch_semaphore_wait + 36
    3   com.apple.RemoteViewServices  0x9463a725 __54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0345 + 79
    4   libdispatch.dylib             0x96b4cfbd _dispatch_call_block_and_release + 15
    5   libdispatch.dylib             0x96b4e01c _dispatch_worker_thread2 + 231
    6   libsystem_c.dylib             0x99457b24 _pthread_wqthread + 346
    7   libsystem_c.dylib             0x994596fe start_wqthread + 30
    Thread 20:
    0   libsystem_kernel.dylib        0x9a59702e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99457ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x994596fe start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib        0x9a59702e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99457ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x994596fe start_wqthread + 30
    Thread 22:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto              0x005acdd1 0xac000 + 5246417
    4   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    5   com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    7   com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    8   com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    9   com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    10  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    11  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    12  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    13  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    14  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto              0x00175872 0xac000 + 825458
    4   com.apple.CoreFoundation      0x958f5a9d __invoking___ + 29
    5   com.apple.CoreFoundation      0x958f59d9 -[NSInvocation invoke] + 137
    6   com.apple.RedRock             0x0240385b -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock             0x024145f4 -[RKInvoker _invokeTargetWithPool:] + 68
    8   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    9   com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    15  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    16  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    17  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    18  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib        0x9a59683e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x99459e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9940a42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto              0x001bb758 0xac000 + 1111896
    4   com.apple.CoreFoundation      0x958f5a9d __invoking___ + 29
    5   com.apple.CoreFoundation      0x958f59d9 -[NSInvocation invoke] + 137
    6   com.apple.RedRock             0x0240385b -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock             0x024145f4 -[RKInvoker _invokeTargetWithPool:] + 68
    8   com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    9   com.apple.proxtcore           0x01db5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  com.apple.CoreFoundation      0x958f2d11 -[NSObject performSelector:withObject:] + 65
    11  com.apple.proxtcore           0x01dae22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore           0x01dadaef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore           0x01dad313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore           0x01dabf10 -[XTThread run:] + 434
    15  com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    16  com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    17  libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    18  libsystem_c.dylib             0x994596de thread_start + 34
    Thread 25:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib        0x9a596bb2 __semwait_signal + 10
    1   libsystem_c.dylib             0x9940a7b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib             0x9940a558 usleep$UNIX2003 + 60
    3   com.apple.AppKit              0x914646da -[NSUIHeartBeat _heartBeatThread:] + 2399
    4   com.apple.Foundation          0x9970de25 -[NSThread main] + 45
    5   com.apple.Foundation          0x9970ddd5 __NSThread__main__ + 1582
    6   libsystem_c.dylib             0x99455ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x994596de thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib        0x9a59702e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99457ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x994596fe start_wqthread + 30
    Thread 27:
    0   libsystem_kernel.dylib        0x9a59702e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99457ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x994596fe start_wqthread + 30
    Thread 28:
    0   libsystem_kernel.dylib        0x9a59702e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x99457ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x994596fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000540  ebx: 0x15675480  ecx: 0x00000150  edx: 0x00000004
      edi: 0x0000ffff  esi: 0xc8fc0000  ebp: 0xc009f508  esp: 0xc009f460
       ss: 0x00000023  efl: 0x00010246  eip: 0x93976aec   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xc8fc0000
    Logical CPU: 0
    Binary Images:
       0xac000 -   0xd98feb  com.apple.iPhoto (9.4.2 - 9.4.2) <3AC6405B-33E2-3184-9F20-4C9CC5256A3A> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xf2a000 -  0x100afe7  org.python.python (2.6.7 - 2.6.7) <61DBA92A-C39A-3A52-86F2-59CF9D310CB4> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1056000 -  0x105efff  com.apple.PhotoFoundation (1.0 - 10.17) <D48FDC95-21FC-328C-9F4F-89C28A260C2D> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10cf000 -  0x12abffb  com.apple.geode (1.5.3 - 270.7) <DFD97416-FD86-3AF1-BFF0-79A47DADE257> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x133a000 -  0x133fff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1347000 -  0x1376ff7  com.apple.iLifeAssetManagement (2.7 - 40.34) <2B65BA8A-2C25-360D-B50E-0A9EECA1CE57> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x139b000 -  0x13c2ff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <F190FD9B-9CC9-3D4D-9744-113F7CA36097> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13d6000 -  0x13faffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <768463A7-60B4-3D50-B36B-D6E5AFA43DC9> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1411000 -  0x141cfff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <86E53BF3-BCAD-36F9-999B-013E359EF079> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x1427000 -  0x143cffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x1448000 -  0x1474ffb  com.apple.DiscRecordingUI (6.0.4 - 6040.4.1) <F3EDDD79-611F-3ECC-9B78-0AB8BAC0D446> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x1490000 -  0x1492fff  com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x149b000 -  0x14a6ff7  com.apple.UpgradeChecker (9.2 - 9.2) <D34CC218-8200-34D7-816C-B747EE4BF5F7> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14b2000 -  0x184bff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <B03978EF-A395-30D4-833B-7C474E1F5F12> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1948000 -  0x1bd9ff3  com.apple.iLifePageLayout (1.3 - 200.9) <067ACE80-5B73-39EE-850B-E392F6573AAC> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1cb5000 -  0x1d4cff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1da8000 -  0x1e10ff3  com.apple.proxtcore (1.4.1 - 250.56) <BBADA727-FB78-32AF-8D45-4498F68343A7> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1e52000 -  0x1f50ff7  com.apple.iLifeSQLAccess (1.7.1 - 60.5) <845C6292-8EC2-3B4A-8E2E-8D98986148C2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x1f99000 -  0x1fc4ffb  com.apple.ProUtils (1.1 - 200.36) <E286BD1F-0BE8-3151-B758-89870AB4AC89> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1fde000 -  0x2049fff  com.apple.iLifeKit (1.3.1 - 156.11) <F93283F4-046D-3653-9607-8B0F850E6318> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x208e000 -  0x22b6ff7  com.apple.prokit (7.2.3 - 1823) <0FEDF2D7-F31A-36F2-91A9-C03877B0CB46> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x23c4000 -  0x28f0ffb  com.apple.RedRock (1.9.4 - 310.33) <548258F5-3AE9-3AD4-B986-A9674D131164> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2aee000 -  0x2b04ffb  com.apple.AOSAccounts (1.0.2 - 1.0.71) <13763832-1B2B-32E8-95BC-C23A627E6DD4> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2b19000 -  0x2b53ff3  com.apple.Ubiquity (1.1 - 210.2) <F8426ABA-BB3F-3A48-BF4E-9A0F6C12634F> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x2b6e000 -  0x2b6eff6  com.apple.SafariDAVNotifier (1.1.1 - 1) <DE95A56E-E2C8-3D96-B628-4DC6FA6CDD39> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2b74000 -  0x2b95ff7  com.apple.ChunkingLibrary (1.0 - 127.2) <8C1C8488-71E4-3C13-AF75-95CF06C040A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x2ba1000 -  0x2ba3fff  com.apple.LibraryRepair (1.0 - 1) <8D2DE423-2226-395A-9D90-3C43911F8613> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x2bab000 -  0x2c05fff  com.apple.proapps.MIO (1.0.6 - 512) <8321DF77-4AD8-376B-9465-83F471AA61D2> /Applications

    It crashes when I down load pictures and then try to use them. Converting a jpg to a pdf usually triggers a crash.
    Are you using the "Print to PDF" dialogue to convert your jpegs to pdf?
    In addition to OT's test, you might also check, if using a different "Theme" for printing will avoid the crash:
    14  com.apple.AppKit               0x912a52e4 _NSDrawThemeBackground + 1429
    15  com.apple.AppKit               0x9145edeb -[NSThemeFrame
    You crashlog shows, that iPhoto crashes, when trying to draw the "Print" theme background. There could be a problem wit the installed themes. Can you convert any jpegs to pdf, not only the jpegs downloaded from your iPad?
    Léonie

  • Adobe reader download problem on mac.  when i try to download reader it says i need adobe air.  when i try to download adobe air it says it's no longer available or supported.  i deleted the old air because i got a message saying i needed to delete it.

    adobe reader download problem on mac.  when i try to download reader it says i need adobe air.  when i try to download adobe air it says it's no longer available or supported.  i deleted the old air because i got a message saying i needed to delete it. what should i do?  my operating system is Mac 10.7.5

    You don't need Adobe AIR to download or install Adobe Reader.
    Try downloading the offline installer from http://get.adobe.com/reader/enterprise/

  • Adobe Flash crash when I try to upload some photos to create an album on Facebook . I think this issue related to the new version of Mozilla Firefox that I had installed 3 days ago and cause my system not able to open the internet . But I have sent a rep

    Adobe flash crash when I try to upload photos to created album on Facebook . Is this related to the new version of Mozilla Firefox that I installed few days ago.
    == This happened ==
    Not sure how often
    == This morning July 18th 2010

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • Adobe bridges crashes when opening a video file

    Adobe bridges crashes when opening a video file. i can open and view photos  but not .mov files or any other video file

    Just that one project, or any project?  Can you create new projects?

  • Adobe Bridge crashes when i open a Lacie external hard rive. Started when i uploaded Yosemite?

    Adobe Bridge crashes when i open a Lacie external hard rive. Started when i uploaded Yosemite?

    Finder crashes occur both on my MacBook Pro (4,1) and MacBook Air (2,1). There is very little in common between the hardware of the two systems except the Santa Rosa processor. One has HDD and the other SSD. One has 6GB in DDR2 memory in two dimms and one 2GB DDR3 soldered. One has an 8600M and one a 9400. One starts a bunch of apps at login and one starts nothing. And so on. Since it happens on different kinds of systems, it's definitely not a hardware problem with certain specific hardware. And I'm pretty sure I saw a report from someone with a MacPro.
    I've looked at a lot of finder crash logs. A number of them seem to happen when something (memory or an object) is being freed and an error occurs. This causes an abort and the finder is killed and restarts. Not exactly a "crash". More like controlled flight into the ground. The other cases are probably not catching the error and getting seg faults, so those actually are crashes. Unfortunately, the place this happens seems to be different every time but usually related to finder or AppKit.
    I suspect a memory corruption bug somewhere. I've pushed my system by opening and closing
    folders, scrolling up and down, and opening and closing subfolders, and once the problem happens, it is usually reproducible for a few minutes (or a few repeats of the action that caused the crash).
    Then it will often "magically" start working or a slight variation of behavior, e.g., opening a folder directly vs. using a finder window sidebar alias (or vice-versa) will work.

  • Using Adobe Presenter 7 when published to PDF video files do not play just a blank page, any ideas?

    Using Adobe Presenter 7 when published to PDF video files do not just a blank page, any ideas? I am using office 2010 and Adobe Acrobat 9 on my PC any suggestions would be very helpful as the audio and slides work fine though no SWF files work just a blank white screen
    Thanks

    The problem seems to be with Acrobat 9. Can you share any such pdf generated from presenter at [email protected]
    Alternatively, you can try to download Adobe Reader 10 http://get.adobe.com/reader/?promoid=JZEFU and try to view the published output usingthe same.

  • IMovie 11 (9.0.8) is constantly crashing when I export the video. Thanks

    Hi
    iMovie 11 (9.0.8) is constantly crashing when I export the video.
    Mountain Lion 10.8.2
    Thanks

    Process:    
    iMovie [1968]
    Path:       
    /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: 
    com.apple.iMovieApp
    Version:    
    9.0.8 (1778)
    Build Info: 
    iMovieApp-1778000000000000~1
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [132]
    User ID:    
    501
    Date/Time:  
    2012-12-23 02:38:13.102 +0600
    OS Version: 
    Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:     
    23494 sec
    Crashes Since Last Report:      
    3
    Per-App Interval Since Last Report:  19095 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                 
    3FEB89D7-E1FE-CE3E-3D23-0DAB6C1BB7BD
    Crashed Thread:  3
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000063fb5000
    VM Regions Near 0x63fb5000:
    MALLOC_LARGE      
    000000003ffad000-0000000063fb5000 [576.0M] rw-/rwx SM=PRV 
    -->
    MALLOC_SMALL      
    000000006b800000-000000006d000000 [ 24.0M] rw-/rwx SM=PRV 
    Application Specific Information:
    Performing @selector(ok:) from sender NSButton 0x85389040
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc220 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x93f820a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore
    0x91b95492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore
    0x91b9523d TSWaitOnSemaphoreCommon + 457
    5   com.apple.CoreServices.CarbonCore
    0x91b9540d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component
    0x926c7f17 0x920d3000 + 6246167
    7   com.apple.QuickTimeComponents.component
    0x926c6e30 0x920d3000 + 6241840
    8   com.apple.CoreServices.CarbonCore
    0x91bc5a51 callComponentStorage_441 + 33
    9   com.apple.CoreServices.CarbonCore
    0x91bb6abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    10  com.apple.CoreServices.CarbonCore
    0x91bb6aff CallComponentFunctionWithStorageProcInfo + 30
    11  com.apple.QuickTimeComponents.component
    0x926c3f6e SDH_ComponentDispatch + 114
    12  com.apple.CoreServices.CarbonCore
    0x91b30aee CallComponent + 151
    13  com.apple.CoreServices.CarbonCore
    0x91b30b48 CallComponentDispatch + 29
    14  com.apple.QuickTimeComponents.component
    0x92c72933 0x920d3000 + 12187955
    15  com.apple.QuickTimeComponents.component
    0x926e249a 0x920d3000 + 6354074
    16  com.apple.QuickTimeComponents.component
    0x926dd8da 0x920d3000 + 6334682
    17  com.apple.QuickTimeComponents.component
    0x926dc4e3 0x920d3000 + 6329571
    18  com.apple.QuickTimeComponents.component
    0x926db8a5 0x920d3000 + 6326437
    19  com.apple.CoreServices.CarbonCore
    0x91bc561c callComponentStorage_44444 + 47
    20  com.apple.CoreServices.CarbonCore
    0x91bb6abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    21  com.apple.CoreServices.CarbonCore
    0x91bb6aff CallComponentFunctionWithStorageProcInfo + 30
    22  com.apple.QuickTimeComponents.component
    0x926d926c Video2ComponentDispatch + 99
    23  com.apple.CoreServices.CarbonCore
    0x91b30aee CallComponent + 151
    24  com.apple.CoreServices.CarbonCore
    0x91b30b48 CallComponentDispatch + 29
    25  com.apple.QuickTime      
    0x997c808b MediaMoviesTask + 61
    26  com.apple.QuickTime      
    0x997c71f2 TaskMovie_priv + 3453
    27  com.apple.QuickTime      
    0x997d4ee9 MoviesTask_priv + 91
    28  com.apple.iMovieApp      
    0x0008de01 0x1b000 + 470529
    29  com.apple.iMovieApp      
    0x000924c0 0x1b000 + 488640
    30  com.apple.iMovieApp      
    0x000912bf 0x1b000 + 484031
    31  com.apple.QuickTimeComponents.component
    0x92915e16 0x920d3000 + 8662550
    32  com.apple.QuickTimeComponents.component
    0x9291541b 0x920d3000 + 8659995
    33  com.apple.QuickTimeComponents.component
    0x929140e6 0x920d3000 + 8655078
    34  com.apple.QuickTimeComponents.component
    0x928fe7d6 0x920d3000 + 8566742
    35  com.apple.CoreServices.CarbonCore
    0x91bc591f callComponentStorage_444 + 32
    36  com.apple.CoreServices.CarbonCore
    0x91bb6abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    37  com.apple.CoreServices.CarbonCore
    0x91bb6aff CallComponentFunctionWithStorageProcInfo + 30
    38  com.apple.QuickTimeComponents.component
    0x928fc052 SpitMovieComponentDispatch + 114
    39  com.apple.CoreServices.CarbonCore
    0x91b30aee CallComponent + 151
    40  com.apple.CoreServices.CarbonCore
    0x91b30b48 CallComponentDispatch + 29
    41  com.apple.QuickTime      
    0x9997f14f MovieExportFromProceduresToDataRef + 49
    42  com.apple.iMovieApp      
    0x00093595 0x1b000 + 492949
    43  com.apple.iMovieApp      
    0x0009414b 0x1b000 + 495947
    44  com.apple.iMovieApp      
    0x001c1d51 0x1b000 + 1731921
    45  com.apple.iMovieApp      
    0x001c26aa 0x1b000 + 1734314
    46  com.apple.iMovieApp      
    0x0012eb9f 0x1b000 + 1129375
    47  com.apple.iMovieApp      
    0x001c4736 0x1b000 + 1742646
    48  com.apple.AppKit         
    0x96ce11af -[NSSavePanel _didEndSheet:returnCode:contextInfo:] + 145
    49  com.apple.AppKit         
    0x966e7136 -[NSApplication endSheet:returnCode:] + 314
    50  com.apple.iMovieApp      
    0x00065982 0x1b000 + 305538
    51  com.apple.AppKit         
    0x96702f43 -[NSSavePanel dismissWindow:] + 137
    52  com.apple.AppKit         
    0x9670257d -[NSSavePanel ok:] + 467
    53  libobjc.A.dylib          
    0x942ff5d3 -[NSObject performSelector:withObject:] + 70
    54  com.apple.AppKit         
    0x968e1bd2 -[NSApplication sendAction:to:from:] + 436
    55  com.apple.iMovieApp      
    0x0006c9d0 0x1b000 + 334288
    56  com.apple.AppKit         
    0x968e19e0 -[NSControl sendAction:to:] + 102
    57  com.apple.AppKit         
    0x968e18ef -[NSCell _sendActionFrom:] + 159
    58  com.apple.AppKit         
    0x968dfe60 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1895
    59  com.apple.AppKit         
    0x968df69f -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 511
    60  com.apple.AppKit         
    0x968dedb9 -[NSControl mouseDown:] + 867
    61  com.apple.AppKit         
    0x968d6a21 -[NSWindow sendEvent:] + 6968
    62  com.apple.AppKit         
    0x968d1a0f -[NSApplication sendEvent:] + 4278
    63  com.apple.iMovieApp      
    0x0006c700 0x1b000 + 333568
    64  com.apple.AppKit         
    0x967eb72c -[NSApplication run] + 951
    65  com.apple.AppKit         
    0x9678e6f6 NSApplicationMain + 1053
    66  com.apple.iMovieApp      
    0x0001d35a 0x1b000 + 9050
    67  com.apple.iMovieApp      
    0x0001cec5 0x1b000 + 7877
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x9a34bc02 __select_nocancel + 10
    1   libdispatch.dylib        
    0x95b95a08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib        
    0x95b957a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x9a3497d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x9a348cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90928599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x9092df7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x9092d63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x9093d061 CFRunLoopRun + 129
    6   com.apple.FWAVCPrivate   
    0x0395b72f AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 266
    7   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    8   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 3 Crashed:
    0   libsystem_c.dylib        
    0x93ee2c9a bzero$VARIANT$sse42 + 26
    1   com.apple.QuickTimeComponents.component
    0x926c9466 0x920d3000 + 6251622
    2   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    3   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x9a34bbe6 __select + 10
    1   com.apple.CoreFoundation 
    0x90971c00 __CFSocketManager + 1632
    2   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    3   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   com.apple.QuickTimeComponents.component
    0x92b837ee 0x920d3000 + 11208686
    2   com.apple.QuickTimeComponents.component
    0x92737e26 0x920d3000 + 6704678
    3   com.apple.QuickTimeComponents.component
    0x92b83580 0x920d3000 + 11208064
    4   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    5   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 6:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93f89afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component
    0x927e0556 0x920d3000 + 7394646
    4   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    5   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 7:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93f89afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component
    0x927e0556 0x920d3000 + 7394646
    4   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    5   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 8:: jpegdecompress_MPLoop
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93f89afc pthread_cond_wait + 48
    3   com.apple.QuickTimeComponents.component
    0x927e0556 0x920d3000 + 7394646
    4   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    5   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93efc512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation     
    0x97dcd3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation     
    0x97dcd1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation     
    0x97dd2740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proapps.MIO    
    0x05352487 -[PluginLockPair scanPaths] + 540
    7   com.apple.Foundation     
    0x97d9f1d8 -[NSThread main] + 45
    8   com.apple.Foundation     
    0x97d9f15b __NSThread__main__ + 1396
    9   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    10  libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93efc512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation     
    0x97dcd3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation     
    0x97dcd1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation     
    0x97dd2740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proapps.MIO    
    0x05352487 -[PluginLockPair scanPaths] + 540
    7   com.apple.Foundation     
    0x97d9f1d8 -[NSThread main] + 45
    8   com.apple.Foundation     
    0x97d9f15b __NSThread__main__ + 1396
    9   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    10  libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93efc512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation     
    0x97dcd3c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation     
    0x97dcd1ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation     
    0x97dd2740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proapps.MIO    
    0x05352487 -[PluginLockPair scanPaths] + 540
    7   com.apple.Foundation     
    0x97d9f1d8 -[NSThread main] + 45
    8   com.apple.Foundation     
    0x97d9f15b __NSThread__main__ + 1396
    9   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    10  libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 12:: com.apple.bdplayback-DVDEventCallbackThread
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin    
    0x2203dc9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin    
    0x2204b2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin    
    0x2203d300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib        
    0x93efb014 _pthread_body + 72
    Thread 13:: com.apple.bdplayback-TFThread
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc220 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x93f820a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.AVCHDPlugin    
    0x2215b58c WindowsEvent::Wait(int) + 86
    4   com.apple.AVCHDPlugin    
    0x2218b4e1 IdleFiberEntry(void*) + 305
    5   com.apple.AVCHDPlugin    
    0x2203d300 ST20Thread::Run(PThreadRunParams*) + 38
    6   libsystem_c.dylib        
    0x93efb014 _pthread_body + 72
    Thread 14:: com.apple.bdplayback-OSXMessageThread
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin    
    0x2203dc9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin    
    0x2204b2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin    
    0x2203d300 ST20Thread::Run(PThreadRunParams*) + 38
    4   libsystem_c.dylib        
    0x93efb014 _pthread_body + 72
    Thread 15:: com.apple.bdplayback-DDPTask
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin    
    0x2203dc9a semaphore_wait(viona_semaphore_t*) + 42
    2   com.apple.AVCHDPlugin    
    0x2204b2bd WinPortServer::ProcessMessages() + 133
    3   com.apple.AVCHDPlugin    
    0x21ff8bc1 ScheduleRoutine + 81
    4   com.apple.AVCHDPlugin    
    0x2203d300 ST20Thread::Run(PThreadRunParams*) + 38
    5   libsystem_c.dylib        
    0x93efb014 _pthread_body + 72
    Thread 16:
    0   libsystem_kernel.dylib   
    0x9a3497d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x9a348cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90928599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x9092df7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x9092d63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x9092d4ab CFRunLoopRunInMode + 123
    6   com.apple.CoreMediaIO    
    0x9031b39f CMIO::DAL::RunLoop::OwnThread(void*) + 151
    7   com.apple.CoreMediaIO    
    0x90312938 CAPThread::Entry(CAPThread*) + 176
    8   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    9   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib   
    0x9a3497d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x9a348cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x90928599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x9092df7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x9092d63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x9092d4ab CFRunLoopRunInMode + 123
    6   com.apple.CoreMediaIOServices
    0x1f8e2cdb CMIO::DAL::RunLoop::OwnThread(void*) + 151
    7   com.apple.CoreMediaIOServices
    0x1f8da29a CAPThread::Entry(CAPThread*) + 176
    8   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    9   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib   
    0x9a34b8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x93efc289 _pthread_cond_wait + 938
    2   libsystem_c.dylib        
    0x93efc512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore
    0x91b956ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore
    0x91b95184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore
    0x91b9540d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore
    0x91b367ea AIOFileThread(void*) + 892
    7   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    8   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 19:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar     
    0x0bf20a73 0xbe71000 + 719475
    2   QuickTimeH264.scalar     
    0x0bf2055b 0xbe71000 + 718171
    3   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    4   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 20:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar     
    0x0bf20a73 0xbe71000 + 719475
    2   QuickTimeH264.scalar     
    0x0bf21903 0xbe71000 + 723203
    3   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    4   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 21:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib   
    0x9a34980e semaphore_wait_trap + 10
    1   QuickTimeH264.scalar     
    0x0bf20a73 0xbe71000 + 719475
    2   QuickTimeH264.scalar     
    0x0bf2055b 0xbe71000 + 718171
    3   libsystem_c.dylib        
    0x93ef7557 _pthread_start + 344
    4   libsystem_c.dylib        
    0x93ee1cee thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib   
    0x9a34c0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x93efa04c _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x93ef9e19 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x93ee1cca start_wqthread + 30
    Thread 23:
    0   libsystem_kernel.dylib   
    0x9a34c0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x93efa04c _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x93ef9e19 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x93ee1cca start_wqthread + 30
    Thread 3 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x02660000  ecx: 0x4062d000  edx: 0xbc73f908
      edi: 0x63fb5000  esi: 0x80f484e0  ebp: 0xb079ced8  esp: 0xb079ced4
       ss: 0x00000023  efl: 0x00010282  eip: 0x93ee2c9a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x63fb5000
    Logical CPU: 2
    Binary Images:
       0x1b000 -   0x4a1fef  com.apple.iMovieApp (9.0.8 - 1778) <8B088F1A-C83A-3009-BCDA-03F2292C7A8F> /Applications/iMovie.app/Contents/MacOS/iMovie
      0x562000 -   0x579ff7  com.apple.iLifeFaceRecognition (1.0 - 21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
      0x58b000 -   0x58cff3  com.apple.Helium (3.1.0 - 18567.3) <72A242AC-3BA7-3DD5-A043-000C7A9DCD11> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
      0x593000 -   0x5c1fe3  com.apple.MPEG2TSDecoder (1.0 - 84) <7E230E93-F7F6-34A2-8B60-E6F79E353426> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
      0x5fa000 -   0x679ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
      0x6be000 -   0x7dcff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      0x88f000 -   0x890ff7 +com.bensyverson.dvmatte.autopicker (1.0 - 1.0) <EB13CAE4-1A5F-7C8E-F4FA-39C5B0A22636> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
      0x896000 -   0x897fff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
      0x89e000 -   0x8c3ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
      0x8cd000 -   0x901fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
      0x907000 -   0xa6efff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
      0xa73000 -   0xc76feb  com.apple.Helium.HeliumRender (2.1.0 - 18567.3) <A20BE37C-2987-3BB8-AA52-0607FE7CCF8C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
      0xccc000 -   0xd4dfe7  com.apple.Helium.Heliumfilters (2.1.0 - 18567.3) <3DCC7DCF-8734-31A0-9B6F-0139CC6CB71C> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumFilters.framework/Versions/A/HeliumFilters
    0x1086000 -  0x1243feb  com.apple.Helium.HeliumSensoCore (2.0.2 - 18567.3) <BFA19728-C6DD-3D2D-BFF5-1099CBB20679> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumSensoCore.framework/Versions/A/HeliumSensoCore
    0x1279000 -  0x1f08ff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x3957000 -  0x3988ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x39fd000 -  0x3a0aff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x3ac1000 -  0x3ac2fff +com.ecamm.pluginloader (Ecamm Plugin Loader v1.0.5 - 1.0.5) /Library/InputManagers/*/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x3acf000 -  0x3ad0ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x3ad5000 -  0x3ad8ffe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x5333000 -  0x538fff3  com.apple.proapps.MIO (1.0.6 - 511) <BABE1BBA-6E4E-391F-A173-EAFF2ACCEEB6> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x53c7000 -  0x53ffff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x5500000 -  0x5551ff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <DED18914-309A-31FF-A367-BB0D62384728> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x556e000 -  0x55d0fff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x560a000 -  0x5617ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x5621000 -  0x5630ffd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <A9BF8310-F1D2-38EC-AA1A-5ECB479B89CE> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x563b000 -  0x5642ff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x564c000 -  0x56a8fff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x56d5000 -  0x5707ff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x5719000 -  0x5722fff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x88a8000 -  0x8a34ff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8a6b000 -  0x8bbcff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x8bea000 -  0x8e81fe7  com.apple.AMDRadeonX3000GLDriver (1.0.29 - 1.0.0) <97F2FDCC-0C16-33CC-B888-4DC58E257C4C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
    0x8eb5000 -  0x8eb7ffc  com.apple.IOAccelerator (19.0.26 - 19.0.26) <6A93A355-1FC9-3E0A-8A4F-B924EC2F2CD8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x8ebd000 -  0x8ec8ffb  libGPUSupportMercury.dylib (8.6.1) <A4CBD804-F50A-365B-B348-AE6BC80D52A1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x92d0000 -  0x92fcffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x9305000 -  0x930dffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x9314000 -  0x9316fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x9351000 -  0x940fff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x94ab000 -  0x9607fff  com.apple.iLMBAperture31Plugin (2.7.2 - 339) <31453F49-445D-3339-850B-961880BFC73A> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
    0x964f000 -  0x9656ff8  com.apple.iLMBAperturePlugin (2.7.2 - 339) <2D2C9870-E0B6-3868-8394-79E91AC706E4> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
    0x965d000 -  0x980fffb  com.apple.iLMBAperturePlugin2012 (2.7.2 - 339) <010C3E35-C2A2-378E-8818-3E4F95582F56> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
    0x986a000 -  0x986afff  com.apple.iLMBAppDefPlugin (2.7.2 - 339) <70319805-38A9-3043-ADAF-A8E3460C2E7F> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x986f000 -  0x9878ff7  com.apple.iLMBFinalCutPlugin (2.7.2 - 339) <FCDE7192-2E1A-38F8-916A-0CA934540DC2> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
    0x987f000 -  0x9880fff  com.apple.iLMBFolderPlugin (2.7.2 - 339) <A492DD96-B17A-3581-8F02-BB46C385D5B9> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x9885000 -  0x9888fff  com.apple.iLMBGarageBandPlugin (2.7.2 - 339) <78FF504C-F636-3C8D-8AAA-BACF4D5B7D9B> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x988e000 -  0x989aff3  com.apple.iLMBiMoviePlugin (2.7.2 - 339) <43670574-38EA-316D-8246-CCFA1EC939FF> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
    0x98a4000 -  0x98b7fff  com.apple.iLMBiPhoto8Plugin (2.7.2 - 339) <3A40E2BF-F18E-32A9-A9C1-A7ABB6530CF0> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
    0x98bf000 -  0x9a1efff  com.apple.iLMBiPhoto9Plugin (2.7.2 - 339) <E63985DE-DFFA-3459-870F-045D31ED2F38> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
    0x9a67000 -  0x9a6fffb  com.apple.iLMBiPhotoPlugin (2.7.2 - 339) <C223ED5C-2B22-3EA8-899B-7B152E32B018> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
    0x9a76000 -  0x9c29ff3  com.apple.iLMBiPhotoPlugin2012 (2.7.2 - 339) <C60F1D91-5FA8-31AF-A6AA-DF919D7DF7D2> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
    0x9c85000 -  0x9c8dffe  com.apple.iLMBiTunesPlugin (2.7.2 - 339) <50409BA5-9D15-3D95-BBC5-36C6EA6EC85B> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x9c94000 -  0x9d43ffb  com.apple.iTunesAccess (11.0.1 - 11.0.1) <6E9ECDC0-2344-36A0-BFCB-554E88F8F177> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x9d6e000 -  0x9d6ffff  com.apple.iLMBMoviesFolderPlugin (2.7.2 - 339) <64E4136B-AAD7-35AF-89EA-2560CE1C403C> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
    0x9d74000 -  0x9d76ffb  com.apple.iLMBPhotoBooth2Plugin (2.7.2 - 339) <0DC888AC-D093-39EF-A839-A262A3CDD0BC> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
    0x9d7c000 -  0x9d7dffd  com.apple.iLMBPhotoBoothPlugin (2.7.2 - 339) <E69485DC-8BE8-31AD-A002-79D7CE66F11C> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
    0xaebf000 -  0xaec4fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <58BDA15D-2B2D-3E77-BC8C-D14AB1E4AC4E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xb690000 -  0xb691ffd +cl_kernels (???) <058D90A0-7098-47AA-A81B-3D7A7173720A> cl_kernels
    0xb69c000 -  0xb69cff7 +cl_kernels (???) <ED915BB5-5771-4374-8BF4-99B15D363AE6> cl_kernels
    0xb69e000 -  0xb730ff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0xb7bc000 -  0xb7c0ffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0xb7c8000 -  0xb7c9ff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xbb72000 -  0xbd77fff  com.apple.audio.codecs.Components (3.0 - 3.0) <B826A71F-1D4C-3B2D-B104-D06583172F1B> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0xbe71000 -  0xc200fff  QuickTimeH264.scalar (2599.13) <40E122CF-721A-338C-94BB-D6CB892851EA> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0xc283000 -  0xc285ffd  com.apple.PDFImporter (2.2 - 22) <CD14545F-E6D9-3BEE-B4AC-95EA7FE61C26> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0xcf34000 -  0xcfcaffa  com.apple.mobiledevice (555.40 - 555.40) <40C9AB96-15C5-3D69-BA35-A73BB9380856> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0xd364000 -  0xd36afcb +com.roxio.ToastItPlugin (ToastIt 1.1.2 [build 18] - 1.1.2) /Users/USER/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0xd398000 -  0xd398ffd +cl_kernels (???) <424AB38C-EACE-4732-AF43-4A97FB1F4CC3> cl_kernels
    0xd3ba000 -  0xd422feb  com.apple.AppleProResDecoder (3.0.2 - 5718) <4442CBCE-7163-3E6A-8511-A52E9F6D8AFC> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0xd453000 -  0xd49cfff  com.apple.AppleVAH264HW.component (3.0 - 3.0) <3048BA40-0E8E-357A-8F9D-27D2FD322036> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xd560000 -  0xd567ffc  com.apple.AppleGVAHW.component (1.1 - 1) <402A3FA9-6028-3639-989F-E9FCA85D04CF> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0xd56e000 -  0xd6b8ff7  com.apple.AppleGVAFramework (4.0.27 - 4.0.27) <A821DD12-2544-3EAB-8439-4D17BCEB8460> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0xd6d4000 -  0xd70efff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.13) <5FB303B9-3672-39AA-8CD6-E323CC0E41A8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xd71a000 -  0xd73bfff  com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0xd74a000 -  0xd74eff7  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xd753000 -  0xd76bff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xe739000 -  0xe73aff5 +cl_kernels (???) <44710EC4-D4BB-4C7F-A819-56ECD3B9C10A> cl_kernels
    0xe789000 -  0xe7b2ff7  com.apple.datadetectors (4.0 - 199.0) <664C00F7-1E59-33F8-9401-DB4784A189B6> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0xe9f2000 -  0xe9f3ff1 +cl_kernels (???) <A1436546-31A7-4861-B21B-E9D0D1254A7E> cl_kernels
    0xeca0000 -  0xecd3ffc +com.stuffit.StuffItCM (13.0 - 13.0) /Library/Contextual Menu Items/StuffItCM.plugin/Contents/MacOS/StuffItCM
    0x1eefc000 - 0x1ef22ffb  com.apple.QuartzComposer.ExtraPatches (4.1 - 284) <BC445DFA-0C21-332E-AD55-31224AF4E57A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x1ef33000 - 0x1f04dff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x1f0ea000 - 0x1f132ffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <7AAE4076-36FA-37C1-9EAE-344F1C8F14D9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1f157000 - 0x1f240ffb  com.apple.PubSub (1.0.5 - 65.32) <47AA4035-0FAE-31ED-B7AD-C0DA089EE82D> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x1f299000 - 0x1f2c4ff7  com.apple.audio.OpenAL (1.6 - 1.6) <B10D8F86-253D-37C8-BC11-64DEEF81AC45> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x1f2d4000 - 0x1f2eaffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0x1f6f5000 - 0x1f71cff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x1f8d8000 - 0x1f920ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x1f941000 - 0x1f950ff7  com.apple.MP4RADPlugin (1.1 - 512) <9B08D2D8-A010-30F1-844D-8DF7BFB0A674> /Applications/iMovie.app/Contents/RADPlugins/MP4.RADPlug/Contents/MacOS/MP4
    0x1fa5e000 - 0x1faaeff7  com.apple.AppleVADriver (5.0.18 - 5.0.18) <784492A8-2D39-3F1B-8993-DC0CE9E9398E> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x1fb61000 - 0x1fb6afff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <B9264C9A-693B-3972-A3F1-7A324C147D61> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x1fc60000 - 0x1fc89fff  com.apple.cmio.DAL.VDC_4 (301.0 - 4147) <1EA9078C-E8C3-3694-8E22-27FB5676456F> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
    0x20316000 - 0x20347ffb  com.apple.FWAVC (301.47 - 47) <CAC0D9D7-6B38-3A17-9200-4CC26E5DC39C> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x2051e000 - 0x20580ffb  com.apple.CMIOQTUnits (301.0 - 4147) <779B58F9-AF45-3C15-AF25-FA76A8C14528> /System/Library/Frameworks/CoreMediaIO.framework/Resources/QuickTimeUnits/CMIOQ TUnits.bundle/Contents/MacOS/CMIOQTUnits
    0x20590000 - 0x205b6fff  com.apple.QuickTimeIIDCDigitizer (7.7.1 - 2599.13) <A9F3AA60-D2A5-37DA-84EC-0E05B5411263> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x205be000 - 0x2060fff7  com.apple.QuickTimeUSBVDCDigitizer (2.7.7 - 2.7.7) <9CA9E528-333D-35AF-804D-4C6F9544C2F9> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x21d45000 - 0x21d45ff7 +cl_kernels (???) <4A4BD3B6-58DD-46A0-A628-16754A2781A7> cl_kernels
    0x21f7d000 - 0x21f7dff1 +cl_kernels (???) <76779157-0DEE-49D3-9B9A-C2C334CED5B4> cl_kernels
    0x21f94000 - 0x2261bfff  com.apple.AVCHDPlugin (1.0.5 - 423) <2A90888E-8C25-341F-8099-EF13F627CC2A> /Applications/iMovie.app/Contents/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
    0x22778000 - 0x22a13fe3  com.apple.MPEG2PSRADPlugin (1.2 - 512) <14CFF7E9-255F-337B-B87E-997B04C00228> /Applications/iMovie.app/Contents/RADPlugins/MPEG2PS.RADPlug/Contents/MacOS/MPE G2PS
    0x22b25000 - 0x22b4efff  com.apple.mio.DAL.VDC_4 (171.0 - 3244) <A26CD804-FDFA-33CC-A6DF-BFAB5EFB2EC9> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x23399000 - 0x233e1fe3 +com.stuffit.sdk (13.0 - 13.0) <BD1A4368-F67E-6026-DAF9-544923297F3B> /Library/Frameworks/StuffIt.framework/Versions/B/StuffIt
    0x241fe000 - 0x2428dff7  unorm8_rgba.dylib (2.1.19) <EAF23AD7-DEC1-3346-A7AA-21B308CA2A85> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
    0x246d5000 - 0x246f9fff  com.apple.security.csparser (3.0 - 55179.1) <5A5A8689-5E81-3F38-B770-70448D8653E9> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0x27a3d000 - 0x27acbff1 +com.stuffit.stuffitcore (13.0 - 13.0) <BA7B3413-A4AD-1192-56DA-5F1A6B1D8DB0> /Library/Frameworks/StuffItCore.framework/Versions/A/StuffItCore
    0x29363000 - 0x293f5ff7  unorm8_argb.dylib (2.1.19) <1B67DB26-5B5D-3600-8049-D744F133BEB1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x70000000 - 0x7015dff7  com.apple.audio.units.Components (1.8 - 1.8) <2637680C-A07E-3387-BD21-33B04B7C7A95> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe1a000 - 0x8fe4ce57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90105ff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90106000 - 0x90106fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90147000 - 0x9015cfff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9018e000 - 0x90191ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x90192000 - 0x901b7ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x901b8000 - 0x9021afff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x9021b000 - 0x90272ff3  com.apple.HIServices (1.20 - 417) <561A770B-8523-3D09-A763-11F872779A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90273000 - 0x90274fff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x90275000 - 0x9030ffff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x90310000 - 0x90360ff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x90361000 - 0x9064cff7  com.apple.AOSKit (1.05 - 151) <F470C45E-620C-3FF2-AB1C-2D57FCD215E7> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x9064d000 - 0x906f7fff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x906f8000 - 0x90717ff3  com.apple.Ubiquity (1.2 - 243.10) <D2C9F356-1681-31D2-B292-5227E2DDEB0B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x90718000 - 0x90735fff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x90736000 - 0x9077bff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9077c000 - 0x907a1ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x907a2000 - 0x907e7ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x907e8000 - 0x90843fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90844000 - 0x90850ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x90851000 - 0x90882fff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90883000 - 0x90889fff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x9088a000 - 0x90895ffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90896000 - 0x908e4ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x908e5000 - 0x908effff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x908f6000 - 0x90adeff3  com.apple.CoreFoundation (6.8 - 744.12) <E939CEA0-493C-3233-9983-5070981BB350> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90adf000 - 0x90b38fff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b39000 - 0x90b39fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90b3a000 - 0x90b9efff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90b9f000 - 0x90ba2fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90ba3000 - 0x90ba7fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90ba8000 - 0x90babff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x90bac000 - 0x90e6cfff  com.apple.security (7.0 - 55179.1) <CB470E48-621B-34D9-9E78-8B773358CB6B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90e6d000 - 0x90e6dfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x90eeb000 - 0x90eeeffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90eef000 - 0x90ef3ffc  libGIF.dylib (845) <714E9F0D-D7A3-3F58-B46E-FCBE0F144B23> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90ef4000 - 0x9106cff5  com.apple.QuartzCore (1.8 - 304.0) <0B

  • Flash player keeps crashing when i watch a video online

    flash player keeps crashing when i watch a video online

    Give it a clean install: How to perform a "clean install" of Flash Player in Mac OS X
    Just trashing and reinstalling some of the files DOESN'T cut it.
    Also make sure your Shockwave plug-in is up to date: http://get.adobe.com/shockwave/otherversions/

  • Itunes crashes when my ipod loads up

    I just bought a new 80Gb classic ipod today. I'm using Itunes 7.6.1.9 and it crashes when my ipod loads up. I've tried uninstalling and reinstalling itunes and it hasn't solved my problem
    Does anyone have any ideas why this keeps happening.

    Not sure whether it is the problem of your computer or the iPod. Try to connect your iPod with antoher computer with latest iTunes preinstalled. If it works then find a way to deal with your computer

  • Hello my MacBook is crashing when I watch Youtube videos. Safari and Flash Player are updated.

    Hello,
    My MacBook is crashing when I watch Youtube videos. Safari and Flash Player are updated.
    What is the problem?
    It will be necessary to take him on a technical assistance?
    thank you

    Have you tried an alternate browser to see if the same issue happens? Try Firefox or Chrome. Chrome has Flash embedded in it, so if it doesn't work, it's probably not a Flash issue. FIrefox is at http://www.mozilla.org/en-US/firefox/new/ and Chrome is at https://www.google.com/chrome .
    Another thing to try is to sign up for HTML5 video from Youtube. See http://www.youtube.com/html5

  • Macbook air crashed when using USB.

    My macbook air crashed when I plugged in my new portable charger in the USB, and it refuse to start again. Nothing is happening when Im trying to start the mac. Is the macbook totally destroyed or can I fix this in some way? appreciate your help!

    You should also ask this in the MacBook Air forum. This is the forum for the white and black plastic MacBooks that were discontinued in 2010. You should also post this question there to increase your chances of getting an answer.
    https://discussions.apple.com/community/notebooks/macbook_air

  • Adobe Reader crashes when printing

    Dear sir,
    Our CEO has an issue with Adobe Reader crashing when he tries to print. His Operating System is Windows Vista x64.
    This issue does not happen always, but still enough to be inconvenient.
    The error message from the application log of Windows is shown below:
    Log Name:      Application
    Source:        Application Error
    Date:          09/09/10 1:27:23 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BELT656019.logistics.corp
    Description:
    Faulting application AcroRd32.exe, version 9.3.3.177, time stamp 0x4c1d77af, faulting module Updater.api_unloaded, version 0.0.0.0, time stamp 0x4c1d65ab, exception code 0xc0000005, fault offset 0x6663da0f, process id 0xe94, application start time 0x01cb5011edb21b53.
    Event Xml:
    <Event xmlns="<http://schemas.microsoft.com/win/2004/08/events/event>">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-09-09T11:27:23.000Z" />
        <EventRecordID>62291</EventRecordID>
        <Channel>Application</Channel>
        <Computer>BELT656019.logistics.corp</Computer>
        <Security />
      </System>
      <EventData>
        <Data>AcroRd32.exe</Data>
        <Data>9.3.3.177</Data>
        <Data>4c1d77af</Data>
        <Data>Updater.api_unloaded</Data>
        <Data>0.0.0.0</Data>
        <Data>4c1d65ab</Data>
        <Data>c0000005</Data>
        <Data>6663da0f</Data>
        <Data>e94</Data>
        <Data>01cb5011edb21b53</Data>
      </EventData>
    </Event>
    Have you got any idea what the issue/solution may be?
    Thank you in advance.
    Best regards,
    Karel Dries

    sorry will not be able to attach the pdf file - The file isn't damaged as it will print from other printers as  they all use the same print drivers as they print through a print server.
    I have also attached to the printer off-line and used new printer drivers from HP and it still fails 20 page pdf and stops at page 9 saying cannot extract correct font.
    the file was created in Quark express ver 8.
    It is happening to a handfull of people

  • ITunes crashing when watching iTunes Festival videos

    Hello.
    iTunes is crashing when watching iTunes Festival videos.
    It crashes at least once a day.
    iTunes 11.1
    Macbook Pro OS X 10.8.5

    I have the same problem.
    iTunes 11.1.1
    iMac13,1
    OS X 10.8.5

  • Safari working great with Leopard now crashing when try to go to sites

    Safari working great with Leopard now crashing when try to go to sites

    Here is the very lengthy report it is generating AFTER the crash-
    Process: Safari [662]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 3.0.4 (5523.10.6)
    Build Info: WebBrowser-55231006~1
    Code Type: X86 (Native)
    Parent Process: launchd [98]
    Date/Time: 2007-12-19 11:17:06.557 -0800
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.WebCore 0x96871876 WebCore::Frame::page() const + 6
    1 com.apple.WebCore 0x969edac2 WebCore::FrameTree::isDescendantOf(WebCore::Frame const*) const + 34
    2 com.apple.WebCore 0x969ed99d WebCore::FrameLoader::submitForm(WebCore::FrameLoadRequest const&, WebCore::Event*) + 109
    3 com.apple.WebCore 0x96cb65ad WebCore::FrameLoader::submitForm(char const*, WebCore::String const&, ***::PassRefPtr<WebCore::FormData>, WebCore::String const&, WebCore::String const&, WebCore::String const&, WebCore::Event*) + 1197
    4 com.apple.WebCore 0x969eb1f0 WebCore::HTMLFormElement::submit(WebCore::Event*, bool) + 496
    5 com.apple.WebCore 0x969eaf0c WebCore::HTMLFormElement::prepareSubmit(WebCore::Event*) + 188
    6 com.apple.WebCore 0x96985e2b WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 1787
    7 com.apple.WebCore 0x968fb703 WebCore::EventTargetNode::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 739
    8 com.apple.WebCore 0x968fb390 WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool, WebCore::EventTarget*) + 160
    9 com.apple.WebCore 0x968fb2ad WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 61
    10 com.apple.WebCore 0x96984854 WebCore::EventTargetNode::dispatchUIEvent(WebCore::AtomicString const&, int, ***::PassRefPtr<WebCore::Event>) + 212
    11 com.apple.WebCore 0x968fbb9e WebCore::EventTargetNode::defaultEventHandler(WebCore::Event*) + 302
    12 com.apple.WebCore 0x9698591f WebCore::HTMLInputElement::defaultEventHandler(WebCore::Event*) + 495
    13 com.apple.WebCore 0x968fb703 WebCore::EventTargetNode::dispatchGenericEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 739
    14 com.apple.WebCore 0x968fb390 WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool, WebCore::EventTarget*) + 160
    15 com.apple.WebCore 0x968fb2ad WebCore::EventTargetNode::dispatchEvent(***::PassRefPtr<WebCore::Event>, int&, bool) + 61
    16 com.apple.WebCore 0x96ba9f4c WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, ***::PassRefPtr<WebCore::Event>) + 508
    17 com.apple.WebCore 0x96baa325 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 165
    18 com.apple.WebCore 0x969cb352 WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 114
    19 com.apple.WebCore 0x969f48d6 WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 694
    20 com.apple.WebCore 0x969f4529 WebCore::EventHandler::mouseUp(NSEvent*) + 393
    21 com.apple.WebKit 0x91f7e7dc -[WebHTMLView mouseUp:] + 220
    22 com.apple.AppKit 0x90572e39 -[NSWindow sendEvent:] + 5520
    23 com.apple.Safari 0x000329d3 0x1000 + 203219
    24 com.apple.AppKit 0x9053fa2c -[NSApplication sendEvent:] + 2766
    25 com.apple.Safari 0x000324a8 0x1000 + 201896
    26 com.apple.AppKit 0x9049d705 -[NSApplication run] + 847
    27 com.apple.AppKit 0x9046a9ba NSApplicationMain + 574
    28 com.apple.Safari 0x00002876 0x1000 + 6262
    Thread 1:
    0 libSystem.B.dylib 0x960aeace _semwaitsignal + 10
    1 libSystem.B.dylib 0x960d8ced pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x9686003f WebCore::IconDatabase::syncThreadMainLoop() + 239
    3 com.apple.WebCore 0x9685b635 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
    4 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    5 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x960a78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x960af0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x93ead0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x93eadd38 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x921b97ba CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    6 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x960a78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x960af0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x93ead0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x93eadd38 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x94c83560 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x94c2004d -[NSThread main] + 45
    6 com.apple.Foundation 0x94c1fbf4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    8 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x960f6f5a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    2 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x960a78e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x960af0dc mach_msg + 72
    2 ...romedia.Flash Player.plugin 0x18159341 memcopy_mmx + 709497
    3 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    4 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x960a792e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x960d91e6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9611ec4b pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x18020572 0x17c91000 + 3732850
    4 ...romedia.Flash Player.plugin 0x18057e68 Flash_EnforceLocalSecurity + 124992
    5 ...romedia.Flash Player.plugin 0x1802081c 0x17c91000 + 3733532
    6 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    7 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x960a792e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x960d91e6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x9611ec4b pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x18020572 0x17c91000 + 3732850
    4 ...romedia.Flash Player.plugin 0x18057e68 Flash_EnforceLocalSecurity + 124992
    5 ...romedia.Flash Player.plugin 0x1802081c 0x17c91000 + 3733532
    6 libSystem.B.dylib 0x960d8075 pthreadstart + 321
    7 libSystem.B.dylib 0x960d7f32 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x96cb6114 ecx: 0x00000006 edx: 0x0044dc84
    edi: 0x00000000 esi: 0x0043c8b8 ebp: 0xbfffe9e8 esp: 0xbfffe9e8
    ss: 0x0000001f efl: 0x00010286 eip: 0x96871876 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000008
    Binary Images:
    0x1000 - 0x12efef com.apple.Safari 3.0.4 (5523.10.6) <53d219fd878088543fd2e1af460bed18> /Applications/Safari.app/Contents/MacOS/Safari
    0x176000 - 0x184ff8 SyndicationUI ??? (???) <8adc35e1eb5001dead3c18ee25f2e8db> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x193000 - 0x1a9fe7 com.apple.CoreVideo 1.5.0 (1.5.0) <c7569b68e54114da815e9c55299fe3a4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x51a000 - 0x600ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7f2000 - 0x7f7ff3 libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x162b6000 - 0x162b6ffe com.apple.JavaPluginCocoa 12.0.0 (12.0.0) <02a9f23a8bfc902c32ac0adfb66d6816> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x16e01000 - 0x16e08ffd com.apple.JavaVM 12.0.0 (12.0.0) <44b9536fe4d7c7fcb3506adb695a180f> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x17129000 - 0x1712aff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x17c91000 - 0x1828eff3 +com.macromedia.Flash Player.plugin 9.0.115 (1.0.4f60) <9fa57b6dc7ff4cfe9a518442325e91cb> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x183cf000 - 0x186e0fe2 com.apple.QuickTime 7.3.1 (7.3.1) <697ff9cc466d4388840c3b733af9c6d7> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x1879e000 - 0x187bdfed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90003000 - 0x90021ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90022000 - 0x90146fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90147000 - 0x90147ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90148000 - 0x9017efef libtidy.A.dylib ??? (???) <e4d3e7399fb83d7f145f9b4ec8196242> /usr/lib/libtidy.A.dylib
    0x9017f000 - 0x9019dfff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
    0x9019e000 - 0x901f8ff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x902ee000 - 0x90315fff libcups.2.dylib ??? (???) <5521498e8902ddd0b15cfaa7db384e29> /usr/lib/libcups.2.dylib
    0x90316000 - 0x90395ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90396000 - 0x9039cfff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9039d000 - 0x9039dff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9039e000 - 0x903a5fff com.apple.agl 3.0.9 (AGL-3.0.9) <7dac4a7cb0de2f6d08ae71c1249379e3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x903a6000 - 0x903b4ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x903b5000 - 0x903b5ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x903b6000 - 0x903d5ffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x903d6000 - 0x90420fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90421000 - 0x90457fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9045e000 - 0x90463fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90464000 - 0x90c5efef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90c5f000 - 0x9106ffef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x91070000 - 0x91119fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91137000 - 0x91140fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91141000 - 0x91148ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x91280000 - 0x91282fff com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x912b8000 - 0x912f9fe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x912fa000 - 0x91312fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91313000 - 0x9138ffeb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91400000 - 0x91424feb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x91425000 - 0x91425fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91426000 - 0x9172cfff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9172d000 - 0x9176aff7 libGLImage.dylib ??? (???) <202d73e6a4688fc06ff11b71910c2ce7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9176b000 - 0x917fefff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x917ff000 - 0x91e96fef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91e97000 - 0x91f46fff com.apple.DesktopServices 1.4.3 (1.4.3) <66d5ed56111c43d234e235d365d02469> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91f51000 - 0x9200cfe3 com.apple.WebKit 5523.10.5 (5523.10.5) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9200d000 - 0x9210efff com.apple.PubSub 1.0.1 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x921ae000 - 0x92225fe3 com.apple.CFNetwork 220 (221) <972a41911805859205b057a6f5b91e8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92226000 - 0x9235eff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x931ec000 - 0x9321efff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93236000 - 0x932b0ff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x932bf000 - 0x932bfff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x932c0000 - 0x932e8ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x93359000 - 0x93374ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93375000 - 0x933a2feb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93469000 - 0x935aeff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x935af000 - 0x935d9fef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0x935da000 - 0x93758fff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x937ab000 - 0x937abffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x937ac000 - 0x937c0ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x937c1000 - 0x937c4fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x937c5000 - 0x937d4fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x9381a000 - 0x938feffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x938ff000 - 0x938ffffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93900000 - 0x93974fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93975000 - 0x939b4fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x939b5000 - 0x93a12ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x93a13000 - 0x93a15fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93a16000 - 0x93aa8ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93aa9000 - 0x93ab6fe7 com.apple.opengl 1.5.5 (1.5.5) <aa08b52d2a84b44dc6ee5d544a53fe8a> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93ab7000 - 0x93ac7ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93ac8000 - 0x93b02ff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93b03000 - 0x93b0eff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93b0f000 - 0x93b6bff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93b6c000 - 0x93c4bfff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x93c4c000 - 0x93c70fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x93c71000 - 0x93e3afef com.apple.security 5.0.1 (32736) <8c9eda0fcc1d8a571543025ac900715f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93e3b000 - 0x93f6dfe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93f6e000 - 0x93f9dfe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93f9e000 - 0x93fd7ffe com.apple.securityfoundation 3.0 (32768) <1e9885d63ced51f81bc1f39af624637d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93fd8000 - 0x93fdcfff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93fdd000 - 0x942b6fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x944b6000 - 0x944c2ff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x944c3000 - 0x944c4fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x944c5000 - 0x94991ffe libGLProgrammability.dylib ??? (???) <e8bc0af671427cf2b6279a035805a086> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94b4e000 - 0x94c15ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94c16000 - 0x94e8ffe7 com.apple.Foundation 6.5.1 (677.1) <85ac18c7cd454378db6122bea0c00965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94e90000 - 0x94e9bfe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94ebd000 - 0x94ebdffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94ebe000 - 0x94ec8feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94ec9000 - 0x94f55ff7 com.apple.LaunchServices 286 (286) <72b15e7a01e42d510f0339e90113d5d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94f5c000 - 0x9500effb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x9500f000 - 0x95054fef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x950b8000 - 0x95199ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
    0x9519a000 - 0x95265fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95297000 - 0x9529eff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9529f000 - 0x95355fe3 com.apple.CoreServices.OSServices 210.2 (210.2) <4ed69f07fc0f211ab32d1ee96e281fc2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95356000 - 0x9535bfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9535c000 - 0x953b5fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x953b6000 - 0x9541bffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9541c000 - 0x957dafea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95b0d000 - 0x95b94ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
    0x95b95000 - 0x95ba5fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95ba7000 - 0x95f3dff7 com.apple.QuartzCore 1.5.1 (1.5.1) <deb61cbeb3f734a1b2f4669f6268b9de> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95f3e000 - 0x95f4dffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95f4e000 - 0x95ff5fff com.apple.QD 3.11.50 (???) <e2f71720ae1dad06a8883ac80775b21a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95ff6000 - 0x960a6fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x960a7000 - 0x96201fe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x96202000 - 0x96244fef com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96245000 - 0x9624cfe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9624d000 - 0x96263fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x962f4000 - 0x962f5ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9630e000 - 0x9630effd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9634d000 - 0x96355fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96356000 - 0x963a6ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96610000 - 0x9669afff com.apple.framework.IOKit 1.5.1 (???) <5176a7383151a19c962334009fef2c6d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x967f2000 - 0x967f4ff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96858000 - 0x96d6efff com.apple.WebCore 5523.10.5 (5523.10.5) <2969321e9dbdb3e099efbacc94c4bd1b> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Maybe you are looking for

  • OS7 - removing  cities from weather icon

    How can I remove cities from my weather icon?

  • Yosemite Mail displays image attachments as question marks if attachments also contain a pdf

    We have 11 macs running Yosemity in our company and I have the following problem with Mail since upgrading. If an email is created in Mail and both images (jpg) and pdf's are attached to that mail, the recipient will see the images displayed as quest

  • FlashPaper Menu in Word Missing

    I have recently installed Studio 8 which comes with Contribute 3 which come with FlashPaper2 (why they bundled Contribute and FlashPaper together, I can't figure). I like FlashPaper and have been experimenting with it in my work area. For some reason

  • WRT610N Shared folder area is Blank - USB DRIVE

    I have a 1tb drive connected to the USB port of my WRT610N  Firmware Version: 2.00.00 B05   I can create a shared folder for individual folders as well as the entire drive. However the Shared folder area of the Disk tab in the Storage area of the rou

  • NAC 802.1x: VLAN assignment via RADIUS

    I'm deploy a 802.1x NAC solution. Users authenticate ok but the VLAN is not assigned to the port. The RADIUS server send the attributes to the NAD (switch 3560). I see the following lines in the radius debug output: 02:49:08: RADIUS: Received from id