This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: segfault in sysdep/i386/backtrace.h
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...
Marco