Re: Location in code from Crash report?
Re: Location in code from Crash report?
- Subject: Re: Location in code from Crash report?
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 27 Oct 2008 09:08:21 -0700
On Mon, Oct 27, 2008 at 9:03 AM, Dale Jensen <email@hidden> wrote:
> If someone sends me a crash report, and I see that the failure is something
> like:
>
> 0x000149d4 +[PrefsController passWordPref] + 379
>
> is there a way to easily figure out where in [PrefsController passWordPref]
> the 379 offset works out to be? (Assuming that it is an offset.)
If you have an binary with symbol file, etc. you can use a tool like
atos (man atos).
Review...
http://developer.apple.com/technotes/tn2004/tn2123.html
...also review...
http://developer.apple.com/technotes/tn2004/tn2124.html
-Shawn
_______________________________________________
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