Flash CS5.5 error 103: application.version is an unexpected element/attribute

Hello,
I am trying to publish from a flash file, an .ipa file to use in ipad and iphone, but keep receiving the "error 103: application.version is an unexpected element/attribute" error message.
I already publish the app in flash CS5 and it was ok but today i install CS5.5 and the error does not alow me to publish the same file...
Is it an Air ADL problem?
Any suggestions?
Thanks

The name of app.
Ex: XXXXXXXX.appname
Use "appname".
But error is related to version number in app xml.

Similar Messages

  • Flash CS5.5 to iOS error 103: application.version is an unexpected element/attribute

    Hello,
    I am trying to publish from a flash file, an .ipa file  to use in ipad and iphone, but keep receiving the "error 103:  application.version is an unexpected element/attribute" error message.
    I  already publish the app in flash CS5 and it was ok but today i install  CS5.5 and the error does not alow me to publish the same file...
    Is it an Air ADL problem?
    Any suggestions?
    Thanks

    I don't know if it's an official bug.... Adn I don't know if they will really solve it...
    I called 3 times to Adobe Phone Support. I've never been told that it was an official bug. Nobody seemed to know about that bug....
    1st call: They told me to go to www.adobe.com/devnet/, saying that I will find the solution there... I found nothing.
    2nd call: They told me to call Apple... They said I need a Flash CS5.5 certificate... Of course, Apple does not deliver "Flash CS5.5 certificates". I guess they just wanted to get rid of me...
    3rd call: They gave me a phone number to call the Flash Developers Support Center. That phone number was not working....
    Each time, I asked them if they can send me a Flash CS5 version, which was working well. They always said it was impossible.
    I really need to be able to publish iPhone apps as fast as possible, otherwise I will lose a big contract...
    I think my next call will be to my bank... to cancel the payment I made on my credit card to purchase that Flash CS5.5 software.

  • Error 103: application.version is an unexpected element/attribute

    Hi guys, while i'm publishing iOS app from Flash, i get that thing
    Unexpected or unknown element or attribute in the application descriptor file.
    /Users/stockingem/Documents/DWP/1-app.xml(44): error 103: application.version is an unexpected element/attribute
    application.version is an unexpected element/attribute
    please, help to solve it!

    <?xml version="1.0" encoding="utf-8"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
        <id>test1</id>
        <versionNumber>1.2.0</versionNumber>
        <filename>Untitled-1</filename>
        <description></description>
        <!-- To localize the description, use the following format for the description element.
        <description>
            <text xml:lang="en">English App description goes here</text>
            <text xml:lang="fr">French App description goes here</text>
            <text xml:lang="ja">Japanese App description goes here</text>
        </description>
        -->
        <name>Untitled-1</name>
        <!-- To localize the name, use the following format for the name element.
        <name>
            <text xml:lang="en">English App name goes here</text>
            <text xml:lang="fr">French App name goes here</text>
            <text xml:lang="ja">Japanese App name goes here</text>
        </name>
        -->
        <copyright></copyright>
        <initialWindow>
            <content>Untitled-1.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <fullScreen>true</fullScreen>
            <autoOrients>false</autoOrients>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
        </initialWindow>
        <customUpdateUI>false</customUpdateUI>
        <allowBrowserInvocation>false</allowBrowserInvocation>
        <icon>
            <image29x29>AppIconsForPublish/dwp.png</image29x29>
        </icon>
        <iPhone>
            <requestedDisplayResolution>standard</requestedDisplayResolution>
            <InfoAdditions><![CDATA[<key>UIDeviceFamily</key><array><string>1</string></array>]]></In foAdditions>
        </iPhone>
        <version>1.2</version>
    </application>

  • Entitlements in file Descriptor : Error 103 "application.iPhone.Entitlements..unexpected elements"

    Hi,
    I need to set Entitlements key in file descriptor.
    If i include <Entitlements> section ADT says "error 103: application.iPhone.Entitlements is an unexpected element/attribute" !!
    But in documentation there is this Element : http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSd6d4 f896b3a8801b-3c9d92f81393051c54c-8000
    My File Descriptor (without <Entitlements> section it works good):
    <?xml version="1.0" encoding="utf-8" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.0">
        <id>com.truc.test2</id>
        <name>Hello World iOS</name>
        <versionNumber>1.0.1</versionNumber>
        <filename>Comp1</filename>
        <supportedProfiles>mobileDevice</supportedProfiles>
        <initialWindow>
            <content>CompIPad.swf</content>
            <title>Comp1</title>
        </initialWindow>
        <iPhone>
                 <Entitlements>
                    <![CDATA[
                       <key>aps-environment</key>
                       <string>development</string>
                    ]]>
                 </Entitlements>
                           <InfoAdditions>
                                      <![CDATA[
                                                                <key>UIDeviceFamily</key>
                                                                <array>
                                                                    <string>2</string>
                                                                </array>
                                      ]]>
                                  </InfoAdditions>
                                  <requestedDisplayResolution>high</requestedDisplayResolution>
                         </iPhone>
        <icon>
            <image29x29>icons/icon_29.png</image29x29>
            <image57x57>icons/icon_57.png</image57x57>
            <image72x72>icons/icon_72.png</image72x72>
            <image512x512>icons/icon_512.png</image512x512>
        </icon>
    </application>
    How can i do ?
    Regards
    System: Windows Seven
    Trying with Adobe Air SDK 3.4 and 3.5 beta (same problem)

    Entitlements tag was introduced in namespace 3.1. Please update your app descriptor to use namespace 3.1 or above.
    <application xmlns="http://ns.adobe.com/air/application/3.1">
    -Neha

  • Error 103: application.initialWindow.autoOrients is an unexpected element/attribute

    Hello.
    I'm using Flash Builder 4.5 to experiment with building a mobile app for my Android Nexus One.  In order to keep the app in landscape mode, regardless of the orientation of the device, I've read that I need to set the following in the "AppName-app.xml" file:
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>false</autoOrients>
    And this does work fine in the debugger, however when I attempt to test it on my connected device it throws this error:
    Error occurred while packaging the application:
    D:\Projects\FlexMobile\AppName\bin-debug\AppName-app.xml(108): error 103: application.initialWindow.autoOrients is an unexpected element/attribute
    I know that I'm able to build and test apps on my device, as I've been through the Flex Test Drive for Mobile tutorial (http://www.adobe.com/devnet/flex/testdrivemobile.html) and was able to build and run that app with no issues and this app I'm currently working on does run on the device if I do not attempt to restrict the auto orientation.
    Thank you.
    (Note:  I'm re-posting this from the Flex SDK > Developers forum.)

    User rblaa provided that answer in http://forums.adobe.com/thread/858772.
    The <autoOrients> node (along with several others) occours twice in the generated -app.xml file.  Do not un-comment the first instance, instead edit the parameters set in the second already un-commented autoOrients node.

  • Error 103: application.initialWindow.initialOrientation

    Hi,
    I get an error packaging an AIR app with adt with the initialOrientation element:
    error 103: application.initialWindow.initialOrientation is an unexpected element/attribute
    Based on the documentation, I should be able to set the orientation for the app to portrait. I'm testing on a Nexus One with Froyo (FRF91).
    For the initialWindow element, I have the following content:
    <initialWindow>
    <content>HelloWorld.swf</content>
    <visible>true</visible>
    <fullScreen>true</fullScreen>
    <initialOrientation>portrait</initialOrientation>
    <autoOrients>false</autoOrients>
    </initialWindow>
    I'm using AIR 2.5 AIR for Android Builds [08/02/10].
    Thanks,
    Raju

    I'm using adt version "2.5.0.15980".

  • Error:  The Application Conduit Manager quit unexpectedly

    When trying to perform a HotSync using my Treo 700p, I'm suddenly getting this error: "The Application Conduit Manager quit unexpectedly." I have recently been sent a new Treo to replace a defective Treo, but until I received this new Treo, I have been syncing without problems for over 18 months.
    Let me know if anyone has had similar problems and any solutions that you have successfully used.
    Thanks!

    If you are saying that you synchronize a single Palm device BOTH at work and at home, you've likely explained why your data has become corrupted. A Palm device was not intended to be, and should never be used as, a 'data carrier' or storage device to move records from one Macintosh to another. To do so will almost always result in serious data corruption over time, the duplication of records and so on.
    It can be less problematic to synchronize with a Windows platform on one end and a Macintosh on another, but I don't recommend that, as—once again—it places your records at risk.
    Keep in mind that the problematic record or records are on your device, not in iCal, as demonstrated by the Conduit Manager warning. There may also be records corrupted in iCal on your Power Macintosh G5, but that's another issue.
    You can correct the G5 issue, but first, it is important for you to outline just what you are presently—and have historically—been doing to 'synchronize' your home and work machines.

  • Application.description.text is an unexpected element/attribute

    The XML syntax described in "developing air apps with html
    and ajax.pdf" clearly suggests the following pattern:
    <description><text
    xml:lang="foo">bar</text></description>
    However, ADT, when used to build an .air package from such an
    app.xml, suggests that "application.description.text is an
    unexpected element/attribute" (error 103).
    Sure, this is Alpha (at least under Linux which I'm running),
    but out of curiosity, which one is out of date, ADT or the
    documentation?

    The Linux alpha didn't support this capability; it's your
    copy of adt that's old w.r.t. the documentation you're reading.

  • Error Help: Flash CS5 Error initializing Java Runtime Environment...

    Hi im on a Win 7 64bit system  (Clean install),  I just downloaded the Flash Pro CS5 trial today - however when I start the program I get the following message as soon as the UI pops up and prevents me from running AS3 code when compiling files:
    Error initializing Java Runtime Environment.  You may need to reinstall Flash.
    All I did was run the program. I tired updating it (update worked but still got the message at start up), I tired installing and uninstalling it, I tried uninstalling and installing different versions of Java and various existing solutions.
    Also I used Adobe's clean up Script for CS5.
    Does anyone know the answer to eliminating the error message?

    Well this is a very old post but this error appear again in CS5.5, then I think is helpful retake this post
    In Flash CS5.5 the issue is solved editing the file:
    "c:\Users\current user\AppData\Local\Adobe\Flash CS5.5\en_US\Configuration\ActionScript 3.0\jvm.ini"
    and lowering the Xmx128m to 128, some times this must be rised to compile large applications with a huge amount of AS3, or to use some Flex 4.5 libs from Flash Professional
    I hope this help to CS5.5 users.

  • Creating a SDK (.swc) in Adobe Flash CS5 - Error + Best Practices Questions

    Hello all,
    I'm currently developing a client library for a server-based API which is developed by my company.
    The goal is for the .swc to be usable in both Flash and Flash Builder (any Actionscript environment, really).  So far I've just been creating it in Flash CS5 and have yet to test it in Flash Builder.  It contains a single piece of UI (a login window) but is intended to expose a number of actionscript classes as API interface points to the developer.  The login window is a single Movie Clip placed onto the stage.  I have been testing by simply running the Flash project for the SDK and it works well.
    However, I run into problems when I attempt to use the SWC in other projects (I have the Flash project for the SDK set to create a SWC as well as a SWF)...
    I link the SWC to the other project using the flash compiler settings
    com.mycompany.SDK is a class required for initialization (singleton) and com.mycompany.LoginWindow is the UI window for logging in
    The developer needs to call SDK.Initialize(), which seems to work fine
    When the following code is added I get the below error: addChild(new LoginWindow())
    1046: Type was not found or was not a compile-time constant: InstanceInfo.
    I take it that the error is a result of an undefined class - but I cannot figure out where InstanceInfo (it is not a class of mine) is being used or how to fix this...

    Found a good example that helped me figure this out.
    http://www.adobe.com/devnet/air/flex/quickstart/articles/xml_prefs.html
    Will share the results when complete.
    Thanks

  • Flash cs5 extension - backward apk version

    Hi
    Ive done a test apk within Flash CS5  with the latest extension (flashpro_extensionforair_p1_102510.zxp)
    then install it using android SDK 7 using the emulator = Runtime_Emulator_Froyo_20100909.apk
    Well now I want to install/emulate as android ver. 2.01  this should be done with = runtime_emulator_froyo_20100802.apk
    BUT where do I find this, its not on adobe
    I guess that when creating content in flash using the extension for packaging as apk file its posible running all android versions or?
    in older flash extension you specifided a path for the android SDK ....
    Hope for help :-)

    Hi again
    Could you plese be more specific ...
    Is it only possible to create create apps that will run on android 2.2

  • Flash CS5 error: Flash can not parse this document

    The amount of times Flash CS has crashed on me and ive lost documents is unbelievable now. Yesterday i closed down Flash CS5 normally (no crash or anything) and today i load my file back up and it says in the output "Flash can not parse this document" with an error saying an error occurred opening file bla bla. I had a backup of the file too ALSO that does not work with the same problem. The last time this happened to me i was told it was because i had a document on the network so ive been working locally on my drive ever since and this problem arises again.
    The project i was working on was important and i want a solution to this problem please.

    Hi guswebb,
    We are currently looking into these issues. Can you please send the file with the bad UIScrollBar.xml to me at [email protected]? Please zip your file and change .zip extension to .zzz before attaching to email.
    Thanks,
    Quynh
    Flash Pro, QE

  • Flash CS5 Error

    I installed the flash pro cs5 trial last night. It gave the error for "FlashResource.dll", I did an entire search of my computer, I still couldn't find the file. I googled the error and followed the threads I found and nope nothing. I reinstalled and now flash shows the splash screen and after it says "loading profiles" I get an "unhandled win32 exception" and the program crashes. I tried to run it on another user account, I've tried reinstalling. Everything. I'm using windows xp SP3 32bit.

    I also get an error with CS4. It gets to "loading profiles" then crashes.  I tried deleting the files in the application data of Cs5 and CS4 but they just make new ones when they run then crash. Nothing is working, I've spent the past few hours looking for solutions (checked all my fonts, removed the non system standard ones) and trying them all, nothing. I would have expected a little support here by now. Won't even work in safe mode

  • Application.iPhone is an unknown element/attribute

    This is driving me insane. I can't compile my .ipa with the iPhone attribute in the app.xml file. I don't know what I'm doing wrong but I'm pretty sure I followed the format correctly. Please help.
    I'm using Flash CS 5.5 and Air for iOS
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
      <id>com.SoggyBread.OverDrawn</id>
      <versionNumber>1.0</versionNumber>
      <filename>OverDrawn</filename>
      <description/>
          <iPhone>
        <InfoAdditions>
             <![CDATA[
            <key>UIDeviceFamily</key>
            <array>
                <string>1</string>
                <string>2</string>
            </array>
            <key>UIApplicationExitsOnSuspend</key>
            <string>YES</string>
         ]]>
           </InfoAdditions>
      </iPhone>
    I thought I followed the instructions to T, but maybe someone else can identify the problem?
    Thanks in advance.

    you're, at least, missing an end application tag.

  • 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

Maybe you are looking for