This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ZipInputStream brokenness
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: 30 Aug 2002 17:22:54 -0600
- Subject: Re: ZipInputStream brokenness
- References: <86y9dxdj94.fsf@megacz.com> <3CFB0F28.9020101@bothner.com><86it503xhg.fsf@megacz.com> <86bsas3x9d.fsf@megacz.com><87y9du6fpj.fsf@creche.redhat.com> <86vg5uk47n.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> Did you ever check in this patch? This program still fails with HEAD:
Adam> public class Test {
Adam> public static void main(String[] s) throws Exception {
Adam> URL u = new URL("http://www.xwt.org/dist/xwt-0258.jar");
Adam> megacz@curry$./a.out
Adam> Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -134840112
Could you debug this? I don't see this particular failure. Maybe it
is specific to mingw. Or maybe it only happens with static linking
(you do still link statically, right?).
Tom