Paul Eggert <[email protected]> ha escrit:

> I built tar 1.23.90 on Solaris 10 (32-bit sparc) using the Sun-supplied gcc
> and got a failure in the remove-files with compression test as shown in the
> attached files.

Thanks for reporting.

> Apparently SIGPIPE is not being caught by the parent tar,
> as it should.

It does not, because the default SIGPIPE action (i.e. aborting
the execution) seems to be the only reasonable thing to do when
the compressor dies.  It does interfere with this testcase, however...
I'll see how to fix this.

Regards,
Sergey

Reply via email to