[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "wait" loses signals
From: |
Chet Ramey |
Subject: |
Re: "wait" loses signals |
Date: |
Mon, 24 Feb 2020 11:23:35 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 2/24/20 7:58 AM, Daniel Colascione wrote:
> No, it's not that much trouble to fix the bug. The techniques for fixing
> this kind of signal race are well-known. In particular, instead of
> waitpid, you use a self-pipe and signal the pipe in the signal handler,
> and you have a signal handler for SIGCHLD.
You've just substituted a real IPC mechanism (pipes) for the one people
are trying to make signals into.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
- Re: "wait" loses signals, (continued)
- Re: "wait" loses signals, Denys Vlasenko, 2020/02/20
- Re: "wait" loses signals, Robert Elz, 2020/02/24
- Re: "wait" loses signals, Denys Vlasenko, 2020/02/24
- Re: "wait" loses signals, Robert Elz, 2020/02/24
- Re: "wait" loses signals, Daniel Colascione, 2020/02/24
- Re: "wait" loses signals,
Chet Ramey <=
- Re: "wait" loses signals, Robert Elz, 2020/02/24
- Re: "wait" loses signals, Daniel Colascione, 2020/02/24
- Re: "wait" loses signals, Robert Elz, 2020/02/25
- Re: "wait" loses signals, Daniel Colascione, 2020/02/25
- Re: "wait" loses signals, Chet Ramey, 2020/02/24
- Re: "wait" loses signals, Denys Vlasenko, 2020/02/24
- Re: "wait" loses signals, Harald van Dijk, 2020/02/24