Re: Debug error--gdb could not unwind past...
Re: Debug error--gdb could not unwind past...
- Subject: Re: Debug error--gdb could not unwind past...
- From: Jens Alfke <email@hidden>
- Date: Sun, 18 Sep 2011 15:41:23 -0700
On Sep 18, 2011, at 12:09 PM, dct wrote: Still, I would like to know a bit more about the "Error from Debugger:Previous frame inner to this frame (gdb could not unwind past this frame)" error--conditions that cause it and strategies to counter it. Are you aware of any references?
Generally it’s a bug that causes data on the stack to be overwritten, like a buffer overflow in a local array variable. If this overwrites the return address on the stack, then the debugger can’t find out who called this function. (And if you weren’t in the debugger already, the app would crash when returning from the function or very soon thereafter.)
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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