Additional truss bugs: you can get PIOCWAIT: Input/output error sometimes.

This commit is contained in:
Robert Watson 2002-11-21 18:54:06 +00:00
parent e654affe60
commit 1d3faa71d8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14973

View file

@ -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.0R/todo.sgml,v 1.34 2002/11/21 16:58:06 rwatson Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.35 2002/11/21 17:49:39 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues"> <!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
@ -44,7 +44,8 @@
before it exits. The symptom is that truss reports that it cannot before it exits. The symptom is that truss reports that it cannot
open the procfs node supporting the process being debugged. A bug open the procfs node supporting the process being debugged. A bug
also appears to exist where in truss will hang if execve() returns also appears to exist where in truss will hang if execve() returns
ENOENT.</td> ENOENT. A further race appears to exist in which truss will return
"PIOCWAIT: Input/output error" occasionally on startup.</td>
</tr> </tr>
<tr> <tr>