bug-make
[Top][All Lists]
Advanced

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

[bug #63307] make 4.4 passes ignored SIGPIPE on to children


From: Paul D. Smith
Subject: [bug #63307] make 4.4 passes ignored SIGPIPE on to children
Date: Sun, 6 Nov 2022 15:05:07 -0500 (EST)

Follow-up Comment #10, bug #63307 (project make):

I'm not sure how using a semaphore helps here.  We would still have to clean
up the semaphore with sem_unlink().

The main goal of that change was to allow our cleanup operations to proceed
even when SIGPIPE was found, and semaphores still need to be cleaned up.  To
that end it seems like the idea to use FATAL_SIG() (which already handles
SIG_IGN correctly) is the right one.

Sorry for not seeing that when the change was originally proposed.

Let me know if there is disagreement.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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