Add more specific information on panics found by Peter Holm's stress
tests and link to the kgdb output. Submitted by: Peter Holm <peter@holm.cc>
This commit is contained in:
parent
d3f0b01b72
commit
bb9759918c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25054
1 changed files with 15 additions and 5 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/6.0R/todo.sgml,v 1.8 2005/07/07 17:29:12 kensmith Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/todo.sgml,v 1.9 2005/07/10 21:33:44 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 6.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -42,15 +42,25 @@
|
|||
<tr class="heading">
|
||||
<th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
<tr><td>fdisk & boot0cfg</td><td></td><td>phk</td><td></td></tr>
|
||||
<tr><td>fdisk & boot0cfg</td><td>&status.unknown;</td><td>phk</td><td></td></tr>
|
||||
|
||||
<tr><td>sysinstall dhclient problems</td><td></td><td>scottl,
|
||||
<tr><td>sysinstall dhclient problems</td><td>&status.unknown;</td><td>scottl,
|
||||
sam</td><td>sysinstall hasn't yet been updated to deal with the new
|
||||
DHCP client in 6.0</td></tr>
|
||||
|
||||
<tr><td>instability issues reported by Peter Holm</td><td></td><td></td><td></td></tr>
|
||||
<tr><td>"snaplk" livelock</td><td>&status.wip;</td><td></td><td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons143.html">http://www.holm.cc/stress/log/cons143.html</a>.</td></tr>
|
||||
|
||||
<tr><td>beastie.4th</td><td></td><td>scottl</td><td></td></tr>
|
||||
<tr><td>panic: handle_written_inodeblock: live inodedep</td><td>&status.unknown;</td><td></td><td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons142.html">http://www.holm.cc/stress/log/cons142.html</a>.</td></tr>
|
||||
|
||||
<tr><td>page fault at if_ethersubr.c: 284</td><td>&status.unknown;</td><td></td><td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons141.html">http://www.holm.cc/stress/log/cons141.html</a>.</td></tr>
|
||||
|
||||
<tr><td>panic: wrong b_bufobj</td><td>&status.unknown;</td><td>jeffr, others?</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>Livelock</td><td>&status.unknown;</td><td></td><td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons139.html">http://www.holm.cc/stress/log/cons139.html</a>. This is the second most frequent panic reported by Peter Holm.</td></tr>
|
||||
|
||||
<tr><td>panic: softdep_setup_inomapdep: found inode</td><td>&status.unknown;</td><td></td><td>Found by stress tests at <a href="http://www.holm.cc/stress/log/cons138.html">http://www.holm.cc/stress/log/cons138.html</a>.</td></tr>
|
||||
|
||||
<tr><td>beastie.4th</td><td>&status.unknown;</td><td>scottl</td><td></td></tr>
|
||||
</table>
|
||||
|
||||
<h3>Required features for 6.0-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue