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: Dmitry Goncharov
Subject: [bug #63307] make 4.4 passes ignored SIGPIPE on to children
Date: Fri, 4 Nov 2022 16:58:42 -0400 (EDT)

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

Is it useful to restore sigpipe before spawning children? Is that not good
enough to have sigpipe disposition set to default for children?
There are signals for which it is important to preseve the disposition,
notably sighup for nohup, but not sigpipe.
Unix programs assume that sigpipe is set to the default disposition. Is there
a program which misbehaves if make sets sigpipe to the default?
With these considerations in mind i suggest the patch in the attachment.



    _______________________________________________________

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]