From: Pedro Alves <pedro@codesourcery.com>
To: gdb-patches@sourceware.org
Cc: Joel Brobecker <brobecker@adacore.com>,
Nick Roberts <nickrob@snap.net.nz>
Subject: Re: [PATCH] PR backtrace/9786
Date: Mon, 23 Feb 2009 01:08:00 -0000 [thread overview]
Message-ID: <200902230048.52805.pedro@codesourcery.com> (raw)
In-Reply-To: <20090223001651.GA26056@adacore.com>
Nick Roberts wrote:
> (gdb) target remote localhost:4444
> Remote debugging using localhost:4444
> 0xb7fda810 in ?? () from /lib/ld-linux.so.2
> (gdb) info frame
> Stack level 0, frame at 0x0:
I'm guessing that i386 unwinder is noticing
that ebp is 0 and deciding this is the outermost frame. The amd64
unwinder seems to handle this a bit different, and will probably end up
thinking that this is a frameless function. i386-tdep.c has this:
i386_frame_cache ()
{
(...)
get_frame_register (this_frame, I386_EBP_REGNUM, buf);
cache->base = extract_unsigned_integer (buf, 4);
if (cache->base == 0)
return cache;
(...)
> eip = 0xb7fda810; saved eip
> findvar.c:299: internal-error: value_of_register_lazy: Assertion `frame_id_p
> (get_frame_id (frame))' failed.
> A problem internal to GDB has been detected,
> further debugging may prove unreliable.
> Quit this debugging session? (y or n)
On Monday 23 February 2009 00:16:51, Joel Brobecker wrote:
> What do others think?
This internal error sounds suspiciously related to the fact that
there's no current way to distinguish a null/invalid frame id,
from an outermost frame id... We should really fix that sometime.
--
Pedro Alves
next prev parent reply other threads:[~2009-02-23 0:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-22 19:37 Nick Roberts
2009-02-23 0:51 ` Joel Brobecker
2009-02-23 1:08 ` Pedro Alves [this message]
2009-02-23 2:08 ` Daniel Jacobowitz
2009-04-18 0:43 ` Nick Roberts
2009-04-20 17:19 ` Tom Tromey
2009-04-21 8:28 ` Nick Roberts
2009-06-23 18:39 ` Joel Brobecker
2009-06-23 18:46 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200902230048.52805.pedro@codesourcery.com \
--to=pedro@codesourcery.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=nickrob@snap.net.nz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox