cvs commit: src/sys/kern kern_sig.c
Andrew Gallatin
gallatin at cs.duke.edu
Tue Oct 5 05:58:39 PDT 2004
David Xu [davidxu at FreeBSD.org] wrote:
> davidxu 2004-10-03 13:23:49 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_sig.c
> Log:
> Don't bother to turn off other P_STOPPED bits for SIGKILL, doing
> so would cause kernel to produce an unkillable process in some cases,
> especially, P_STOPPED_SINGLE has a singling thread, turning off the
> bit would mess the state.
I patched a RELENG_5 tree with this fix, and it fixes my "Unkillable
KSE threaded proc" problem as mentioned on freebsd-threads.
Can you please merge this into RELENG_5 ?
Thank you!!!
Drew
More information about the cvs-src
mailing list