GNU bug report logs - #31225
undocumented change in tail in 8.28 (pipe output monitoring)

Previous Next

Package: coreutils;

Reported by: "Dr. Thomas Orgis" <thomas.orgis <at> uni-hamburg.de>

Date: Fri, 20 Apr 2018 14:57:03 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pádraig Brady <P <at> draigBrady.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31225: closed (undocumented change in tail in 8.28 (pipe
 output monitoring))
Date: Sat, 21 Apr 2018 00:57:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 20 Apr 2018 17:56:10 -0700
with message-id <fee23c7d-a10c-f060-3be1-75546d7d3048 <at> draigBrady.com>
and subject line Re: bug#31225: undocumented change in tail in 8.28 (pipe output monitoring)
has caused the debbugs.gnu.org bug report #31225,
regarding undocumented change in tail in 8.28 (pipe output monitoring)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
31225: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31225
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Dr. Thomas Orgis" <thomas.orgis <at> uni-hamburg.de>
To: bug-coreutils <at> gnu.org
Subject: undocumented change in tail in 8.28 (pipe output monitoring)
Date: Fri, 20 Apr 2018 16:56:23 +0200
[Message part 3 (text/plain, inline)]
Hi all,

during debugging of a background process issue where I have tail -f
feeding into a pipe, I was surprised by a change in tail introduced in
release 8.28 of GNU coreutils: The monitoring of the output pipe and
silent exit of tail e.g. in the case of

	tail -f /dev/null | true

. This differs from earlier versions and also from BSD, for example. I
see some subtle portability bugs here. One one platform, killing the
end of a pipe fed by tail will cleanly end the tail process, too,
without tail attempting to write new data and failing _then_. On the
other platform, the pipe stays there until new data arrives to cause
tail to get the error trying to write to the pipe.

Regardless of what behaviour is sensible, it causes scripts that
take GNU tail's behaviour for granted to have different behaviour with
other versions of this very traditional UNIX tool.

So at the very least, this change should be documented as a possible
implementation difference in the manual, and for sure with the version
that changed behaviour, shouldn't it?


Regards,

Thomas Orgis

-- 
Dr. Thomas Orgis
Universität Hamburg
RRZ / Basis-Infrastruktur / HPC
Schlüterstr. 70
20146 Hamburg
Tel.: 040/42838 8826
Fax: 040/428 38 6270
[smime.p7s (application/pkcs7-signature, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: "Dr. Thomas Orgis" <thomas.orgis <at> uni-hamburg.de>,
 31225-done <at> debbugs.gnu.org
Subject: Re: bug#31225: undocumented change in tail in 8.28 (pipe output
 monitoring)
Date: Fri, 20 Apr 2018 17:56:10 -0700
On 20/04/18 07:56, Dr. Thomas Orgis wrote:
> Hi all,
> 
> during debugging of a background process issue where I have tail -f
> feeding into a pipe, I was surprised by a change in tail introduced in
> release 8.28 of GNU coreutils: The monitoring of the output pipe and
> silent exit of tail e.g. in the case of
> 
> 	tail -f /dev/null | true
> 
> . This differs from earlier versions and also from BSD, for example. I
> see some subtle portability bugs here. One one platform, killing the
> end of a pipe fed by tail will cleanly end the tail process, too,
> without tail attempting to write new data and failing _then_. On the
> other platform, the pipe stays there until new data arrives to cause
> tail to get the error trying to write to the pipe.
> 
> Regardless of what behaviour is sensible, it causes scripts that
> take GNU tail's behaviour for granted to have different behaviour with
> other versions of this very traditional UNIX tool.
> 
> So at the very least, this change should be documented as a possible
> implementation difference in the manual, and for sure with the version
> that changed behaviour, shouldn't it?
> 
> 
> Regards,
> 
> Thomas Orgis
> 
Well we did document it in NEWS as seen in:
https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=v8.27-42-gce0415f

I still regard tail being more responsive to closed output being an
improvement, and the more general solution, however it was a bit terse
and broached as only an improvement.

I pushed the following change to expand on the info:
https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=22424dd

Marking this as done.

thanks,
Pádraig


This bug report was last modified 7 years and 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.