This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij 3.3.3 core dump
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 31 Mar 2004 14:50:01 -0700
- Subject: Re: gij 3.3.3 core dump
- References: <200403260429.i2Q4TPl25447@bilbo.watson.ibm.com><20040331074333.GA710@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Ugh. I know this one. It is a nasty bootstrap loader issue when the
Mark> bootstrap loader is reading a zip file that has extra bytes set for
Mark> which it then tries to instantiate a Calendar which needs to get a
Mark> ResourceBundle which it loads through the zipfiles known to the
Mark> bootstrap loader which...
Mark> This might be fixed in CVS (I haven't checked).
The fix was checked in some time ago. If it fails with cvs head or
with the 3.4 branch, please let me know.
Tom