• 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 Problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDB Problem


  • Subject: Re: GDB Problem
  • From: Jason Molenda <email@hidden>
  • Date: Mon, 30 Jun 2008 18:03:54 -0700

Is the on i386?  PPC?  ARM?  x86_64?  PPC64?

If it's i386, do you have symbols for the functions you're stepping around, or have you stripped the symbols from your binaries (e.g. people often strip almost all the symbols from a plugin). gdb inspects the prologue of functions on i386 to determine how the stack is being used to backtrace; if it can't find the starting address of the function it has to make a guess about how to backtrace out. And that guess is not always correct.

If you can provide more specific details, a reproducible case would be ideal, please file a bug report at http://bugreport.apple.com/

J

On Jun 30, 2008, at 5:56 PM, Romain Marucchi wrote:

Error from Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)

How can I debug that? and how can I get the call stack? GDB doesn't show me where it crash and from which call in my code. Only if I step through I can see where it pop but that extremely slow to debug like that... please help

Tks in advance,


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@apple.com


This email sent to email@hidden

_______________________________________________ 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 Problem (From: Romain Marucchi <email@hidden>)

  • Prev by Date: GDB Problem
  • Next by Date: Re: aggregate targets and build configurations
  • Previous by thread: GDB Problem
  • Next by thread: View is clipping its content warnings when using images on toolbar buttons
  • Index(es):
    • Date
    • Thread