Re: gdb: "No line number information available for address...." :(
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