All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 8501] New: gunzip fails to uncompress files
Date: Tue,  1 Dec 2015 19:32:29 +0000 (UTC)	[thread overview]
Message-ID: <bug-8501-163@https.bugs.busybox.net/> (raw)

https://bugs.busybox.net/show_bug.cgi?id=8501

           Summary: gunzip fails to uncompress files
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: rush0033 at hotmail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 6231
  --> https://bugs.busybox.net/attachment.cgi?id=6231
Buildroot .config file

In buildroot-2015.11, the busybox gunzip applet fails to uncompress some files,
even those created with the busybox gzip applet.  There is no error information
printed to the screen, but the value of the exit code (e.g. echo $?) is 1.  The
issue appears to be related to the content of the files.

For example, these steps work correctly:
  dd if=/dev/urandom bs=512 count=10000 of=test_random
  gzip test_random
  gunzip test_random.gz

However, these steps fail to uncompress the file:
  dd if=/dev/zero bs=512 count=10000 of=test_zero
  gzip test_zero
  gunzip test_zero.gz

The test_zero.gz file produced by the busybox gzip applet can be uncompressed
by another computer running Linux.  So it appears to be a valid file.

This issue did not exist in 2015.11-rc1, but appears to have manifested in
2015.11-rc2 and is still present in the final release of 2015.11.

This issue occurs with a clean stock x86 build of buildroot.  The .config file
used is attached.  

Linux Kernel: 3.18.24 x86_64
Buildroot userland running as an x86 32-bit initrd image

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

             reply	other threads:[~2015-12-01 19:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-01 19:32 bugzilla at busybox.net [this message]
2015-12-01 20:21 ` [Buildroot] [Bug 8501] gunzip fails to uncompress files bugzilla at busybox.net
2015-12-01 22:16 ` bugzilla at busybox.net
2015-12-02 23:09 ` bugzilla at busybox.net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-8501-163@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.