From 5718cd2f6f73e8ded248f63af4c14f71fd563668 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 12 Dec 2003 16:10:20 +0000 Subject: [PATCH] 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. --- en/releases/5.2R/todo.sgml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/en/releases/5.2R/todo.sgml b/en/releases/5.2R/todo.sgml index 7538e7e0f7..132cdf2105 100644 --- a/en/releases/5.2R/todo.sgml +++ b/en/releases/5.2R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -30,17 +30,12 @@ - Turnstile assertion failure - &status.wip - &a.jhb; - panic: Assertion td->td_turnstile != NULL failed - at ../../../kern/subr_turnstile.c:427 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. + fsync panic while installing with softupdates enabled + &status.new; + &a.dwhite; + 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. @@ -254,6 +249,16 @@ reliable reproduction scenario. + + Turnstile assertion failure + &status.unknown + &a.jhb; + panic: Assertion td->td_turnstile != NULL failed + at ../../../kern/subr_turnstile.c:427 has been affecting + several users on multiple platforms. This has hopefully been fixed + now, but more testinig is needed. + + &footer;