Chown inpcb panic task to mux, since he's managed to find a crash

dump.
This commit is contained in:
Robert Watson 2002-12-02 17:06:02 +00:00
parent a9b9375074
commit 628a63e018
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15133

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.64 2002/12/02 14:53:07 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.65 2002/12/02 16:14:50 ru Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -66,8 +66,8 @@
<tr>
<td>inpcb panic involving IP stack sleep</td>
<td>--</td>
<td>--</td>
<td>Debugging in progress</td>
<td>mux@</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).