• 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: gdb: "No line number information available for address...." :(
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb: "No line number information available for address...." :(


  • Subject: Re: gdb: "No line number information available for address...." :(
  • From: Thierry Faucounau <email@hidden>
  • Date: Wed, 29 Jul 2009 18:30:07 +0200

On Jul 29, 2009, at 5:11 PM, Alastair Houghton wrote:

Why not set things up so that you copy the built product into a separate folder and then strip it there? That way, you have the original build with all the symbols still intact, plus your symbol file, *and* a stripped build which is what you ship.

That's what we do and it works very nicely; it also doesn't suffer from the problem you mention of ending up with an empty symbol file because of a previous strip operation.

Kind regards,

Alastair.

Slothfulness mostly :)

Anything that gets shipped to customers, testers, etc... gets build via a series of shell scripts that will checkout clean versions of all code to a temporary staging area, build via xcodebuild and automatically perform all of the various packaging steps (cleaning out cruft like .svn, .DS_Store, getting the data over and creating the final marked dmg) as well as saving off a marked (application version plus repository number used to build) copy of the xSYM for archiving so in practice the issue never comes up with proper releases.

Me hitting build in the Release target twice in a row is something that just happens while I'm developing and working on a release only bug or profiling for ever more speed but deleting the app and re- linking hasn't been enough of a hassle for me to do anything concrete about it.

However, having hit that particular sequence, I thought it might provide another data point and a possible cause to the issue described in the thread.

Thierry
_______________________________________________
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


References: 
 >gdb: "No line number information available for address...." :( (From: Jerry Krinock <email@hidden>)
 >Re: gdb: "No line number information available for address...." :( (From: Jason Molenda <email@hidden>)
 >Re: gdb: "No line number information available for address...." :( (From: Jerry Krinock <email@hidden>)
 >Re: gdb: "No line number information available for address...." :( (From: Thierry Faucounau <email@hidden>)
 >Re: gdb: "No line number information available for address...." :( (From: Alastair Houghton <email@hidden>)

  • Prev by Date: Re: -framework vs add framework, dynamic search paths
  • Next by Date: double dereferencing in debugger
  • Previous by thread: Re: gdb: "No line number information available for address...." :(
  • Next by thread: dtrace: failed to compile script trace.d: line 22: probe description pid14677::objc_msgSend:return does not match any probes
  • Index(es):
    • Date
    • Thread