Re: Resolving a crash address to position in code
Re: Resolving a crash address to position in code
- Subject: Re: Resolving a crash address to position in code
- From: Peter Hudson <email@hidden>
- Date: Mon, 18 Apr 2011 21:36:12 +0100
Thanks for this Nick - I'll give it a go !
I've hunted around on the web for material on using dwarfdump - but
can't find anything much.
Any suggestions appreciated !
Peter
On 18 Apr 2011, at 21:17, Nick Zitzmann wrote:
On Apr 18, 2011, at 2:09 PM, Peter Hudson wrote:
What is the dSYM - and this output was produced from a debug build.
dSYM bundles are created if you (1) turned on debugging symbols, and
(2) set the information format to "DWARF with dSYM," both in the
project or target build settings. I would recommend you do this in
Release builds if you also turned on deployment postprocessing.
And if this is in a debug build, then did you turn on deployment
postprocessing (which strips all symbols from the binary)? If so,
then either turn that off in your debug build, or set the
information format to "DWARF with dSYM" so at least you have a
separate set of symbols. A debug build without symbols doesn't make
much sense.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden