• 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: Alastair Houghton <email@hidden>
  • Date: Wed, 29 Jul 2009 16:11:58 +0100


On 29 Jul 2009, at 14:48, Thierry Faucounau wrote:

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 :)

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.

--
http://alastairs-place.net



_______________________________________________
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: gdb: "No line number information available for address...." :(
      • From: Thierry Faucounau <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>)

  • Prev by Date: Re: -framework vs add framework, dynamic search paths
  • Next by Date: Re: -framework vs add framework, dynamic search paths
  • Previous by thread: Re: gdb: "No line number information available for address...." :(
  • Next by thread: Re: gdb: "No line number information available for address...." :(
  • Index(es):
    • Date
    • Thread