diff options
Diffstat (limited to 'changes/bug13291-spawn-test-race-condition')
-rw-r--r-- | changes/bug13291-spawn-test-race-condition | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13291-spawn-test-race-condition b/changes/bug13291-spawn-test-race-condition new file mode 100644 index 0000000000..c14de8a201 --- /dev/null +++ b/changes/bug13291-spawn-test-race-condition @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Stop spawn test failures due to a race condition between the SIGCHLD + handler updating the process status, and the test reading it. + Fixes bug 13291. |