Date: Wed, 29 Mar 2006 23:24:55 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_turnstile.c Message-ID: <200603292324.k2TNOthg080747@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-03-29 23:24:55 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c Log: Always explicitly panic in propogate_priority() if we try to propogate a lock's priority to a sleeping thread. When we panic, dump a stack trace of the thread that is asleep if DDB is compiled into the kernel just before calling panic(). This is much more informative and useful for debugging than the current behavior of getting a page fault and not having an easy way of determining which thread caused the original problem. MFC after: 1 week Revision Changes Path 1.157 +14 -8 src/sys/kern/subr_turnstile.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603292324.k2TNOthg080747>