This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
how to debug libjava/*? (was 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:08:27 +0900 (JST)
- Subject: how to debug libjava/*? (was Re: FreeBSD/i386 problem)
- References: <20050724.144358.74696741.chat95@mac.com><m3hdehh39r.fsf@localhost.localdomain>
hello again tom
I would like to fix this problem but how to debug it?
just assert print is fine at the moment.
% pwd
/work/gcc41compile/gcc-4.1-20050716/build
% touch ../libjava/classpath/java/net/URLClassLoader.java
% gmake
..
takes very long time...
is any tips here?
thanks in advance,
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.
>
> Tom
>