http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10777
Change 10777 by mini@mini_stylus on 2002/05/04 03:57:12
Panic if thread_exit() returns, to act more like -CURRENT.
Affected files ...
... //depot/projects/kse/sys/kern/kern_exit.c#43 edit
Differences ...
==== //depot/projects/kse/sys/kern/kern_exit.c#43 (text+ko) ====
@@ -491,6 +491,7 @@
* This will also release this thread's reference to the ucred.
*/
thread_exit();
+ panic("exit1");
}
#ifdef COMPAT_43
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message