Add Vinum data corruption and memory issues to todo list for 5.2R.
This commit is contained in:
parent
b530b9805b
commit
e873a624eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18903
1 changed files with 15 additions and 1 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.2R/todo.sgml,v 1.55 2003/11/17 18:37:36 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.56 2003/11/18 04:49:02 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -96,6 +96,20 @@
|
|||
Systems running with INVARIANTS will rapidly panic.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Vinum data corruption and memory allocation problems</td>
|
||||
<td>&status.wip;</td>
|
||||
<td> </td>
|
||||
<td>In the last week, reports of two new (and possibly related)
|
||||
Vinum failures have come to light: a warning message of
|
||||
<code>vinum: exiting with malloc table inconsistency at
|
||||
0xc2053c00 from vinumio.c:755</code> has been experienced when
|
||||
Vinum auto-configuration fails. Also, even simple test cases
|
||||
for Vinum I/O appear to result in incorrect data being returned
|
||||
from disk, rendering Vinum unusable in several reproduceable
|
||||
configurations.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Required features for 5.2-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue