Add libkse wedge-after-fork bug to todo list. It's a WIP owned by
julien and deischen.
This commit is contained in:
parent
a00881b1b1
commit
e27fb77743
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31404
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/7.0R/todo.sgml,v 1.5 2008/01/25 14:22:28 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/7.0R/todo.sgml,v 1.6 2008/01/31 09:25:30 rwatson Exp $">
|
||||
<!ENTITY local.rel "7.0">
|
||||
<!ENTITY title "FreeBSD 7.0 Open Issues">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
|
@ -103,6 +103,16 @@
|
|||
has been merged to HEAD, RELENG_7, and RELENG_7_0.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>libkse fork process wedge</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.julian;, &a.deischen;</td>
|
||||
<td>A bug in libkse could lead the processes hanging after fork if they
|
||||
fork while running multiple threads. A patch has been committed to
|
||||
HEAD that properly reinitializes internal thread library locks after
|
||||
fork, btu has not yet been merged to RELENG_7 or RELENG_7_0.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Minor issues for &local.rel;-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue