• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to make atos give symbols?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make atos give symbols?


  • Subject: Re: How to make atos give symbols?
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 28 Jan 2008 21:58:32 -0800


On Jan 28, 2008, at 9:09 PM, Jerry Krinock wrote:

I don't know about atos, but you can definitely make what you're trying to do work if you build your app with "DWARF with dSYM" debugging symbols, archive the dSYM file to some place after building, and then use dwarfdump with the --lookup option to turn the address into a symbol.

Arghh.  I was afraid somebody was going to tell me that "Yeah, atos doesn't work half the time, so Apple implemented and now recommends using 'DWARF with dSYM' instead of atos."

Thanks, Nick.  But this means that, since I didn't know that and didn't set the Target to 'with dSYM' for this build, I'm out of luck with this crash report.  Is that the unfortunate truth, or does anyone know the tricks needed to make atos successfully give symbols?

Stropped means stripped. The symbols are gone. There are no symbols in that binary to be found.  atos can't make data out of nothing; nothing can.  If you had saved your pre-stripped binary from the build you distributed, the symbols would be in identical places, and you could use atos on that to decode your backtrace.

As said, one compelling reason for dsym is that you can strip all you like and just keep the corresponding dsym around.  (It even has a UUID that matches the one in the binary so you can make sure you've got the right one).  But that doesn't help with a binary you built years ago, stripped, and distributed, unless you also archived the sources and project and build system and Xcode version you built it with, and can rebuild it from scratch and save the pre-stripped binary from that.

Chris


 _______________________________________________
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

  • Follow-Ups:
    • Re: How to make atos give symbols?
      • From: Jerry Krinock <email@hidden>
References: 
 >How to make atos give symbols? (From: Jerry Krinock <email@hidden>)
 >Re: How to make atos give symbols? (From: Nick Zitzmann <email@hidden>)
 >Re: How to make atos give symbols? (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Re: How to make atos give symbols?
  • Next by Date: Re: How to make atos give symbols?
  • Previous by thread: Re: How to make atos give symbols?
  • Next by thread: Re: How to make atos give symbols?
  • Index(es):
    • Date
    • Thread