commit | a920871c3ae0f83ccf9be4c314448cece719b3df | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Sep 25 15:08:40 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Sep 25 15:08:40 2002 +0000 |
tree | 569d40587716c379dc39f806856f0728f2479f42 | |
parent | 5a66b640f963ff48a06e3649a6df76819963508b [diff] |
Ignoring SIGCHLD causes a race leading to the occasional hang of init when init will wait() on itself in waitfor() when the child exits before init is scheduled to run. Letting init hang is very seriously bad. -Erik