From: Daniel Jacobowitz <drow@mvista.com>
To: Eli Zaretskii <eliz@elta.co.il>
Cc: gdb@sources.redhat.com
Subject: Re: inner block not inside outer block
Date: Sun, 28 Dec 2003 18:46:00 -0000 [thread overview]
Message-ID: <20031228184655.GA29177@nevyn.them.org> (raw)
In-Reply-To: <ud6a9i3pa.fsf@elta.co.il>
On Sun, Dec 28, 2003 at 01:25:53PM +0200, Eli Zaretskii wrote:
> I've just compiled GDB 6.0 with DJGPP (patches to fix what was broken
> to follow shortly) using GCC 3.3.2, and while trying the classic
> "break main; run" test in GDB debugging itself, I see several messages
> like this:
>
> During symbol reading, inner block not inside outer block in internal_vproblem
> During symbol reading, inner block (0x1-0xffe289b8) not inside outer block (0x11b09a-0x11b2e0)
> During symbol reading, block at 0x1 out of order
>
> I've read the description of these messages in the manual, which seems
> to say that, as a user, I shouldn't worry about them. What I'm not
> sure about is what should I do as a _GDB_maintainer_. Is this a GDB
> bug? a GCC bug? something specific to the DJGPP port of either or both
> of them? something else? Should I report that somewhere or is it a
> known problem?
>
> (In case it matters, this GDB was compiled with DWARF-2 debug info.)
This means that the address range of either the psymtab or symtab is
incorrect. It could be either incorrect debug information (probably in
the linker relocation handling) or it could be a GDB bug (probably in
dwarf2read.c). You can't use readelf but I assume you can get one of
the other DWARF debugging tools to work - maybe dwarfdump - and figure
out what the actual bounds of the blocks in question are?
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2003-12-28 18:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-28 11:24 Eli Zaretskii
2003-12-28 18:46 ` Daniel Jacobowitz [this message]
2003-12-30 14:42 ` Eli Zaretskii
2003-12-30 15:27 ` Daniel Jacobowitz
2003-12-31 3:36 ` Daniel Berlin
2003-12-29 14:54 ` Paul Koning
2003-12-29 15:38 ` Eli Zaretskii
2003-12-29 16:06 ` Daniel Jacobowitz
2003-12-29 21:54 ` Eli Zaretskii
2003-12-29 16:17 ` Paul Koning
2003-12-30 18:01 David Anderson
2003-12-30 23:04 ` Eli Zaretskii
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=20031228184655.GA29177@nevyn.them.org \
--to=drow@mvista.com \
--cc=eliz@elta.co.il \
--cc=gdb@sources.redhat.com \
/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