This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: segfault in sysdep/i386/backtrace.h
- From: Andrew Haley <aph at redhat dot com>
- To: Marco Trudel <mtrudel at gmx dot ch>
- Cc: GCC Java <java at gcc dot gnu dot org>
- Date: Sun, 18 Feb 2007 16:29:11 +0000
- Subject: Re: segfault in sysdep/i386/backtrace.h
- References: <45D87D23.2070103@gmx.ch>
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?
Andrew.