Move the turnstile issue to the test list. Add the fsync panic to the

showstopper list.  We need to figure this one out quickly and fix it.
This commit is contained in:
Scott Long 2003-12-12 16:10:20 +00:00
parent cae328ae59
commit 5718cd2f6f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19145

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.2R/todo.sgml,v 1.70 2003/12/07 17:15:43 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.71 2003/12/08 17:12:46 bmah Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -30,17 +30,12 @@
</tr>
<tr>
<td>Turnstile assertion failure</td>
<td>&status.wip</td>
<td>&a.jhb;</td>
<td><code>panic: Assertion td->td_turnstile != NULL failed
at ../../../kern/subr_turnstile.c:427</code> has been affecting
several users on multiple platforms. Note: further research
indicates that these panics tend to be "double panics" that
are a side effect of the turnstile code in the context of
an existing panic. Reporters of this panic should make sure
to include a full stack trace so that it's clear if a second
panic is also present.</td>
<td>fsync panic while installing with softupdates enabled</td>
<td>&status.new;</td>
<td>&a.dwhite;</td>
<td>There is a repeatable panic happening for many people while
installing 5.2-RC1 when softupdates are enabled on the root
partition. Contact Doug White for more information.</td>
</tr>
</table>
@ -254,6 +249,16 @@
reliable reproduction scenario.</td>
</tr>
<tr>
<td>Turnstile assertion failure</td>
<td>&status.unknown</td>
<td>&a.jhb;</td>
<td><code>panic: Assertion td->td_turnstile != NULL failed
at ../../../kern/subr_turnstile.c:427</code> has been affecting
several users on multiple platforms. This has hopefully been fixed
now, but more testinig is needed.</td>
</tr>
</table>
&footer;