On 7/1/20 2:18 PM, Godmar Back wrote:

> I did a little experiment, changing find_process to assert that SIGCHLD is
> blocked (like the accompanying comment demands).
> This fails on one of the provided unit tests for me, for instance:

Thanks. I think it's possible for a SIGCHLD to arrive during the window
that find_process is executing when waitchld is not called from a SIGCHLD
signal handler. I'll take a look at fixing that.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to