Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2002 03:57:38 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10777 for review
Message-ID:  <200205041057.g44AvcD01620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205041057.g44AvcD01620>