What you have there is a JSON crash report. The simplest way to get a human readable crash report from that is to save it to disk with the .ips extension and then Quick Look it in the Finder. Having said that, just that small snippet is enough to see that this isn’t a jetsam event: termination : {…,code:11,namespace:SIGNAL,indicator:Segmentation fault: 11,…}, Your app crashed due a memory exception. Now, that could be caused by a memory allocation failure, but you need some evidence before coming to that conclusion. I recommend that you start at the top with Diagnosing issues using crash reports and device logs. Or if you want to post the crash report here, I’d be happy to take a look. Posting it is a bit tricky, and see Posting a Crash Report for specific advice on how to do that. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags: