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 15:48:12 +0200
This will happen for me if I build Release twice in a row without
deleting the application in between.
What happens is the first command to build will build and link the
application, create the xSYM file and then strip the application.
The second build command will skip building and linking since it is up
to date but will perform the xSYM step which will create an empty xSYM
since the previously built application was stripped at the end :)
The take hope message I learned the last time this happened to me
(having an unexpectedly empty xSYM. Luckily it was just an internal
build and nothing we had shipped) was that release that might actually
leave my own machine should be build after a full clean (or at least
delete the application binary so Xcode re-links it and puts the
symbols back in).
Hope this helps.
Thierry
On Jul 28, 2009, at 11:44 PM, Jerry Krinock wrote:
Thanks, Jason. Indeed, dwarfdump thinks that my dSYM is empty:
_______________________________________________
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