Move the make(1)/USE_KQUEUE item to the showstopper list.

This commit is contained in:
Scott Long 2004-01-14 06:11:51 +00:00
parent b3f4eba40c
commit 226491a883
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19643

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.3R/todo.sgml,v 1.5 2003/12/07 17:12:45 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.6 2003/12/07 17:17:48 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -29,6 +29,19 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>make -DUSE_KQUEUE causes lockup with buildworld -jBIGNUM</td>
<td>&status.untested;</td>
<td>&nbsp;</td>
<td>Attempts to use make(1) with KQueues appears to result in a kernel
hang under "heavy load". It would be desirable to fix this
both from the perspective of building FreeBSD quickly as a
developer, but also because it's an instability that could show
up under other high load and heavy use of KQueues. See PR
kern/57945 for a proposed patch and details. This appear to be
the product of a locking problem, and must be fixed for 5.3.</td>
</tr>
</table>
<h3>Required features for 5.3-RELEASE</h3>
@ -139,19 +152,6 @@
complete local<->remote delivery without grabbing Giant.</td>
</tr>
<tr>
<td>make -DUSE_KQUEUE causes lockup with buildworld -jBIGNUM</td>
<td>&status.untested;</td>
<td>&nbsp;</td>
<td>Attempts to use make(1) with KQueues appears to result in a kernel
hang under "heavy load". It would be desirable to fix this
both from the perspective of building FreeBSD quickly as a
developer, but also because it's an instability that could show
up under other high load and heavy use of KQueues. See PR
kern/57945 for a proposed patch and details. This appear to be
the product of a locking problem, and must be fixed for 5.3.</td>
</tr>
<tr>
<td>LINT build on amd64</td>
<td>&status.wip;</td>