Date: Fri, 20 Aug 2004 05:18:50 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_switch.c Message-ID: <200408200518.i7K5Iodg006203@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004-08-20 05:18:50 UTC FreeBSD src repository Modified files: sys/kern kern_switch.c Log: In maybe_preempt(), ignore threads that are in an inconsistent state. This is an effective band-aid for at least some of the scheduler corruption seen recently. The real fix will involve protecting threads while they are inconsistent, and will come later. Submitted by: julian Revision Changes Path 1.79 +4 -0 src/sys/kern/kern_switch.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408200518.i7K5Iodg006203>