Point the USE_KQUEUE todo item to PR kern/57945 as it contains a patch fix

to the problem.  Testing of this patch in the SMP case is needed.

Submitted by:	 Stefan Farfeleder <stefan@fafoe.narf.at>, PR/patch author
This commit is contained in:
Sean Chittenden 2003-11-25 09:00:10 +00:00
parent 99e6b526fd
commit a2dde740e7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18988

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.62 2003/11/21 02:16:13 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.63 2003/11/23 17:38:41 scottl Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -333,13 +333,14 @@
<tr>
<td>make -DUSE_KQUEUE causes lockup with buildworld -jBIGNUM</td>
<td>&status.new;</td>
<td>&status.untested;</td>
<td>&nbsp;</td>
<td>Attempts to use make with KQueues appears to result in a kernel
<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.</td>
up under other high load and heavy use of KQueues. See PR
kern/57945 for a proposed patch and details.</td>
</tr>
</table>