This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FreeBSD/i386 problem
- From: NAKATA Maho <chat95 at mac dot com>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: Tue, 02 Aug 2005 11:06:32 +0900 (JST)
- Subject: Re: FreeBSD/i386 problem
- References: <20050724.144358.74696741.chat95@mac.com><m3hdehh39r.fsf@localhost.localdomain>
In Message-ID: <m3hdehh39r.fsf@localhost.localdomain>
Tom Tromey <tromey@redhat.com> wrote:
> >>>>> ">" == NAKATA Maho <chat95@mac.com> writes:
>
> >> I'm interested in using gcj with FreeBSD 5.4-RELEASE but
> >> unfortunately, this small test program fails,
> >> with gcc-4.1-20050716, configured like:
>
> >> #4 0x29398c1b in abort () from /lib/libc.so.5
> >> #5 0x286f7684 in _Jv_Throw (value=0x80a3330) at ../../../libjava/exception.cc:111
>
> Are exceptions not working?
>
> >> #6 0x2890a22b in java.net.URLClassLoader.findClass(java.lang.String) (this=0x0,
>
> The 'this=0x0' stands out for me. That is definitely wrong. Maybe
> you could find out why that is happening.
hello tom,
there are two URLClassLoader.java:
/work/gcc41compile/gcc-4.1-20050716/libjava/classpath/java/net/URLClassLoader.java
/work/gcc41compile/gcc-4.1-20050716/libjava/java/net/URLClassLoader.java
here. why? and is it okay for us?
-- NAKATA, Maho (maho@FreeBSD.org)