This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: segfault in sysdep/i386/backtrace.h
Marco Trudel writes:
> Andrew Haley wrote:
> > Marco Trudel writes:
> > > >
> > > The segfault happens on reading scan_bytes[x]. I assume that there is no
> > > "pushl %ebp; movl %esp, %ebp" function prologue in certain cases and
> > > thus we go reading protected areas below the function.
> >
> > Why don't you have a look, and tell us what is there?
>
> Because I don't know how and what these hex values mean (how to
> interpret them) when doing the backtrace...
Yeah, but we do. Only trouble is, you haven't told us what they are.
Andrew.