From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQt2I-0004T9-2E for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 16:53:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQt2H-0004T3-6e for grub-devel@gnu.org; Sat, 15 Oct 2005 16:53:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQt2F-0004Sr-Le for grub-devel@gnu.org; Sat, 15 Oct 2005 16:53:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQt2F-0004So-Ir for grub-devel@gnu.org; Sat, 15 Oct 2005 16:53:43 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQt2F-0006tk-OF for grub-devel@gnu.org; Sat, 15 Oct 2005 16:53:43 -0400 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id B7E7C88C6 for ; Sat, 15 Oct 2005 22:53:42 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 13556-01 for ; Sat, 15 Oct 2005 22:53:41 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id B200D8891 for ; Sat, 15 Oct 2005 22:53:41 +0200 (CEST) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 7746FC04C for ; Sat, 15 Oct 2005 22:53:41 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <200510150147.45096.T.E.Baldwin99@members.leeds.ac.uk> <200510151007.24103.okuji@enbug.org> <200510151934.11795.okuji@enbug.org> <200510152055.13526.T.E.Baldwin99@members.leeds.ac.uk> From: Marco Gerards Date: Sat, 15 Oct 2005 22:53:48 +0200 In-Reply-To: <200510152055.13526.T.E.Baldwin99@members.leeds.ac.uk> (Timothy Baldwin's message of "Sat, 15 Oct 2005 20:55:13 +0100") Message-ID: <877jceh57n.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Subject: Re: gzio is broken X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 20:53:45 -0000 Timothy Baldwin writes: > On Saturday 15 Oct 2005 18:34, Yoshinori K. Okuji wrote: >> On Saturday 15 October 2005 10:07 am, Yoshinori K. Okuji wrote: >> > > Problem 2: Reading gzip files all at once results in corruption of the >> > > data. It can be exposed by this patch: >> > >> > Can you investigate this problem? >> >> I don't see any problem on my laptop (i386). So this might be specific to >> ARM. > > It isn't, the problem shows up on my i386 desktop in grub-emu. On i386 at least, > it shows up with a clean source + patch from my last email: > > grub> cmp /grub2-20051007.tar /grub2-20051007.tar.gz > Compare `/grub2-20051007.tar' and `/grub2-20051007.tar.gz': > Differ at the offset 65536: 0x63 [/grub2-20051007.tar], 0x0 [/grub2-20051007.tar.gz] This could even be a filesystem bug or disk bug. Can you try copying these files so two new files are created and compare those. In that case you could see if the difference is on the same position. -- Marco