This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij SEGV
- From: Mark Wielaard <mark at klomp dot org>
- To: tromey at redhat dot com
- Cc: Java Discuss List <java at gcc dot gnu dot org>
- Date: 12 Aug 2002 21:10:33 +0200
- Subject: Re: gij SEGV
- References: <87hehzgb0x.fsf@fleche.redhat.com>
Hi,
On Mon, 2002-08-12 at 20:57, Tom Tromey wrote:
> I just updated and rebuilt the trunk gcj from scratch on x86 Red Hat
> Linux 7.3.
>
> Now running gij on a test program (hello world) causes a SEGV;
> backtrace appended.
>
> Anybody else seeing this?
Works fine for me on Debian sid/unstable i686.
> (gdb) bt
> #0 0x00000003 in ?? ()
> #1 0x4034ef0b in _Jv_Throw (value=0x8092f30)
> at ../../../gcc/libjava/exception.cc:100
That location looks suspicious. When I was having troubles with my
powerpc build it was crashing at exactly the same place.
Are you running the latest binutils?
Cheers,
Mark