bug-textutils
[Top][All Lists]
Advanced

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

sort is overeager at reporting I/O errors


From: Tom Lord
Subject: sort is overeager at reporting I/O errors
Date: Mon, 25 Feb 2002 20:40:32 -0800 (PST)

On the one hand, `sort' traps SIGPIPE.

On the other hand, `sort' spews an error message on stderr for EPIPE
on stdout.

        sort: write error: broken pipe

So which is it?  EPIPE to a shell tool on stdout shouldn't cause
stderr output.

-t



reply via email to

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