Remove uidinfo and wait4 "impossible" panics, they seem no longer
possible.
This commit is contained in:
parent
f7cef6948f
commit
51d42a45e3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16925
1 changed files with 1 additions and 21 deletions
|
@ -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.1R/todo.sgml,v 1.46 2003/05/16 21:06:14 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.47 2003/05/16 21:16:32 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -263,26 +263,6 @@
|
|||
vital.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>wait4 "impossible" mutex panic</td>
|
||||
<td>--</td>
|
||||
<td>&a.tjr;</td>
|
||||
<td>&a.kris; reports mutex panics in wait4 in the bento environment:
|
||||
"Impossible" mutex panic in wait4() (reported to -current a while
|
||||
ago). Believed to be related to (and fixed along with) uidinfo
|
||||
"impossible" panic below.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>uidinfo "impossible" panic</td>
|
||||
<td>--</td>
|
||||
<td>&a.tjr;</td>
|
||||
<td>&a.kris; reports that there appears to be a resource leak of
|
||||
uidinfo reference counts that is causing the gohan machines to panic
|
||||
after about 18 days of load. &a.tjr; has committed a fix that is
|
||||
believed to solve the problem.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>NSSwitch support</td>
|
||||
<td>--</td>
|
||||
|
|
Loading…
Reference in a new issue