This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Program hanging (with code and debug info)
- To: "Zhou Wu" <zwu_ca at yahoo dot com>, "Boehm, Hans" <hans_boehm at hp dot com>, <java at gcc dot gnu dot org>
- Subject: Re: Program hanging (with code and debug info)
- From: "Anthony Green" <green at redhat dot com>
- Date: Tue, 6 Nov 2001 06:47:35 -0800
- References: <20011106055150.1535.qmail@web12202.mail.yahoo.com>
Hi...
You wrote:
> Program received signal SIGSEGV, Segmentation fault.
> _Z17parse_lsda_headerP15_Unwind_ContextPKhP16lsda_header_info
> (context=0xefffe280,
> p=0x3fc8f0 <Address 0x3fc8f0 out of bounds>,
> info=0xefffde98) at exception.cc:140
> 140 lpstart_encoding = *p++;
> Current language: auto; currently c++
> (gdb) continue
> Continuing.
I think here is where you want to type "where" to get a stack trace.
AG