This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Program hanging (with code and debug info)


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]