[CS5 Windows] LBQ crashes Java

Hi all,
I'm trying to follow the instructions in the "Working With Load Balancing and Queueing" document for CS5 server. I've run four instances of ID Server using the recommended CORBA parameters in that document. Then I started LBQ by running the "clover.cmd" batch file (after tweaking it a bit, because they forgot to set the JAVA_HOME path). All seems well.
However, when I ping the LBQ as recommended, by opening this URL:
http://localhost:8080/com.adobe.clover.application/api/GetVersion
I get a message that Java has crashed. Specifically, it says "Java(TM) Platform SE binary has stopped working." Then Windows helpfully offers to find a solution (I've never actually experienced Windows finding a solution, ever). Of course then the browser request times out, and we're back to using QuarkXPress.
This is using Windows Server 2008 R2 Standard, Service Pack 1 (say that fast, 3 times), and InDesign CS5 Server 7.0.0.355.
I thought perhaps the Java version was suspect, so I uninstalled it (both 32- and 64-bit versions) and installed fresh versions from www.java.com. Still the same problem. Then I thought, maybe it needs more memory, so I changed the command line -Xmx parameter from 512M to 1024M. Still the same problem.
The problem isn't InDesign Server, because it never actually gets to that point; it's in the LBQ Java code (I think) and/or some mystical Java configuration.
So I'm stumped. Has anyone successfully used Adobe's load balancing solution as documented?
Thanks in advance for any advice.
Regards,
Chuck Weger

Additional information, in case it helps. Here's what the error window said:
  Problem Event Name:    BEX64
  Application Name:    java.exe
  Application Version:    6.0.250.6
  Application Timestamp:    4da6a804
  Fault Module Name:    dt_socket.dll
  Fault Module Version:    6.0.250.6
  Fault Module Timestamp:    4da6d3bf
  Exception Offset:    0000000000001309
  Exception Code:    c0000409
  Exception Data:    0000000000000000
  OS Version:    6.1.7601.2.1.0.272.7
  Locale ID:    1033
  Additional Information 1:    e1a6
  Additional Information 2:    e1a6289dc6d17c927f01230bffde4c5c
  Additional Information 3:    3393
  Additional Information 4:    3393c470574ba36965c268b6192f4966
Since it refers to "dt_socket.dll," I thought perhaps there was a firewall issue, so I made sure port 8080 was opened (even though since I'm pinging localhost, I think it doesn't matter). No success.

Similar Messages

  • Illustrator CS5 / Windows 7 crashes on save

    I'm having problems with a brand new install of Illustrator CS5 (from the CS5 Master Collection) on a brand new HPZ400 Xeon workstation with 8gb ram.
    If I create a new document, draw a few shapes and add some text it works as expected and saves ok.
    If I try to copy/paste into the document, when I try to save it, Illustrator quits without warning and Windows 7 throws up an alert with Adobe Illustrator CS5 had stopped working.
    I've patched Illustrator to 15.01 and the problem persists. I've renamed the preferences file to force AI to recreate it but the behaviour is the same.
    I haven't had this issue on previous versions (although they were admittedly running either XP or on a mac). Other apps in the collection seem to be working ok.
    Strange... it's as vanilla an install as possible. Any help would be great.
    Nathan

    OK. Updated entire CS5 Master Collection over the weekend hoping this would fix the issue but Illustrator is still not able to save/save as on some files.
    I have a few eps files that open fine, but as soon as I try save as, Illustrator quits and windows throws an error "The program has stopped working..."
    I've tried changing users, deleting the prefs, I even tried disabling PDF in the clipboard preferences in case this had something to do with it.
    I can edit the file in question on a mac in CS5 and save it fine, however the new file (saved from Mac CS5 can't be resaved again from my PC)
    Could it be a Windows 7 issue?

  • CS5.5 Mac crashes every time I change Window Size in Design View

    I'm using DW CS5.5 (version 11.5 build 5344) in Lion 10.7.3.  I added in a couple of window sizes (in Preferences) that correspond to iPhone and Android phones - 320x480, 480x320, 480x800, 640x960.  The 640x960 one works, as does a 592w one that came with Dreamweaver.  Any of the other ones, though, cause the app to hang in this one particular file I'm editing.  However, in the simple jQuery Mobile starter page DW creates, these resolutions work fine.  This appears to be related to some CSS code that I have inside of a CSS media selector:
    @media screen and (max-width:480px)
    There is also a corresponding
    @media screen and (min-width:481px)
    in the CSS.
    To test this, I created a window size of 481x320, and that seemed to work completely fine without crashing DW. The 480x320 one crashes DW.  I assume that's because it's using the different CSS section.
    Pasted below is the CSS code that goes along with the section that seems to cause the crashing:
    @media screen and (max-width:480px) {
      .column {
        margin: 1em 0;
        border-bottom: 1px dashed #7b96bc;
      #visit, #points, #main {
        width: 100%;
        .taplist li {
        width:50%;
      #map {
        display:none;
      .header {
        display:none;
    To further test this out, I commented out all of the code within that block.  The window sizes did not cause it to crash then.  I then started to add back in pieces of code to see when it began to crash.  The crashing seemed limited to the bottom two (#map and .header), although it wasn't consistent.  In some situations the window sizes would work and in others they would crash.  I didn't test every combo just because it took a lot of time.  With both of those in place, though, every one of the 480 or less sizes crashed.
    Notable, the #map section is commented out in the HTML, however including that in the CSS still causes intermittent crashing.
    I also deleted my cache file to see if that was it, and no luck.
    Full code of the two files below (one HTML, one CSS)
    ontap.html
    <!DOCTYPE html>
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> 
        <title>On Tap Now at The Splendid Walrus</title>
      <link rel="stylesheet" type="text/css" href="taps.css" />
    </head>
    <body>
    <div class="navigation">
          <ul>
          <li><a href="/">Home</a></li>
          <li><a href="ontap.html">On Tap Now</a></li>
          <li><a href="about.html">About Us</a></li>
        </ul>
    </div>
    <div class="header"><p>[The splendid walrus surveys his domain!]</p></div>
    <h1>On Tap Now at The Splendid Walrus</h1>
    <div id="ontap" class="column">
      <h2>On tap this month:</h2>
      <ul class="taplist">
        <li><img src="brews_images/bensons_bubbler.jpg" alt="Bensons Bubbler"></li>
        <li><img src="brews_images/chapman_lownsdale.jpg" alt="Chapman Lownsdale"></li>
        <li><img src="brews_images/crystal_springs.jpg" alt="Crystal Springs"></li>
        <li><img src="brews_images/hoyt.jpg" alt="Hoyt"></li>
        <li><img src="brews_images/mill_ends.jpg" alt="Mill Ends"></li>
        <li><img src="brews_images/milo_mciver.jpg" alt="Milo McIver"></li>
        <li><img src="brews_images/mount_tabor.jpg" alt="Mount Tabor"></li>
        <li><img src="brews_images/omsi.jpg" alt="OMSI"></li>
        <li><img src="brews_images/oxbow.jpg" alt="Oxbow"></li>
        <li><img src="brews_images/pittock.jpg" alt="Pittock"></li>
        <li><img src="brews_images/powells.jpg" alt="Powells"></li>
        <li><img src="brews_images/sandy_river.jpg" alt="Sandy River"></li>
        <li><img src="brews_images/sauvie_island.jpg" alt="Sauvie Island"></li>
        <li><img src="brews_images/the_grotto.jpg" alt="The Grotto"></li>
        <li><img src="brews_images/tryon_creek.jpg" alt="Tryon Creek"></li>
        <li><img src="brews_images/wells_fargo.jpg" alt="Wells Fargo"></li>
      </ul>
    </div>
    <div id="visit" class="column">
      <h2>Visit Us!</h2>
      <dl>
        <dt>Location</dt>
        <dd>1543 SW Pretend Street<br />
        Portland, OR 97201</dd>
        <dt>Hours</dt>
          <dd>
            <dl>
              <dt>M-F</dt>
              <dd>Until midnight</dd>
              <dt>Sa-Su</dt>
              <dd>Until 1AM*<p><em><small>*At least</small></em></p></dd>
            </dl>
          </dd>
        <dt>Call us</dt>
        <dd>+1 (503) 555-1212</dd>
      </dl>
      <!--
      <iframe id="map" width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=334+NW+11th+Ave,+Portland,+OR+ 97209&aq=&sll=37.0625,-95.677068&sspn=58.164117,80.332031&vpsrc=0&ie=UTF8&hq=&hnear=334+NW +11th+Ave,+Portland,+Oregon+97209&t=m&ll=45.525472,-122.68218&spn=0.01804,0.025749&z=14&ou tput=embed"></iframe>
      -->
    </div>
    <div class="footer">
      <p>See you soon! Love, The Splendid Walrus</p>
    </div>
    </body>
    </html>
    taps.css
    /* Everything Fluid */
    /* Simple reset */
              margin: 0;
              padding: 0;
    * Color, typography and basic layout
    * (Shared for all devices and clients)
    * Colors:
    * - #f9f3e9 -> light cream (background)
    * - #594846 -> Dark brown (body text, rules)
    * - #42628F -> Dark blue (link text)
    * - #7b96bc -> Medium-light blue (navigation and footer background)
    body {
              background: #f9f3e9;
              color: #594846;
              font: 100% "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
    a, a:visited {
      color: #42628f;
    p {
      margin: 0.5em 0.25em;
    h1 {
      font-size: 1.75em;
              border: solid #594846;
              border-width: 2px 0;
              padding: 0.25em;
      text-align: center;
      font-variant: small-caps;
    h2 {
      text-align: center;
      font-variant: small-caps;
    dl {
      margin: 0 0.5em;
    dt {
      font-weight: bold;
      margin: 0.5em 1em 0.5em 0;
      border-bottom: 1px dashed #7b96bc;
    .intro {
      font-size: 1.15em;
      line-height: 1.3em;
      text-align: justify;
      margin: 0.5em;
      font-weight: bold;
    .navigation {
      background-color:#7b96bc;
      border-bottom: 2px solid #594846;
    .navigation ul li {
      text-align: center;
      display: block;
      float: left;
      padding: 0.25em 0;
    .navigation li a {
      color: #f9f3e9;
      font-variant: small-caps;
      text-decoration: none;
    .header p {
      margin-left: -1000px;
      margin-top: 0;
    #points ul {
      list-style-image: url('images/point.png');
      margin: 0.5em 0 1em 0.5em;
      padding-left: 1em;
    #points ul li {
      margin: 0.5em 1em;
    .footer {
      background-color: #7b96bc;
      color: #f9f3e9;
      text-align: center;
      padding: .5em 0;
      font-style: italic;
    /* Structure */
    /* Common Structural Rules */
    .header, .footer {
      clear: both;
    .header {
      background:url('images/taps.jpg') repeat-x;
      height: 300px;
    .navigation {
      min-height: 25px;
    img, object {
      max-width: 100%;
    .navigation ul li {
      width: 33.333%;
    .header, .footer, .navigation {
      width: 100%;
    /* Brews List */
    .taplist li {
      display:block;
      float:left;
      text-align:center;
      width:33%;
    .taplist img {
      width:100%;
      margin-bottom:5px;
    #ontap, #ontap ul, #ontap ul li {
      background:#fff;
    /* Wider viewports/higher resolutions (e.g. desktop)  */
    @media screen and (min-width:481px) {
      .column {
        margin: 10px 1.04166667% 0 0;
      #visit {
        width: 31.25%;
        float: left;
      #points {
        width: 25%;
        float: right;
      #main {
        margin: 10px 27.0833333% 0 26.0416667%;
      #ontap {
        margin: 10px 0 0 32%;
    /* Mobile/lower-resolution devices */
    @media screen and (max-width:480px) {
      .column {
        margin: 1em 0;
        border-bottom: 1px dashed #7b96bc;
      #visit, #points, #main {
        width: 100%;
      .taplist li {
        width:50%;
      #map {
        display:none;
    /*  .header {
        display:none;

    Thanks very much Chris for pointing me in the right direction.  I downloaded FontDoctor, and it found one questionable font which I deleted.  However CS5 continues to crash when selecting the Design Workspace. So I followed the steps outlined in the Adobe document you linked.  When I got to the point of downloading the FontTest.jsx file and ran it, CS5 crashed right away without writing any log file.  I turned on app.displayDialogs = DialogModes.YES, and CS5 is crashing with a TypeError: undefined is not an object. So I don't know if this is related to my original problem, or not.  Any thoughts on how to proceed to get the FontTest script to run properly?  I took all of the normal defaults when I installed CS5 (e.g., didn't select any alternate paths, don't have any add-ons installed, etc.).

  • Nvidia Graphics Processor (windows Vista) crashes on CS6 and works on CS5

    Nvidia Graphics Processor (windows Vista) crashes on CS6 and works on CS5

    Hi Steve in Palm Desert!
    I see you are running Windows Vista.You know that Vista is not supported for CS6, right? It is not prevented from running, but not supported.
    That known, what video card do you have ? Do you have the most updated driver?  My laptop is brand new and I had an outdated video driver right upon delivery.
    Maybe that could help.
    Check out the following links about supported OS and Video cards:
    FAQ: What features use the GPU and how do I troubleshoot GPU issues?
    WHAT ARE THE SYSTEM REQUIREMENTS TO USE PHOTOSHOP CS6?  (scroll down to bottom)
    http://labs.adobe.com/technologies/photoshopcs6/
    CS6 OPERATING SYSTEM SUPPORT INFORMATION:
    http://blogs.adobe.com/photoshopdotcom/2012/03/photoshop-cs6-operating-system-support-and- beyond.html
    Pattie

  • InDesign CS5.5 keeps crashing when I open a particular document

    InDesign CS5.5 keeps crashing when I open a particular document. This suddenly started happening a few hours ago, and other files are unaffected. I downloaded a backup from last week and that was fine, but I need to get this latest version working again. I've cleared out the Recovery folder, deleted Preferences, and even reinstalled InDesign - all to no avail.
    I'm running Windows 8.
    Any help gratefully received!

    Even after emptying the recovery folder?
    It's either a damaged install or a bad font or some other conflict. Do the font trouble-shooter first, then move to checking for a conflict.
    To check for a conflict, go to the start button and in the Search field Type msconfig to bring up the configuration utility. Open it, go to the Services tab and click the box to Hide All Microsoft Services. You can uncheck just about anything that's left (for diagnostic purposes) except FLEXnet Licensing Services and a service starting with ##ID_String... which are part of the Adobe licensing sytem and need to be active for Adobe product to run.
    Now switch to the Startup tab, and uncheck everything except your mouse driver and the Adobe Service Manager for this version.
    Reboot. Ignore the warning about startup in diagnostic mode for the moment and Launch ID and see if it works. If it does, go back msconfig and add back startup programs in groups, rebooting each time and repeat the test until you get a failure. If all the startup programs work, repeat with the services tab. If nothing causes a problem I have no idea what's going on.
    On the other hand, if ID fails again straight off with all that stuff disabled, the installtion is corrupt. Run the cleaner tool (CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3) and reinstall while still in diagnostic mode, then run msconfig one last time to restore normal startup.

  • Jmc.dll crashes java.exe

    First of thanks Sun's engineers for hard work on Java and JavaFX! I really enjoyed the features and demos from javafx.com.
    Unfortunatly all of the demos involving media playback are crashing java.exe with jmc.dll being guilty (probably access violation - jmc.dll in the error dialog reports 0.0.0.0 version - but not sure). Well, I think it is my system's fault, because when I got rid of all codecs that could play mp3, java.exe stopped crashing (at least for DraggableMP3Player demo, SimpleVideoPlayer crashes without writing hs_err), but gave me MediaUnsupportedException. Regarding fixing my system - I'd like to avoid the pleasure of reinstalling Windows and I think it would be good for others having this problem to nail the cause of it. Could you explain how jmc.dll is dealing with platform codecs? How it checks what is installed? Does anyone else seen jmc.dll crashing java? Could it be hardware issue (I have nforce2 sound card)?
    I've created issue [http://javafx-jira.kenai.com/browse/RT-2530] if you have the same problem please vote for it (you first need to register for free :))

    I sure have put some work in this bug. I hope this will be gone soon :). I'm somewhat surprised that nobody seen it beside me - no votes, no blogs about it. But UnsupportedMediaException is known for sure and I believe it is related (that's why I've voted for it). Thanks for all your sweat, tears and blood you put in JavaFX! :)

  • Flash CS5 (IDE) always crashes whenever I try to import a photoshop file (PSD)

    Everytime I try to import a photoshop file in to Flash, the software crashes. They are both cs5 but whenever I drag and drop a jpg or png to the stage, they work fine. The PSD file is what I want to import into Flash but it's not happening. This is the error I get...
    Process:         Adobe Flash CS5 [1110]
    Path:            /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5
    Identifier:      Adobe Flash CS5
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [146]
    Date/Time:       2011-03-13 13:42:01.448 +0000
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Interval Since Last Report:          208417 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      93BA3313-95A5-47B7-87B2-02E2BA5A364F
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  9  Java: VM Thread
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x987700a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x9876fd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x987719f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.psl                 0x06fc8228 0x6f66000 + 401960
    4   com.adobe.psl                 0x06fc8371 0x6f66000 + 402289
    5   com.adobe.psl                 0x06fc7111 0x6f66000 + 397585
    6   com.adobe.psl                 0x06fc71ab 0x6f66000 + 397739
    7   com.adobe.psl                 0x073e05f2 0x6f66000 + 4695538
    8   com.adobe.psl                 0x073c30ce 0x6f66000 + 4575438
    9   com.adobe.psl                 0x073c333c 0x6f66000 + 4576060
    10  com.adobe.psl                 0x073c33e5 0x6f66000 + 4576229
    11  com.adobe.psl                 0x073c344d 0x6f66000 + 4576333
    12  com.adobe.psl                 0x070d1c86 0x6f66000 + 1490054
    13  com.adobe.psl                 0x070d4230 0x6f66000 + 1499696
    14  com.adobe.psl                 0x070dbe0b 0x6f66000 + 1531403
    15  com.adobe.psl                 0x07222265 0x6f66000 + 2867813
    16  com.adobe.psl                 0x072254b9 0x6f66000 + 2880697
    17  com.adobe.psl                 0x07225f69 0x6f66000 + 2883433
    18  com.adobe.psl                 0x07226121 0x6f66000 + 2883873
    19  com.adobe.psl                 0x07226731 0x6f66000 + 2885425
    20  com.adobe.psl                 0x07226b5d 0x6f66000 + 2886493
    21  com.adobe.psl                 0x072278bb 0x6f66000 + 2889915
    22  com.adobe.psl                 0x0720740d 0x6f66000 + 2757645
    23  com.adobe.psl                 0x071b596f 0x6f66000 + 2423151
    24  com.adobe.psl                 0x07428e6f PSLGetImageAttributes + 2715
    25  com.adobe.psl                 0x07458160 PSLGetPixelsTileSize + 4480
    26  com.adobe.psl                 0x074588fc PSLGetPixelsByChannel + 308
    27  com.adobe.psl                 0x07458a09 PSLGetPixelsMinimalBounds + 73
    28  ...Importer.PSDImporter.bundle 0x3015a4d6 PixelsConverter::GetBounds(AdobePSL::PSLBounds&) + 124
    29  ...Importer.PSDImporter.bundle 0x3015b624 PixelsConverter::ConvertRGBA8ToMediaBits(void*&) + 98
    30  ...Importer.PSDImporter.bundle 0x3015c07b PixelsConverter::ConvertToMediaBits(void*&, void*) + 167
    31  ...Importer.PSDImporter.bundle 0x301580bc LayerConverter::ConvertToMediaBitsMaintainingAppearance(void*&, void*, MFIMatrix&, MFIRect&) + 120
    32  ...Importer.PSDImporter.bundle 0x30154477 ImportActionBitmap::ExecuteToStage(ImageConverter&) + 139
    33  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    34  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    35  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    36  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    37  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    38  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    39  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    40  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    41  ...Importer.PSDImporter.bundle 0x3014470d PhotoshopReader::ReadDocument(unsigned short const*, MFIPlugInInterface::MFIReadMode) + 351
    42  com.adobe.flash               0x002c5b5f CPicSingleObjIter::~CPicSingleObjIter() + 3277
    43  com.adobe.flash               0x002e12ce COSStatusException::GetOSStatus() + 760
    44  com.adobe.flash               0x002c261d CUserCanceledException::GetRuntimeClass() const + 2853
    45  com.adobe.flash               0x002c2e21 CUserCanceledException::GetRuntimeClass() const + 4905
    46  com.adobe.flash               0x002c3146 CUserCanceledException::GetRuntimeClass() const + 5710
    47  com.adobe.flash               0x004cef5a CStdioFile::GetRuntimeClass() const + 21722
    48  com.adobe.flash               0x00198cd0 CSketchViewPrintContext::CSketchViewPrintContext() + 88394
    49  com.adobe.flash               0x00d7d9ab non-virtual thunk to CStdioFile::~CStdioFile() + 19245
    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               0x00d7add2 non-virtual thunk to CStdioFile::~CStdioFile() + 8020
    53  com.adobe.flash               0x00d7a160 non-virtual thunk to CStdioFile::~CStdioFile() + 4834
    54  com.apple.HIToolbox           0x9160becf DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    55  com.apple.HIToolbox           0x9160b196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    56  com.apple.HIToolbox           0x9160aff5 SendEventToEventTargetWithOptions + 58
    57  com.apple.HIToolbox           0x9163fc18 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    58  com.apple.HIToolbox           0x9160c320 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    59  com.apple.HIToolbox           0x9160b196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    60  com.apple.HIToolbox           0x9162da07 SendEventToEventTarget + 52
    61  com.apple.HIToolbox           0x917b6d2b ToolboxEventDispatcher + 86
    62  com.apple.HIToolbox           0x917b6e63 RunApplicationEventLoop + 243
    63  com.adobe.flash               0x00d6f4fe non-virtual thunk to CFileDialogImpl::~CFileDialogImpl() + 4302
    64  com.adobe.flash               0x00d45d1f CTimerImpl::~CTimerImpl() + 297
    65  com.adobe.flash               0x00d45dcb CTimerImpl::~CTimerImpl() + 469
    66  com.adobe.flash               0x00003716 0x1000 + 10006
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x98768982 kevent + 10
    1   libSystem.B.dylib             0x9876909c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x98768559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x987682fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x98767d81 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x98767bc6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x98742142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fcfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x987b846f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x0af2c126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0af24db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0af2c18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    7   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x987700a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x9876fd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x987719f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x921d451e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x921bfea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x921bb873 MPWaitOnQueue + 250
    6   AdobeACE                      0x0533b6f1 0x5301000 + 239345
    7   AdobeACE                      0x0533b0ed 0x5301000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x9219f85a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    10  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 4:  com.apple.CFSocket.private
    0   libSystem.B.dylib             0x987610c6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x91a6ac83 __CFSocketManager + 1091
    2   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    3   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x9877f5fe recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x9879f3c7 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x21c136cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x21c1276e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x21c1161f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x21c11671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x21c116fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x21c0bafe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x21c0bce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x21c0c8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x21c0c9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x21c0fdb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x21c10059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x21c10687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x21c10884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x21c02826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x21c03c71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x21c10df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x21c13341 Invoke + 53977
    19  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    20  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 6:  Java: Exception Handler Thread
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libSystem.B.dylib             0x987ae088 mach_msg_server + 520
    3   libjvm.dylib                  0x2fa0fa6d JNI_CreateJavaVM_Impl + 56194
    4   libjvm.dylib                  0x2fa0fa18 JNI_CreateJavaVM_Impl + 56109
    5   libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    6   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    7   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 7:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                  0x2fa22fd2 jio_vsnprintf + 331
    8   libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    9   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    10  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 8:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                  0x2fa22fd2 jio_vsnprintf + 331
    8   libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    9   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    10  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 9 Crashed:  Java: VM Thread
    0   libSystem.B.dylib             0x987af4fe __semwait_signal_nocancel + 10
    1   libSystem.B.dylib             0x987af3e2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib             0x9882a2aa usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib             0x9884b9c8 abort + 105
    4   libstdc++.6.dylib             0x9411afda __gnu_cxx::__verbose_terminate_handler() + 433
    5   libstdc++.6.dylib             0x9411917a __cxxabiv1::__terminate(void (*)()) + 10
    6   libstdc++.6.dylib             0x941191ba __cxxabiv1::__unexpected(void (*)()) + 0
    7   libstdc++.6.dylib             0x94119753 __cxa_pure_virtual + 48
    8   ...strator.plugins.FuzzyEffect 0x29c6f5f5 PluginMain + 23719
    9   ...strator.plugins.FuzzyEffect 0x29c6f53f PluginMain + 23537
    10  ...strator.plugins.FuzzyEffect 0x29c69a74 PluginMain + 294
    11  com.adobe.illustrator         0x040f7564 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, long*) + 172
    12  com.adobe.illustrator         0x040f36c9 SPCallPlugin + 91
    13  com.adobe.illustrator         0x040fb38c SPSendMessage + 582
    14  com.adobe.illustrator         0x040fb6d9 spAdapter + 197
    15  com.adobe.illustrator         0x040f7564 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, long*) + 172
    16  com.adobe.illustrator         0x040f36c9 SPCallPlugin + 91
    17  com.adobe.illustrator         0x040fb38c SPSendMessage + 582
    18  com.adobe.illustrator         0x040f43d2 spShutdownTermSPAdapter() + 162
    19  com.adobe.illustrator         0x040f57b6 SPTerm + 44
    20  com.adobe.illustrator         0x03a818e7 PluginMgr::PluginsTerm() + 67
    21  com.adobe.illustrator         0x036a251a CAIAspectType<CAIAGMBridgeNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    22  com.adobe.illustrator         0x036d0ee2 MultiObserverImpl::Notify(CAIAspectBase&, void const*, unsigned short) + 76
    23  com.adobe.illustrator         0x036d1ad6 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 102
    24  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    25  com.adobe.illustrator         0x036a22d9 CAIAGMBridge::UpdateACEBridge(CAIAspectEntry&, CAIACEBridgeNotifier::Quitting const&) + 93
    26  com.adobe.illustrator         0x0368fbba CAIAspectType<CAIACEBridgeNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    27  com.adobe.illustrator         0x036d0ee2 MultiObserverImpl::Notify(CAIAspectBase&, void const*, unsigned short) + 76
    28  com.adobe.illustrator         0x036d1ad6 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 102
    29  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    30  com.adobe.illustrator         0x0368f98e CAIACEBridge::UpdateBIBBridge(CAIAspectEntry&, CAIBIBBridgeNotifier::Quitting const&) + 80
    31  com.adobe.illustrator         0x036ddc88 CAIAspectType<CAIBIBBridgeNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    32  com.adobe.illustrator         0x036d1ab5 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 69
    33  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    34  com.adobe.illustrator         0x036dd95c CAIBIBBridge::UpdateApplicationLaunchQuit(CAIAspectEntry&, CAIApplicationNotifier::Quitting const&) + 80
    35  com.adobe.illustrator         0x036ae278 CAIAspectType<CAIApplicationNotifier::AnyLaunchQuit>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    36  com.adobe.illustrator         0x036d0ee2 MultiObserverImpl::Notify(CAIAspectBase&, void const*, unsigned short) + 76
    37  com.adobe.illustrator         0x036d1ad6 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 102
    38  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    39  com.adobe.illustrator         0x036ad7b1 CAIApplication::QuitDLL() + 63
    40  com.adobe.illustrator         0x03abb23c AILTerminate + 50
    41  ...porter.AICS3Importer.bundle 0x27c9992b AICS3PlugInInterface::~AICS3PlugInInterface() + 41
    42  libSystem.B.dylib             0x987611ff __cxa_finalize + 208
    43  libSystem.B.dylib             0x98761114 exit + 33
    44  libjvm.dylib                  0x2faff8fc JVM_Halt + 446
    45  libjvm.dylib                  0x2faff8df JVM_Halt + 417
    46  libjvm.dylib                  0x2fad3c51 JVM_GetClassInterfaces + 4319
    47  libjvm.dylib                  0x2fad3b74 JVM_GetClassInterfaces + 4098
    48  libjvm.dylib                  0x2fa8b0ac JVM_Lseek + 139370
    49  libjvm.dylib                  0x2fa8abf4 JVM_Lseek + 138162
    50  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    51  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    52  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 10:  Java: Reference Handler
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x54001374 0 + 1409291124
    12  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    13  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    14  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    15  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    16  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    17  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    18  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    19  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    20  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    21  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 11:  Java: Finalizer
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003f97 0 + 1409302423
    11  ???                           0x54003f97 0 + 1409302423
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 12:  Java: Surrogate Locker Thread (CMS)
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                  0x2faa7b03 JVM_IsPrimitiveClass + 5163
    8   libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    9   libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    10  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    12  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 13:  Java: Signal Dispatcher
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fa0dc41 JNI_CreateJavaVM_Impl + 48470
    6   libjvm.dylib                  0x2fa0db86 JNI_CreateJavaVM_Impl + 48283
    7   libjvm.dylib                  0x2fad2139 JVM_EnableCompiler + 21065
    8   libjvm.dylib                  0x2fc6e1b1 JVM_RaiseSignal + 272863
    9   libjvm.dylib                  0x2faa878c JVM_IsPrimitiveClass + 8372
    10  libjvm.dylib                  0x2faa842c JVM_IsPrimitiveClass + 7508
    11  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    12  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    13  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    14  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    15  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 14:  Java: CompilerThread0
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                  0x2faaf5cf JVM_Write + 2387
    8   libjvm.dylib                  0x2faa97c4 JVM_IsPrimitiveClass + 12524
    9   libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    10  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    11  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    12  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    13  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 15:  Java: Low Memory Detector
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                  0x2faaaec6 JVM_IsPrimitiveClass + 18414
    8   libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    9   libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    10  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    12  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 16:  Java: FelixDispatchQueue
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x54003e31 0 + 1409302065
    12  ???                           0x54003e31 0 + 1409302065
    13  ???                           0x5400430d 0 + 1409303309
    14  ???                           0x54001374 0 + 1409291124
    15  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    16  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    17  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    18  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    19  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    20  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    21  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    22  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    23  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    24  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 17:  Java: FelixStartLevel
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 18:  Java: FelixPackageAdmin
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 19:  Java: Code Model Worker
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fc83def JVM_RaiseSignal + 362013
    4   libjvm.dylib                  0x2fb16d25 JVM_ActiveProcessorCount + 300
    5   ???                           0x5400b9d9 0 + 1409333721
    6   ???                           0x54003e31 0 + 1409302065
    7   ???                           0x54003e31 0 + 1409302065
    8   ???                           0x5400430d 0 + 1409303309
    9   ???                           0x54004473 0 + 1409303667
    10  ???                           0x54003f97 0 + 1409302423
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 20:  Java: Code Model Worker
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fc83def JVM_RaiseSignal + 362013
    4   libjvm.dylib                  0x2fb16d25 JVM_ActiveProcessorCount + 300
    5   ???                           0x5400b9d9 0 + 1409333721
    6   ???                           0x54003e31 0 + 1409302065
    7   ???                           0x54003e31 0 + 1409302065
    8   ???                           0x5400430d 0 + 1409303309
    9   ???                           0x54004473 0 + 1409303667
    10  ???                           0x54003f97 0 + 1409302423
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib             0x987700a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x9879bee5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge      0x22900d4b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge      0x228fb2d3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.flash.flbridge      0x22900e58 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    6   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib             0x98742142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fcfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x987b846f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x20dba31f 0x20997000 + 4338463
    4   ...ia.Flash Player.authplaylib 0x209b06ef 0x20997000 + 104175
    5   ...ia.Flash Player.authplaylib 0x20dba40c 0x20997000 + 4338700
    6   ...ia.Flash Player.authplaylib 0x20dba450 0x20997000 + 4338768
    7   ...ia.Flash Player.authplaylib 0x20dba53b 0x20997000 + 4339003
    8   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    9   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib             0x98742142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fcfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x987b846f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x20dba31f 0x20997000 + 4338463
    4   ...ia.Flash Player.authplaylib 0x209b06ef 0x20997000 + 104175
    5   ...ia.Flash Player.authplaylib 0x20dba40c 0x20997000 + 4338700
    6   ...ia.Flash Player.authplaylib 0x20dba450 0x20997000 + 4338768
    7   ...ia.Flash Player.authplaylib 0x20dba53b 0x20997000 + 4339003
    8   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    9   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 24:  Java: Thread-4
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83b79 JVM_RaiseSignal + 361383
    3   libjvm.dylib                  0x2fc8404b JVM_RaiseSignal + 362617
    4   libjvm.dylib                  0x2fadee60 JVM_Sleep + 267
    5   libjvmlinkage.dylib           0x21e9da68 JVM_Sleep + 72
    6   ???                           0x5400b9d9 0 + 1409333721
    7   ???                           0x54003e31 0 + 1409302065
    8   ???                           0x5400430d 0 + 1409303309
    9   ???                           0x54001374 0 + 1409291124
    10  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    11  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    12  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    13  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    14  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    15  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    16  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    17  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    18  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    19  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib             0x9874215a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fce5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9879eac8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib 0x20dba2e7 0x20997000 + 4338407
    4   ...ia.Flash Player.authplaylib 0x20b6c38e 0x20997000 + 1921934
    5   ...ia.Flash Player.authplaylib 0x20dba40c 0x20997000 + 4338700
    6   ...ia.Flash Player.authplaylib 0x20dba450 0x20997000 + 4338768
    7   ...ia.Flash Player.authplaylib 0x20dba53b 0x20997000 + 4339003
    8   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    9   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib             0x987a03aa pwrite$UNIX2003 + 10
    1   ...ple.CoreServices.CarbonCore 0x921bc471 BasicWrite(FileRecord*, short, long long, unsigned long long*, void*, unsigned long long*) + 160
    2   ...ple.CoreServices.CarbonCore 0x921bc3a3 PBWriteForkSync + 117
    3   ...ple.CoreServices.CarbonCore 0x921bf917 AsyncFileThread(void*) + 220
    4   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    5   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 27:  Java: SIGTERM handler
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                  0x2fad3262 JVM_GetClassInterfaces + 1776
    8   libjvm.dylib                  0x2faff851 JVM_Halt + 275
    9   libjvm.dylib                  0x2faff79a JVM_Halt + 92
    10  libjvmlinkage.dylib           0x21e9d1b3 JVM_Halt + 35
    11  libjava.jnilib                0x22517be9 Java_java_lang_Shutdown_halt0 + 17
    12  ???                           0x5400b9d9 0 + 1409333721
    13  ???                           0x54003e31 0 + 1409302065
    14  ???                           0x54003e31 0 + 1409302065
    15  ???                           0x54003e31 0 + 1409302065
    16  ???                           0x5400430d 0 + 1409303309
    17  ???                           0x5400430d 0 + 1409303309
    18  ???                           0x54001374 0 + 1409291124
    19  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    20  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    21  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    22  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    23  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    24  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    25  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    26  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    27  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    28  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 9 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x987af349  ecx: 0xb09a423c  edx: 0x987af4fe
      edi: 0x29c7f044  esi: 0xb09a4298  ebp: 0xb09a4278  esp: 0xb09a423c
       ss: 0x0000001f  efl: 0x00000247  eip: 0x987af4fe   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x2cf6132c
    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 -  0x35edff7  com.apple.JavaVM 13.4.0 (13.4.0) <77CA466B-7DDA-D261-53A0-312FB7B0A6DC> /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 -  0x5dfcff7 +AdobeCoolType ??? (???) <2BF62C8A-D715-FDE8-650C-1984CFFCE33C> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x5e84000 -  0x625cff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x638b000 -  0x6469fef +AdobePDFPort ??? (???) <324E65FD-0011-F93F-9B92-FB4E17968181> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x649f000 -  0x6ad3feb +AdobePDFL ??? (???) <1A619F3E-A9D4-A99C-791E-92B564F64609> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x6bff000 -  0x6c25ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.f

    Everytime I try to import a photoshop file in to Flash, the software crashes. They are both cs5 but whenever I drag and drop a jpg or png to the stage, they work fine. The PSD file is what I want to import into Flash but it's not happening. This is the error I get...
    Process:         Adobe Flash CS5 [1110]
    Path:            /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/MacOS/Adobe Flash CS5
    Identifier:      Adobe Flash CS5
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [146]
    Date/Time:       2011-03-13 13:42:01.448 +0000
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Interval Since Last Report:          208417 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      93BA3313-95A5-47B7-87B2-02E2BA5A364F
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  9  Java: VM Thread
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x987700a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x9876fd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x987719f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.psl                 0x06fc8228 0x6f66000 + 401960
    4   com.adobe.psl                 0x06fc8371 0x6f66000 + 402289
    5   com.adobe.psl                 0x06fc7111 0x6f66000 + 397585
    6   com.adobe.psl                 0x06fc71ab 0x6f66000 + 397739
    7   com.adobe.psl                 0x073e05f2 0x6f66000 + 4695538
    8   com.adobe.psl                 0x073c30ce 0x6f66000 + 4575438
    9   com.adobe.psl                 0x073c333c 0x6f66000 + 4576060
    10  com.adobe.psl                 0x073c33e5 0x6f66000 + 4576229
    11  com.adobe.psl                 0x073c344d 0x6f66000 + 4576333
    12  com.adobe.psl                 0x070d1c86 0x6f66000 + 1490054
    13  com.adobe.psl                 0x070d4230 0x6f66000 + 1499696
    14  com.adobe.psl                 0x070dbe0b 0x6f66000 + 1531403
    15  com.adobe.psl                 0x07222265 0x6f66000 + 2867813
    16  com.adobe.psl                 0x072254b9 0x6f66000 + 2880697
    17  com.adobe.psl                 0x07225f69 0x6f66000 + 2883433
    18  com.adobe.psl                 0x07226121 0x6f66000 + 2883873
    19  com.adobe.psl                 0x07226731 0x6f66000 + 2885425
    20  com.adobe.psl                 0x07226b5d 0x6f66000 + 2886493
    21  com.adobe.psl                 0x072278bb 0x6f66000 + 2889915
    22  com.adobe.psl                 0x0720740d 0x6f66000 + 2757645
    23  com.adobe.psl                 0x071b596f 0x6f66000 + 2423151
    24  com.adobe.psl                 0x07428e6f PSLGetImageAttributes + 2715
    25  com.adobe.psl                 0x07458160 PSLGetPixelsTileSize + 4480
    26  com.adobe.psl                 0x074588fc PSLGetPixelsByChannel + 308
    27  com.adobe.psl                 0x07458a09 PSLGetPixelsMinimalBounds + 73
    28  ...Importer.PSDImporter.bundle 0x3015a4d6 PixelsConverter::GetBounds(AdobePSL::PSLBounds&) + 124
    29  ...Importer.PSDImporter.bundle 0x3015b624 PixelsConverter::ConvertRGBA8ToMediaBits(void*&) + 98
    30  ...Importer.PSDImporter.bundle 0x3015c07b PixelsConverter::ConvertToMediaBits(void*&, void*) + 167
    31  ...Importer.PSDImporter.bundle 0x301580bc LayerConverter::ConvertToMediaBitsMaintainingAppearance(void*&, void*, MFIMatrix&, MFIRect&) + 120
    32  ...Importer.PSDImporter.bundle 0x30154477 ImportActionBitmap::ExecuteToStage(ImageConverter&) + 139
    33  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    34  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    35  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    36  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    37  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    38  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    39  ...Importer.PSDImporter.bundle 0x301542c9 ImportAction::Execute(ImageConverter&) + 43
    40  ...Importer.PSDImporter.bundle 0x30155d87 ImportActionGroup::Execute(ImageConverter&) + 413
    41  ...Importer.PSDImporter.bundle 0x3014470d PhotoshopReader::ReadDocument(unsigned short const*, MFIPlugInInterface::MFIReadMode) + 351
    42  com.adobe.flash               0x002c5b5f CPicSingleObjIter::~CPicSingleObjIter() + 3277
    43  com.adobe.flash               0x002e12ce COSStatusException::GetOSStatus() + 760
    44  com.adobe.flash               0x002c261d CUserCanceledException::GetRuntimeClass() const + 2853
    45  com.adobe.flash               0x002c2e21 CUserCanceledException::GetRuntimeClass() const + 4905
    46  com.adobe.flash               0x002c3146 CUserCanceledException::GetRuntimeClass() const + 5710
    47  com.adobe.flash               0x004cef5a CStdioFile::GetRuntimeClass() const + 21722
    48  com.adobe.flash               0x00198cd0 CSketchViewPrintContext::CSketchViewPrintContext() + 88394
    49  com.adobe.flash               0x00d7d9ab non-virtual thunk to CStdioFile::~CStdioFile() + 19245
    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               0x00d7add2 non-virtual thunk to CStdioFile::~CStdioFile() + 8020
    53  com.adobe.flash               0x00d7a160 non-virtual thunk to CStdioFile::~CStdioFile() + 4834
    54  com.apple.HIToolbox           0x9160becf DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    55  com.apple.HIToolbox           0x9160b196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    56  com.apple.HIToolbox           0x9160aff5 SendEventToEventTargetWithOptions + 58
    57  com.apple.HIToolbox           0x9163fc18 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    58  com.apple.HIToolbox           0x9160c320 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    59  com.apple.HIToolbox           0x9160b196 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    60  com.apple.HIToolbox           0x9162da07 SendEventToEventTarget + 52
    61  com.apple.HIToolbox           0x917b6d2b ToolboxEventDispatcher + 86
    62  com.apple.HIToolbox           0x917b6e63 RunApplicationEventLoop + 243
    63  com.adobe.flash               0x00d6f4fe non-virtual thunk to CFileDialogImpl::~CFileDialogImpl() + 4302
    64  com.adobe.flash               0x00d45d1f CTimerImpl::~CTimerImpl() + 297
    65  com.adobe.flash               0x00d45dcb CTimerImpl::~CTimerImpl() + 469
    66  com.adobe.flash               0x00003716 0x1000 + 10006
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x98768982 kevent + 10
    1   libSystem.B.dylib             0x9876909c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x98768559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x987682fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x98767d81 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x98767bc6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x98742142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fcfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x987b846f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x0af2c126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0af24db0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0af2c18c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    7   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x987700a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x9876fd62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x987719f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x921d451e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x921bfea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x921bb873 MPWaitOnQueue + 250
    6   AdobeACE                      0x0533b6f1 0x5301000 + 239345
    7   AdobeACE                      0x0533b0ed 0x5301000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x9219f85a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    10  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 4:  com.apple.CFSocket.private
    0   libSystem.B.dylib             0x987610c6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation      0x91a6ac83 __CFSocketManager + 1091
    2   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    3   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x9877f5fe recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x9879f3c7 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x21c136cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x21c1276e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x21c1161f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x21c11671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x21c116fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x21c0bafe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x21c0bce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x21c0c8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x21c0c9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x21c0fdb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x21c10059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x21c10687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x21c10884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x21c02826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x21c03c71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x21c10df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x21c13341 Invoke + 53977
    19  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    20  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 6:  Java: Exception Handler Thread
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libSystem.B.dylib             0x987ae088 mach_msg_server + 520
    3   libjvm.dylib                  0x2fa0fa6d JNI_CreateJavaVM_Impl + 56194
    4   libjvm.dylib                  0x2fa0fa18 JNI_CreateJavaVM_Impl + 56109
    5   libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    6   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    7   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 7:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                  0x2fa22fd2 jio_vsnprintf + 331
    8   libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    9   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    10  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 8:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                  0x2fa22fd2 jio_vsnprintf + 331
    8   libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    9   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    10  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 9 Crashed:  Java: VM Thread
    0   libSystem.B.dylib             0x987af4fe __semwait_signal_nocancel + 10
    1   libSystem.B.dylib             0x987af3e2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib             0x9882a2aa usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib             0x9884b9c8 abort + 105
    4   libstdc++.6.dylib             0x9411afda __gnu_cxx::__verbose_terminate_handler() + 433
    5   libstdc++.6.dylib             0x9411917a __cxxabiv1::__terminate(void (*)()) + 10
    6   libstdc++.6.dylib             0x941191ba __cxxabiv1::__unexpected(void (*)()) + 0
    7   libstdc++.6.dylib             0x94119753 __cxa_pure_virtual + 48
    8   ...strator.plugins.FuzzyEffect 0x29c6f5f5 PluginMain + 23719
    9   ...strator.plugins.FuzzyEffect 0x29c6f53f PluginMain + 23537
    10  ...strator.plugins.FuzzyEffect 0x29c69a74 PluginMain + 294
    11  com.adobe.illustrator         0x040f7564 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, long*) + 172
    12  com.adobe.illustrator         0x040f36c9 SPCallPlugin + 91
    13  com.adobe.illustrator         0x040fb38c SPSendMessage + 582
    14  com.adobe.illustrator         0x040fb6d9 spAdapter + 197
    15  com.adobe.illustrator         0x040f7564 spEdgeCallPlugin(SPAccess*, char const*, char const*, void*, long*) + 172
    16  com.adobe.illustrator         0x040f36c9 SPCallPlugin + 91
    17  com.adobe.illustrator         0x040fb38c SPSendMessage + 582
    18  com.adobe.illustrator         0x040f43d2 spShutdownTermSPAdapter() + 162
    19  com.adobe.illustrator         0x040f57b6 SPTerm + 44
    20  com.adobe.illustrator         0x03a818e7 PluginMgr::PluginsTerm() + 67
    21  com.adobe.illustrator         0x036a251a CAIAspectType<CAIAGMBridgeNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    22  com.adobe.illustrator         0x036d0ee2 MultiObserverImpl::Notify(CAIAspectBase&, void const*, unsigned short) + 76
    23  com.adobe.illustrator         0x036d1ad6 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 102
    24  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    25  com.adobe.illustrator         0x036a22d9 CAIAGMBridge::UpdateACEBridge(CAIAspectEntry&, CAIACEBridgeNotifier::Quitting const&) + 93
    26  com.adobe.illustrator         0x0368fbba CAIAspectType<CAIACEBridgeNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    27  com.adobe.illustrator         0x036d0ee2 MultiObserverImpl::Notify(CAIAspectBase&, void const*, unsigned short) + 76
    28  com.adobe.illustrator         0x036d1ad6 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 102
    29  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    30  com.adobe.illustrator         0x0368f98e CAIACEBridge::UpdateBIBBridge(CAIAspectEntry&, CAIBIBBridgeNotifier::Quitting const&) + 80
    31  com.adobe.illustrator         0x036ddc88 CAIAspectType<CAIBIBBridgeNotifier::Any>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    32  com.adobe.illustrator         0x036d1ab5 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 69
    33  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    34  com.adobe.illustrator         0x036dd95c CAIBIBBridge::UpdateApplicationLaunchQuit(CAIAspectEntry&, CAIApplicationNotifier::Quitting const&) + 80
    35  com.adobe.illustrator         0x036ae278 CAIAspectType<CAIApplicationNotifier::AnyLaunchQuit>::NotifyObserver(void*, CAIAspectBase::ObserverData&, void const*) + 58
    36  com.adobe.illustrator         0x036d0ee2 MultiObserverImpl::Notify(CAIAspectBase&, void const*, unsigned short) + 76
    37  com.adobe.illustrator         0x036d1ad6 CAIAspectBase::Impl::Notify(CAIAspectBase&, void const*) + 102
    38  com.adobe.illustrator         0x036d1244 CAIAspectBase::Notify(void const*) + 50
    39  com.adobe.illustrator         0x036ad7b1 CAIApplication::QuitDLL() + 63
    40  com.adobe.illustrator         0x03abb23c AILTerminate + 50
    41  ...porter.AICS3Importer.bundle 0x27c9992b AICS3PlugInInterface::~AICS3PlugInInterface() + 41
    42  libSystem.B.dylib             0x987611ff __cxa_finalize + 208
    43  libSystem.B.dylib             0x98761114 exit + 33
    44  libjvm.dylib                  0x2faff8fc JVM_Halt + 446
    45  libjvm.dylib                  0x2faff8df JVM_Halt + 417
    46  libjvm.dylib                  0x2fad3c51 JVM_GetClassInterfaces + 4319
    47  libjvm.dylib                  0x2fad3b74 JVM_GetClassInterfaces + 4098
    48  libjvm.dylib                  0x2fa8b0ac JVM_Lseek + 139370
    49  libjvm.dylib                  0x2fa8abf4 JVM_Lseek + 138162
    50  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    51  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    52  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 10:  Java: Reference Handler
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x54001374 0 + 1409291124
    12  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    13  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    14  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    15  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    16  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    17  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    18  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    19  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    20  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    21  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 11:  Java: Finalizer
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003f97 0 + 1409302423
    11  ???                           0x54003f97 0 + 1409302423
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 12:  Java: Surrogate Locker Thread (CMS)
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                  0x2faa7b03 JVM_IsPrimitiveClass + 5163
    8   libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    9   libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    10  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    12  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 13:  Java: Signal Dispatcher
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fa0dc41 JNI_CreateJavaVM_Impl + 48470
    6   libjvm.dylib                  0x2fa0db86 JNI_CreateJavaVM_Impl + 48283
    7   libjvm.dylib                  0x2fad2139 JVM_EnableCompiler + 21065
    8   libjvm.dylib                  0x2fc6e1b1 JVM_RaiseSignal + 272863
    9   libjvm.dylib                  0x2faa878c JVM_IsPrimitiveClass + 8372
    10  libjvm.dylib                  0x2faa842c JVM_IsPrimitiveClass + 7508
    11  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    12  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    13  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    14  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    15  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 14:  Java: CompilerThread0
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                  0x2faaf5cf JVM_Write + 2387
    8   libjvm.dylib                  0x2faa97c4 JVM_IsPrimitiveClass + 12524
    9   libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    10  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    11  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    12  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    13  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 15:  Java: Low Memory Detector
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0eabb JNI_CreateJavaVM_Impl + 52176
    7   libjvm.dylib                  0x2faaaec6 JVM_IsPrimitiveClass + 18414
    8   libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    9   libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    10  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    11  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    12  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 16:  Java: FelixDispatchQueue
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x54003e31 0 + 1409302065
    12  ???                           0x54003e31 0 + 1409302065
    13  ???                           0x5400430d 0 + 1409303309
    14  ???                           0x54001374 0 + 1409291124
    15  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    16  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    17  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    18  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    19  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    20  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    21  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    22  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    23  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    24  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 17:  Java: FelixStartLevel
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 18:  Java: FelixPackageAdmin
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fcbe58a JVM_RaiseSignal + 601528
    5   libjvm.dylib                  0x2fcbe9ed JVM_RaiseSignal + 602651
    6   libjvm.dylib                  0x2fa96002 JVM_MonitorWait + 221
    7   libjvmlinkage.dylib           0x21e9ce75 JVM_MonitorWait + 69
    8   ???                           0x5400b9d9 0 + 1409333721
    9   ???                           0x54003e31 0 + 1409302065
    10  ???                           0x54003e31 0 + 1409302065
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 19:  Java: Code Model Worker
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fc83def JVM_RaiseSignal + 362013
    4   libjvm.dylib                  0x2fb16d25 JVM_ActiveProcessorCount + 300
    5   ???                           0x5400b9d9 0 + 1409333721
    6   ???                           0x54003e31 0 + 1409302065
    7   ???                           0x54003e31 0 + 1409302065
    8   ???                           0x5400430d 0 + 1409303309
    9   ???                           0x54004473 0 + 1409303667
    10  ???                           0x54003f97 0 + 1409302423
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 20:  Java: Code Model Worker
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fc83def JVM_RaiseSignal + 362013
    4   libjvm.dylib                  0x2fb16d25 JVM_ActiveProcessorCount + 300
    5   ???                           0x5400b9d9 0 + 1409333721
    6   ???                           0x54003e31 0 + 1409302065
    7   ???                           0x54003e31 0 + 1409302065
    8   ???                           0x5400430d 0 + 1409303309
    9   ???                           0x54004473 0 + 1409303667
    10  ???                           0x54003f97 0 + 1409302423
    11  ???                           0x5400430d 0 + 1409303309
    12  ???                           0x54001374 0 + 1409291124
    13  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    14  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    15  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    16  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    17  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    18  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    19  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    20  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    21  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    22  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 21:
    0   libSystem.B.dylib             0x987700a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x9879bee5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge      0x22900d4b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge      0x228fb2d3 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.flash.flbridge      0x22900e58 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    6   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 22:
    0   libSystem.B.dylib             0x98742142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fcfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x987b846f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x20dba31f 0x20997000 + 4338463
    4   ...ia.Flash Player.authplaylib 0x209b06ef 0x20997000 + 104175
    5   ...ia.Flash Player.authplaylib 0x20dba40c 0x20997000 + 4338700
    6   ...ia.Flash Player.authplaylib 0x20dba450 0x20997000 + 4338768
    7   ...ia.Flash Player.authplaylib 0x20dba53b 0x20997000 + 4339003
    8   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    9   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 23:
    0   libSystem.B.dylib             0x98742142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fcfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x987b846f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib 0x20dba31f 0x20997000 + 4338463
    4   ...ia.Flash Player.authplaylib 0x209b06ef 0x20997000 + 104175
    5   ...ia.Flash Player.authplaylib 0x20dba40c 0x20997000 + 4338700
    6   ...ia.Flash Player.authplaylib 0x20dba450 0x20997000 + 4338768
    7   ...ia.Flash Player.authplaylib 0x20dba53b 0x20997000 + 4339003
    8   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    9   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 24:  Java: Thread-4
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83b79 JVM_RaiseSignal + 361383
    3   libjvm.dylib                  0x2fc8404b JVM_RaiseSignal + 362617
    4   libjvm.dylib                  0x2fadee60 JVM_Sleep + 267
    5   libjvmlinkage.dylib           0x21e9da68 JVM_Sleep + 72
    6   ???                           0x5400b9d9 0 + 1409333721
    7   ???                           0x54003e31 0 + 1409302065
    8   ???                           0x5400430d 0 + 1409303309
    9   ???                           0x54001374 0 + 1409291124
    10  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    11  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    12  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    13  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    14  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    15  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    16  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    17  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    18  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    19  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 25:
    0   libSystem.B.dylib             0x9874215a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x9876fce5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x9879eac8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib 0x20dba2e7 0x20997000 + 4338407
    4   ...ia.Flash Player.authplaylib 0x20b6c38e 0x20997000 + 1921934
    5   ...ia.Flash Player.authplaylib 0x20dba40c 0x20997000 + 4338700
    6   ...ia.Flash Player.authplaylib 0x20dba450 0x20997000 + 4338768
    7   ...ia.Flash Player.authplaylib 0x20dba53b 0x20997000 + 4339003
    8   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    9   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 26:
    0   libSystem.B.dylib             0x987a03aa pwrite$UNIX2003 + 10
    1   ...ple.CoreServices.CarbonCore 0x921bc471 BasicWrite(FileRecord*, short, long long, unsigned long long*, void*, unsigned long long*) + 160
    2   ...ple.CoreServices.CarbonCore 0x921bc3a3 PBWriteForkSync + 117
    3   ...ple.CoreServices.CarbonCore 0x921bf917 AsyncFileThread(void*) + 220
    4   libSystem.B.dylib             0x9876f85d _pthread_start + 345
    5   libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 27:  Java: SIGTERM handler
    0   libSystem.B.dylib             0x987420fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x98742867 mach_msg + 68
    2   libjvm.dylib                  0x2fc83aa9 JVM_RaiseSignal + 361175
    3   libjvm.dylib                  0x2fa0ee6e JNI_CreateJavaVM_Impl + 53123
    4   libjvm.dylib                  0x2fc786c1 JVM_RaiseSignal + 315119
    5   libjvm.dylib                  0x2fc78790 JVM_RaiseSignal + 315326
    6   libjvm.dylib                  0x2fa0ea02 JNI_CreateJavaVM_Impl + 51991
    7   libjvm.dylib                  0x2fad3262 JVM_GetClassInterfaces + 1776
    8   libjvm.dylib                  0x2faff851 JVM_Halt + 275
    9   libjvm.dylib                  0x2faff79a JVM_Halt + 92
    10  libjvmlinkage.dylib           0x21e9d1b3 JVM_Halt + 35
    11  libjava.jnilib                0x22517be9 Java_java_lang_Shutdown_halt0 + 17
    12  ???                           0x5400b9d9 0 + 1409333721
    13  ???                           0x54003e31 0 + 1409302065
    14  ???                           0x54003e31 0 + 1409302065
    15  ???                           0x54003e31 0 + 1409302065
    16  ???                           0x5400430d 0 + 1409303309
    17  ???                           0x5400430d 0 + 1409303309
    18  ???                           0x54001374 0 + 1409291124
    19  libjvm.dylib                  0x2fa8c1be JVM_Lseek + 143740
    20  libjvm.dylib                  0x2fa8bf66 JVM_Lseek + 143140
    21  libjvm.dylib                  0x2fa95de9 JVM_StartThread + 2639
    22  libjvm.dylib                  0x2fa95cee JVM_StartThread + 2388
    23  libjvm.dylib                  0x2fa95c7d JVM_StartThread + 2275
    24  libjvm.dylib                  0x2fa95af0 JVM_StartThread + 1878
    25  libjvm.dylib                  0x2fa9599f JVM_StartThread + 1541
    26  libjvm.dylib                  0x2fa0e8e9 JNI_CreateJavaVM_Impl + 51710
    27  libSystem.B.dylib             0x9876f85d _pthread_start + 345
    28  libSystem.B.dylib             0x9876f6e2 thread_start + 34
    Thread 9 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x987af349  ecx: 0xb09a423c  edx: 0x987af4fe
      edi: 0x29c7f044  esi: 0xb09a4298  ebp: 0xb09a4278  esp: 0xb09a423c
       ss: 0x0000001f  efl: 0x00000247  eip: 0x987af4fe   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x2cf6132c
    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 -  0x35edff7  com.apple.JavaVM 13.4.0 (13.4.0) <77CA466B-7DDA-D261-53A0-312FB7B0A6DC> /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 -  0x5dfcff7 +AdobeCoolType ??? (???) <2BF62C8A-D715-FDE8-650C-1984CFFCE33C> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x5e84000 -  0x625cff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x638b000 -  0x6469fef +AdobePDFPort ??? (???) <324E65FD-0011-F93F-9B92-FB4E17968181> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x649f000 -  0x6ad3feb +AdobePDFL ??? (???) <1A619F3E-A9D4-A99C-791E-92B564F64609> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x6bff000 -  0x6c25ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Flash CS5/Adobe Flash CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.f

  • After my Acrobat X (CS5- Mac) started crashing I tried to re-install it.

    After my Acrobat X (CS5- Mac) started crashing I tried to re-install it.
    I keep getting this error message.
    WARNING: DS013: Payload {4BD61514-FB3F-40DA-A2EF-506D9A4AD9DE} Digital Publishing 26.0.0.0 is already installed and the session payload {99BDA97A-4AA8-11E0-9E8D-32B2F9D7AC32} Digital Publishing 1.0.0.0 has no upgrade/conflict relationship with it.
    ERROR: DS013: Verifying payload integrity : Failed with code 1
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed

    translate..... you had Windows (version?) installed...
    on its own hard drive (bay #2 or #3?)
    on same drive as OS X (and OS X was and is running Leopard and not SL or Lion)
    Only CD #1 I can think of is XP SP2?
    Well, that is what backups are for, system restore image, WinRE CD (WinRE3 is latest).
    XP: reinstalls I've read pretty much had to be done twice a year to keep Registry and system running properly.
    Malware? maybe not current or something.
    Was low on disk space and now has issues
    Not sure why "it" won't be accepted.
    With Mac Pro, pull all the drives anyway other than the one with Windows and use Windows 7 Pro (dual cpu sockets, 64-bit).
    Mac Pro 1,1 and 2,1 with EFI32 do have issues with booting and installing 64-bit Windows.

  • Flash cs5 trial keeps crashing

    Flash cs5 trial keeps crashing I have no idea why.  I'm using windows 7 65 bit.  Intel core Quad CPU 2.67 ghz.  8. gig of ram.  Any ideas how to fix this?  Thanks
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    Flash.exe
      Application Version:    11.0.0.485
      Application Timestamp:    4badda9d
      Fault Module Name:    Wacom_Tablet.dll
      Fault Module Version:    6.1.2.3
      Fault Module Timestamp:    4ac14064
      Exception Code:    c0000005
      Exception Offset:    0002dc2a
      OS Version:    6.1.7600.2.0.0.768.3
      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

    Actually i was.
    Does that have something to do with it?
    Is there a way to work around it?
    Thanks

  • Windows 7 Crash (Blue Screen) with Skype 6.18 on H...

    Hi,
    I think a lot of people are having the same problem with Skype 6.18 on HP Pavilion notebooks.
    Windows 7 crashes during the auto-update or installation of 6.18 
    After about 3-4 hours of troubleshooting the Blue Screen / service exception error (in ks.sys) I discovered that it's caused by the HP HD Webcam [Fixed] driver (version is 6.0.1113.1 released 2012-11-20 (or 20-11-2012)).
    The driver is written by Sonix and is unlikely to be updated. So you have the choice of going back to an older version of Skype or disabling the webcam / driver through Device Manager. As soon as you disable the driver / device Skype will install / start - but of course you won't be able to use video during Skype calls.
    Hopefully Microsoft / Skype will fix the driver incompatibility in a future release.
    Skype Support - the issue is with the HP / Sonix driver - file is snp2uvc.sys
    There are similar issues reported with a previous version of the HP HD Webcam driver as well (SPUVCBv_x64.sys).
    Please fix it. I'd like to use video in calls again!

    The best working solution at this time is to download and install Skype 6.14 and disable updates.  If you still get prompts to upgrade you can ignore them and the program should continue to function as it has not been retired as of yet.  Hopefully there will be a resolution in a future Skype update or an updated driver from HP that might resolve the issue.
    http://community.skype.com/t5/Windows-desktop-client/BSOD-on-startup-and-installation/m-p/3511645/hi...

  • After updating to Windows 8.1, Windows Explorer crashes.

    Hello, I have recently updated from Windows 8 to Windows 8.1. When it finished the install and reboot, it went to my desktop where my background image was gone, Kaspersky Pure 3.0 was gone, and Windows Explorer crashes every time it is opened. The other
    two problems are not as big of a problem right now so I searched around for a fix on this issue. I found that some applications, specifically Autodesk, were causing conflicts. I don't have Autodesk but I decided to update everything anyways. I reinstalled
    Kaspersky, fully updated it and ran a scan to see if it was a virus, which it is not. I updated AVG 2014 free, Malwarebytes free, and many others. I also ran Windows Update. I ran CCleaner to see if it would fix the problem and it didn't either. I looked at
    the error report and saw that it was caused by StackHash_35ff, which through further investigation turned out to be a fancy term for nothing. What is my problem? I really don't want to restore to an older version because I've spent the better part of the day
    allowing Windows 8.1 to bother me. Please help because I'm out of ideas and nothing from other responses seemed to be the solution.

    Okay, so the above worked. I ended the Com Surrogate task, the went into cmd and typed in these two commands;
    regsvr32 vbscript.dll
    regsvr32 jscript.dll
    Everything seems to be back in order. I hope this helps anyone who has the same problem, seeing as no one else came up with this solution.

  • Help! Windows Explorer crashes regularly when using "SharePoint" directory synced with OneDrive for Business

    We are using SharePoint 2013 and I want to sync document libraries with
    OneDrive for Business with my PC running Windows 7.
    In general, it works, but my Windows Explorer crashes very often (after a few minutes) when I navigate in the synced directories and open files there (or copy files into them in Windows Explorer).
    How can I find out what happens and how to avoid it?
    remark:
    We are still using Office 2007, so I installed only OneDrive for Business from the Office 2013 DVD and
    deactivated all other components like Office 2013 by hand:
    (so for example, the shared office feature or MS Info Path etc. were not installed)
    Is there a crash log, where I can find more information about the crash?
    Does OneDrive maybe need other components to be installed and can I install them without damaging my existing Office 2007 setup?

    Did  you check your Event Viewer for any errors during the time when Windows Explorer crashed?
    Thanks for this hint!
    The Log file says the following, so it seems to be WIDCOMM\Bluetooth Software\btncopy.dll
    to be responsible for the crashing Windows Explorer
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T15:06:31.000000000Z" />
        <EventRecordID>50873</EventRecordID>
        <Channel>Application</Channel>
        <Computer>COMPUTERNAME</Computer>
        <Security />
      </System>
      <EventData>
        <Data>explorer.exe</Data>
        <Data>6.1.7601.17567</Data>
        <Data>4d672ee4</Data>
        <Data>btncopy.dll</Data>
        <Data>6.3.0.9000</Data>
        <Data>4f85fbda</Data>
        <Data>40000015</Data>
        <Data>000000000002e25e</Data>
        <Data>18bc</Data>
        <Data>01cf9215ab79ee98</Data>
        <Data>C:\Windows\explorer.exe</Data>
        <Data>C:\Program Files\WIDCOMM\Bluetooth Software\btncopy.dll</Data>
        <Data>9e5a534a-fe0c-11e3-90e5-fee5c7d69b69</Data>
      </EventData>
    </Event>

  • I want to  implement the Window autoresize in java swing application

    Hai...
    i want implement the window autoresize functionality in my java application. Same time i want to minimize and maximize my won window. and my java application develop one more frame at time disply in single window so i want disply the thaminal view formate in all frame
    Thanx to Advance.
    ARjun...

    ????????

  • Data transfer B/W parent windonw and child window with out java script

    hi ,
    i am using h:outputLink Tag to open child window , i am unable to pass parent window text box value to child window with out java script , Here i am using two different backing beans for parent and child windows . Plz help me .

    Hi -- I pass details between pages regularly. The following has worked for me:
    ApplicationFactory factory = (ApplicationFactory) FactoryFinder.getFactory(FactoryFinder.APPLICATION_FACTORY);
    ValueBinding binding = factory.getApplication().createValueBinding("#{beanName}");
    BeanName beanProperty = (BeanName) binding.getValue(FacesContext.getCurrentInstance());
    ... then set the you can set the values. Can't recall if I need to use SaveStates for the items. Probably if you use request scope beans.

  • Creating a New Folder in Windows Registry by java coding

    Good morning,
    hi to all,
    how can I create a New folder in Window Registry using Java coding. Can anybody help me out pls.
    I begin waiting for ur reply.
    Thanx

    Why do you feel you need to write to the Windows registry directly? Take a look at the Preferences class.
    {color:#0000ff}http://java.sun.com/javase/6/docs/api/java/util/prefs/Preferences.html{color}
    luck, db

Maybe you are looking for

  • How to create a Group Above report using APEX

    I want to create a Group above report with more that one group using APEX. Is it possible to generate such a report using APEX. If so kindly let me know how to go about creating a Group above report with more than one group.

  • Getting class not found error running java application using OIM libraries

    Hi, I have created a java application in which I access OIM libraries to fetch user list and then assign user roles. As i run the application it generates exception and program crashes. However, I am using the same libraries in OIM adapters and it is

  • Can Apple provide manually setting resolution of Screen

    My LCD TV can support up to 1280*720 (16:9) but the result of auto-negotiate from OSX only support 1024*768 (4:3) Can I manually setting the resolution for my LCD TV ?

  • Elements moved by PCMover

    I installed a licenced copy of Photoshop Elements 8.0 on computer A, running Vista. That computer started to fail, so I moved everything via PCMover to computer B, running Win7 64bit. The new installation on computer B does not get past the "Organize

  • IMac Yosemite seems to hibernate when left to sleep overnight?

    Since the Yosemite update v10.10.1, when left to sleep overnight my iMac doesn't wake up with mouse, but I need to press the power button and it seems to wake up from a hard sleep? Is this a normal feature? How can I change it wake up with mouse move