Un-chown inpcb panic to mux -- his crash dump is unrelated.

This commit is contained in:
Robert Watson 2002-12-03 20:43:46 +00:00
parent 6ac702030b
commit 70c26563ae
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15152

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.77 2002/12/03 20:07:36 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.78 2002/12/03 20:12:16 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -233,8 +233,8 @@
<tr>
<td>inpcb panic involving IP stack sleep</td>
<td>Debugging in progress</td>
<td>mux@</td>
<td>--</td>
<td>--</td>
<td>Report of a panic in the TCP syncache thread under load, due to
another thread sleeping while holding an inpcb mutex, when not
running with WITNESS (WITNESS would have caught the sleep earlier).