This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
bug in ZipInputStream
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Sat, 14 Dec 2002 21:25:12 +0100
- Subject: bug in ZipInputStream
Hi Per,
>>>> There was a bug (PR 8234), but Tom Tromey checked in a fix for that.
>>>> If you have some new bug, please send in a proper bug report, with a
>>>> repeatable complete test case. Look at PR 8234, which allowed Tom
>>>> to finally track down a bug, after lots of past but useless complaints.
Thanks for pointing me to the gnatsweb.pl application. Is your mail an
addition or a replacement for Tom Tromey's answer? He said:
"""
Tom Tromey, Sent: 13 December 2002 18:34
It is fixed in cvs. The fix will appear in gcc 3.3.
"""
It may, however, also be related to PR 7766, "ZipInputStream.available
returns 0 immediately after construction", even though that seems to be
related to freshly constructed, but empty ZipInputStreams.
Shouldn't I wait until gcc 3.3. before filing a new bug report? I haven't
been able to figure out how to apply these patches and rebuild the source
right away; and see if they also solve my problem. It's all still very new
to me.