[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: |
Sun, 6 Nov 2022 07:58:30 -0500 (EST) |
Follow-up Comment #9, bug #63307 (project make):
On Sat, Nov 5, 2022 at 6:54 PM Philip Guenther<guenther@gmail.com> wrote:
> This is a change in behavior:
The root of this change is not sigpipe itself, it is the new synchronisation
mechanism which uses temporary files.
Paul, i remember we discussed using a semaphore for output sync. Do you see
reasons to prefer files over a semaphore for that?
> Can you just skip that if the disposition is SIG_IGN at start?
That is easy with sigaction. However, make also runs on systems where
sigaction is not available. sv63307_fix2.diff does the same as proposed in
update 7.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63307>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, (continued)
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/04
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/04
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/04
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, anonymous, 2022/11/05
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, anonymous, 2022/11/05
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/05
- Re: [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Philip Guenther, 2022/11/05
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, anonymous, 2022/11/06
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, anonymous, 2022/11/06
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/06
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children,
Dmitry Goncharov <=
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Paul D. Smith, 2022/11/06
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/07
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Paul D. Smith, 2022/11/07
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, anonymous, 2022/11/08
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Andreas Schwab, 2022/11/08
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, anonymous, 2022/11/08
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/08
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Dmitry Goncharov, 2022/11/08
- [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Paul D. Smith, 2022/11/09
- Re: [bug #63307] make 4.4 passes ignored SIGPIPE on to children, Alejandro Colomar, 2022/11/09