Re: trying to understand crash reports better
Re: trying to understand crash reports better
- Subject: Re: trying to understand crash reports better
- From: Ken Thomases <email@hidden>
- Date: Thu, 16 Aug 2012 10:11:56 -0500
On Aug 15, 2012, at 9:36 PM, Rick C. wrote:
> I was successful with other crash reports, but not with this one. To be more specific parts of this crash report that have my bundle identifier were symbolicated properly, but the lines that only give my app name (represented below by MY_APP) along with the Application Specific Information were not.
>>> Application Specific Information:
>>> *** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <__NSArrayM: 0x7ff23ba9e9b0> was mutated while being enumerated.'
>>> terminate called throwing an exception
>>> abort() called
The address in this application specific information is a heap address of an object. It is not related to any symbol in your program. It can't be symbolicated.
As to the other lines referencing stack frames in your app, I don't know why they wouldn't symbolicate. Specifically, what results did your attempts produce?
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden