bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23314: gzip-1.7-1 regression: cannot redirect output of gzip -l


From: Eric Blake
Subject: bug#23314: gzip-1.7-1 regression: cannot redirect output of gzip -l
Date: Tue, 19 Apr 2016 08:11:32 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1

On 04/19/2016 08:04 AM, Eric Blake wrote:

> Thanks for the report; I can confirm the problem exists upstream, so I'm
> redirecting your report there.
> 
> $ ./gzip -l text.gz | cat
> ./gzip: write error: Bad file descriptor
> $ git describe HEAD
> v1.7-2-ga420fba

git bisect blames:

e6516c537071ac28b3e8e12439fbaf54bfe4fbd0 is the first bad commit
commit e6516c537071ac28b3e8e12439fbaf54bfe4fbd0
Author: Paul Eggert <address@hidden>
Date:   Sat Feb 27 23:58:54 2016 -0800

    gzip: new option --synchronous

    This follows up on the earlier patch to avoid data loss near the
    system crashes.  It makes the new behavior optional, with the
    default off.  See: http://bugs.gnu.org/22768
    * NEWS, doc/gzip.texi (Sample, Invoking gzip), gunzip.in (usage):
    * gzip.1, zcat.in (usage):
    Document this.
    * gzip.c (synchronous): New static var.
    (SYNCHRONOUS_OPTION): New constant.
    (longopts, help, main, treat_file): Add support for --synchronous.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]