Add regress test that sends a SIGSTOP to a child whit its mainproc gone.
authorclaudio <claudio@openbsd.org>
Wed, 9 Oct 2024 12:59:59 +0000 (12:59 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 9 Oct 2024 12:59:59 +0000 (12:59 +0000)
commit53b677a8a339f16b5136c6ea4600f5279ead9fbc
tree9fa84c47364ff96b71e774c387e330d7f7e8ed0b
parent733b13f1dcea656e5b1e97738a268903b0535b22
Add regress test that sends a SIGSTOP to a child whit its mainproc gone.
Right now this fails since dowait6() depends on ps_mainproc for this.
regress/sys/kern/signal/sig-stop3/Makefile [new file with mode: 0644]
regress/sys/kern/signal/sig-stop3/sig-stop3.c [new file with mode: 0644]