Comment 45 for bug 524366

Revision history for this message
rgururaj (rgururaj) wrote :

Not sure if this is related to this error, well this issue doesn't seems to be fixed.
I have installed 64 bit Ubuntu lucid, updated with the proposed updates.

Most of the time I get the below CRC error (29 times out of 30), ocassionaly (once out of 30) the unzip succeeds without any error! The unzip on the same archieve works with no issue on ubuntu 9.04 (30 out of 30 times). The archieve is built on windows machine.
     [java] java.util.zip.ZipException: invalid entry CRC (expected 0x2e52b734 but got 0x5cafda91)
     [java] at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:396)
     [java] at java.util.zip.ZipInputStream.read(ZipInputStream.java:156)
     [java] at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:100)
     [java] at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:78)