AIR for iOS device compatibility

When I tried to test a game I have been making in Flash on my iPod Touches (I tried it on 1st and 2nd generation ones), iTunes tells me that it is not compatible with either iPods when I try to sync the devices. However, a few weeks ago, I got a simple "Hello World"-type app I compiled with AIR for iOS to work on the 2nd gen iPod Touch, but when I tried it again today, I had the same problem as I did with my game.
It doesn't make sense that an AIR for iOS app would work one time and not another, so I have serious doubts that it is because they are incompatible with earlier iOS devices. I thought that I followed all the steps listed in order to test the apps on my devices, but there is certainly a chance that I did something wrong. Has anyone else had this problem? Does this mean that I am setting up my certificates incorrectly or doing something else wrong?

Multitouch.inputMode = MultitouchInputMode.GESTURE;
stage.addEventListener(TransformGestureEvent.GESTURE_ZOOM, f);
function f(event:TransformGestureEvent):void{
    mc.scaleX *= event.scaleX;
    mc.scaleY *= event.scaleY;

Similar Messages

  • File.upload on Air SDK for iOS devices failed to send http request to server.

    I am trying to use ActionScript's File.upload to upload a file on Air SDK for iOS8 environment, but the File.upload does not work properly. No handler about the file upload is executed after File.upload is invoked, and no exception is caught. When I check the network traffic of the server side, I found that no http request even hit the server after File.upload is executed. The code snippet here is very simple.
      private var file:File;
      private var dir:File;
      //This method is executed to create a file and upload it when the Upload Button is pressed.
      protected function OnUploadButtonPressed(event:MouseEvent):void{
      var str:String = 'This is test';
      var imageBytes:ByteArray = new ByteArray();
      for ( var i:int = 0; i < str.length; i++ ) {
      imageBytes.writeByte( str.charCodeAt(i) );
      try{
      dir = File.applicationStorageDirectory
      var now:Date = new Date();
      var filename:String = "test" + now.seconds + now.milliseconds + ".txt";
      file = dir.resolvePath( filename );
      var stream:FileStream = new FileStream();
      stream.open( file, FileMode.WRITE );
      stream.writeBytes( imageBytes );
      stream.close();
      file.addEventListener( Event.COMPLETE, uploadComplete );
      file.addEventListener( IOErrorEvent.IO_ERROR, ioError );
      file.addEventListener( SecurityErrorEvent.SECURITY_ERROR, securityError );
      file.addEventListener(ErrorEvent.ERROR, someError);
      file.addEventListener(ProgressEvent.PROGRESS, onProgress);
      file.upload( new URLRequest("http://10.60.99.31/MyPath/fileUploadTest.do"));//This line does not work. No handler is executed. No http request hit the server side.
      } catch( e:Error ) {
      trace( e );
      //Complete Handler
      private function uploadComplete( event:Event ):void
      trace( "Upload successful." );
      //IOError handler
      private function ioError( error:IOErrorEvent ):void
      trace( "Upload failed: " + error.text );
      //SecurityError handler
      private function securityError(error:SecurityErrorEvent):void{
      trace( "Security error:" + error.text );
      //Other handler
      private function someError(error:ErrorEvent):void{
      trace("some error" + error.text);
      //Progress handler
      private function onProgress(event:ProgressEvent):void{
      trace("progressHandler");
    When executed on Air Simulator, it works fine as expected, and the file is successfully uploaded to the server. But When executed on iOS devices(in my case, iPad), as I explain early, no handler about the file upload is executed, and no the http request even hit the server. So I think the problem may be in the client side. It seems that the Air SDK for iOS just failed to send the http request for some reason.
    To make my problem more clear, I list my environment below:
    Development Environment:  Windows7 (64bit)  / Mac os 10.9.4 (Tested on  OS platforms.)
    IDE: Flash Builder 4.7
    Air SDK:  3.8 / 16.0.0 (After I updated to the lastest Air SDK 16.0.0 , the problem still exists.)
    Application Server:  Tomcat7 + Spring
    Target OS: iOS 8
    I have been struggling for this for days. So I really appreciate it if anyone has any idea about this.
    Thanks in advance.

    Hi bluewindice ,
    As you have quoted ( ActionScript's File.upload does not work on Air SDK for iOS devices ) , this issue has been replicated at our end, and our team will be working on it.
    Thanks,
    Tushar

  • Air for iOS, why isn't the setting for device being remembered?

    in flash CC with air3.7 and air3.8, everytime i open the general tab in the air for ios settings, the device is marked as iphone and ipad. i change it to iphone only, close the settings, save the file. when i open the settings again, i have to click on the general tab and the device is set back to iphone and ipad.
    i consider this a bug. this has never happened in any other version of air. i had to reject an apple binary when i noticed it was set to be a universal app, which it isn't, and had i not caught the error, i would've been waiting only to be rejected by apple...
    how can this be fixed? thanks

    iOS 7 apparently requires at least 512MB of RAM. The fourth generation iPod touch only has 256MB, and therefore won't get it.
    (89510)

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

  • How to make an air for ios enterprise distribution Flash CS5.5?

    Hi, There seems to be only:
    Quick publishing for device testing
    Quick publishing for device debugging
    Deployment - Ad hoc
    Deploymnet - Apple App Store
    How does one do Deployment for in-house Enterprise Apps from Flash CS5.5 with AIR for iOS?
    Thanks!

    maweibezahn,
    The plist in step 2 is created so you can download the app onto the device.  This file stands alone, and does NOT need to be included in the app package, but it does need to reside in the same spot on the web server.  Below is an example plist file for an app.  You then access the following link from mobile safari to install:
    <a href="itms-services://?action=download-manifest&url=http://www.myserver.com/myAppPlist.plist">Tap Here to Install myApp On Your iPhone</a>
    ----------myAppPlist.plist------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>items</key>
              <array>
                                  <dict>
                                            <key>assets</key>
                                            <array>
                                                      <dict>
                                                                <key>kind</key>
                                                                <string>software-package</string>
                                                                <key>url</key>
                                                                <string>http://www.myserver.com/myApp.ipa</string>
                                                      </dict>
                                            </array>
                                            <key>metadata</key>
                                                      <dict>
                                                                <key>bundle-identifier</key>
                                                                <string>com.myServer.myApp</string>
                                                                <key>bundle-version</key>
                                                                <string>1.0.0</string>
                                                                <key>kind</key>
                                                                <string>software</string>
                                                                <key>title</key>
                                                                <string>My App Name</string>
                                                      </dict>
                                  </dict>
              </array>
    </dict>
    </plist>

  • AIR for iOS app works perfectly in emulator, not at all on an actual iPad

    I'm new to mobile development, so I'm hoping I am doing some simple wrong, like a wrong checked box or something.
    I have an app that I have written for iPad. It's fully functioning when I run it through the emulator (I have to change it to Flash 10.1 and use Device Emulator because nothing else will accept touch events) but doesn't really work on the iPad. Some of the features work, and some don't. It's like it's just not quite compiling all the code, and I'm very confused.
    My publish settings:
    Player: AIR for iOS
    Script: Actionscript 3.0
    Included .swf, .xml, and all relevant .as class files
    Published using quick publish for device testing
    Are there some AS 3.0 features that won't work in iOS? If so it would be really great to have a list of those somewhere.
    What am I doing wrong? Why won't my app work on an actual device if it tests perfectly in the emulator?

    My original question has not been answered, but I am running across the same problem in a different way.
    I have added to my code, continuing to build the app, (hoping the problem can be solved eventually), and once again, the app works perfectly in Device Central but not on the iPad.
    I have buttons to select different levels of the puzzle. Each time you press a button, the level automatically updates itself on the board. So if you are playing the shape level, the shape of the puzzle piece is on the board. If you are playing the name level, the name of the puzzle piece is on the board. Etc.
    This works perfectly on my computer. However - again - when I transfer it to an iPad, choosing the "shape" level will cause the names to pop up.
    I have double and triple checked the variable names to make sure they match up and are correctly spelled and capitalized. It just doesn't function in iOS.
    Here is the code to switch levels and automatically generate a new random puzzle piece:
    function changeLevel (e:TouchEvent): void {
        trackUSAPiece = ["pieceAL", "pieceAK", "pieceAZ", "pieceAR", "pieceCA", "pieceCO", "pieceCT", "pieceDE", "pieceFL", "pieceGA", "pieceHI", "pieceID", "pieceIL", "pieceIN", "pieceIA", "pieceKS", "pieceKY", "pieceLA", "pieceME", "pieceMD", "pieceMA", "pieceMI", "pieceMN", "pieceMS", "pieceMO", "pieceMT", "pieceNE", "pieceNV", "pieceNH", "pieceNJ", "pieceNM", "pieceNY", "pieceNC", "pieceND", "pieceOH", "pieceOK", "pieceOR", "piecePA", "pieceRI", "pieceSC", "pieceSD", "pieceTN", "pieceTX", "pieceUT", "pieceVT", "pieceVA", "pieceWA", "pieceWV", "pieceWI", "pieceWY"]
        if (e.target == nameLevel) {
            PuzzleGlobals.currentLevel = "Name";
            nameLevel.gotoAndStop("Active");
            abbrevLevel.gotoAndStop("Inactive");
            shapeLevel.gotoAndStop("Inactive");
            for (var j=0; j<(PuzzleGlobals.TOTAL_NUMBER_USA); j++) {
                this[trackUSAPiece[j]].gotoAndStop("wholeName");
        else if (e.target == abbrevLevel) {
            PuzzleGlobals.currentLevel = "Abbrev";
            abbrevLevel.gotoAndStop("Active");
            nameLevel.gotoAndStop("Inactive");
            shapeLevel.gotoAndStop("Inactive");
            for (var k=0; k<(PuzzleGlobals.TOTAL_NUMBER_USA); k++) {
                this[trackUSAPiece[k]].gotoAndStop("abbrev");
        else if (e.target == shapeLevel) {
            PuzzleGlobals.currentLevel = "Shape";
            shapeLevel.gotoAndStop("Active");
            nameLevel.gotoAndStop("Inactive");
            abbrevLevel.gotoAndStop("Inactive");
            for (var l=0; l<(PuzzleGlobals.TOTAL_NUMBER_USA); l++) {
                this[trackUSAPiece[l]].gotoAndStop("shape");
    function addNewPiece (e:TouchEvent): void {
        ri = Math.floor(Math.random()*(1+PuzzleGlobals.TOTAL_NUMBER_USA));
        if (PuzzleGlobals.statesOnBoardUSA == PuzzleGlobals.TOTAL_NUMBER_USA) {
            //play BOOP sound indicating no new pieces left
        else {
            if (usaPiece[ri] != null) {
                bmc.addChild(this[usaPiece[ri]]);
                if (PuzzleGlobals.currentLevel == "Shape") {
                    this[usaPiece[ri]].height = this[usaPuzzle[ri]].height;
                    this[usaPiece[ri]].width = this[usaPuzzle[ri]].width;
                this[usaPiece[ri]].x = e.stageX;
                this[usaPiece[ri]].y = e.stageY;
                usaPiece[ri] = null;
                PuzzleGlobals.statesOnBoardUSA++;
            else {
                addNewPiece(e);
    Here is the code that creates the piece:
            public function GeoPiece(): void {
                if (PuzzleGlobals.currentLevel == "Name") {
                    this.gotoAndStop("wholeName");
                else if (PuzzleGlobals.currentLevel == "Abbrev") {
                    this.gotoAndStop("abbrev");
                else if (PuzzleGlobals.currentLevel == "Shape") {
                    this.gotoAndStop("shape");
                this.addEventListener(TouchEvent.TOUCH_BEGIN, geoPieceBegin);
    Is it possible I have a bad compiler or something? Do I need to reinstall the entire program? I just can't figure out why it would work in one operating system and not in another.
    Thanks
    Amber

  • AIR for iOS Data Protection question again

    We are looking into Protecting Data Using On-Disk Encryption for our AIR for iOS iPad apps. An article on the adobe site (Protecting content on an iOS device with DPS | Adobe Developer Connection) mentioned this can be achieved by generating Data Protection enabled AppID/provisioning profile to pacakage in the app.
    After we packaged and published the app using the appropriately configured provisioning profile (Complete protection), we run an analysis on the iPad files.  It's reporting that the files are using an encryption class, but the wrong one.
    We run into two kinds of scenarios -
    1. For App ID that "complete" data protection service is specified, the class utilized should be NSFileProtectionComplete. Instead, the class being utilized in the files is NSFileProtectionCompleteUntilUserAuthentication
    2. for App ID without any data protection service selected, the files saved in the app documentDirectory is utilizing "NSFileProtectionCompleteUntilUserAuthentication".
    We cannot find why is it using the wrong class when specified with another class, and why are other apps utilizing the class when they weren't designed to any data protection?  Could something in Adobe AIR be overriding it or setting a default to use "NSFileProtectionCompleteUnitlUserAuthentication"?
    Any feedback is greatly appreciated. We cannot find much information on this issue but data encryption has become more and more critical now. Thank you very much.

    This is the Power View forum.
    Try asking here: 
    http://answers.microsoft.com/en-us/office/forum/office_mobile-excel-os_device_ipad?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1406945625798
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Please clarify availability of H 264 encoding in AIR for iOS/Android

    Hello,
    I've written an app to send a live camera stream via RTMP in H 264/Nellymoser from mobile devices.  The app works fine on AIR when tested on my Win7 desktop, but when I publish to AIR 3.2 for Android or AIR for iOS, it seems that the H264VideoStreamSettings are simply ignored and the video ends up in Sorenson.  Is H264 supported for encoding/publishing on AIR for mobile devices?  If not, is this planned for the future?
    Thanks!

    Unfortunately, the release notes say H.264 encoding from AIR is for the desktop version only:
    http://helpx.adobe.com/x-productkb/multi/release-notes-flash-player-11.html
    H.264/AVC Software Encoding for Cameras (desktop) — Stream high-quality video from your computer's camera with higher compression efficiency and industry stanard support, enabling both immersive real-time communications such as video chat/conferencing and live video broadcasts.

  • Video in air for ios

    i created a sipmle app  with air for ios in flash cs5.5 which includes only short video which was imported using "import video". when testing it in "control\test movie\ test " it works perfrct, however when i sync it to my iphone device with itunes - i see icon and when i push it - the movie not shown - why?

    i have added the .flv
    can you see if it had been done ok?

  • AIR for iOS: How can I distribute for only Retina Displays?

    I am nearing completion of an app I have designed for iOS and tested on my iPhone 4. I bought a 2nd gen iPhone so I could test on both screen resolutions (320x480 and 640x960) before discovering AIR for iOS does not support very old iOS devices (I believe the rule is it must be iOS 4+).
    My question is how is distribution handled if the app will not run on these older models? Wouldn't people with a 2nd gen iPhone still have access to an app that I publish via AIR for iOS and then be angry when it is not supported on their device? Has anyone run into this issue?

    AIR 2.5+ requires iPhone 3GS+ to run. It's based on the CPU inside that
    device and newer which includes a NEON SIMD coprocessor - a requirement
    of newer AIR builds on all platforms (newer than PFI/AIR 2.0, which
    shipped with Flash Pro CS5.0).
    There should be a "resolution" drop down in the AIR for iOS Settings
    dialog, if you updated your PFI in CS5.0 or upgraded to CS5.5. You can
    select "High" to get iPhone retina display support. This will not enable
    iPad 3 retina support though.
    Kevin N.
    Edit: I didn't make it clear that the device requirements are set in your app, and enforced by the App Store - users on old devices will never see your AIR apps in their app store, and if they link into the App Store, they'll get an explaination of why they can't install the app (it'll be either the OpenGL ES 2.0 requirement, or the CPU requirement - it's similar to if you try to install an iPad only app on an iPhone). Android actually works the same way - old/cheap ARMv6 device users will not see your ARMv7 requiring app in their Google Play/Marketplace app.

  • AIR Debug Launcher Closes on Button Click in AIR for iOS test fla

    Hi,
    I'm working with a Flash CS5.5 AIR for iOS fla using AIR 3.0. Test Movie ---> AIR Debug Launcher (Desktop) worked as expected for a couple of weeks then suddenly began to malfunction. The debug launcher fires up correctly but anytime a button is clicked in the test movie, it closes (but does not shut down completely). I don't know if I've selected something by accident but I can't get it to stop. No problems testing in Flash Professional using an ordinary AS3 fla. Any ideas?
    Thanks!

    Relaxatraja, thanks for trying to help me with this. I've tried testing for Android and for iOS... here's an example of a mobile code snippet that doesn't work in the AIR debug launcher for a contact_mc button I've made.
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    contact_mc.addEventListener(TouchEvent.TOUCH_BEGIN, fl_TouchBeginHandler);
    contact_mc.addEventListener(TouchEvent.TOUCH_END, fl_TouchEndHandler);
    var fl_DragBounds:Rectangle = new Rectangle(0, 0, stage.stageWidth, stage.stageHeight);
    function fl_TouchBeginHandler(event:TouchEvent):void
    event.target.startTouchDrag(event.touchPointID, false, fl_DragBounds);
    function fl_TouchEndHandler(event:TouchEvent):void
    event.target.stopTouchDrag(event.touchPointID);
    Am I missing something? Do I need to import classes? Can I only test Multitouch and gestures on an actual device?
    Thanks

  • $40USD for userAgent string on Air for iOS

    Hello,
    I pay $40USD to someone who creates a native iOS extension for AIR mobile that gives me the device user agent string. (source code XCode 4.1 project + ANE file).
    Thanks,
    Henning

    Hi,
    actually JavaScript injection and such don't work on iOS. If you have a
    webpage somewhere online with the JavaScript code to extract the userAgent
    and call this is the only work-around I found so far. Nicer would be a
    native extension however or a solution that works solely on the mobile
    device.
    2011/12/1 meetshah4288 <[email protected]>
       Re: $40USD for userAgent string on Air for iOS  created by meetshah4288<http://forums.adobe.com/people/meetshah4288>in
    Mobile Development - View the full discussion<http://forums.adobe.com/message/4057649#4057649>

  • Weird acting of Socket class while build for iOS device

    Hello,
    It's kind of weird and frustrating using Socket class to build package for iOS device (iPad in my case) - I do have the certificates files (P12, Provisioning) and I can build a package from FB4.5.1 too, but if I build the package as 'Fast' mode through 'Run Configuration' wizard the Socket works okay, but if I package with 'Standard' mode it never works - even I tested both the modes in same device! Any suggestions/idea - I couldn't able figure out why it's acting strange in different modes!
    Thank you.

    This is still become ridiculous - I've read in a document online that non-working socket has bug-fix with AIR 2.7, I was using 2.6 previously - so I downloaded the latest AIR 3.0 SDK and rebuild the project - yet its not working! This is ridiculous!

  • Can I use macbook air for ios app development?

    I would like to know if i can use macbook air for ios app development or macbook pro is only option?

    Just to reinforce what shldr2thewheel says - be very sure what size memory you want if you get a Macbook Air. There is *no* way to change after purchase. My advice is to go for the 4GB option - especially if you want to do app development.
    The internal storage (solid state drive) of the Air can be upgraded if required but it will probably be an expensive option. If you don't think the storage will be enough then maybe using a USB connected drive to hold non-essential files is an option.
    As to deciding between the Air and Pro you are basically making a decision between portability (Air) and expandability/bigger screens (Pro). What is more important to you?
    Mark

  • AIR for IOS not launching CS6 or CS5.5

    I am trying to select Air for IOS and nothing happens. All other palettes seem to work correctly. I own CS 5.5 and have the same problem. I downloaded CS6 trial to see if this problem still exists and it does. Any ideas?    MAC OSX 10.6.8

    I do see this crash sometime after closing any flash file after trying to select Air for iOS.
    Process:         Adobe Flash CS6 [3835]
    Path:            /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Identifier:      com.adobe.flash
    Version:         12.0.2.529 (12.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [202]
    Date/Time:       2013-05-16 15:31:24.896 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1610326 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  59236 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      DD108581-96DA-4D94-A15F-C3B50DDEA449
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000002013
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000001088863
    Java VM: Java HotSpot(TM) Client VM (20.45-b01-451 mixed mode macosx-x86)
    Current thread (0000000034801c00):  JavaThread "main" [_thread_in_native, id=-1607158464, stack(00000000bf800000,00000000c0000000)]
    Stack: [00000000bf800000,00000000c0000000]
    Java Threads: ( => current thread )
      00000000348f5400 JavaThread "Thread-4" [_thread_in_native, id=-1322450944, stack(00000000b11d0000,00000000b12d0000)]
      000000003491f400 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1309597696, stack(00000000b1e12000,00000000b1f12000)]
      000000003491ec00 JavaThread "Code Model Worker" daemon [_thread_blocked, id=-1311723520, stack(00000000b1c0b000,00000000b1d0b000)]
      000000003490c000 JavaThread "FelixPackageAdmin" daemon [_thread_blocked, id=-1312780288, stack(00000000b1b09000,00000000b1c09000)]
      000000003490b800 JavaThread "FelixStartLevel" daemon [_thread_blocked, id=-1313837056, stack(00000000b1a07000,00000000b1b07000)]
      0000000034908400 JavaThread "FelixDispatchQueue" [_thread_blocked, id=-1314893824, stack(00000000b1905000,00000000b1a05000)]
      00000000348be000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1317007360, stack(00000000b1701000,00000000b1801000)]
      00000000348bd000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1319415808, stack(00000000b14b5000,00000000b15b5000)]
      00000000348bc000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1320472576, stack(00000000b13b3000,00000000b14b3000)]
      00000000348bb000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1326694400, stack(00000000b0dc4000,00000000b0ec4000)]
      00000000348af000 JavaThread "Finalizer" daemon [_thread_blocked, id=-1327751168, stack(00000000b0cc2000,00000000b0dc2000)]
      00000000348ae000 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1328807936, stack(00000000b0bc0000,00000000b0cc0000)]
    =>0000000034801c00 JavaThread "main" [_thread_in_native, id=-1607158464, stack(00000000bf800000,00000000c0000000)]
    Other Threads:
      00000000348ab400 VMThread [stack: 00000000b0abe000,00000000b0bbe000] [id=-1329864704]
      00000000348c7800 WatcherThread [stack: 00000000b1803000,00000000b1903000] [id=-1315950592]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 7659K [0000000040110000, 0000000041110000, 0000000041110000)
      eden space 13184K,  45% used [0000000040110000, 00000000406faf00, 0000000040df0000)
      from space 1600K, 100% used [0000000040df0000, 0000000040f80000, 0000000040f80000)
      to   space 1600K,   0% used [0000000040f80000, 0000000040f80000, 0000000041110000)
    concurrent mark-sweep generation total 52352K, used 4756K [0000000041110000, 0000000044430000, 0000000048110000)
    concurrent-mark-sweep perm gen total 31504K, used 17827K [0000000048110000, 0000000049fd4000, 000000004c110000)
    Code Cache  [0000000035001000, 0000000035492000, 0000000037001000)
    total_blobs=2227 nmethods=2072 adapters=95 free_code_cache=28792128 largest_free_block=384
    Virtual Machine Arguments:
    JVM Args: -Djava.awt.headless=true -Xmx128m
    Java Command: <unknown>
    Launcher Type: generic
    Physical Memory: Page Size = 4k, Total = 8192M, Free = 91M
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.flash                         0x01088863 LStream::operator>>(unsigned long&) + 140343
    1   com.adobe.flash                         0x010887fa LStream::operator>>(unsigned long&) + 140238
    2   com.adobe.flash                         0x01075c23 LStream::operator>>(unsigned long&) + 63479
    3   com.adobe.flash                         0x01088ef5 LStream::operator>>(unsigned long&) + 142025
    4   com.adobe.flash                         0x0108996c LStream::operator>>(unsigned long&) + 144704
    5   com.adobe.flash                         0x0106882a LStream::operator>>(unsigned long&) + 9214
    6   com.adobe.flash                         0x006dae3b std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 5173
    7   com.adobe.flash                         0x00361985 std::deque<CSketchSWFHistory, std::allocator<CSketchSWFHistory> >::resize(unsigned long, CSketchSWFHistory) + 17855
    8   com.adobe.flash                         0x0037bae4 std::deque<CSketchSWFHistory, std::allocator<CSketchSWFHistory> >::resize(unsigned long, CSketchSWFHistory) + 124702
    9   com.adobe.flash                         0x00fcd03d CArray<MACFTYPES*, MACFTYPES*>::SetSize(int, int) + 3417
    10  com.apple.CoreFoundation                0x90a31a3b __CFRunLoopRun + 8059
    11  com.apple.CoreFoundation                0x90a2f3c4 CFRunLoopRunSpecific + 452
    12  com.apple.CoreFoundation                0x90a2f1f1 CFRunLoopRunInMode + 97
    13  com.apple.HIToolbox                     0x98566e04 RunCurrentEventLoopInMode + 392
    14  com.apple.HIToolbox                     0x98566bb9 ReceiveNextEventCommon + 354
    15  com.apple.HIToolbox                     0x986ef084 _AcquireNextEvent + 54
    16  com.apple.HIToolbox                     0x986e5181 _RunAppModalLoop + 143
    17  com.apple.HIToolbox                     0x986e55a5 RunAppModalLoopForWindow + 124
    18  com.adobe.dvaui.framework               0x09e68ddd dvaui::ui::OS_Dialog::RunModal() + 125
    19  com.adobe.flash                         0x00c13efe BIB_T_NMT::AGM_CCO_keys::~AGM_CCO_keys() + 7416
    20  com.adobe.flash                         0x00e5259f FArray<CExportProfile*, FArrayLessThanFunction<CExportProfile*> >::Insert(int, CExportProfile*) + 19921
    21  com.adobe.flash                         0x00f968c7 CMiniFrameWnd::~CMiniFrameWnd() + 863
    22  com.adobe.flash                         0x00fc5524 CPropertyPage::GetRuntimeClass() const + 9792
    23  com.adobe.flash                         0x00f730a1 CButtonImplBase::~CButtonImplBase() + 8129
    24  com.adobe.flash                         0x00fda8ba TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 17124
    25  com.adobe.flash                         0x00fdbbde TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 22024
    26  com.adobe.flash                         0x00fd7146 TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 2928
    27  com.adobe.flash                         0x001fe321 CArray<CTimer*, CTimer*>::~CArray() + 11005
    28  com.adobe.flash                         0x01173cfc CList<MMUI::DocumentFrame*, MMUI::DocumentFrame*>::RemoveAt(__POSITION*) + 3866
    29  com.adobe.flash                         0x00fdbbde TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 22024
    30  com.adobe.flash                         0x0030c231 CTemporaryMenu::~CTemporaryMenu() + 1117
    31  com.adobe.flash                         0x00fd7146 TextWithHeader<CListCtrlImpl::ColumnHeader>::SetText(unsigned short const*) + 2928
    32  com.adobe.flash                         0x001fe321 CArray<CTimer*, CTimer*>::~CArray() + 11005
    33  com.adobe.flash                         0x00fc52a2 CPropertyPage::GetRuntimeClass() const + 9150
    34  com.adobe.flash                         0x01064838 cf_bad_change::~cf_bad_change() + 3550
    35  com.apple.HIToolbox                     0x98539c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    36  com.apple.HIToolbox                     0x98538ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    37  com.apple.HIToolbox                     0x9855b7f3 SendEventToEventTarget + 52
    38  com.apple.HIToolbox                     0x98587e87 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 448
    39  com.apple.HIToolbox                     0x985acb90 SendMenuCommandWithContextAndModifiers + 66
    40  com.apple.HIToolbox                     0x985acb47 SendMenuItemSelectedEvent + 121
    41  com.apple.HIToolbox                     0x985aca5d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 152
    42  com.apple.HIToolbox                     0x9857c160 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 454
    43  com.apple.HIToolbox                     0x9872e936 MenuSelect + 190
    44  com.apple.HIToolbox                     0x986e78e0 HIMenuBar::HandleMouseEvent(OpaqueEventRef*) + 92
    45  com.apple.HIToolbox                     0x9853a22b HIObject::EventHook(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 173
    46  com.apple.HIToolbox                     0x98539c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    47  com.apple.HIToolbox                     0x98538ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    48  com.apple.HIToolbox                     0x9855b7f3 SendEventToEventTarget + 52
    49  com.apple.HIToolbox                     0x9856d3ef ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1417
    50  com.apple.HIToolbox                     0x9853a080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    51  com.apple.HIToolbox                     0x98538ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    52  com.apple.HIToolbox                     0x9855b7f3 SendEventToEventTarget + 52
    53  com.apple.HIToolbox                     0x986e4c17 ToolboxEventDispatcher + 86
    54  com.apple.HIToolbox                     0x986e4d4f RunApplicationEventLoop + 243
    55  com.adobe.flash                         0x00fcd77b CArray<MACFTYPES*, MACFTYPES*>::SetSize(int, int) + 5271
    56  com.adobe.flash                         0x00fa619d CTimerImpl::~CTimerImpl() + 1293
    57  com.adobe.flash                         0x00fa6380 CTimerImpl::~CTimerImpl() + 1776
    58  com.adobe.flash                         0x0020f46d std::vector<Symmetry*, std::allocator<Symmetry*> >::vector(std::allocator<Symmetry*> const&) + 6295
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x92c39382 kevent + 10
    1   libSystem.B.dylib                       0x92c39a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x92c38f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x92c38cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x92c38781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x92c385c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c4075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92c423f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x90ca521e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x90c90b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x90c8c533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                           0x069b0d99 0x6972000 + 257433
    8   ...ple.CoreServices.CarbonCore          0x90c7054a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    10  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c4075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x92c423f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AFlame                        0x0bb91439 Flame_Terminate + 1281926
    4   com.adobe.AFlame                        0x0bbdb950 Flame_Terminate + 1586333
    5   com.adobe.AFlame                        0x0bb8fa35 Flame_Terminate + 1275266
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   com.apple.CoreFoundation                0x90a302df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x90a2f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x90a2f1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x907d0224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x907974c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x90797474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x92c500d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                       0x92c6feab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x2533e733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x2533d846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x2533c988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x2533ca0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x25337baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x25337ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x25338685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x253388f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x2533b2a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x2533b3fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x2533bc91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x2533bdb2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x2532e656 Login + 461
    15  ServiceManager-Launcher.dylib           0x2533209a Login + 15377
    16  ServiceManager-Launcher.dylib           0x2533c165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x2533e2eb Invoke + 46771
    18  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    19  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 6:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libSystem.B.dylib                       0x92c7ec78 mach_msg_server + 520
    3   libjvm.dylib                            0x2bc0fcd0 jio_snprintf + 45191
    4   libjvm.dylib                            0x2bc0fb57 jio_snprintf + 44814
    5   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 7:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bc26065 jio_vsnprintf + 405
    8   libjvm.dylib                            0x2bc25f4f jio_vsnprintf + 127
    9   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 8:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bc26065 jio_vsnprintf + 405
    8   libjvm.dylib                            0x2bc25f4f jio_vsnprintf + 127
    9   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 9:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x2bc2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x2bc0eb58 jio_snprintf + 40719
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bd38241 JVM_GetMethodIxExceptionTableEntry + 2242
    8   libjvm.dylib                            0x2bd381af JVM_GetMethodIxExceptionTableEntry + 2096
    9   libjvm.dylib                            0x2bc2c7e5 jio_vsnprintf + 26901
    10  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    11  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    12  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 10:  Java: VM Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x2bc2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x2bc0eb58 jio_snprintf + 40719
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bca6eb6 JVM_Lseek + 200687
    8   libjvm.dylib                            0x2bca6b5f JVM_Lseek + 199832
    9   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    11  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 11:  Java: Reference Handler
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x35001374 0 + 889197428
    12  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    13  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    14  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    15  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    16  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    17  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    18  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    19  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    20  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    21  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 12:  Java: Finalizer
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35169880 0 + 890673280
    10  ???                                     0x35001374 0 + 889197428
    11  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    12  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    13  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    14  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    15  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    16  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    17  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    18  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    19  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    20  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 13:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e44e jio_snprintf + 38917
    7   libjvm.dylib                            0x2bcc6230 JVM_IsPrimitiveClass + 3268
    8   libjvm.dylib                            0x2bcc6174 JVM_IsPrimitiveClass + 3080
    9   libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    10  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    11  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    12  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    13  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 14:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x92c12b36 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x2bcc6b16 JVM_IsPrimitiveClass + 5546
    2   libjvm.dylib                            0x2bcc64f4 JVM_IsPrimitiveClass + 3976
    3   libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    4   libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    5   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 15:  Java: C1 CompilerThread0
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e44e jio_snprintf + 38917
    7   libjvm.dylib                            0x2bcce3ca JVM_Write + 426
    8   libjvm.dylib                            0x2bcc7cec JVM_IsPrimitiveClass + 10112
    9   libjvm.dylib                            0x2bcc7a96 JVM_IsPrimitiveClass + 9514
    10  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    11  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    12  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    13  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    14  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 16:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bc0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x2bc0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x2bc0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x2bcc89d4 JVM_IsPrimitiveClass + 13416
    8   libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    9   libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    10  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    11  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    12  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 17:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x2bd42f72 JVM_MonitorNotify + 1109
    4   libjvm.dylib                            0x2bccb3aa JVM_IsPrimitiveClass + 24126
    5   libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    7   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 18:  Java: FelixDispatchQueue
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x35003e31 0 + 889208369
    12  ???                                     0x35003e31 0 + 889208369
    13  ???                                     0x3500430d 0 + 889209613
    14  ???                                     0x35001374 0 + 889197428
    15  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    16  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    17  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    18  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    19  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    20  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    21  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    22  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    23  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    24  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 19:  Java: FelixStartLevel
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 20:  Java: FelixPackageAdmin
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2bc0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x2bcb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x2bcb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x2bcb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x24bdee75 JVM_MonitorWait + 69
    8   ???                                     0x3500b9d9 0 + 889240025
    9   ???                                     0x35003e31 0 + 889208369
    10  ???                                     0x35003e31 0 + 889208369
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 21:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2beb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x2bef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x3500b9d9 0 + 889240025
    6   ???                                     0x35003e31 0 + 889208369
    7   ???                                     0x35003e31 0 + 889208369
    8   ???                                     0x3500430d 0 + 889209613
    9   ???                                     0x35004473 0 + 889209971
    10  ???                                     0x35003f97 0 + 889208727
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 22:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   libjvm.dylib                            0x2bc0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x2beb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x2bef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x3500b9d9 0 + 889240025
    6   ???                                     0x35003e31 0 + 889208369
    7   ???                                     0x35003e31 0 + 889208369
    8   ???                                     0x3500430d 0 + 889209613
    9   ???                                     0x35004473 0 + 889209971
    10  ???                                     0x35003f97 0 + 889208727
    11  ???                                     0x3500430d 0 + 889209613
    12  ???                                     0x35001374 0 + 889197428
    13  libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    22  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c6c9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge                0x25fa093b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge                0x25f9c799 ScObjects::BridgeTalkThread::run() + 185
    4   com.adobe.flash.flbridge                0x25fa0ca8 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    6   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x92c12b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x92c8905f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x22cfe11f 0x228ae000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x228c825f 0x228ae000 + 107103
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x92c12b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x92c8905f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x22cfe11f 0x228ae000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x228c825f 0x228ae000 + 107103
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 26:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x92c31ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x90a6fc53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    3   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x92c40aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x92c6c9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash                         0x00f48bfb void std::sort<__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)>(__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, __gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)) + 101300
    3   com.adobe.flash                         0x00f45839 void std::sort<__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)>(__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, __gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)) + 88050
    4   com.adobe.flash                         0x00f48f68 void std::sort<__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)>(__gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, __gnu_cxx::__normal_iterator<ColorCube**, std::vector<ColorCube*, std::allocator<ColorCube*> > >, bool (*)(ColorCube*, ColorCube*)) + 102177
    5   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    6   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 28:  Java: Thread-4
    0   libSystem.B.dylib                       0x92c1d11e stat$INODE64 + 10
    1   libjava.jnilib                          0x25a1872e Java_java_io_UnixFileSystem_getLastModifiedTime + 204
    2   ???                                     0x352842b4 0 + 891830964
    3   ???                                     0x35283120 0 + 891826464
    4   ???                                     0x3500430d 0 + 889209613
    5   ???                                     0x35001374 0 + 889197428
    6   libjvm.dylib                            0x2bca81ef JVM_Lseek + 205608
    7   libjvm.dylib                            0x2bca7f63 JVM_Lseek + 204956
    8   libjvm.dylib                            0x2bcb4935 JVM_StartThread + 3022
    9   libjvm.dylib                            0x2bcb47c5 JVM_StartThread + 2654
    10  libjvm.dylib                            0x2bcb4743 JVM_StartThread + 2524
    11  libjvm.dylib                            0x2bcb459d JVM_StartThread + 2102
    12  libjvm.dylib                            0x2bcb43db JVM_StartThread + 1652
    13  libjvm.dylib                            0x2bc0e5e0 jio_snprintf + 39319
    14  libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    15  libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x92c12b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x92c6f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x22cfe0e7 0x228ae000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x22a8e9de 0x228ae000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x92c12afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x92c13267 mach_msg + 68
    2   com.apple.CoreFoundation                0x90a302df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x90a2f3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x90a35304 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x99db6b3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x90c7054a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    8   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x92c12b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x92c6f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x22cfe0e7 0x228ae000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x22a8e9de 0x228ae000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x22cfe20c 0x228ae000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x22cfe250 0x228ae000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x22cfe376 0x228ae000 + 4522870
    8   libSystem.B.dylib                       0x92c40259 _pthread_start + 345
    9   libSystem.B.dylib                       0x92c400de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib                       0x92c12b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x92c406e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x92c6f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x22cfe0e7 0x228ae000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x22a8e9de 0x228ae000 + 1968606

Maybe you are looking for