Add the twe(4) stability issue and the vmspace leak as "needs testing" items.
This commit is contained in:
parent
c6af856cce
commit
c2461a2cf1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20859
1 changed files with 21 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD$">
|
<!ENTITY date "$FreeBSD: www/en/releases/4.10R/todo.sgml,v 1.1 2004/03/29 23:18:19 scottl Exp $">
|
||||||
<!ENTITY local.rel "4.10">
|
<!ENTITY local.rel "4.10">
|
||||||
<!ENTITY title "FreeBSD &local.rel; Open Issues">
|
<!ENTITY title "FreeBSD &local.rel; Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
@ -65,6 +65,26 @@
|
||||||
<table border=1 width="100%">
|
<table border=1 width="100%">
|
||||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>twe(4) stability problem</td>
|
||||||
|
<td>&status.untested;</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>The twe(4) driver has a stability problem
|
||||||
|
when a lot of rapid sequential small file
|
||||||
|
inserts into a new directory tree. A set of patches
|
||||||
|
for the problem has been committed just before 4.10-RC3.</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>vmspace leak</td>
|
||||||
|
<td>&status.untested;</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>Copying vm_exitingcnt to the new vmspace in vmspace_exec()
|
||||||
|
can make it very high values and never drop to 0 and
|
||||||
|
be freed. This can cause a system crash. A patch for the
|
||||||
|
problem has been committed just before 4.10-RC3.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
&footer;
|
&footer;
|
||||||
|
|
Loading…
Reference in a new issue