-
1. Re: Apps crashing with iOS8
jeffward Sep 25, 2014 12:01 PM (in response to NFB_VM)We did some spot checking of our Starling app on iOS 8 and found no problems, but I don't know that we're terribly tight on memory. Next time I fire up Scout I'll report on our usage.
There is a way to look at crash reports and determine if it is a memory limitation or a code crash -- I forget now just how to do that, though, sorry.
-
2. Re: Apps crashing with iOS8
NFB_VM Sep 25, 2014 12:38 PM (in response to jeffward)I had a look a the crash reports and it doesn't seem like a memory issue.
For those interested, this is where you can find the crash reports:
Mac OS X:
~/Library/Logs/CrashReporter/MobileDevice/<DEVICE_NAME>
Windows XP:
C:\Documents and Settings\<USERNAME>\Application Data\Apple Computer\Logs\CrashReporter\MobileDevice\<DEVICE_NAME>Windows Vista or 7:
C:\Users\<USERNAME>\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\<DEVICE_NAME>
This article was also helpful:
Demystifying iOS Application Crash Logs - Ray Wenderlich
I did a search for the keyword "jettisoned" in the crash logs to try to identify Low Memory issues, but found none.
I think the important info from my crash log is this:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 5
At this point I'm reading greek, so it's off to Google:
According to Stack Overflow: objective c - How to track down cause of SIGABRT - Stack Overflow
SIGABRT rises when an object receives unimplemented message.
Anybody have a clue how to fix this issue?
-
3. Re: Apps crashing with iOS8
Govind@adobe Sep 25, 2014 6:15 PM (in response to NFB_VM)Hi,
Thanks for reporting the issue.
Could you possible share a sample app at govindag@adobe.com so that we can analyse the issue ?
Thanks
Govinda Gupta
-
4. Re: Apps crashing with iOS8
NFB_VM Sep 25, 2014 7:14 PM (in response to Govind@adobe)Thanks Govinda, I've emailed you links to both apps.
Cheers,
Vincent


