This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bug in ZipInputStream
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 15 Dec 2002 15:54:41 -0700
- Subject: Re: bug in ZipInputStream
- References: <POEIJGMGPFPGFHAGKFHAKEBMCDAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
Erik> It may, however, also be related to PR 7766, "ZipInputStream.available
Erik> returns 0 immediately after construction", even though that seems to be
Erik> related to freshly constructed, but empty ZipInputStreams.
There have been a few zip bugs fixed this year.
See also 8593 and 8234.
Erik> Shouldn't I wait until gcc 3.3. before filing a new bug report?
If you have a small, self-contained example program, go ahead and
submit it. I can at least try it out against 3.3 and see whether it
is fixed. That way if there is a bug we may be able to fix it before
3.3 is released.
You can also check out the current 3.3 branch yourself and give it a
try.
Tom