This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ZipInputStream brokenness


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]