Update poll/select bug condition: we believe we've fixed it in HEAD as
well as RELENG_5, but are waiting for final reports regarding select() in the ports cluster.
This commit is contained in:
parent
03407180fb
commit
c9b04bda70
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22335
1 changed files with 5 additions and 4 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: www/en/releases/5.3R/todo.sgml,v 1.72 2004/09/11 08:20:54 hrs Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.73 2004/09/13 01:05:02 scottl Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
@ -69,9 +69,10 @@
|
||||||
while running the network stack without the Giant lock. A recent
|
while running the network stack without the Giant lock. A recent
|
||||||
sleepq change appears to have caused some of the observed problems
|
sleepq change appears to have caused some of the observed problems
|
||||||
to go away (others are difficult to test for due to recent SMP
|
to go away (others are difficult to test for due to recent SMP
|
||||||
instability). uipc_socket.c:1.211 appears to correct this race in
|
instability). A fix has been committed to CVS HEAD and merged to
|
||||||
the CVS HEAD (6.x), but the fix is currently in a waiting period to
|
RELENG_5 and appears to resolve problems with poll(); we are waiting
|
||||||
be merged back to RELENG_5.</td>
|
for feedback that it has corrected the reported problems with select()
|
||||||
|
also before moving this to "testing" status.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue