From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17215 invoked by alias); 12 Jul 2006 00:24:53 -0000 Received: (qmail 17187 invoked by uid 48); 12 Jul 2006 00:24:52 -0000 Date: Wed, 12 Jul 2006 00:24:00 -0000 Message-ID: <20060712002452.17186.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q3/txt/msg00054.txt.bz2 List-Id: ------- Comment #4 from tromey at gcc dot gnu dot org 2006-07-12 00:24 ------- The bug here is that Inflater needs an extra input byte in some situations. I think ZipFile has to provide this byte; a patch to do this makes this test case work again. I need to investigate ZipInputStream and GZIPInputStream, too, before committing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27271