Re: trying to understand crash reports better
Re: trying to understand crash reports better
- Subject: Re: trying to understand crash reports better
- From: "Rick C." <email@hidden>
- Date: Fri, 17 Aug 2012 08:11:32 +0800
Thanks Ken for the help. So if Application Specific Information can't be symbolicated that answers that. In the Backtrace that I posted earlier I just kept getting the same address returned when trying to use gdb to symbolicate. And atos kept returning that it couldn't find anything for those addresses. When using that Simba app (which is based on the iOS script I believe) it also returns just the same address. Again I am able to symbolicate other parts of the crash report that has my bundle identifier, but these 3 lines in the Backtrace that have only my app name I am not for some reason...
On Aug 16, 2012, at 11:11 PM, Ken Thomases <email@hidden> wrote:
> 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