CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/18 03:06:42
Modified files:
sys/kern : kern_sig.c
Log message:
If a proc has P_WEXIT set do not stop it, let it exit since it is already
mostly dead.
This is more like belts and suspenders since a proc in exit1() will not
receive signals anymore and so proc_stop() should not be reachable. This
is even the case when sigexit() is called and a coredump() is happening.
OK mpi@
