Re: Symbolicating Mac Crash Logs
Re: Symbolicating Mac Crash Logs
- Subject: Re: Symbolicating Mac Crash Logs
- From: David Riggle <email@hidden>
- Date: Wed, 02 Nov 2011 20:11:14 -0700
I'm so old school that I symbolicate my Mac crash logs as follows:
i386 machine:
/usr/bin/atos -o build/Release/myapp.app/Contents/MacOS/myapp 0x27619a 0x922bce3b 0x91065dcb 0x91065e0a 0x9262a3d0
x86_64 machine:
/usr/bin/atos -arch x86_64 -o build/Release/myapp.app/Contents/MacOS/myapp 0x10032ae0a 0x7fff89cfacfa 0x1071edea0 0x7fff8d14711c
ppc7400 machine:
/usr/bin/atos -arch ppc7400 -o build/Release/myapp.app/Contents/MacOS/myapp 0x27619a 0x922bce3b 0x91065dcb 0x91065e0a 0x9262a3d0
The hex numbers above are example addresses from a stack trace that you want to symbolicate. Note that the build/Release folder should also contain your myapp.app.dSYM.
_______________________________________________
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