This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: FreeBSD/i386 problem
- From: Tom Tromey <tromey at redhat dot com>
- To: NAKATA Maho <chat95 at mac dot com>
- Cc: java at gcc dot gnu dot org
- Date: 26 Jul 2005 11:43:12 -0600
- Subject: Re: FreeBSD/i386 problem
- References: <20050724.144358.74696741.chat95@mac.com>
- Reply-to: tromey at redhat dot com
>>>>> ">" == 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.
Tom