bug-make
[Top][All Lists]
Advanced

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

[bug #63248] Ignore sigpipe.


From: Dmitry Goncharov
Subject: [bug #63248] Ignore sigpipe.
Date: Thu, 20 Oct 2022 17:50:54 -0400 (EDT)

Follow-up Comment #1, bug #63248 (project make):

A user reported that make leaves temporary files behind when killed by
sigpipe.


++++
$ ls tmp/
$ echo 'all:; sleep 2' | ~/src/gmake/make/l64/make -f- -j2 -O |:
$ ls tmp
GmIDqB2Q  GmyW1CcO
$ rm tmp/*
$ # this make ignores sigpipe
$ echo 'all:; sleep 2' | ~/src/gmake/make/l64/make -f- -j2 -O |:
fwrite(): Broken pipe
make: write error: stdout
$ ls tmp/
$
----

The bug report is here
https://lists.gnu.org/archive/html/bug-make/2022-10/msg00160.html


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63248>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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