How to Symbolicate an AIR mobile crash report on iOS?

I am developing a game that uses the iOS GameKit API via a native extension.  It works great over WiFi.  But when I switch to Bluetooth, I get intermittent crashes.
So I can start guessing at where my problem lies... but that could take days.  iOS is dumping a crash report that it is able to partially symbolicate.  (Unfortunately, it's the part that doesn't help me much)   For example:
Incident Identifier: B3D0F337-B696-47C9-8ABA-883F2DFA2BA8
CrashReporter Key:   91475c97fb1586aa03dc9db38bd3b6c5c8c3d8a5
Hardware Model:      iPad1,1
Process:         MyGame [2352]
Path:            /var/mobile/Applications/87342D20-3FBA-4486-B464-226F6F2FE8E4/MyGame.app/MyGame
Identifier:      MyGame
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]
Date/Time:       2013-04-30 00:20:32.350 -0600
OS Version:      iPhone OS 5.1.1 (9B206)
Report Version:  104
Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000
Crashed Thread:  0
Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_c.dylib                       0x34917884 strlen + 12
1   MyGame                                  0x00599774 0x1000 + 5867380
2   MyGame                                  0x003e7e6c 0x1000 + 4091500
3   MyGame                                  0x00264f0c 0x1000 + 2506508
4   MyGame                                  0x0052db48 0x1000 + 5425992
5   MyGame                                  0x0052d196 0x1000 + 5423510
6   MyGame                                  0x0052d504 0x1000 + 5424388
7   MyGame                                  0x0052d2a0 0x1000 + 5423776
8   MyGame                                  0x0052c474 0x1000 + 5420148
9   MyGame                                  0x004f62e8 0x1000 + 5198568
10  MyGame                                  0x0052ce5e 0x1000 + 5422686
11  MyGame                                  0x0052c474 0x1000 + 5420148
12  MyGame                                  0x004f62e8 0x1000 + 5198568
13  MyGame                                  0x0052ce5e 0x1000 + 5422686
14  MyGame                                  0x0052c474 0x1000 + 5420148
15  MyGame                                  0x004f62e8 0x1000 + 5198568
16  MyGame                                  0x0052ce5e 0x1000 + 5422686
17  MyGame                                  0x004fe0f4 0x1000 + 5230836
18  MyGame                                  0x004f5c96 0x1000 + 5196950
19  MyGame                                  0x0052beac 0x1000 + 5418668
20  MyGame                                  0x001e2200 0x1000 + 1970688
21  MyGame                                  0x001e1a64 0x1000 + 1968740
22  MyGame                                  0x001e129c 0x1000 + 1966748
23  MyGame                                  0x00235ba8 0x1000 + 2313128
24  MyGame                                  0x0052db48 0x1000 + 5425992
25  MyGame                                  0x0052d196 0x1000 + 5423510
26  MyGame                                  0x0052d504 0x1000 + 5424388
27  MyGame                                  0x0052d2a0 0x1000 + 5423776
28  MyGame                                  0x0052c474 0x1000 + 5420148
29  MyGame                                  0x004f62e8 0x1000 + 5198568
30  MyGame                                  0x0052ce5e 0x1000 + 5422686
31  MyGame                                  0x0052c474 0x1000 + 5420148
32  MyGame                                  0x004f62e8 0x1000 + 5198568
33  MyGame                                  0x0052ce5e 0x1000 + 5422686
34  MyGame                                  0x004fe0f4 0x1000 + 5230836
35  MyGame                                  0x004f5c96 0x1000 + 5196950
36  MyGame                                  0x0052beac 0x1000 + 5418668
37  MyGame                                  0x001e2200 0x1000 + 1970688
38  MyGame                                  0x001e1a64 0x1000 + 1968740
39  MyGame                                  0x001e186c 0x1000 + 1968236
40  MyGame                                  0x001e5340 0x1000 + 1983296
41  MyGame                                  0x003e86e4 0x1000 + 4093668
42  MyGame                                  0x003e85e0 0x1000 + 4093408
43  MyGame                                  0x000c17ac 0x1000 + 788396
44  MyGame                                  0x000c1658 0x1000 + 788056
45  MyGame                                  0x0000fbf8 0x1000 + 60408
46  CoreFoundation                          0x356601f4 -[NSObject performSelector:withObject:] + 36
47  Foundation                              0x34b30740 __NSThreadPerformPerform + 344
48  CoreFoundation                          0x356d5acc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 8
49  CoreFoundation                          0x356d5298 __CFRunLoopDoSources0 + 208
50  CoreFoundation                          0x356d403e __CFRunLoopRun + 646
51  CoreFoundation                          0x3565749e CFRunLoopRunSpecific + 294
52  CoreFoundation                          0x35657366 CFRunLoopRunInMode + 98
53  GraphicsServices                        0x333f2432 GSEventRunModal + 130
54  UIKit                                   0x32e2fcce UIApplicationMain + 1074
55  MyGame                                  0x000ffbc8 0x1000 + 1043400
56  MyGame                                  0x00598bdc 0x1000 + 5864412
So I need to know how to turn those memory addresses into functions.   That would help me out a ton.   I found a lot of information on how to do it manually via the dSym... but nothing that seems to apply to an AIR mobile app.  (And nothing that seems to actually work)
Need a knight in shining geeky armor to rescue me.

Hi,
The information you needed is present @ http://blogs.adobe.com/rajorshi/2011/11/18/debugging-native-extensions-for-air-ios/
I hope it helps!
Regards,
Nimit

Similar Messages

  • How do you profile AIR mobile applications?

    I'm used to using FlashBuilder to profile an application, take memory snapshots, and find lingering objects from memory leaks.  With AIR mobile, the best I can do is run Adobe Scout to verify that my application has a memory leak.  The list of all ActionScript objects is massive- it's not useful for tracking down a leak.  Is there a way to use the standard FlashBuilder profiler, or another way to track down a memory leak using Adobe Scout?
    Thanks!

    Yes, I've enabled telemetry.  I use object pooling and nulling, but not in the instance that's causing the exception.  It's a simple block that involves a few Parsley commands and an ANE.  I really need the profiler to figure out what part is leaking, and I have to test it on a device because of the ANE.

  • Crash reporting for ios

    Does anyone have a working method for implementing app crash reporting for an iOS Air app? (I'm thinking of sending to google analytics if it makes any difference) Thanks.

    If you agree to share diagnostic data with Apple, they have the data.
    Whether they share it with the developers so they can improve their apps, I am not sure.

  • How can I clear out my crash reports?

    Is there a way other than finding the right directory and deleting?

    Cant you see the button to Remove All Reports in your '''about:crashes''' page?
    <img src="https://support.cdn.mozilla.net/media/uploads/images/2014-04-24-08-29-07-200d47.png" width="450px">

  • Instagram API for Adobe Air Mobile!

    Hi,
    Is there any third party api exist to integrate and work with instagram, e.g. login, photos etc. I want to integrate in my Adobe Air Mobile Project for both iOS and Android.
    Thanks.

    Hello Faisal,
    a api exist, here is the link http://code.google.com/p/instagr-as3/source/browse/trunk/instagrAS3/Instagram.as
    what software do you use for adroid development ? iam new on mobile and flash development, is flash cc engough or i need flash builder ?
    Can i develop all mobile android stuff in Flash CC ?
    thanks and greetings

  • How can I symbolicate Adobe ID Crash reports?

    The question is, can someone kindly give me pointers on how can I symbolicate Adobe ID Crash reports on a Mac to try to detect errors in my code? I have plugins running in CS2, CS3, CS5-CS6 and users send me crash reports, some, on platforms I can't event debug (like CS3 in Mountain Lion).
    Help, please?

    Thanks Dirk,
    The ITK is available starting with CS5 right?
    I have user IDCS3 installed on Intel Macs with Lion and  Montain Lion. I have been able to run the compiler and build my plugins on Lion to try to reproduce the bugs, though I anticipate they will be due platform changes more than real bugs in the code.
    I will try do the manual calculations instead for the CS3 crash reports then.
    Again, what kind of partner program do I have to be enrolled to download the ITK?, currently I'm on the influencer program.

  • How do I post a crash report

    Hi, I was trying over the last 10 hours to post a crash report to find out what keep crashing my Safari Browser. So how do I post a crash report on this forum. I have tried 5 times and this is what happens.
    ( We're sorry, Apple Discussions is temporarily unavailable. We'll be back soon.
    Until then, please visit http://www.apple.com/support)
    I must be doing something wrong. Thanks for any info.

    Yes, BUT there is an even easier way!
    Click on the small triangle under Crash Reporter in the l/h column and they will all be listed.
    Scroll down to the latest and greatest Safari report and click on it.
    Now click on the r/h column (which now only shows THAT crash report and then Command-a to copy it all.
    Come back here and Command-v it!

  • Macbook keeps crashing..how to read crash report?

    I am trying to figure out why my macbook keeps crashing. I took it into the apple store, they ran all kinds of diagnostic tests on it, and said everything looks fine. However, it keeps crashing. I've noticed that it crashes when:
    1) I open chrome, play a hulu video in chrome (or most flash video players)
    2) Often times when I drag a folder into itunes
    3) Open sonos music player and drag through songs (not all the time, but many times after it's been used a lot)
    It doesn't happen consistently with all of these instances, but with chrome it happens the most.  I'm not sure how to read these crash reports.. can someone help? It looks like a driver issue, but not sure.
    Interval Since Last Panic Report:  422441 sec
    Panics Since Last Report:          11
    Anonymous UUID:                    A88211BE-4F1E-4DE4-8812-A21E9C7EDACD
    Sat Aug 25 12:26:37 2012
    panic(cpu 0 caller 0xffffff7f80984947): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8113d3e000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff812f292e70 : 0xffffff8000220792
    0xffffff812f292ef0 : 0xffffff7f80984947
    0xffffff812f292f80 : 0xffffff7f80a74aa4
    0xffffff812f292fd0 : 0xffffff7f80a74b64
    0xffffff812f293030 : 0xffffff7f80d21749
    0xffffff812f293170 : 0xffffff7f80a93bed
    0xffffff812f2931a0 : 0xffffff7f8098e2c2
    0xffffff812f293250 : 0xffffff7f80989bc4
    0xffffff812f293440 : 0xffffff7f8098ae97
    0xffffff812f293500 : 0xffffff7f817fa336
    0xffffff812f293610 : 0xffffff7f817fa863
    0xffffff812f293630 : 0xffffff7f817c0498
    0xffffff812f293640 : 0xffffff7f817f9e67
    0xffffff812f293650 : 0xffffff7f817bfaca
    0xffffff812f293660 : 0xffffff7f817fa842
    0xffffff812f293680 : 0xffffff7f817c4220
    0xffffff812f2936c0 : 0xffffff7f817c102f
    0xffffff812f2936f0 : 0xffffff7f81829c3e
    0xffffff812f293770 : 0xffffff7f8181444b
    0xffffff812f2937d0 : 0xffffff7f81814846
    0xffffff812f293820 : 0xffffff7f81814abb
    0xffffff812f2938b0 : 0xffffff7f8181580f
    0xffffff812f2938e0 : 0xffffff7f817cd0b0
    0xffffff812f293aa0 : 0xffffff7f81815f68
    0xffffff812f293b60 : 0xffffff7f817ca119
    0xffffff812f293bc0 : 0xffffff800065501e
    0xffffff812f293be0 : 0xffffff80006558fa
    0xffffff812f293c40 : 0xffffff800065609b
    0xffffff812f293d80 : 0xffffff80002a3f08
    0xffffff812f293e80 : 0xffffff8000223096
    0xffffff812f293eb0 : 0xffffff80002148a9
    0xffffff812f293f10 : 0xffffff800021bbd8
    0xffffff812f293f70 : 0xffffff80002aef20
    0xffffff812f293fb0 : 0xffffff80002daa33
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.1.8)[560E1257-BF5E-3B0B-95F0-15033A0D1B97]@0xffffff7f809 24000->0xffffff7f80bfdfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[06C77CAA-586C-3AA7-94B7-A544F470025E]@0xffff ff7f8087f000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[D05CFB53-FB72-3613-8162-2D188DB04738]@0xff ffff7f80912000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[2D2A4A31-EB4F-3730-BE3A-76C061685FC5]@0 xffffff7f808da000
             com.apple.nvidia.nv50hal(7.1.8)[7596DB8C-AE9D-3C87-B11A-0ED8F940CAF8]@0xffffff7 f80bfe000->0xffffff7f80f1ffff
                dependency: com.apple.NVDAResman(7.1.8)[560E1257-BF5E-3B0B-95F0-15033A0D1B97]@0xffffff7f809 24000
             com.apple.GeForce(7.1.8)[00925AF3-22EE-3858-8BD3-06AE57DFCC86]@0xffffff7f817bf0 00->0xffffff7f8187efff
                dependency: com.apple.NVDAResman(7.1.8)[560E1257-BF5E-3B0B-95F0-15033A0D1B97]@0xffffff7f809 24000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[D05CFB53-FB72-3613-8162-2D188DB04738]@0xff ffff7f80912000
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[06C77CAA-586C-3AA7-94B7-A544F470025E]@0xffff ff7f8087f000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[2D2A4A31-EB4F-3730-BE3A-76C061685FC5]@0 xffffff7f808da000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 40384214051686
    last loaded kext at 15686064888167: com.apple.driver.AppleUSBCDC    4.1.17 (addr 0xffffff7f807cd000, size 16384)
    last unloaded kext at 15788181238822: com.apple.driver.AppleUSBCDC    4.1.17 (addr 0xffffff7f807cd000, size 12288)
    loaded kexts:
    com.vmware.kext.vmnet    3.0.0
    com.vmware.kext.vmioplug    3.0.0
    com.vmware.kext.vmci    3.0.0
    com.vmware.kext.vmx86    3.0.0
    com.rogueamoeba.hermes    4.1.0
    com.Cycling74.driver.Soundflower    1.6.2
    com.jft.driver.PdaNetDrv    1.0.64
    com.rogueamoeba.HermesAudio    4.1.0
    com.apple.filesystems.smbfs    1.7.2
    com.apple.driver.AppleIntelProfile    85.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AppleHDA    2.2.0f3
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMCCSControl    1.0.26
    com.apple.driver.AppleMikeyDriver    2.2.0f3
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AGPM    100.12.42
    com.apple.driver.AppleIntelHDGraphics    7.1.8
    com.apple.driver.AppleIntelHDGraphicsFB    7.1.8
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.5f11
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d0
    com.apple.driver.AppleMuxControl    3.0.16
    com.apple.GeForce    7.1.8
    com.apple.driver.AppleLPC    1.5.8
    com.apple.driver.AppleUSBTCButtons    225.2
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.5f11
    com.apple.driver.AppleUSBTCKeyboard    225.2
    com.apple.driver.AppleIRController    312
    com.apple.driver.AppleUSBCardReader    3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.0.3
    com.apple.iokit.AppleBCM5701Ethernet    3.1.2b2
    com.apple.driver.AppleUSBHub    4.5.0
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AirPort.Brcm4331    530.4.20
    com.apple.driver.AppleEFINVRAM    1.5.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    4.5.8
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.6
    com.apple.driver.AppleSMBIOS    1.8
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient    193.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.driver.AppleIntelCPUPowerManagement    193.0.0
    com.apple.driver.AppleProfileTimestampAction    85.2
    com.apple.driver.AppleProfileThreadInfoAction    85.2
    com.apple.driver.AppleProfileRegisterStateAction    85.2
    com.apple.driver.AppleProfileReadCounterAction    85.2
    com.apple.driver.AppleProfileKEventAction    85.2
    com.apple.driver.AppleProfileCallstackAction    85.2
    com.apple.iokit.AppleProfileFamily    85.2
    com.apple.kext.triggers    1.0
    com.apple.driver.DspFuncLib    2.2.0f3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOFireWireIP    2.2.4
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.driver.AppleHDAController    2.2.0f3
    com.apple.iokit.IOHDAFamily    2.2.0f3
    com.apple.iokit.IOAudioFamily    1.8.6fc17
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.ApplePolicyControl    3.0.16
    com.apple.driver.AppleSMC    3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d0
    com.apple.driver.AppleGraphicsControl    3.0.16
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.IOPlatformPluginFamily    5.1.0d17
    com.apple.driver.AppleBacklightExpert    1.0.3
    com.apple.nvidia.nv50hal    7.1.8
    com.apple.NVDAResman    7.1.8
    com.apple.iokit.IONDRVSupport    2.3.2
    com.apple.iokit.IOGraphicsFamily    2.3.2
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.5f11
    com.apple.iokit.IOBluetoothFamily    4.0.5f11
    com.apple.driver.AppleUSBMultitouch    227.1
    com.apple.iokit.IOUSBHIDDriver    4.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.2.0
    com.apple.iokit.IOUSBMassStorageClass    3.0.1
    com.apple.driver.AppleUSBMergeNub    4.5.3
    com.apple.driver.AppleUSBComposite    4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.0
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.7
    com.apple.iokit.IOCDStorageFamily    1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.0
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IOUSBUserClient    4.5.8
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    4.5.8
    com.apple.driver.AppleEFIRuntime    1.5.0
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    331.6
    com.apple.iokit.IOStorageFamily    1.7.1
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.6.8
    com.apple.iokit.IOACPIFamily    1.4

    "I took it into the apple store, they ran all kinds of diagnostic tests on it, and said everything looks fine."
    It's because they're just a bunch of amateurs.
    All they can do is wear a cool tee-shirt and read you is what it written on the label (in case you don't know how to read, it helps).
    I have the same problem since I installed Maverick (supposedly the BEST ever) : My computer has never crashed so much since then !
    It crashes about every 50 minutes when I (try to) work, almost everytime the computer recovers from sleep, when I launch iTunes (their own software !!!), ...
    I remember those cool guys making fun of the competition ; they're now at the exact same point ! Good job guys !!!

  • How to Disable Crash Report

    I have a program (executable) created under LabVIEW 2011 SP1.
    Every time the program is stopped and closed, a LabVIEW Crash-report is created.
    Nothing is wrong in the program, and when restarted everything works fine.
    The Crash-report doesn't tell much, NI say it could indicate that something is wrong on the computer with some other software, for example the anti-virus program.
    All this crash-report does is frustrating the customer using the software.
    I have asked NI how to turn off the Crash-report functionality, but has not received any answer after a week.
    Does anybody know how to do this ?       
    (Running the source code does not generate any errors or crash reports.)
    Martin

    Norbert_B wrote:
    Martin,
    errors like this can have different sources. One source might be an invalid entry for the <exe>.ini file.
    So please remove this file (backup) and start the exe. It will recreate a default ini file.
    If the error dialog still occurs, you might want to try the following keys in the ini-file:
    NIERShowNonFatalDialogOnExit=False
    NIERNonFatalAutoSend=false
    Please note that it is recommended to dig in for the real source of the error dialog and address it. The above is only a workaround which should remove the dialog.
    hope this helps,
    Norbert
    I agree.  It's like treating a broken leg with painkillers - with the exception that a borken leg will porbably heal eventually.  Obviously there IS something wrong, or an error report wouldn't be generated.  It just doesn't appear to be critical - yet.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • My Photoshop CS6 keeps crashing on random file formats...How do I find the cause within the crash report?

    One of our users is experiencing crashes when opening random files. They range from regular Photoshop to JPEG files. The same errors is occasionally happening with Illustrator but it is predominate on Photoshop. The following are two crash reports that appeared after the crashes. How would I troubleshoot and figure out the cause by reading these reports?
    Process:         Adobe Photoshop CS6 [685]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.6 (13.0.6.54)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [140]
    Date/Time:       2015-01-28 10:57:13.638 -0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          304020 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  227317 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      2E5247B1-6C41-400D-BF9D-86E3AD22DBB8
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Main Thread  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x00007fff830d180c __CFTypeCollectionRelease + 188
    1   com.apple.CoreFoundation       0x00007fff830ceeae __CFArrayReleaseValues + 206
    2   com.apple.CoreFoundation       0x00007fff830aca73 _CFRelease + 179
    3   ...s.AutoActivationPlugin.PS13 0x00000001224af198 ActivateFontsForDocument(bool, int&, std::string const&) + 536
    4   ...s.AutoActivationPlugin.PS13 0x00000001224af586 HandleOpenedDocument(std::string const&) + 96
    5   ...s.AutoActivationPlugin.PS13 0x00000001224af714 OpenEvent(unsigned int, _ADsc*, int, void*) + 143
    6   com.adobe.Photoshop           0x00000001002e6526 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2366822
    7   com.adobe.Photoshop           0x000000010008ca4a 0x100000000 + 576074
    8   com.adobe.Photoshop           0x0000000100087547 0x100000000 + 554311
    9   com.adobe.Photoshop           0x00000001000873e3 0x100000000 + 553955
    10  com.adobe.Photoshop           0x00000001016ffd94 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20400788
    11  com.adobe.Photoshop           0x0000000100095d3b 0x100000000 + 613691
    12  com.adobe.Photoshop           0x0000000100087547 0x100000000 + 554311
    13  com.adobe.Photoshop           0x00000001000873e3 0x100000000 + 553955
    14  com.adobe.Photoshop           0x0000000101700554 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20402772
    15  com.apple.Foundation           0x00007fff8438abc5 __NSFireTimer + 114
    16  com.apple.CoreFoundation       0x00007fff830eebb8 __CFRunLoopRun + 6488
    17  com.apple.CoreFoundation       0x00007fff830ecd8f CFRunLoopRunSpecific + 575
    18  com.apple.HIToolbox           0x00007fff89a6f7ee RunCurrentEventLoopInMode + 333
    19  com.apple.HIToolbox           0x00007fff89a6f551 ReceiveNextEventCommon + 148
    20  com.apple.HIToolbox           0x00007fff89a6f4ac BlockUntilNextEventMatchingListInMode + 59
    21  com.apple.AppKit               0x00007fff8150aeb2 _DPSNextEvent + 708
    22  com.apple.AppKit               0x00007fff8150a801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    23  com.apple.AppKit               0x00007fff814d068f -[NSApplication run] + 395
    24  com.adobe.Photoshop           0x0000000101700462 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20402530
    25  com.adobe.Photoshop           0x000000010170172c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20407340
    26  com.adobe.Photoshop           0x0000000100087bdd 0x100000000 + 555997
    27  com.adobe.Photoshop           0x00000001002c9bdc boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249756
    28  com.adobe.Photoshop           0x00000001002c9cb9 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249977
    29  com.adobe.Photoshop           0x0000000100002444 0x100000000 + 9284
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff840dbc0a kevent + 10
    1   libSystem.B.dylib             0x00007fff840ddadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff840dd7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff840dd2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff840dcc08 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff840dcaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff840fda6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff84101881 _pthread_cond_wait + 1286
    2   MultiProcessor Support         0x0000000119e1b19b boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 5483
    3   MultiProcessor Support         0x0000000119e1b05c boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 5164
    Process:         Adobe Photoshop CS6 [892]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.6 (13.0.6.54)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [140]
    Date/Time:       2015-01-28 11:02:06.600 -0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          304307 sec
    Crashes Since Last Report:           17
    Per-App Interval Since Last Report:  227516 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                      2E5247B1-6C41-400D-BF9D-86E3AD22DBB8
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Main Thread  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Main Thread  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation       0x00007fff830d180c __CFTypeCollectionRelease + 188
    1   com.apple.CoreFoundation       0x00007fff830ceeae __CFArrayReleaseValues + 206
    2   com.apple.CoreFoundation       0x00007fff830aca73 _CFRelease + 179
    3   ...s.AutoActivationPlugin.PS13 0x0000000136c11198 ActivateFontsForDocument(bool, int&, std::string const&) + 536
    4   ...s.AutoActivationPlugin.PS13 0x0000000136c11586 HandleOpenedDocument(std::string const&) + 96
    5   ...s.AutoActivationPlugin.PS13 0x0000000136c11714 OpenEvent(unsigned int, _ADsc*, int, void*) + 143
    6   com.adobe.Photoshop           0x00000001002e6526 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2366822
    7   com.adobe.Photoshop           0x000000010008ca4a 0x100000000 + 576074
    8   com.adobe.Photoshop           0x0000000100087547 0x100000000 + 554311
    9   com.adobe.Photoshop           0x00000001000873e3 0x100000000 + 553955
    10  com.adobe.Photoshop           0x00000001016ffd94 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20400788
    11  com.adobe.Photoshop           0x0000000100095d3b 0x100000000 + 613691
    12  com.adobe.Photoshop           0x0000000100087547 0x100000000 + 554311
    13  com.adobe.Photoshop           0x00000001000873e3 0x100000000 + 553955
    14  com.adobe.Photoshop           0x00000001016ffd94 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20400788
    15  com.apple.AppKit               0x00007fff814d06de -[NSApplication run] + 474
    16  com.adobe.Photoshop           0x0000000101700462 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20402530
    17  com.adobe.Photoshop           0x000000010170172c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 20407340
    18  com.adobe.Photoshop           0x0000000100087bdd 0x100000000 + 555997
    19  com.adobe.Photoshop           0x00000001002c9bdc boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249756
    20  com.adobe.Photoshop           0x00000001002c9cb9 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 2249977
    21  com.adobe.Photoshop           0x0000000100002444 0x100000000 + 9284
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x00007fff840dbc0a kevent + 10
    1   libSystem.B.dylib             0x00007fff840ddadd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib             0x00007fff840dd7b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib             0x00007fff840dd2de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib             0x00007fff840dcc08 _pthread_wqthread + 353
    5   libSystem.B.dylib             0x00007fff840dcaa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib             0x00007fff840fda6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff84101881 _pthread_cond_wait + 1286
    2   MultiProcessor Support         0x000000011b11b19b boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 5483
    3   MultiProcessor Support         0x000000011b11b05c boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 5164
    4   MultiProcessor Support         0x000000011b13bf24 boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 140020
    5   libSystem.B.dylib             0x00007fff840fbfd6 _pthread_start + 331
    6   libSystem.B.dylib             0x00007fff840fbe89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib             0x00007fff840fda6a __semwait_signal + 10
    1   libSystem.B.dylib             0x00007fff84101881 _pthread_cond_wait + 1286
    2   MultiProcessor Support         0x000000011b11b19b boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 5483
    3   MultiProcessor Support         0x000000011b11b05c boost::exception_detail::copy_boost_exception(boost::exception*, boost::exception const*) + 5164

    I know i have a G5 in my profile but as i said in my first post of this thread im using my macbookpro dual 2.4GHz, 4GB RAM so the apogee has nothing to do with this computer.
    I ran rember last night and i woke up after 12 hours and it was still running.
    I put loops onto maximum and RAM allocation to maximum to get full testing.
    Any ideas on why its taking this long or is it normal?
    Cheers, Benji

  • I got a crash report that said the Flash plug in had crashed, but when the incident actually happened, the report said that "Silverlight" had crashed; how do I know where the problem is?

    Sorry. The crash report actually said that Quick Time had crashed, not Flash, but at the time the crash actually happened, the message said that "Silverlight" had crashed. I just want to know how I can tell where the problem is so that I can try to fix it.

    That is a legitimate Mozilla newsletter. As it says in the email:
    You're receiving this email because you subscribed to receive email newsletters and information from Mozilla. If you do not wish to receive these newsletters, please click the Unsubscribe link below.
    Unsubscribe https://www.mozilla.org/en-US/newsletter/existing/ad9febcf-65ac-41fd-810b-798945f448f3/
    Modify your preferences https://www.mozilla.org/en-US/newsletter/existing/ad9febcf-65ac-41fd-810b-798945f448f3/ "

  • Fall Mazila, and the emergence posts by Crash reporter, the latest version of your program.How do I fix this problem?

    Welcome to the fall issue of your program, occurs at a frequency of 5-10 minutes. Ways to solve this problem, such as updating drivers videkarty, updating software and hardware not help how to solve this problem, I do not know
    ID: ddc4b35f-ebe5-4c39-9540-80a642150106-ID of last fall

    In the address bar, type '''about:crashes'''<enter>.''' Note:''' If any reports do not
    have '''BP''' in front of the numbers, click it and select '''Submit'''.
    Using your mouse, '''mark''' the most '''resent 7 - 10''' crash reports, and
    '''copy''' them. Now go to the reply box below and '''paste''' them in.
    Please state what the problem is. Give any needed details.

  • How do i recover last crash report?

    Someone in IT trying to figure out a bad file crash is asking me for a crash report,but i havent had time to go make it crash again. SO is there a place(on my mac)that stores these crash reports so that i can send them the last one that happened?

    How about the one that says CrashReporter?

  • How do I change the mobile number re messages on iPad air

    How do I chane the mobile number re messages on my new ipad air.  It seems to be coming up with my husbands number ...

    Are you using your husband's Apple ID from his iPhone?
    Do you have an iPhone associated with your Apple ID?
    To associate Messages on an iPad with a phone number you need to have an iPhone that has the Phone number so it can be associated with the Apple ID being used on both devices (iPhone and iPad).
    Malocolm wrote:
    Which do you mean.
    I sort of was refering to both.
    If you have a plan, it's just LTE, or wireless on the go.
    Apple doesnt give you a phone number, thats the way they've been manufacturing iPads, just with Wireless plans.
    Apple doesn't give out phone numbers or wireless plans. Only the cell carriers do that.   While A Cell Plan for an iPad has a number its just for Identification purposes by the carrier, and cannot be used for Messages. 
    Also it is not necessarry to have a cellular iPad with a cellular plan to have a number for messages. As I said, you need an iPhone to do this.

  • How to use ScaleNine themes to skin an Adobe Air Mobile App

    Hi,
    I'm rather new to Adobe Air development But I really like it! Now that I've created my app I would like to skin it. I've found ScaleNine (http://www.scalenine.com/gallery/gallery-1.php) which has ready made cool skins for Flex and Air. I downloaded the samples and they compile and work beautifully. HOWEVER: I can't seem to be able to use them to skin my Air mobile app.
    Can anyone post an example ViewNavigatorApplication themed with one of the themes there? this one (http://www.scalenine.com/themes/blend/Blend.html) looks as though someone tailored it to my app :-)
    Thanks a lot!
    Avi

    I don't know how your application is structured, but if you can split sections off into separate SWFs(plain AS3 document) then you could host those section SWFs online and require the user to download them on first run.
    You could use the FileReference object to download the SWFs, save them to the File.applicationStorageDirectory, and then display/load them up with the Loader object when needed from the app storage directory. You would possibly need to check to see if the files are present at every boot of the app though as a user could "Clear Data" or "Clear Cache" of the app in the Settings of their device and one or both of those could/would delete the downloaded files.
    FileReference - Adobe ActionScript® 3 (AS3 ) API Reference

Maybe you are looking for

  • Transcoding for a vertical display

    I've been assigned the task of transcoding 16:9 for a flatscreen that is to be turned on it's side.  To tackle this problem I've rotated the image to fit into the "portrait" format, and exported to ProRes.  Here's the kicker, the client has requested

  • Conversion agent mapping

    Does conversion agent or XI provide any out of the box mapping content to map conversion agent's EDI XML schema and IDOC XML? For example is there a mapping content (in CA or XI) between EDI_MSG_850_Purchase_Order and Orders.Orders05?  If so where ca

  • Standard or Custom workflow

    Guys & Gals, How would you find out if a given workflow is a standard or custom workflow. Thanks for advice in advance. Warm Regards Raaj

  • Issue with Receiver SOAP adapter for synchronous scenario

    Hello All, We are facing a strange issue with the SOAP adapter in the interface we have setup. This is the 1st time we are using SOAP adapter in our system (PI 7.11 SP7). We are making a synchronous HTTP call to the web service exposed by another sys

  • Duplicate calendar events using Intellisync

    I'm using Intellisync with my Treo 680 phone.  It works GREAT for my GroupWise 7.0.1 e-mail on both my phone and PC, but for some reason my calendar events are being duplicated several times on my Windows XP PC GroupWise when the phone and PC are syn