diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-09-17 16:48:08 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-09-17 16:48:08 +0000 |
| commit | efd67ebae63a9b4cae536dc561541dfd22b470a7 (patch) | |
| tree | 5ba3c33555a27ab3c653951856015170a99c0196 | |
| parent | cd963318767f52654f873d4d3c3fab155953242d (diff) | |
Notes
| -rw-r--r-- | en/releases/6.0R/todo.sgml | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/en/releases/6.0R/todo.sgml b/en/releases/6.0R/todo.sgml index 6d3a1e435a..7b4d017534 100644 --- a/en/releases/6.0R/todo.sgml +++ b/en/releases/6.0R/todo.sgml @@ -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/6.0R/todo.sgml,v 1.32 2005/09/13 14:25:16 rwatson Exp $"> +<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.33 2005/09/15 06:08:07 scottl Exp $"> <!ENTITY title "FreeBSD 6.0 Open Issues"> <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; @@ -71,14 +71,6 @@ </tr> <tr> - <td>panic: wrong b_bufobj</td> - <td>&status.unknown;</td> - <td>&a.jeff;</td> - <td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons140.html">http://www.holm.cc/stress/log/cons140.html</a>. This is high priority - and can be provoked within minutes of testing!</td> - </tr> - - <tr> <td>panic on multicast socket close after interface removal</td> <td>&status.wip;</td> <td>&a.rwatson;</td> @@ -144,8 +136,8 @@ <tr> <td>fpudna: fpcurthread == curthread 1 times</td> - <td>&status.new;</td> - <td>&a.peter;</td> + <td>&status.wip;</td> + <td>&a.ups;</td> <td>This warning is appearing sporadically on a dual AMD64 system. It appears to be warning against a legitimate problem, and thus should be investigated and fixed.</td> @@ -162,14 +154,6 @@ </tr> <tr> - <td>nullfs hash size</td> - <td>&status.new;</td> - <td> </td> - <td>Nullfs (and perhaps other filesystems) use an absurdly small - hash size that causes significant performance penalties.</td> - </tr> - - <tr> <td>/dev/kmem panic</td> <td>&status.new;</td> <td> </td> @@ -213,8 +197,8 @@ <tr> <td>update sysinstall disk labeling</td> - <td>&status.new;</td> - <td> </td> + <td>&status.wip;</td> + <td>&a.rodrigc;</td> <td>Sysinstall could use the same fixes recently made to fdisk so it plays nice with GEOM and disk labeling. This doesn't cause problems during install because nothing on the disk is mounted when its label @@ -391,6 +375,14 @@ architectures. This allows tracebacks to provide useful info.</td> </tr> + <tr> + <td>panic: wrong b_bufobj</td> + <td>&status.untested;</td> + <td>&a.tegge;</td> + <td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons140.html">http://www.holm.cc/stress/log/cons140.html</a>. This is high priority + and can be provoked within minutes of testing!</td> + </tr> + </table> <h3>Stress Test Panics</h3> |
