]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't forget to turn off P_SINGLE_BOUNDARY for thread_single(SINGLE_EXIT),
authorDavid Xu <davidxu@FreeBSD.org>
Thu, 4 Nov 2004 22:13:16 +0000 (22:13 +0000)
committerDavid Xu <davidxu@FreeBSD.org>
Thu, 4 Nov 2004 22:13:16 +0000 (22:13 +0000)
commitcefe021b6c190dc048e67b6f524e18a6829f08da
tree0fe56885bfb2a0dc0eb176cf39f39bc6b11ba8de
parent3eadb26df86561cb05940d35ec8e3d452b1dc7a1
Don't forget to turn off P_SINGLE_BOUNDARY for thread_single(SINGLE_EXIT),
otherwise a threaded process which calls execv() will hang in kernel and
may can not be killed!
sys/kern/kern_thread.c