Flash CS5 crashed while saving (unexpected error)

When working on a flash project in cs5 my computer crashed. When I re opened it i got a text box saying unexpected file type.
Any help, advice or answers would be great. I've been working on this project for almost a hundred hours and I would hate to lose it over a system crash. Even telling me that its gone would be a relief.
Also I do have a swf file from the almost completed flash. Is there anyway to convert it back to flash so I can finish editing? I tried using sothink swf decompiler but when I ran it through all I got was a blank fla.
I would greatly appreciate any words or help. Thank you

This has happened to me twice. This time it happened with a file that crashed several times before while moving a MC attached to a IK rig. The final crash was while saving.  All I get now is "An error occurred while opening" and can not open the file.

Similar Messages

  • Flash CS5 crashes while inserting a keyframe in Motion Editor

    When I try to insert a keyframe in Motion Editor, Flash CS5 crashes.
    I tried to use two computers running the same Mac OS X 10.5.8 with the same specs and only one of the machines crashes.
    Any ideas?

    Is it any FLA on that machine?  As in, you can open a brand new FLA with nothing in it, draw a square, turn it into a tween, and inserting any keyframe in the motion editor crashes Flash?  That said, since you cannot reproduce on another system that's identical, it sounds like something went wrong in the install process.  I'm not sure what it might be, as we haven't encountered that kind of problem internally (or a crash on property keyframe insert).

  • Flash CS5 crashing when saving

    OK! What's the deal?
    I have just purchased Adobe Master Collection CS5, all $4400 worth! To give the software it's credit, I formatted my HDD and clean installed Win 7 x64 OS. I then clean installed the entire CS5 suite! As I have to somewhat justify the purchase to my boss (who paid for the software), I have gone to continue doing some work, (not even trying out new features!!), I needed to complete a task, so I got onto it.
    I opened up an existing file which was created using CS4, noticed a few bugs that arose when published out using CS5 (mainly around the way that fonts were referred as), fixed those, then all was going well. As we have all done, I got involved with the work, and worked for a long time without saving. I realised this and quickly went to save. The dialog box came up advising that it needed to change versions to CS5 (rather than the original CS4), so I cancelled out and did a file Save As.
    I thought I would create a new file so that if anything went wrong, I would have a backup. BLOODY LUCKY I DID, as when I went to save as, Flash crashed, loosing all the work I did. I did manage to get a screenshot of some of my AS which was lucky, but when I looked into the folder where I tried to save, there was a completley useless *.fla of 1kb in size which was completely corrupted and couldn't open up.
    Resigned to the fact that I lost all my work (nothing new - as we all know it happens every now and then), I thought I would open up Flash, and the very first task would be to save it as CS5 format. Low and behold, flash crashes again, again leaving a corrupted file in it's place. For $4400, you would think you could at least save the work you have done!!
    In other tests, it seems it can save new files, and some simple animations created in CS4, but what the hell do I do with all the existing work that I have spent the last year developing? Can someone please help me, as I really cannot work until this issue is resolved.
    HELP!
    Duncan Buchanan

    I have found the solution to fix my file
    In my case, I had to remove from the XML descriptor of a movieclip a reference to an FLVPlayback component! (don't ask me why)
    I am pasting the XML node I had to remove on the bottom, first the step by step solution in case others may stumble on this.
    It seems that movieclips get corrupt somehow, so, in order to find which ones, we have to proceed this way:
    solution
    1 - if you save your file as CS5 FLA, then rename the corrupt file from xxx.fla to xxx.zip.
    2 - Unzip the file, and you are going to have the same directory structure as if you save in xfl. Now, if you open the xfl file inside the unzipped folder, you get the same error you get opening the fla.
    3 - Go into the LIBRARY folder. This is a hyerarchical representation of your library.
    4 - If like I do, your library is well organized in folders and subfolders, this step will not be too annoying. If you have all library items free in the library, then it could be boring. Anyway... The thing here is to find which library items are causing the problem, so you have to remove them one by one, or in groups, and try to launch the xfl each time. When the xfl gets opened, you have removed the right library item.
    In my case, even for very large projects, I have only 4 folders in library's root. So what I did, I tried removing one of them, till I found the rightt one. Then I went deeper and deeper, and eventually found the **** movieclip causing the crash.
    If its not an important item, you can just happily continue to work and do it again. In my case, it was a vital component, so I went inside the xml definition, and tried to remove nodes untill it finally opened.
    TAHDAH
    The file got opened again, just with a missing reference inside that movieclip.
    I have read that often an empty frame may cause the problem, so you should look for <element/> tag.
    In my case, was a FLVPlayback component.
    Find below the node I had to remove (someone from Adobe may give a look)
    It is advised untill Flash CS5 doesn't get stabilized on file save  (yeah, I know, a detail!) to store your projects as xfl and not as FLA  files. (I don't really know why, since a fla file is just a zipped xfl  folder renamed as .fla)
    Exhausted but happy.
    Filippo
                    <DOMCompiledClipInstance libraryItemName="FLVPlayback" name="_video" selected="true" uniqueID="8">
                      <matrix>
                        <Matrix a="2.45603942871094" d="2.04177856445313"/>
                      </matrix>
                      <transformationPoint>
                        <Point x="160" y="119.95"/>
                      </transformationPoint>
                      <dataBindingXML><![CDATA[<component metaDataFetched='true' schemaUrl='' schemaOperation='' sceneRootLabel='HighlightItem' oldCopiedComponentPath=''>
    </component>
    ]]></dataBindingXML>
                      <parametersAsXML><![CDATA[   <property id="align">
          <Inspectable name="align" variable="align" category="" verbose="0" defaultValue="center" enumeration="center,top,left,bottom,right,topLeft,topRight,bottomLeft,bottomRight" type="List"/>
       </property>
       <property id="autoPlay">
          <Inspectable name="autoPlay" variable="autoPlay" category="" verbose="0" defaultValue="false" type="Boolean"/>
       </property>
       <property id="cuePoints">
          <Inspectable name="cuePoints" variable="cuePoints" category="" verbose="0" defaultValue="" type="Video Cue Points"/>
       </property>
       <property id="isLive">
          <Inspectable name="isLive" variable="isLive" category="" verbose="0" defaultValue="false" type="Boolean"/>
       </property>
       <property id="preview">
          <Inspectable name="preview" variable="preview" category="" verbose="0" defaultValue="None" type="Video Preview"/>
       </property>
       <property id="scaleMode">
          <Inspectable name="scaleMode" variable="scaleMode" category="" verbose="0" defaultValue="exactFit" enumeration="maintainAspectRatio,noScale,exactFit" type="List"/>
       </property>
       <property id="skin">
          <Inspectable name="skin" variable="skin" category="" verbose="0" defaultValue="" type="Video Skin"/>
       </property>
       <property id="skinAutoHide">
          <Inspectable name="skinAutoHide" variable="skinAutoHide" category="" verbose="0" defaultValue="false" type="Boolean"/>
       </property>
       <property id="skinBackgroundAlpha">
          <Inspectable name="skinBackgroundAlpha" variable="skinBackgroundAlpha" category="" verbose="0" defaultValue="0.85" type="Number"/>
       </property>
       <property id="skinBackgroundColor">
          <Inspectable name="skinBackgroundColor" variable="skinBackgroundColor" category="" verbose="0" defaultValue="#666666" type="Color"/>
       </property>
       <property id="source">
          <Inspectable name="source" variable="source" category="" verbose="0" defaultValue="" type="Video Content Path"/>
       </property>
       <property id="volume">
          <Inspectable name="volume" variable="volume" category="" verbose="0" defaultValue="1.00" type="Number"/>
       </property>
    ]]></parametersAsXML>
                    </DOMCompiledClipInstance>

  • CS5 Crashing while saving!

    I would like to beat someone around the head right now!!
    I have just lost six hour worth of work.
    This is now happening to me about three times a day.
    It will start to save a file and then crash!
    When will Adobe fix this!
    Steve Jobs was right !! ??

    I would like to beat someone around the head right now!!
    I have just lost six hour worth of work.
    This is now happening to me about three times a day.
    It will start to save a file and then crash!
    When will Adobe fix this!
    Steve Jobs was right !! ??

  • Flash CS5 Crashing when opening a specific .fla file

    I just upgraded from Flash Professional CS4 to CS5.  Everything seemed to be working fine. After upgrading, I started working on a project I had been creating in CS4 on the new CS5.  The file opened originally and I worked on it in the new CS5.  My swf works and the video plays.  All of the external swf files I load in to the Index swf work great.  They were created in the new CS5.  I can open the external swf, .fla files without any problem.  But when I open the one Index file that was created in CS4, Flash CS5 crashes saying there was an unexpected error. I have uninstalled and installed flash several times.  I have tried deleting the com.adobe.flash.plist file and restarting.  Nothing has worked.  I am really afraid I'm going to lose this file and all the work put in to it.  Can anyone help me with some ideas to troubleshoot this?  Any help would be greatly appreciated.  Thanks.

    You're still using 12.0.0, and the current version is 12.0.2.
    That looks like a font related crash fixed a while back.

  • Flash CS5 Crash when editing preferences

    Does it happen to anyone else when you edit anything in the preferences window that Flash CS5 crashes? I've reinstalled the program as well.. any tips I can try?

    This happens to me too, every time. Version 11.5.1.349 on a Mac, OSX 10.6.8. Change any setting and hit save. Crash log:
    Process:         Adobe Flash CS5.5 [1035]
    Path:            /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/MacOS/Adobe Flash CS5.5
    Identifier:      com.adobe.flash
    Version:         11.5.1.349 (11.5.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-11-08 15:06:56.338 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000002dc
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000000cffb4c
    Java VM: Java HotSpot(TM) Client VM (20.1-b02-384 mixed mode macosx-x86)
    Current thread (0000000055002000):  JavaThread "main" [_thread_in_native, id=-1606216384, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java Threads: ( => current thread )
      000000006409a400 JavaThread "Thread-4" [_thread_blocked, id=-1311825920, stack(00000000b1bf2000,00000000b1cf2000)]
      0000000055125c00 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=-1316052992, stack(00000000b17ea000,00000000b18ea000)]
      0000000055124400 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=-1318264832, stack(00000000b15ce000,00000000b16ce000)]
      0000000055123800 JavaThread "FelixDispatchQueue" [_thread_blocked, id=-1319321600, stack(00000000b14cc000,00000000b15cc000)]
      0000000064004400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1321435136, stack(00000000b12c8000,00000000b13c8000)]
      0000000064003400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1322491904, stack(00000000b11c6000,00000000b12c6000)]
      00000000550b9400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1323548672, stack(00000000b10c4000,00000000b11c4000)]
      00000000550b8400 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1324605440, stack(00000000b0fc2000,00000000b10c2000)]
      00000000550ad400 JavaThread "Finalizer" daemon [_thread_blocked, id=-1329291264, stack(00000000b0b4a000,00000000b0c4a000)]
      00000000550ac400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1330348032, stack(00000000b0a48000,00000000b0b48000)]
    =>0000000055002000 JavaThread "main" [_thread_in_native, id=-1606216384, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      00000000550a9800 VMThread [stack: 00000000b07bf000,00000000b08bf000] [id=-1333006336]
      0000000064005c00 WatcherThread [stack: 00000000b13ca000,00000000b14ca000] [id=-1320378368]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 6658K [0000000057810000, 0000000058810000, 0000000058810000)
      eden space 13184K,  50% used [0000000057810000, 0000000057e90890, 00000000584f0000)
      from space 1600K,   0% used [0000000058680000, 0000000058680000, 0000000058810000)
      to   space 1600K,   0% used [00000000584f0000, 00000000584f0000, 0000000058680000)
    concurrent mark-sweep generation total 110184K, used 24845K [0000000058810000, 000000005f3aa000, 000000005f810000)
    concurrent-mark-sweep perm gen total 30676K, used 18404K [000000005f810000, 0000000061605000, 0000000063810000)
    Code Cache  [0000000055801000, 0000000055f22000, 0000000057801000)
    total_blobs=3035 nmethods=2884 adapters=92 free_code_cache=26107392 largest_free_block=384
    Virtual Machine Arguments:
    JVM Args: -Djava.awt.headless=true -Xmx128m
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 3072M, Free = 232M
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.flash                         0x00cffb4c std::vector<CPicASObj*, std::allocator<CPicASObj*> >::push_back(CPicASObj* const&) + 24986
    1   com.adobe.flash                         0x008db3a9 CMoviePrefixHandler::~CMoviePrefixHandler() + 45559
    2   com.adobe.flash                         0x008e8a57 CMoviePrefixHandler::~CMoviePrefixHandler() + 100517
    3   com.adobe.flash                         0x00fee3f7 CMiniFrameWnd::~CMiniFrameWnd() + 825
    4   com.adobe.flash                         0x00fcb817 non-virtual thunk to CButtonOwnerDrawImpl::~CButtonOwnerDrawImpl() + 9613
    5   com.adobe.flash                         0x0103252c non-virtual thunk to CStdioFile::~CStdioFile() + 19790
    6   com.adobe.flash                         0x010317db non-virtual thunk to CStdioFile::~CStdioFile() + 16381
    7   com.adobe.flash                         0x0102e587 non-virtual thunk to CStdioFile::~CStdioFile() + 3497
    8   com.adobe.flash                         0x00252a4e KeyNameToMenuGlyphMap::KeyNameToMenuGlyphMap() + 10112
    9   com.adobe.flash                         0x011cb08d CList<MMUI::DocumentFrame*, MMUI::DocumentFrame*>::~CList() + 4429
    10  com.adobe.flash                         0x010317db non-virtual thunk to CStdioFile::~CStdioFile() + 16381
    11  com.adobe.flash                         0x0035fa4b non-virtual thunk to CFlashDocTemplate::ActivateAccelerators(TAcceleratorVector) + 3557
    12  com.adobe.flash                         0x0102e587 non-virtual thunk to CStdioFile::~CStdioFile() + 3497
    13  com.adobe.flash                         0x00252a4e KeyNameToMenuGlyphMap::KeyNameToMenuGlyphMap() + 10112
    14  com.adobe.flash                         0x0101c3b1 non-virtual thunk to CScrollViewImpl::ListenToMessage(long, void*) + 4687
    15  com.adobe.flash                         0x010b84e6 non-virtual thunk to LCarbonApp::MakeSelfSpecifier(AEDesc&, AEDesc&) const + 698
    16  com.apple.HIToolbox                     0x91f6bc2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    17  com.apple.HIToolbox                     0x91f6aef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    18  com.apple.HIToolbox                     0x91fd82a1 CallNextEventHandler + 95
    19  com.adobe.flash                         0x011c232f CTypedPtrArray<CPtrArray, MMUI::PanelPlaceholder*>::~CTypedPtrArray() + 2401
    20  com.adobe.dvaui.framework               0x0931412c dvaui::ui::OS_Window::CallCarbonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 108
    21  com.adobe.dvaui.framework               0x0931cbe1 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*), boost::_bi::list3<boost::_bi::value<OpaqueEventHandlerCallRef*>, boost::_bi::value<OpaqueEventRef*>, boost::_bi::value<void*> > >, int>::invoke(boost::detail::function::function_buffer&) + 33
    22  com.adobe.dvacore.framework             0x096b7949 boost::function0<int>::operator()() const + 41
    23  com.adobe.dvacore.framework             0x096b6c01 dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::functio n0<int>) + 17
    24  com.adobe.dvaui.framework               0x093139a4 dvaui::ui::OS_Window::CarbonEventHandlerProc(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 164
    25  com.apple.HIToolbox                     0x91f6bc2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    26  com.apple.HIToolbox                     0x91f6aef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    27  com.apple.HIToolbox                     0x91f8d7f3 SendEventToEventTarget + 52
    28  com.apple.HIToolbox                     0x91fb9e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    29  com.apple.HIToolbox                     0x91fdeb90 SendMenuCommandWithContextAndModifiers + 66
    30  com.apple.HIToolbox                     0x91fdeb47 SendMenuItemSelectedEvent + 121
    31  com.apple.HIToolbox                     0x91fdea5d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
    32  com.apple.HIToolbox                     0x91fae160 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 454
    33  com.apple.HIToolbox                     0x92160936 MenuSelect + 190
    34  com.apple.HIToolbox                     0x921198e0 HIMenuBar::HandleMouseEvent(OpaqueEventRef*) + 92
    35  com.apple.HIToolbox                     0x91f6c22b HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 173
    36  com.apple.HIToolbox                     0x91f6bc2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    37  com.apple.HIToolbox                     0x91f6aef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    38  com.apple.HIToolbox                     0x91f8d7f3 SendEventToEventTarget + 52
    39  com.apple.HIToolbox                     0x91f9f3ef ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1417
    40  com.apple.HIToolbox                     0x91f6c080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    41  com.apple.HIToolbox                     0x91f6aef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    42  com.apple.HIToolbox                     0x91f8d7f3 SendEventToEventTarget + 52
    43  com.apple.HIToolbox                     0x92116c17 ToolboxEventDispatcher + 86
    44  com.apple.HIToolbox                     0x92116d4f RunApplicationEventLoop + 243
    45  com.adobe.flash                         0x010244aa non-virtual thunk to CFileDialogImpl::~CFileDialogImpl() + 4302
    46  com.adobe.flash                         0x00ffcead CTimerImpl::~CTimerImpl() + 279
    47  com.adobe.flash                         0x00ffcf59 CTimerImpl::~CTimerImpl() + 451
    48  com.adobe.flash                         0x00265182 devtech_private::Buffer<unsigned short>::Grow(unsigned long) + 1506
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93147382 kevent + 10
    1   libSystem.B.dylib                       0x93147a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x93146f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x93146cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x93146781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x931465c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x93120b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9314e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9319705f pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0be9d274 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x0be96074 C_EULA_SetState + 2166
    5   com.adobe.amt.services                  0x0be9d2da C_AMTUISwitchSuppressUpdates + 16966
    6   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x9314eaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9314e75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x931503f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x980de21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x980c9b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x980c5533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x060c5309 0x608a000 + 242441
    7   com.adobe.ACE                           0x060c4d01 0x608a000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x980a954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    10  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x9315e0d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                       0x9317deab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x2405a2d7 Invoke + 54887
    3   ServiceManager-Launcher.dylib           0x24059376 Invoke + 50950
    4   ServiceManager-Launcher.dylib           0x24058227 Invoke + 46519
    5   ServiceManager-Launcher.dylib           0x24058279 Invoke + 46601
    6   ServiceManager-Launcher.dylib           0x24058303 Invoke + 46739
    7   ServiceManager-Launcher.dylib           0x24052706 Invoke + 23190
    8   ServiceManager-Launcher.dylib           0x240528ef Invoke + 23679
    9   ServiceManager-Launcher.dylib           0x240534cf Invoke + 26719
    10  ServiceManager-Launcher.dylib           0x240535cd Invoke + 26973
    11  ServiceManager-Launcher.dylib           0x240569b8 Invoke + 40264
    12  ServiceManager-Launcher.dylib           0x24056c61 Invoke + 40945
    13  ServiceManager-Launcher.dylib           0x2405728f Invoke + 42527
    14  ServiceManager-Launcher.dylib           0x2405748c Invoke + 43036
    15  ServiceManager-Launcher.dylib           0x2404911a Login + 1654
    16  ServiceManager-Launcher.dylib           0x2404a6f7 Login + 7251
    17  ServiceManager-Launcher.dylib           0x240579fb Invoke + 44427
    18  ServiceManager-Launcher.dylib           0x24059f49 Invoke + 53977
    19  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    20  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 5:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libSystem.B.dylib                       0x9318cc78 mach_msg_server + 520
    3   libjvm.dylib                            0x2d3db0eb jio_snprintf + 43803
    4   libjvm.dylib                            0x2d3daf80 jio_snprintf + 43440
    5   libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    6   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 6:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d641681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9c5d jio_snprintf + 38541
    7   libjvm.dylib                            0x2d3eecbe jio_vsnprintf + 333
    8   libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    9   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    10  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 7:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d641681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9c5d jio_snprintf + 38541
    7   libjvm.dylib                            0x2d3eecbe jio_vsnprintf + 333
    8   libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    9   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    10  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 8:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                            0x2d64d93c JVM_RaiseSignal + 366516
    4   libjvm.dylib                            0x2d64169b JVM_RaiseSignal + 316691
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9c5d jio_snprintf + 38541
    7   libjvm.dylib                            0x2d4890c9 JVM_Close + 13205
    8   libjvm.dylib                            0x2d489031 JVM_Close + 13053
    9   libjvm.dylib                            0x2d3f4d73 jio_vsnprintf + 25090
    10  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    11  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    12  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 9:  Java: VM Thread
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                            0x2d64d93c JVM_RaiseSignal + 366516
    4   libjvm.dylib                            0x2d64169b JVM_RaiseSignal + 316691
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9c5d jio_snprintf + 38541
    7   libjvm.dylib                            0x2d45b564 JVM_Lseek + 149378
    8   libjvm.dylib                            0x2d45b214 JVM_Lseek + 148530
    9   libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    10  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    11  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 10:  Java: Reference Handler
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d64982c JVM_RaiseSignal + 349860
    5   libjvm.dylib                            0x2d688b5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                            0x2d46850a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib                     0x22e5de75 JVM_MonitorWait + 69
    8   ???                                     0x5580b9d9 0 + 1434499545
    9   ???                                     0x55803e31 0 + 1434467889
    10  ???                                     0x55803e31 0 + 1434467889
    11  ???                                     0x55801374 0 + 1434456948
    12  libjvm.dylib                            0x2d45c7aa JVM_Lseek + 154056
    13  libjvm.dylib                            0x2d45c544 JVM_Lseek + 153442
    14  libjvm.dylib                            0x2d468341 JVM_StartThread + 2726
    15  libjvm.dylib                            0x2d468246 JVM_StartThread + 2475
    16  libjvm.dylib                            0x2d4681d4 JVM_StartThread + 2361
    17  libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    18  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    19  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    20  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    21  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 11:  Java: Finalizer
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d64982c JVM_RaiseSignal + 349860
    5   libjvm.dylib                            0x2d688b5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                            0x2d46850a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib                     0x22e5de75 JVM_MonitorWait + 69
    8   ???                                     0x5580b9d9 0 + 1434499545
    9   ???                                     0x55a43380 0 + 1436824448
    10  ???                                     0x55801374 0 + 1434456948
    11  libjvm.dylib                            0x2d45c7aa JVM_Lseek + 154056
    12  libjvm.dylib                            0x2d45c544 JVM_Lseek + 153442
    13  libjvm.dylib                            0x2d468341 JVM_StartThread + 2726
    14  libjvm.dylib                            0x2d468246 JVM_StartThread + 2475
    15  libjvm.dylib                            0x2d4681d4 JVM_StartThread + 2361
    16  libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    17  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    18  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    19  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    20  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 12:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d641681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9ba4 jio_snprintf + 38356
    7   libjvm.dylib                            0x2d4789d7 JVM_IsPrimitiveClass + 5991
    8   libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    9   libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    10  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    11  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    12  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 13:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x93120b36 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x2d479209 JVM_IsPrimitiveClass + 8089
    2   libjvm.dylib                            0x2d478bf4 JVM_IsPrimitiveClass + 6532
    3   libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    4   libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    5   libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    6   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 14:  Java: C1 CompilerThread0
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d641681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9ba4 jio_snprintf + 38356
    7   libjvm.dylib                            0x2d47fd30 JVM_Write + 288
    8   libjvm.dylib                            0x2d47a368 JVM_IsPrimitiveClass + 12536
    9   libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    10  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    11  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    12  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    13  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 15:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d641681 JVM_RaiseSignal + 316665
    5   libjvm.dylib                            0x2d641750 JVM_RaiseSignal + 316872
    6   libjvm.dylib                            0x2d3d9c5d jio_snprintf + 38541
    7   libjvm.dylib                            0x2d47bcf6 JVM_IsPrimitiveClass + 19078
    8   libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    9   libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    10  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    11  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    12  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 16:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                            0x2d64db2b JVM_RaiseSignal + 367011
    4   libjvm.dylib                            0x2d47ddec JVM_IsPrimitiveClass + 27516
    5   libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    6   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    7   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 17:  Java: FelixDispatchQueue
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d64982c JVM_RaiseSignal + 349860
    5   libjvm.dylib                            0x2d688b5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                            0x2d46850a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib                     0x22e5de75 JVM_MonitorWait + 69
    8   ???                                     0x5580b9d9 0 + 1434499545
    9   ???                                     0x55803e31 0 + 1434467889
    10  ???                                     0x55803e31 0 + 1434467889
    11  ???                                     0x55803e31 0 + 1434467889
    12  ???                                     0x55803e31 0 + 1434467889
    13  ???                                     0x5580430d 0 + 1434469133
    14  ???                                     0x55801374 0 + 1434456948
    15  libjvm.dylib                            0x2d45c7aa JVM_Lseek + 154056
    16  libjvm.dylib                            0x2d45c544 JVM_Lseek + 153442
    17  libjvm.dylib                            0x2d468341 JVM_StartThread + 2726
    18  libjvm.dylib                            0x2d468246 JVM_StartThread + 2475
    19  libjvm.dylib                            0x2d4681d4 JVM_StartThread + 2361
    20  libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    21  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    22  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    23  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    24  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 18:  Java: FelixStartLevel
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d64982c JVM_RaiseSignal + 349860
    5   libjvm.dylib                            0x2d688b5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                            0x2d46850a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib                     0x22e5de75 JVM_MonitorWait + 69
    8   ???                                     0x5580b9d9 0 + 1434499545
    9   ???                                     0x55803e31 0 + 1434467889
    10  ???                                     0x55803e31 0 + 1434467889
    11  ???                                     0x5580430d 0 + 1434469133
    12  ???                                     0x55801374 0 + 1434456948
    13  libjvm.dylib                            0x2d45c7aa JVM_Lseek + 154056
    14  libjvm.dylib                            0x2d45c544 JVM_Lseek + 153442
    15  libjvm.dylib                            0x2d468341 JVM_StartThread + 2726
    16  libjvm.dylib                            0x2d468246 JVM_StartThread + 2475
    17  libjvm.dylib                            0x2d4681d4 JVM_StartThread + 2361
    18  libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    19  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    20  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    21  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    22  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 19:  Java: FelixPackageAdmin
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d4c9 JVM_RaiseSignal + 365377
    3   libjvm.dylib                            0x2d3da0e6 jio_snprintf + 39702
    4   libjvm.dylib                            0x2d64982c JVM_RaiseSignal + 349860
    5   libjvm.dylib                            0x2d688b5f JVM_RaiseSignal + 608727
    6   libjvm.dylib                            0x2d46850a JVM_MonitorWait + 196
    7   libjvmlinkage.dylib                     0x22e5de75 JVM_MonitorWait + 69
    8   ???                                     0x5580b9d9 0 + 1434499545
    9   ???                                     0x55803e31 0 + 1434467889
    10  ???                                     0x55803e31 0 + 1434467889
    11  ???                                     0x5580430d 0 + 1434469133
    12  ???                                     0x55801374 0 + 1434456948
    13  libjvm.dylib                            0x2d45c7aa JVM_Lseek + 154056
    14  libjvm.dylib                            0x2d45c544 JVM_Lseek + 153442
    15  libjvm.dylib                            0x2d468341 JVM_StartThread + 2726
    16  libjvm.dylib                            0x2d468246 JVM_StartThread + 2475
    17  libjvm.dylib                            0x2d4681d4 JVM_StartThread + 2361
    18  libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    19  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    20  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    21  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    22  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x9314eaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9317a9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge                0x2531a85b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge                0x25314de3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.flash.flbridge                0x2531a968 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x93120b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9314e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9319705f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x21fdf11f 0x21b8f000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x21ba925f 0x21b8f000 + 107103
    5   ...ia.Flash Player.authplaylib          0x21fdf20c 0x21b8f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x21fdf250 0x21b8f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x21fdf376 0x21b8f000 + 4522870
    8   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    9   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x93120b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x9314e6f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x9319705f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x21fdf11f 0x21b8f000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x21ba925f 0x21b8f000 + 107103
    5   ...ia.Flash Player.authplaylib          0x21fdf20c 0x21b8f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x21fdf250 0x21b8f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x21fdf376 0x21b8f000 + 4522870
    8   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    9   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 23:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x9313fac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x94877c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    3   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x93120b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x9314e6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9317d5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x21fdf0e7 0x21b8f000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x21d6f9de 0x21b8f000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x21fdf20c 0x21b8f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x21fdf250 0x21b8f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x21fdf376 0x21b8f000 + 4522870
    8   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    9   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 25:  Java: Thread-4
    0   libSystem.B.dylib                       0x93120afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93121267 mach_msg + 68
    2   libjvm.dylib                            0x2d64d599 JVM_RaiseSignal + 365585
    3   libjvm.dylib                            0x2d64da6b JVM_RaiseSignal + 366819
    4   libjvm.dylib                            0x2d4b3315 JVM_Sleep + 246
    5   libjvmlinkage.dylib                     0x22e5ea68 JVM_Sleep + 72
    6   ???                                     0x5580b9d9 0 + 1434499545
    7   ???                                     0x55803e31 0 + 1434467889
    8   ???                                     0x5580430d 0 + 1434469133
    9   ???                                     0x55801374 0 + 1434456948
    10  libjvm.dylib                            0x2d45c7aa JVM_Lseek + 154056
    11  libjvm.dylib                            0x2d45c544 JVM_Lseek + 153442
    12  libjvm.dylib                            0x2d468341 JVM_StartThread + 2726
    13  libjvm.dylib                            0x2d468246 JVM_StartThread + 2475
    14  libjvm.dylib                            0x2d4681d4 JVM_StartThread + 2361
    15  libjvm.dylib                            0x2d468048 JVM_StartThread + 1965
    16  libjvm.dylib                            0x2d467ea7 JVM_StartThread + 1548
    17  libjvm.dylib                            0x2d3d9d2d jio_snprintf + 38749
    18  libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    19  libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x9314eaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9317a9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash                         0x00f9cf1b dvaui::controls::UI_PictureButton* dvaadameve::UI_Eve::GetTypedControl<dvaui::controls::UI_PictureButton>(boost::intrusive_p tr<dvaui::ui::UI_Node>) + 103083
    3   com.adobe.flash                         0x00f981b3 dvaui::controls::UI_PictureButton* dvaadameve::UI_Eve::GetTypedControl<dvaui::controls::UI_PictureButton>(boost::intrusive_p tr<dvaui::ui::UI_Node>) + 83267
    4   com.adobe.flash                         0x00f9d028 dvaui::controls::UI_PictureButton* dvaadameve::UI_Eve::GetTypedControl<dvaui::controls::UI_PictureButton>(boost::intrusive_p tr<dvaui::ui::UI_Node>) + 103352
    5   libSystem.B.dylib                       0x9314e259 _pthread_start + 345
    6   libSystem.B.dylib                       0x9314e0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x01555c38  ecx: 0x00000001  edx: 0x00000000
      edi: 0xbfffdda8  esi: 0x01555c22  ebp: 0xbfffb078  esp: 0xbfffb060
       ss: 0x0000001f  efl: 0x00010286  eip: 0x00cffb4c   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000002dc
    Binary Images:
        0x1000 -  0x1a55feb +com.adobe.flash 11.5.1.349 (11.5.0) <DE07E6C7-786A-A7C8-1CF2-AE74F688B657> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/MacOS/Adobe Flash CS5.5
    0x2db8000 -  0x2f32fe3 +com.adobe.PlugPlug 2.5.0.232 (2.5.0.232) <04C90B5C-DC6D-A2B5-BE9B-193466222BE7> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x2fdb000 -  0x30a8fe7 +com.adobe.AXEDOMCore AdobeAXEDOMCore 3.5.101.12783 (3.5.101.12783) <117ACA20-072D-0AB2-CCB9-0385FF43CB14> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x311a000 -  0x31abff7 +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x31ca000 -  0x3297ff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.d ylib.36.0
    0x32fa000 -  0x33d4fef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x3414000 -  0x3dc4fff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x3dc7000 -  0x3dd2ff3 +libChar16.dylib ??? (???) <758855AC-2E45-350B-D64E-39422835F760> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/MacOS/libChar16.dylib
    0x3ddb000 -  0x3df4fe7 +libCoreTypes.dylib ??? (???) <4943E74A-FB75-ABB7-C34A-967920772CB4> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/MacOS/libCoreTypes.dylib
    0x3e16000 -  0x3e25fef +ZLib.dylib ??? (???) /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/frameworks/ZLib.dylib
    0x3e2a000 -  0x4034fe7  com.apple.carbonframeworktemplate 1.0 (1.0) <FB292B4C-FDAC-2E77-7540-CE36B139C5E1> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x4372000 -  0x4376ff7  com.apple.JavaVM 13.5.0 (13.5.0) <20F901A0-ED96-1757-E741-28A79EE4CEB2> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x437e000 -  0x5109fe7 +com.adobe.illustrator 382 (15.0.0) <64F68532-0311-6BBA-1F50-246CAF917549> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x5eee000 -  0x5f32fff +com.adobe.illustrator.aiport AIPort version 1.0 (1.0) <69EDC44E-D7BB-A259-282D-C42725AE0E26> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x5f95000 -  0x5fdbfff +FilterPort ??? (???) <23FAE9D1-9376-1E71-21F7-D3EB2BFD50EE> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x6050000 -  0x6050fff +SPBasic ??? (???) <5D1760D8-C910-C641-0BC9-CF74A1A5190D> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x6054000 -  0x6070ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x608a000 -  0x61c5ff2 +com.adobe.ACE AdobeACE 2.18.00.12659 (2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x61ed000 -  0x66effef +com.adobe.AGM AdobeAGM 4.20.70.12659 (4.20.70.12659) <7F6464ED-C80E-0267-A225-93B2BE537147> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x6834000 -  0x686ffff +com.adobe.ARE AdobeARE 1.5.02.12659 (1.5.02.12659) <639DF4B8-4D45-0517-4DED-D1CB1FC6EC12> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x6879000 -  0x6893fff +com.adobe.BIB AdobeBIB 1.2.02.12659 (1.2.02.12659) <6A0E1ACF-23E8-B966-3B51-8F264E269469> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x689d000 -  0x68beff7 +com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01) <F9DA3036-401B-89A5-9512-B009D29A9B2F> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x68cb000 -  0x6bbdff7 +com.adobe.CoolType AdobeCoolType 5.07.124.12659 (5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x6c4a000 -  0x7023ff7 +com.adobe.MPS AdobeMPS 5.5.0.12659 (5.5.0.12659) <F15ACFDA-4804-A70B-CA40-13888F4B8A04> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x715a000 -  0x723dfef +com.adobe.PDFPort AdobePDFPort 2.1.0.12659 (2.1.0.12659) <EAF6E16F-E356-551A-0484-50141914178C> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x7275000 -  0x78aafeb +com.adobe.PDFL 9.9.0 (9.9.0.12659) <0C6CF147-E5A9-7C3F-A25C-CD096C910D4D> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x79e0000 -  0x7a06ff6 +com.adobe.AXE8SharedExpat AdobeAXE8SharedExpat 3.5.101.12783 (3.5.101.12783) <C7FD5306-E881-A19A-0F40-0E3844278526> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedEx pat
    0x7a19000 -  0x7a40fed +com.adobe.AXE16SharedExpat AdobeAXE16SharedExpat 3.5.101.12783 (3.5.101.12783) <13B60B50-7241-73D6-E551-6E2E3E0AD7ED> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE16Shared Expat
    0x7a53000 -  0x7aabff7 +com.adobe.AdobeXMPCore Adobe XMP Core 5.2 -c 3 (61.141987) <31B045A8-AA5F-AFDF-E2DD-71B418CD1707> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x7abb000 -  0x7b28fef +com.adobe.FileInfo.framework Adobe XMP FileInfo 5.2 -i 1 (debug) (61.141987) <ABF47D32-C58A-F9CE-E753-F0F906B13F7E> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x7b45000 -  0x7ce4fe7 +com.adobe.owl AdobeOwl version 3.0.81 (3.0.81) <9C261D9E-9BD7-5DE6-5676-AEEF4828D17B> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x7d4d000 -  0x8adefeb +com.adobe.psl AdobePSL 12.0.0.12659 (12.0.0.12659) <03D5B098-AD3C-FB84-0D0D-7DE57C025F3F> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x8e46000 -  0x902cff7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x90ba000 -  0x90beffc +com.adobe.AdobeCrashReporter 3.0 (5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x90c4000 -  0x9388ff3 +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.150919) <54BE6966-C47D-08E4-D08A-36B4949DE849> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x968d000 -  0x97e7fff +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.150919) <549A0950-E4E2-F867-2A0D-ABFC00A56E54> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x993d000 -  0x9c5efe7 +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.150919) <3F958167-F680-C012-8CCA-424B65E75F9C> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0xa124000 -  0xa192ffb +com.adobe.amtlib amtlib 4.0.0.21 (4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0xa1a9000 -  0xa1ffffb +com.adobe.headlights.LogSessionFramework ??? (2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0xa248000 -  0xa27dfef +com.adobe.pip ??? (5.5.0.1265) <660E209C-F595-AB0B-FB5E-C8FC1527CF4D> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
    0xa288000 -  0xa3c0fe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0xa402000 -  0xa408ff3 +com.adobe.boost_date_time.framework boost_date_time version 5.0.0 (5.0.0.150919) <615D7334-B103-3FE9-2150-1BA67D6B541F> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0xa419000 -  0xa424fff +com.adobe.boost_filesystem.framework boost_filesystem version 5.0.0 (5.0.0.150919) <84E8374D-5DB8-E2F5-8677-D9D715FC04CE> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0xa438000 -  0xa4b7fff +com.adobe.boost_regex.framework boost_regex version 5.0.0 (5.0.0.150919) <DA8506EE-FC4B-7FE3-0B8B-75889386B07C> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0xa51b000 -  0xa525ffb +com.adobe.boost_signals.framework boost_signals version 5.0.0 (5.0.0.150919) <CFE6F1B2-7A2E-9D22-EE9F-267F765FE0F6> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0xa538000 -  0xa53aff3 +com.adobe.boost_system.framework boost_system version 5.0.0 (5.0.0.150919) <084DB300-4206-FDCD-EC2F-1D54F0A13E1D> /Applications/Adobe Flash CS5.5/Adobe Flash CS5.5

  • Flash CS5 crashes when using gradient transform

    Hello,
    I have a lab of 16 PCs that are crashing. My users report that they crash when they try to use the gradient transform tool. I found 3 consecutive entries in the application event log pertaining to Flash (see below). These PCs are Dell GX280's with 3GHz P4 CPUs, 3GB of ram, and Radeon HD2400 GPUs. Has anyone else had any issues with Flash CS5 crashing like this?
    Event Type: Error
    Event Source: Application Hang
    Event Category: (101)
    Event ID: 1002
    Date:  4/25/2011
    Time:  10:30:56 AM
    User:  N/A
    Computer: WS-AC-CTD-35510
    Description:
    Hanging application Flash.exe, version 11.0.2.489, hang module hungapp, version 0.0.0.0, hang address 0x00000000.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 48 61 6e 67   ion Hang
    0010: 20 20 46 6c 61 73 68 2e     Flash.
    0018: 65 78 65 20 31 31 2e 30   exe 11.0
    0020: 2e 32 2e 34 38 39 20 69   .2.489 i
    0028: 6e 20 68 75 6e 67 61 70   n hungap
    0030: 70 20 30 2e 30 2e 30 2e   p 0.0.0.
    0038: 30 20 61 74 20 6f 66 66   0 at off
    0040: 73 65 74 20 30 30 30 30   set 0000
    0048: 30 30 30 30               0000
    Event Type: Error
    Event Source: Application Error
    Event Category: None
    Event ID: 1000
    Date:  4/25/2011
    Time:  10:30:46 AM
    User:  N/A
    Computer: WS-AC-CTD-35510
    Description:
    Faulting application flash.exe, version 11.0.2.489, faulting module ntdll.dll, version 5.1.2600.6055, fault address 0x0004487f.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 66 6c 61   ure  fla
    0018: 73 68 2e 65 78 65 20 31   sh.exe 1
    0020: 31 2e 30 2e 32 2e 34 38   1.0.2.48
    0028: 39 20 69 6e 20 6e 74 64   9 in ntd
    0030: 6c 6c 2e 64 6c 6c 20 35   ll.dll 5
    0038: 2e 31 2e 32 36 30 30 2e   .1.2600.
    0040: 36 30 35 35 20 61 74 20   6055 at
    0048: 6f 66 66 73 65 74 20 30   offset 0
    0050: 30 30 34 34 38 37 66 0d   004487f.
    0058: 0a                        .
    Event Type: Error
    Event Source: Application Error
    Event Category: None
    Event ID: 1000
    Date:  4/25/2011
    Time:  10:30:42 AM
    User:  N/A
    Computer: WS-AC-CTD-35510
    Description:
    Faulting application flash.exe, version 11.0.2.489, faulting module flbridge.dll, version 9.0.0.0, fault address 0x00015fc9.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 66 6c 61   ure  fla
    0018: 73 68 2e 65 78 65 20 31   sh.exe 1
    0020: 31 2e 30 2e 32 2e 34 38   1.0.2.48
    0028: 39 20 69 6e 20 66 6c 62   9 in flb
    0030: 72 69 64 67 65 2e 64 6c   ridge.dl
    0038: 6c 20 39 2e 30 2e 30 2e   l 9.0.0.
    0040: 30 20 61 74 20 6f 66 66   0 at off
    0048: 73 65 74 20 30 30 30 31   set 0001
    0050: 35 66 63 39 0d 0a         5fc9..

    Did you ever find a solution to this??? I have this going on and can't figure it out.. I've updated my entire computer and all Adobe CS5 applications I have.
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Flash.exe
      Application Version: 11.0.2.489
      Application Timestamp: 4c68dc9c
      Fault Module Name: ntdll.dll
      Fault Module Version: 6.1.7601.17514
      Fault Module Timestamp: 4ce7ba58
      Exception Code: c0000005
      Exception Offset: 0002e39e
      OS Version: 6.1.7601.2.1.0.256.48
      Locale ID: 1033
      Additional Information 1: 0a9e
      Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
      Additional Information 3: 0a9e
      Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    CAN ANYONE HELP, PLEASE!
    Thank you so much for any advice shared.
    E.F.E.

  • CS Crashes While Saving

    There seems to be an incompatibility problem that causes PS CS to crash while saving under OSX 10.4.11. Crash reports say Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_INVALID_ADDRESS (0x0001) at 0xfffffff4 and strange folders ( ¬∂ßå∆∂´ ) are created in Home/Preferences. Apple blames Adobe. Adobe blames Apple. Either way - we're screwed.
    Any gurus out there with thoughts?

    Yes lower the allocation to about 75 -80 %.
    You need some memory for the system also before relaunching PS trash the settings folder to give yourself a clean start and also if you don't have another disk or partition as a scratch disk get one.
    To trash the settings folder
    1. Quit Illustrator.
    2.Go to User/username/Library/Preferences/ Adobe illustrator CS4 Settings and trash the settings folder, the whole folder not just the contents of the folder..
    3. Start Illustrator. Illustrator creates a new preferences file.

  • Garageband crashing while saving

    Hi all,
    I was working on a track on Garageband today on my ipad when it suddenly crashed while saving. Now whenever I open it up, it goes back to that song and won't save - so I can't access all my other files! There's an awful lot of work on those files and I really want to get them back but I've no idea how. I've tried switching ipad off and back on, but that hasn't worked - and the files aren't synced up to my PC as I haven't had access to it for a while.
    Is there a way to get back to the main screen on garageband? Please someone help, this is so frustrating!
    Thanks
    PS

    Sad to say this has now happended to me twice.
    Any help or ideas would be greatly appreciated.
    Cheers

  • Flash CS5 crashes on OSX Lion while compiling !

    Hi,
    I installed OSX Lion. Suddenly, my Flash CS5 is unable to compile an iOS app with packager.
    Flash just crashes (closes automatically) without any readible error.
    Anyone experiencing this problem?
    I really hope that there is a solution for this, because I can't update my apps this way!
    Thanx!

    I also got a crashreport from flash.
    It's a bit big, I hope it's allright that I post it here:
    Process:         Adobe Flash CS5 [3385]
    Path:            /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5
    Identifier:      com.adobe.flash
    Version:         11.0.2.489 (11.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [123]
    Date/Time:       2011-08-09 21:48:29.689 +0200
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          551194 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  4408 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      B29C3A70-3D29-469B-851F-289E8171901C
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5
        __TEXT                 0000000000001000-00000000017c6000 [ 23.8M] r-x/rwx SM=COW  /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5
    Application Specific Information:
    objc[3385]: garbage collection is OFF
    Performing @selector(publishAirFile:) from sender NSButton 0x2afa2940
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000099a404bb
    Java VM: Java HotSpot(TM) Client VM (20.1-b02-383 mixed mode macosx-x86)
    Current thread (0000000064c00800):  JavaThread "main" [_thread_in_native, id=-1398766912, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java Threads: ( => current thread )
      0000000064c8a800 JavaThread "Thread-4" [_thread_blocked, id=-1316134912, stack(00000000b17d6000,00000000b18d6000)]
      0000000064d1ac00 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1319313408, stack(00000000b14ce000,00000000b15ce000)]
      0000000064d1a400 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1320370176, stack(00000000b13cc000,00000000b14cc000)]
      0000000064d05c00 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=-1321426944, stack(00000000b12ca000,00000000b13ca000)]
      0000000064d04400 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=-1322483712, stack(00000000b11c8000,00000000b12c8000)]
      0000000064d01800 JavaThread "FelixDispatchQueue" [_thread_blocked, id=-1323540480, stack(00000000b10c6000,00000000b11c6000)]
      0000000064cbb000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1325654016, stack(00000000b0ec2000,00000000b0fc2000)]
      0000000064cba000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1326710784, stack(00000000b0dc0000,00000000b0ec0000)]
      0000000073c00000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1327767552, stack(00000000b0cbe000,00000000b0dbe000)]
      0000000073bff000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1328824320, stack(00000000b0bbc000,00000000b0cbc000)]
      0000000064cadc00 JavaThread "Finalizer" daemon [_thread_blocked, id=-1329881088, stack(00000000b0aba000,00000000b0bba000)]
      0000000064cacc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1330937856, stack(00000000b09b8000,00000000b0ab8000)]
    =>0000000064c00800 JavaThread "main" [_thread_in_native, id=-1398766912, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      0000000064caa400 VMThread [stack: 00000000b08b6000,00000000b09b6000] [id=-1331994624]
      0000000064cc4800 WatcherThread [stack: 00000000b0fc4000,00000000b10c4000] [id=-1324597248]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 12198K [0000000067010000, 0000000068010000, 0000000068010000)
      eden space 13184K,  80% used [0000000067010000, 0000000067a69b58, 0000000067cf0000)
      from space 1600K, 100% used [0000000067cf0000, 0000000067e80000, 0000000067e80000)
      to   space 1600K,   0% used [0000000067e80000, 0000000067e80000, 0000000068010000)
    concurrent mark-sweep generation total 49152K, used 15037K [0000000068010000, 000000006b010000, 000000006f010000)
    concurrent-mark-sweep perm gen total 12288K, used 8941K [000000006f010000, 000000006fc10000, 0000000073010000)
    Code Cache  [0000000065001000, 00000000651ba000, 0000000067001000)
    total_blobs=860 nmethods=729 adapters=73 free_code_cache=31788288 largest_free_block=4352
    Virtual Machine Arguments:
    JVM Args: -Djava.awt.headless=true -Xmx128m
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 3072M, Free = 909M
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation      0x99a404bb CFXMLNodeCreate + 603
    1   com.adobe.flash.anemoi        0x21e39876 SetDeviceID + 2238
    2   com.adobe.flash.anemoi        0x21e4304f -[SettingsController saveIPASettings] + 703
    3   com.adobe.flash.anemoi        0x21e3ddbe -[SettingsController publishAirFile:] + 228
    4   com.apple.CoreFoundation      0x999ac901 -[NSObject performSelector:withObject:] + 65
    5   com.apple.AppKit              0x9b2e5937 -[NSApplication sendAction:to:from:] + 232
    6   com.apple.AppKit              0x9b2e5814 -[NSControl sendAction:to:] + 102
    7   com.apple.AppKit              0x9b2e5717 -[NSCell _sendActionFrom:] + 160
    8   com.apple.AppKit              0x9b2e4ad2 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295
    9   com.apple.AppKit              0x9b367b59 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501
    10  com.apple.AppKit              0x9b2e3513 -[NSControl mouseDown:] + 943
    11  com.apple.AppKit              0x9b2ac80a -[NSWindow sendEvent:] + 7514
    12  com.apple.AppKit              0x9b94e38a carbonAppWindowMouseHandler + 268
    13  com.apple.AppKit              0x9b94ce1e carbonAppWindowHandler + 371
    14  com.apple.HIToolbox           0x95368e54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    15  com.apple.HIToolbox           0x951e482b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    16  com.apple.HIToolbox           0x951e3ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    17  com.apple.HIToolbox           0x951f8ac9 SendEventToEventTarget + 76
    18  com.apple.HIToolbox           0x951f9249 _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1915
    19  com.apple.HIToolbox           0x951e4ce6 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2813
    20  com.apple.HIToolbox           0x951e3ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    21  com.apple.HIToolbox           0x951f8ac9 SendEventToEventTarget + 76
    22  com.apple.HIToolbox           0x95368ca0 ToolboxEventDispatcher + 82
    23  com.apple.HIToolbox           0x95368cd6 HLTBEventDispatcher + 17
    24  com.apple.HIToolbox           0x95369948 _RunAppModalLoop + 150
    25  com.apple.HIToolbox           0x95369e05 RunAppModalLoopForWindow + 55
    26  com.apple.AppKit              0x9b4ae0e2 -[NSApplication _realDoModalLoop:peek:] + 1067
    27  com.apple.AppKit              0x9b4a92d6 -[NSApplication _doModalLoop:peek:] + 69
    28  com.apple.AppKit              0x9b4adc11 -[NSApplication runModalForWindow:] + 258
    29  com.adobe.flash.anemoi        0x21e48bcb -[AppController showSettingsPanel:] + 208
    30  com.adobe.flash.anemoi        0x21e36273 OpenSettingDialog + 606
    31  com.adobe.flash               0x00e3b092 non-virtual thunk to LMLTEPane::DontBeTarget() + 201214
    32  com.adobe.flash               0x00e354fe non-virtual thunk to LMLTEPane::DontBeTarget() + 177770
    33  com.adobe.flash               0x00e3a939 non-virtual thunk to LMLTEPane::DontBeTarget() + 199333
    34  com.adobe.flash               0x00e0c2ab non-virtual thunk to LMLTEPane::DontBeTarget() + 9239
    35  com.adobe.flash               0x00e0c328 non-virtual thunk to LMLTEPane::DontBeTarget() + 9364
    36  com.adobe.flash               0x00542739 JSInterp::EvaluateScript(JSContext*, JSObject*, unsigned short const*, unsigned int, unsigned short const*, unsigned int, long*) + 225
    37  com.adobe.flash               0x005416bd std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 21551
    38  com.adobe.flash               0x0054205b std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 24013
    39  com.adobe.flash               0x001252c4 std::vector<CPicObj*, std::allocator<CPicObj*> >::push_back(CPicObj* const&) + 83358
    40  com.adobe.flash               0x00d35ddb CMiniFrameWnd::~CMiniFrameWnd() + 993
    41  com.adobe.flash               0x00d67bb7 non-virtual thunk to CScrollViewImpl::ListenToMessage(long, void*) + 6749
    42  com.adobe.flash               0x00d12d13 non-virtual thunk to CButtonOwnerDrawImpl::~CButtonOwnerDrawImpl() + 9541
    43  com.adobe.flash               0x00d7dfd4 non-virtual thunk to CStdioFile::~CStdioFile() + 20822
    44  com.adobe.flash               0x00d7d283 non-virtual thunk to CStdioFile::~CStdioFile() + 17413
    45  com.adobe.flash               0x00d79d2b non-virtual thunk to CStdioFile::~CStdioFile() + 3757
    46  com.adobe.flash               0x00d79bf6 non-virtual thunk to CStdioFile::~CStdioFile() + 3448
    47  com.adobe.flash               0x00f1af5d CList<MMUI::DocumentFrame*, MMUI::DocumentFrame*>::~CList() + 4453
    48  com.adobe.flash               0x00d7d283 non-virtual thunk to CStdioFile::~CStdioFile() + 17413
    49  com.adobe.flash               0x00102667 non-virtual thunk to CFlashDocTemplate::ActivateAccelerators(TAcceleratorVector) + 3787
    50  com.adobe.flash               0x00d79d2b non-virtual thunk to CStdioFile::~CStdioFile() + 3757
    51  com.adobe.flash               0x00d79bf6 non-virtual thunk to CStdioFile::~CStdioFile() + 3448
    52  com.adobe.flash               0x00d673a9 non-virtual thunk to CScrollViewImpl::ListenToMessage(long, void*) + 4687
    53  com.adobe.flash               0x00e083de non-virtual thunk to LCarbonApp::MakeSelfSpecifier(AEDesc&, AEDesc&) const + 698
    54  com.apple.HIToolbox           0x95368e54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    55  com.apple.HIToolbox           0x951e482b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    56  com.apple.HIToolbox           0x951e3ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    57  com.apple.HIToolbox           0x951f8ac9 SendEventToEventTarget + 76
    58  com.apple.HIToolbox           0x95369318 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 482
    59  com.apple.HIToolbox           0x95369382 SendMenuCommandWithContextAndModifiers + 70
    60  com.apple.HIToolbox           0x953d37ef SendMenuItemSelectedEvent + 275
    61  com.apple.HIToolbox           0x95235598 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129
    62  com.apple.HIToolbox           0x953c46c4 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608
    63  com.apple.HIToolbox           0x953c47c4 MenuSelect + 183
    64  com.apple.HIToolbox           0x9536ce9d HIMenuBar::HandleMouseEvent(OpaqueEventRef*) + 89
    65  com.apple.HIToolbox           0x9536ce3a HIMenuBar::HandleEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 158
    66  com.apple.HIToolbox           0x951e4e77 HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 163
    67  com.apple.HIToolbox           0x95368e54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    68  com.apple.HIToolbox           0x951e482b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602
    69  com.apple.HIToolbox           0x951e3ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    70  com.apple.HIToolbox           0x951f8ac9 SendEventToEventTarget + 76
    71  com.apple.HIToolbox           0x951f927f _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1969
    72  com.apple.HIToolbox           0x951e4ce6 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2813
    73  com.apple.HIToolbox           0x951e3ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 482
    74  com.apple.HIToolbox           0x951f8ac9 SendEventToEventTarget + 76
    75  com.apple.HIToolbox           0x95368ca0 ToolboxEventDispatcher + 82
    76  com.apple.HIToolbox           0x95368dcf RunApplicationEventLoop + 236
    77  com.adobe.flash               0x00d6f4fe non-virtual thunk to CFileDialogImpl::~CFileDialogImpl() + 4302
    78  com.adobe.flash               0x00d45d1f CTimerImpl::~CTimerImpl() + 297
    79  com.adobe.flash               0x00d45dcb CTimerImpl::~CTimerImpl() + 469
    80  com.adobe.flash               0x00003716 0x1000 + 10006
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x9454d90a kevent + 10
    1   libdispatch.dylib             0x95124ccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib             0x9512371b _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib        0x9454c83e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x95588e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9553082a pthread_cond_wait + 48
    3   com.adobe.amt.services        0x0af0f126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0af07db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0af0f18c AMTThread::Worker(void*) + 24
    6   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib        0x9454c83e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x95588e21 _pthread_cond_wait + 827
    2   libsystem_c.dylib             0x9553942c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore 0x9791120a TSWaitOnCondition + 124
    4   com.apple.CoreServices.CarbonCore 0x978828d1 TSWaitOnConditionTimedRelative + 136
    5   com.apple.CoreServices.CarbonCore 0x978e4a29 MPWaitOnQueue + 200
    6   AdobeACE                      0x0533b6f1 0x5301000 + 239345
    7   AdobeACE                      0x0533b0ed 0x5301000 + 237805
    8   com.apple.CoreServices.CarbonCore 0x978e5988 PrivateMPEntryPoint + 68
    9   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib        0x9454ca9a __recvfrom + 10
    1   libsystem_c.dylib             0x955394a2 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x21e156cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x21e1476e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x21e1361f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x21e13671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x21e136fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x21e0dafe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x21e0dce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x21e0e8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x21e0e9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x21e11db0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x21e12059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x21e12687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x21e12884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x21e04826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x21e05c71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x21e12df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x21e15341 Invoke + 53977
    19  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    20  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 5:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libsystem_kernel.dylib        0x9454a835 mach_msg_server + 699
    3   libjvm.dylib                  0x28b153f9 0x28b00000 + 87033
    4   libjvm.dylib                  0x28b15290 0x28b00000 + 86672
    5   libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    6   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 6:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d7b149 0x28b00000 + 2601289
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13f6d 0x28b00000 + 81773
    7   libjvm.dylib                  0x28b28fc6 0x28b00000 + 167878
    8   libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    9   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 7:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d7b149 0x28b00000 + 2601289
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13f6d 0x28b00000 + 81773
    7   libjvm.dylib                  0x28b28fc6 0x28b00000 + 167878
    8   libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    9   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    10  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 8:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d87001 0x28b00000 + 2650113
    3   libjvm.dylib                  0x28d873a4 0x28b00000 + 2651044
    4   libjvm.dylib                  0x28d7b163 0x28b00000 + 2601315
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13f6d 0x28b00000 + 81773
    7   libjvm.dylib                  0x28bc2b01 0x28b00000 + 797441
    8   libjvm.dylib                  0x28bc2a69 0x28b00000 + 797289
    9   libjvm.dylib                  0x28b2f07b 0x28b00000 + 192635
    10  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    11  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    12  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 9:: Java: VM Thread
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d87001 0x28b00000 + 2650113
    3   libjvm.dylib                  0x28d873a4 0x28b00000 + 2651044
    4   libjvm.dylib                  0x28d7b163 0x28b00000 + 2601315
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13f6d 0x28b00000 + 81773
    7   libjvm.dylib                  0x28b95870 0x28b00000 + 612464
    8   libjvm.dylib                  0x28b95520 0x28b00000 + 611616
    9   libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    10  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    11  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 10:: Java: Reference Handler
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d832f4 0x28b00000 + 2634484
    5   libjvm.dylib                  0x28dc255f 0x28b00000 + 2893151
    6   libjvm.dylib                  0x28ba280e JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x223badd5 JVM_MonitorWait + 69
    8   ???                           0x6500b9d9 0 + 1694546393
    9   ???                           0x65003e31 0 + 1694514737
    10  ???                           0x65003e31 0 + 1694514737
    11  ???                           0x65001374 0 + 1694503796
    12  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    13  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    14  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    15  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    16  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    17  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    18  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    19  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    20  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    21  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 11:: Java: Finalizer
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d832f4 0x28b00000 + 2634484
    5   libjvm.dylib                  0x28dc255f 0x28b00000 + 2893151
    6   libjvm.dylib                  0x28ba280e JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x223badd5 JVM_MonitorWait + 69
    8   ???                           0x6500b9d9 0 + 1694546393
    9   ???                           0x65003e31 0 + 1694514737
    10  ???                           0x65003f97 0 + 1694515095
    11  ???                           0x65003f97 0 + 1694515095
    12  ???                           0x65001374 0 + 1694503796
    13  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    14  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    15  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    16  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    17  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    18  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    19  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    20  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    21  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    22  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 12:: Java: Surrogate Locker Thread (Concurrent GC)
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d7b149 0x28b00000 + 2601289
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13eb4 0x28b00000 + 81588
    7   libjvm.dylib                  0x28bb241b 0x28b00000 + 730139
    8   libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    9   libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    10  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    11  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    12  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 13:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib        0x9454ac5e semaphore_wait_trap + 10
    1   libjvm.dylib                  0x28bb2c4d 0x28b00000 + 732237
    2   libjvm.dylib                  0x28bb2638 0x28b00000 + 730680
    3   libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    4   libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    5   libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    6   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 14:: Java: C1 CompilerThread0
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d7b149 0x28b00000 + 2601289
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13eb4 0x28b00000 + 81588
    7   libjvm.dylib                  0x28bb9774 0x28b00000 + 759668
    8   libjvm.dylib                  0x28bb3dac 0x28b00000 + 736684
    9   libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    10  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    11  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    12  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    13  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 15:: Java: Low Memory Detector
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d7b149 0x28b00000 + 2601289
    5   libjvm.dylib                  0x28d7b218 0x28b00000 + 2601496
    6   libjvm.dylib                  0x28b13f6d 0x28b00000 + 81773
    7   libjvm.dylib                  0x28bb5738 0x28b00000 + 743224
    8   libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    9   libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    10  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    11  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    12  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 16:: Java: VM Periodic Task Thread
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d87001 0x28b00000 + 2650113
    3   libjvm.dylib                  0x28d873a4 0x28b00000 + 2651044
    4   libjvm.dylib                  0x28bb78f2 0x28b00000 + 751858
    5   libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    6   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 17:: Java: FelixDispatchQueue
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d832f4 0x28b00000 + 2634484
    5   libjvm.dylib                  0x28dc255f 0x28b00000 + 2893151
    6   libjvm.dylib                  0x28ba280e JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x223badd5 JVM_MonitorWait + 69
    8   ???                           0x6500b9d9 0 + 1694546393
    9   ???                           0x65003e31 0 + 1694514737
    10  ???                           0x65003e31 0 + 1694514737
    11  ???                           0x65003e31 0 + 1694514737
    12  ???                           0x65003e31 0 + 1694514737
    13  ???                           0x6500430d 0 + 1694515981
    14  ???                           0x65001374 0 + 1694503796
    15  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    16  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    17  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    18  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    19  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    20  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    21  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    22  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    23  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    24  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 18:: Java: FelixStartLevel
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d832f4 0x28b00000 + 2634484
    5   libjvm.dylib                  0x28dc255f 0x28b00000 + 2893151
    6   libjvm.dylib                  0x28ba280e JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x223badd5 JVM_MonitorWait + 69
    8   ???                           0x6500b9d9 0 + 1694546393
    9   ???                           0x65003e31 0 + 1694514737
    10  ???                           0x65003e31 0 + 1694514737
    11  ???                           0x6500430d 0 + 1694515981
    12  ???                           0x65001374 0 + 1694503796
    13  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    14  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    15  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    16  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    17  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    18  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    19  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    20  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    21  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    22  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 19:: Java: FelixPackageAdmin
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28b143f6 0x28b00000 + 82934
    4   libjvm.dylib                  0x28d832f4 0x28b00000 + 2634484
    5   libjvm.dylib                  0x28dc255f 0x28b00000 + 2893151
    6   libjvm.dylib                  0x28ba280e JVM_MonitorWait + 196
    7   libjvmlinkage.dylib           0x223badd5 JVM_MonitorWait + 69
    8   ???                           0x6500b9d9 0 + 1694546393
    9   ???                           0x65003e31 0 + 1694514737
    10  ???                           0x65003e31 0 + 1694514737
    11  ???                           0x6500430d 0 + 1694515981
    12  ???                           0x65001374 0 + 1694503796
    13  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    14  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    15  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    16  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    17  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    18  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    19  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    20  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    21  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    22  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 20:: Java: Code Model Worker
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28d87277 0x28b00000 + 2650743
    4   libjvm.dylib                  0x28c19318 0x28b00000 + 1151768
    5   ???                           0x6500b9d9 0 + 1694546393
    6   ???                           0x65003e31 0 + 1694514737
    7   ???                           0x65003e31 0 + 1694514737
    8   ???                           0x6500430d 0 + 1694515981
    9   ???                           0x65004473 0 + 1694516339
    10  ???                           0x65003f97 0 + 1694515095
    11  ???                           0x6500430d 0 + 1694515981
    12  ???                           0x65001374 0 + 1694503796
    13  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    14  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    15  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    16  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    17  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    18  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    19  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    20  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    21  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    22  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 21:: Java: Code Model Worker
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d86f31 0x28b00000 + 2649905
    3   libjvm.dylib                  0x28d87277 0x28b00000 + 2650743
    4   libjvm.dylib                  0x28c19318 0x28b00000 + 1151768
    5   ???                           0x6500b9d9 0 + 1694546393
    6   ???                           0x65003e31 0 + 1694514737
    7   ???                           0x65003e31 0 + 1694514737
    8   ???                           0x6500430d 0 + 1694515981
    9   ???                           0x65004473 0 + 1694516339
    10  ???                           0x65003f97 0 + 1694515095
    11  ???                           0x6500430d 0 + 1694515981
    12  ???                           0x65001374 0 + 1694503796
    13  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    14  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    15  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    16  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    17  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    18  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    19  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    20  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    21  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    22  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib        0x9454d02e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x95586ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x955886fe start_wqthread + 30
    Thread 23:
    0   libsystem_kernel.dylib        0x9454cbb2 __semwait_signal + 10
    1   libsystem_c.dylib             0x955397b9 nanosleep$UNIX2003 + 187
    2   com.adobe.flash.flbridge      0x234f5d4b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge      0x234f02d3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.flash.flbridge      0x234f5e58 ScObjects::Thread::go(void*) + 168
    5   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    6   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib        0x9454c83e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x95588e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9553082a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x210d331f 0x20cb0000 + 4338463
    4   com.macromedia.Flash Player.authplaylib 0x20cc96ef 0x20cb0000 + 104175
    5   com.macromedia.Flash Player.authplaylib 0x210d340c 0x20cb0000 + 4338700
    6   com.macromedia.Flash Player.authplaylib 0x210d3450 0x20cb0000 + 4338768
    7   com.macromedia.Flash Player.authplaylib 0x210d353b 0x20cb0000 + 4339003
    8   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib        0x9454c83e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x95588e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x9553082a pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib 0x210d331f 0x20cb0000 + 4338463
    4   com.macromedia.Flash Player.authplaylib 0x20cc96ef 0x20cb0000 + 104175
    5   com.macromedia.Flash Player.authplaylib 0x210d340c 0x20cb0000 + 4338700
    6   com.macromedia.Flash Player.authplaylib 0x210d3450 0x20cb0000 + 4338768
    7   com.macromedia.Flash Player.authplaylib 0x210d353b 0x20cb0000 + 4339003
    8   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 26:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib        0x9454cb42 __select + 10
    1   com.apple.CoreFoundation      0x9999b9e5 __CFSocketManager + 1557
    2   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    3   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 27:: Java: Thread-4
    0   libsystem_kernel.dylib        0x9454ac22 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x9454a1f6 mach_msg + 70
    2   libjvm.dylib                  0x28d87001 0x28b00000 + 2650113
    3   libjvm.dylib                  0x28d874d3 0x28b00000 + 2651347
    4   libjvm.dylib                  0x28becd5d JVM_Sleep + 246
    5   libjvmlinkage.dylib           0x223bb9c8 JVM_Sleep + 72
    6   ???                           0x6500b9d9 0 + 1694546393
    7   ???                           0x65003e31 0 + 1694514737
    8   ???                           0x6500430d 0 + 1694515981
    9   ???                           0x65001374 0 + 1694503796
    10  libjvm.dylib                  0x28b96ab6 0x28b00000 + 617142
    11  libjvm.dylib                  0x28b9684e 0x28b00000 + 616526
    12  libjvm.dylib                  0x28ba2645 0x28b00000 + 665157
    13  libjvm.dylib                  0x28ba254a 0x28b00000 + 664906
    14  libjvm.dylib                  0x28ba24d8 0x28b00000 + 664792
    15  libjvm.dylib                  0x28ba234c 0x28b00000 + 664396
    16  libjvm.dylib                  0x28ba21ab 0x28b00000 + 663979
    17  libjvm.dylib                  0x28b1403d 0x28b00000 + 81981
    18  libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    19  libsystem_c.dylib             0x955886de thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib        0x9454c83e __psynch_cvwait + 10
    1   libsystem_c.dylib             0x95588e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib             0x95588f7b pthread_cond_timedwait_relative_np + 47
    3   com.macromedia.Flash Player.authplaylib 0x210d32e7 0x20cb0000 + 4338407
    4   com.macromedia.Flash Player.authplaylib 0x20e8538e 0x20cb0000 + 1921934
    5   com.macromedia.Flash Player.authplaylib 0x210d340c 0x20cb0000 + 4338700
    6   com.macromedia.Flash Player.authplaylib 0x210d3450 0x20cb0000 + 4338768
    7   com.macromedia.Flash Player.authplaylib 0x210d353b 0x20cb0000 + 4339003
    8   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    9   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 29:
    0   libsystem_kernel.dylib        0x9454d02e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x95586ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x955886fe start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib        0x9454d02e __workq_kernreturn + 10
    1   libsystem_c.dylib             0x95586ccf _pthread_wqthread + 773
    2   libsystem_c.dylib             0x955886fe start_wqthread + 30
    Thread 31:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib        0x9454cbb2 __semwait_signal + 10
    1   libsystem_c.dylib             0x955397b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib             0x95539558 usleep$UNIX2003 + 60
    3   com.apple.AppKit              0x9b420f84 -[NSUIHeartBeat _heartBeatThread:] + 2399
    4   com.apple.Foundation          0x96f265ed -[NSThread main] + 45
    5   com.apple.Foundation          0x96f2659d __NSThread__main__ + 1582
    6   libsystem_c.dylib             0x95584ed9 _pthread_start + 335
    7   libsystem_c.dylib             0x955886de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000009  ebx: 0x21e38fc3  ecx: 0x99a404b8  edx: 0x00000000
      edi: 0x2af922f0  esi: 0x00000000  ebp: 0xbfffcbb8  esp: 0xbfffcb80
       ss: 0x0000001f  efl: 0x00010296  eip: 0x99a404bb   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -  0x17c5fe0 +com.adobe.flash (11.0.2.489 - 11.0.2) <BA9CB7ED-F0D3-CB9D-BF54-610852BE1D35> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5
    0x20e9000 -  0x2261ffb +com.adobe.PlugPlug (2.0.0.746 - 2.0.0.746) <08AD22E3-34C0-6749-E497-616C66A246AD> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x2305000 -  0x23d2fe7 +AdobeAXEDOMCore (??? - ???) <F76D74DC-FD5A-9783-C447-2E58773DA7E1> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x2441000 -  0x24d2ff7 +libicucnv.dylib.36.0 (36.0.0 - compatibility 36.0.0) <581475CC-C039-1B42-49BA-71811D8B4E15> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x24f1000 -  0x25beff3 +libicui18n.dylib.36.0 (36.0.0 - compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x2621000 -  0x26fbfef +libicuuc.dylib.36.0 (36.0.0 - compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x273b000 -  0x30ebfff +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x30ee000 -  0x30f9fef +libChar16.dylib (??? - ???) <816B48D0-ACE3-4B7F-17E6-5185148CE7AD> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/libChar16.dylib
    0x3102000 -  0x3119fe0 +libCoreTypes.dylib (??? - ???) <D471DE81-0710-AAD8-3508-B6DAD42630CA> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/libCoreTypes.dylib
    0x3136000 -  0x3145fef +ZLib.dylib (??? - ???) /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/ZLib.dylib
    0x314a000 -  0x3345ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <F87C62DE-492B-35ED-C61D-A0A5B374F556> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x35e9000 -  0x35edffd  com.apple.JavaVM (14.0.3 - 14.0.3) <11BF3746-9064-3A2A-8F48-71D76EF34D9C> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x35f5000 -  0x4380fe7 +com.adobe.illustrator (382 - 15.0.0) <64F68532-0311-6BBA-1F50-246CAF917549> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x5165000 -  0x51a9fff +com.adobe.illustrator.aiport (AIPort version 1.0 - 1.0) <69EDC44E-D7BB-A259-282D-C42725AE0E26> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AIPort.framework/Versions/A/AIPort
    0x520c000 -  0x5252fff +FilterPort (??? - ???) <23FAE9D1-9376-1E71-21F7-D3EB2BFD50EE> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/FilterPort.framework/Versions/A/FilterPort
    0x52c7000 -  0x52c7fff +SPBasic (??? - ???) <5D1760D8-C910-C641-0BC9-CF74A1A5190D> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x52cb000 -  0x52e7ff9 +AdobePDFSettings (??? - ???) /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x5301000 -  0x5415fff +AdobeACE (??? - ???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x5438000 -  0x593afef +AdobeAGM (??? - ???) <5B8478AC-5DD0-F116-5B3E-45596CF551C6> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5a76000 -  0x5ab1fff +AdobeARE (??? - ???) <CEE507DA-9B96-FAF9-7894-445C427C3D7A> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x5aba000 -  0x5ad4fff +AdobeBIB (??? - ???) <5533CDC7-676C-0CF0-97B7-8EDD26837FFC> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x5add000 -  0x5afeff7 +AdobeBIBUtils (??? - ???) <726B8463-9301-CE6C-0F2C-5CA81795A4CA> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x5b0a000 -

  • Help: flash CS5 crashing and corrupted .fla's

    I'm having one hell of a problem and could really use anyone's help who has a good idea.
    I am working in flash CS5 on windows 7 64.
    I am currently also running into the crash at save problem.  The most recent version of my .fla corrupted about four days ago, which is something I've grown accustomed to (got the wonderful 'unexpected file format' error).  So I went to my backup file- same issue.  I had to go back 12 backup versions to find one that would work (even my backups on external drives when copied back over to the local drive or opened from the external would give this error.  They did NOT give this error a week ago).  But this backup version now crashes on Save, Save As, or if I try to create a new .fla while the backup .fla is open, it crashes.  If I try to open any other .fla while the backup .fla is open, flash crashes.  Sometimes is gets non responsive and needs to close; sometimes it simply sits there, does nothing, SAYS it's running, but will not respond to clicks, minimizing the window, or anything at all and I will have to force quit out.  Sometimes it will crash when simply clicking a library item. 
    I have tried the following recommended fixes:
    save the file to a new directory- on the rare chance that flash doesn't crash on save (about 1 in 10), and doesn't corrupt and make a new .fla that's 2k in size (about 1 in 4), the new .fla has all the same problems of the original.
    change the JAVA environment variable- no help
    increase the jvm.ini xmx value - tried 124. 256, 512, no help
    open the file using zip and access the xml library assets directly, deleting them until you find a corrupt file- done it.  three times.  to three different versions of the .fla from the backup files.  Flash still crashes.
    save out as .xfl - on the rare chance that flash doesn't crash on save, the .xfl is corrupted (2k file size, no library, and for some reason a black square for an icon) about 3 out of 4 times.  The 4th time, the file works no better than any other .fla
    update flash player - no help.
    update plugins for all browsers and debug versions - no help
    update flash CS5 to the most recent version - no help
    download and install all windows updates - no help
    delete preferences and config folders - no help
    The ONLY way I can avoid flash crashing is to go back to a backup version from more than two months ago.  This version will open, save properly, and debug properly without error.
    I have attempted and failed at every suggested fix I have found online or on these forums for this cluster of problems I'm currently having.  I have three weeks to the project deadline, and there is no way I can go back two months in the production timeline.
    obviously I cannot afford to lose two months of work.  If anyone has any idea what could be happening, I would be exstatic- I'm really at the end of my rope here.  After four days of looking for help and fixes online and on these forums and talking to adobe support on the phone ('we do not handle coding issues' is the only response I get.  gee, thanks for the help), none of the fixes that have been recommended to me have worked.

    another update-
    I've managed to reconstruct a file from my original corrupted file that will open and is editable (as long as i don't click through the library items too fast- that will freeze and crash flash).  This file is less than 50 megs.
    When attempting to publish, export, or test in conjunction with the document .as associated with the file however I end up with either A: no swf produced and an empty report, or B: a 2k swf with a black square for an icon.
    debug produces the 'does not contain actionscript' error.
    upon failing to publish, export, test, or debug, flash will then either A: freeze B:freeze, then crash, or (my personal favorite) C: continue to function so long as I don't click on any library items, try to open a new file, try to open an old file, try to save, try to save as, try to exit the program, or try to close a file from the window (all of these result in freezing, crashing, or freezing and then crashing.  There is no apparent pattern to what happens).  Also, clicking back and forth between the properties and library panels in the fla file or the as file will, well, sort of overlay the two panels halfway on top of each other and sort of 'ghost' parts of one onto the other.  What I mean is, if the library panel is open and I click over to the properties panel (both are tabs in the same window of the workspace), the properties panel will be completely gray without any of it's usual boxes or text or button, and instead will have the names of some of the previous library items, greyed out, floating in random places that don't directly relate to where they were before.  Basically, it's all messed up.  And at this point the program will either freeze, crash, freeze and crash, or become completely unresponsive and require a force quit (surprise!).
    If I gut the fla down to an even smaller size of about 10-20megs, I can avoid most of these problems, although flash is still very slow to open files (20meg file takes a good 90-120 seconds to open), save files (at least 30 seconds to save a 20meg), and generally clicking around and going about my business of editing symbols or typing script is laggy and slow.  This of course doesn't really do me much good, since it requires me to gut 80% of my projects assets.
    I can't tell if i'm getting closer or further away from a solution.......

  • Flash CS5 crashes on exit

    I have Adobe CS5 Master Collection trial installed on Windows XP Pro Service Pack 3, 32bit operating system.
    Every time I try to exit Flash CS5, no matter how (File/Exit, ALT+F4...) it crashes and won't close the window.
    While I work in Flash, open and close documents it works fine.
    Is it up to my operating system or Flash IDE? Is there any solution for this?

    I would like an answer on this too.
    I just laid down some hard earned cash on CS5, and I installed Flash. I am running Windows 7 x64 Ultimate. It crashes on exit, no matter what. I tried everything, resetting preferences, running in compatibility mode, nothing works; it crashes on exit.
    In the Event Viewer, here is the error info:
    EventData
    Flash.exe
    11.0.0.485
    4badda9d
    unknown
    0.0.0.0
    00000000
    c000041d
    74c84cad
    2ec
    01cb3cf833ac4000
    C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    unknown
    Faulting application name: Flash.exe, version: 11.0.0.485, time stamp: 0x4badda9d
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc000041d
    Fault offset: 0x74c84cad
    Faulting process id: 0x2ec
    Faulting application start time: 0x01cb3cf833ac4000
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    Faulting module path: unknown
    Report Id: 784d59db-a8eb-11df-ad62-001d60544103
    When it crashes, Windows says that the program has stopped working and will close the program.
    Any answers Adobe?

  • Why is Flash CS5 crashing on my system?

    Hi,
    Just finished building a new pc (16GB RAM), installed Flash CS5, and it's randomly crashing.  I imported a bitmap and traced it into a vector image, making the file 198.9KB.  It is only one frame long, two layers (one is a guide, the other is the vector image).  If it's crashing now, I imagine it won't be able to handle much further ahead.  Why is this happening?
    I tried looking into forums, saw discussions about scratch disks, cache amounts, all of which are supposedly available in the Perfomances option under Preferences, but I can't find any such option.
    If someone could please help me out, that would be great.  Thank you.

    In my experience CS5 was very stable. Chances are if you're only experiencing this after a full system upgrade (of which you almost certainly installed a fresh OS) then I'd bet on it being software corruption (OS or Flash, probably the latter), or some hardware you seated isn't playing nice.
    If it's software corruption on the OS, other apps will be crashing as well. If it's specifically Flash then that install may simply be corrupted and a quick reinstall would solve that.
    If it's hardware, that's a bit harder. It's very tempting to grab gobs of cheap (G.SKILL, PNY, etc) unmatched RAM these days. Even tried and true brands that are cheap are overlooked (Corsair XMS). In my experience (hundreds of systems built), RAM or an overheating CPU are almost always the culprit. A very distant 3rd and 4th place are motherboards and power supplies.
    If I were to throw a dart at a possible hardware problem, I'd choose RAM that isn't playing nice together or CPU thermal grease that isn't performing well (CPU overheating causing crashes). Luckily both are easy to test, grab a copy of good ole' Prime95 and torture test your system. If any part of your RAM, CPU, FSB or PSU are acting up then it will fail tests. Then you know what the problem is:
    http://www.mersenne.org/freesoft/
    Don't sign up for the team or allow it to run while your system is idle. Simply uncheck all of that and ignore the team request. When you run it, if the torture test doesn't spawn a dialog to start, run Options->Torture Test:
    Leave it at the default Blend test and verify it counted your cores correctly (I'm sure it did). For me, this old dev rig is an old i5-2500k which does not have hyperthreading so it only has 4 cores. If you have hyperthreading then you'll see double your cores (4 for dual core, 8 for quad, etc):
    Click OK and leave the system alone for a while (hour or so). If your RAM has any issue you almost always see it error out within 10 minutes. Open your task manager to see it utilizing all available CPU and gobs of RAM while it tests.

  • Form Builder crashes while saving .fmb file when connected to db

    Hi,
    I am getting error The instruction at "0x679c352c" referenced memory at "0x0000001c". The memory could not be "read".
    Forms version is 6.0.8.11.3 and database version is 10.2.0.3.0
    I am doing the following steps:
    1) Open .fmb file in forms builder
    2) Connecting to database
    3) Making some changes in form
    4) Compiling (Ctrl+Shift+K) and generating form (Ctrl+t)
    5) Saving form <--- Here I am getting the error and form crashes
    If I do not connect to database then builder is allowing me to save the file
    1) Open .fmb file in forms builder
    2) Making some changes in form
    3) Saving form (Successful)
    I did some exercise just as a guess that may some part of the form is causing this error. I full expanded all components of the form i.e. blocks, canvases, triggers etc.
    This exercise produced that 3 program units were giving same error while full expending those. I deleted those 3 program units and re-created them. Now it is not showing me this memory error while full expanding all program units. I can now fully expand my full form.
    But I am still getting this error while saving the changes when I am connected to database.
    Please help.
    Regards,
    Edited by: rawat75 on Sep 2, 2011 7:13 PM

    Hi Experts,
    We are getting the same issue. Our form builder crashes once we open our custom form
    in form builder.
    Server shows:-
    Forms 6.0 (Forms Runtime) Version 6.0.8.28.0 (Production)
    Form Builder shows:-
    Forms [32 Bit] Version 6.0.8.11.3 (Production)
    How to upgrade the form builder version?

  • Flash CS5 crashing when opening fla file

    Flash is immediately crashing when I try to open an fla file created by a student. She has two copies of the file; neither will open. I'm hoping she hasn't lost all her work. The crash is happening on more than one machine. Does anyone know of any way to get the file opened?
    Tery

    If it's a Flash CS5 or CS5.5 file, you can try to rename the file's extension to .zip, and investigate the XML files inside.
    If you're sure it's in CS5+ format but it can't open as a ZIP file, try repairing it with recovery tools for ZIP files.
    It'll need quite a lot of detective work, but the file being saved as zipped XML means it's possible to recover faulty files. This trick works for any format that's XML-based - recent versions of Office files, Audition CS5.5 SESX, etc.

Maybe you are looking for