During coredumps only a single thread should be active, check this
authorclaudio <claudio@openbsd.org>
Thu, 12 May 2022 16:29:58 +0000 (16:29 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 12 May 2022 16:29:58 +0000 (16:29 +0000)
commit6b79436eb29915a429d43a5075a0164c1574d896
tree84d9e9c34ef62fbf34f429690da121da37d7609f
parentdb6423e42f097756563662c9ec926f7de61b61b5
During coredumps only a single thread should be active, check this
by checking that it is a single threaded process or that ps_single is set.
OK mpi@
sys/kern/exec_elf.c