Date: Thu, 4 Nov 2004 22:13:16 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c Message-ID: <200411042213.iA4MDG64041246@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2004-11-04 22:13:16 UTC FreeBSD src repository Modified files: sys/kern kern_thread.c Log: 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! Revision Changes Path 1.205 +1 -1 src/sys/kern/kern_thread.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411042213.iA4MDG64041246>