ZipInputStream brokenness
Tom Tromey
tromey@redhat.com
Fri Aug 30 16:18:00 GMT 2002
>>>>> "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
More information about the Java
mailing list