Hi, On 19/10/17 04:45, Pádraig Brady wrote: > Isn't there also a small race if SIGCHLD is received > after wait() returns but before the sigsuspend() runs?
great catch, that could happen indeed. As you wrote in your other mail, this should go in as a separate patch as it fixes another issue my original patch tried to address. The one reported by Thomas is an actually introduced regression, sorry for that. Tobias