[Bug 128] New: Loading .jar files created by jar fails
[email protected] Tue, 12 Apr 2005 12:05:59 -0400
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=128
Summary: Loading .jar files created by jar fails
Product: SableVM
Version: 1.11[.x]
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
SableVM fails to load jar files created with the jar command from SUN jdk
1.4.2.
In zip_file_reader.c, line 385, the check
if ((data_position + size_compressed >= zip_file->file_len)
|| (size_compressed == 0))
goto error; /* Damaged file, wrong compressed file size. */
fails because size_compressed is 0. I will attach a small jar file which shows
this behavior.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.