diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2007-03-28 19:21:38 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2007-03-28 19:21:38 +0000 |
commit | 6a7eedb28204207e050da7f810bfdc598bf813ec (patch) | |
tree | 8ddd0b3897b6ab409f1b0175e955aeef0225e5b3 | |
parent | 686317ff7453d55d46a286e58e0a1ce8fed493ad (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/faq/book.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 9f2d877d95..887fd42a56 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4046,6 +4046,12 @@ kern.timecounter.hardware: TSC -> i8254</screen> </blockquote> <note> + <para>A so-called "false positive" is actually Witness tripping + over a much more serious bug. Such bugs are typically a page + fault or memory corruption experienced inside of the kernel, or + a name clash with mutexes.</para> + </note> + <note> <para>See <ulink url="http://sources.zabbadoz.net/freebsd/lor.html">Bjoern Zeeb's lock order reversal page</ulink> for the status of |