This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Why does this program cause an NPE in LibgcjInternalFinalizerThread ??
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java at gcc dot gnu dot org
- Date: 19 Aug 2003 16:26:35 -0600
- Subject: Re: Why does this program cause an NPE in LibgcjInternalFinalizerThread ??
- References: <3F429973.1090603@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> I am still trying to find the cause of a problem I am having.
David> This program seems to make libgcj unhappy.
David> System configuration linux x86 (RedHat 7.1) w/ kernel 2.4.20
David> and gcj 3.3.1
I tried this on x86 Red Hat Linux 9, using the current trunk gcj.
Mostly it seems to hang, occasionally it works fine.
gdb isn't being much help; can't get a backtrace.
Tom