A number of bugs appear to exist in truss that are hampering debugging
problems for the release. Add fixing them to the RC1 todo list, no owner. These include a race condition in the attaching of truss to procfs, and a bug wherein running truss on binary not present results in a hang in truss (it appears to spin).
This commit is contained in:
parent
5d392150ea
commit
bfdb684139
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14955
1 changed files with 13 additions and 1 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.0R/todo.sgml,v 1.19 2002/11/19 19:27:55 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.20 2002/11/20 15:06:36 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -35,6 +35,18 @@
|
|||
reviewed and fixed.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Race conditions in truss</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>Truss appears to contain a race condition during the start-up of
|
||||
debugging, which can result in truss failing to attach to the process
|
||||
before it exits. The symptom is that truss reports that it cannot
|
||||
open the procfs node supporting the process being debugged. A bug
|
||||
also appears to exist where in truss will hang if execve() returns
|
||||
ENOENT.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Many reported problems with disklabel -e</td>
|
||||
<td>--</td>
|
||||
|
|
Loading…
Reference in a new issue