From: Tom Tromey <tromey@redhat.com>
To: David Carlton <carlton@kealia.com>
Cc: gdb <gdb@sources.redhat.com>, Mark Kettenis <kettenis@gnu.org>,
Daniel Jacobowitz <drow@mvista.com>
Subject: Re: GDB and Java
Date: Fri, 18 Jul 2003 18:38:00 -0000 [thread overview]
Message-ID: <87d6g7d6zj.fsf@fleche.redhat.com> (raw)
In-Reply-To: <873ch3epgr.fsf@fleche.redhat.com>
Tom> I'll send more info after I debug gdb a bit.
It is definitely an anonymous objfile causing the crash.
I added this just before the use of SECT_OFF_TEXT in
dwarf2_frame_find_fde:
if (objfile->sect_index_text == -1)
continue;
With this gdb stops crashing. It still isn't all that usable --
sometimes "next" will act like "cont". I'm sure this change is pretty
bogus...
I can debug ok if I just remember to set a breakpoint whenever I
would usually type "n". Pretty painful though.
Tom
next prev parent reply other threads:[~2003-07-18 18:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-11 23:36 David Carlton
2003-06-12 3:47 ` Tom Tromey
2003-07-18 16:08 ` Tom Tromey
2003-07-18 16:12 ` Daniel Jacobowitz
2003-07-18 16:14 ` Tom Tromey
2003-07-18 16:36 ` Elena Zannoni
2003-07-18 16:38 ` Tom Tromey
2003-07-18 16:43 ` David Carlton
2003-07-18 16:46 ` Daniel Jacobowitz
2003-07-18 17:03 ` Andrew Cagney
2003-07-18 17:14 ` Tom Tromey
2003-07-18 18:38 ` Tom Tromey [this message]
2003-07-18 18:48 ` Kevin Buettner
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=87d6g7d6zj.fsf@fleche.redhat.com \
--to=tromey@redhat.com \
--cc=carlton@kealia.com \
--cc=drow@mvista.com \
--cc=gdb@sources.redhat.com \
--cc=kettenis@gnu.org \
/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