atf icon indicating copy to clipboard operation
atf copied to clipboard

no way to wait for a process that exits on signal

Open jmgurney opened this issue 5 years ago • 0 comments

If you fork a process that will exit on a signal, there is no helper function to allow you to check which signal the process exited w/. The _wait function will check if the child exited normally.

See attached test case. waitsig_test.c.log

jmgurney avatar Nov 15 '18 07:11 jmgurney