bug-gzip
[Top][All Lists]
Advanced

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

Re: gzip issue on solaris10


From: Paul Eggert
Subject: Re: gzip issue on solaris10
Date: Mon, 13 Sep 2010 00:33:43 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100826 Thunderbird/3.0.7

On 09/13/2010 12:26 AM, address@hidden wrote:

> I have same release as gzip as you.
> 
> bash-3.00$ gzip -V
> gzip 1.3.5

Can you try gzip 1.4 instead?  It could well fix your bug.
Here's the source: you should be able to type "configure; make install"
to build and install it, in the usual way.

ftp://ftp.gnu.org/gnu/gzip/gzip-1.4.tar.gz

> Me too , when I try interactive, it is working fine, but when done by a
> background process
> Somethimes it works, sometimes it is not working.

Can you use the "truss" command to see which system calls it executes when it
is not working?  You may need to truss the entire background process and
its descendants with "truss -f".

> IS gzip sensible to environnement variable and can break a pipe if some
> Env varibale are set ?

It is sensitive to a few environment variables: the locale
environment variables (LC_ALL, etc.).  Also, to
POSIXLY_CORRECT.  It's unlikely this would affect pipe breaking,
but it's conceivable.  "truss" will help explain this.



reply via email to

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