Check off the inpcb panic involving IP stack sleep todo item.
This commit is contained in:
parent
675ab704f0
commit
892aec3dbc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15473
1 changed files with 1 additions and 11 deletions
|
@ -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.119 2002/12/21 18:07:06 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.120 2002/12/23 10:49:26 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -273,16 +273,6 @@
|
|||
following boot.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>inpcb panic involving IP stack sleep</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).
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Known Issues with 5.0R-RC1 / i386</h3>
|
||||
|
|
Loading…
Reference in a new issue