summaryrefslogtreecommitdiff
path: root/open_issues/term_blocking.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2009-11-15 00:55:01 +0100
committerThomas Schwinge <schwinge@nic-nac-project.de>2009-11-15 00:55:01 +0100
commitfcb280ce60424ef1e19f1840267458fa680cd257 (patch)
tree8edddf91d76531edd7191736921dee88ce24fb7a /open_issues/term_blocking.mdwn
parent5c493da03d0d32378330e664b807bc75e42ce3fa (diff)
Some (tiny) further findings.
Diffstat (limited to 'open_issues/term_blocking.mdwn')
-rw-r--r--open_issues/term_blocking.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/open_issues/term_blocking.mdwn b/open_issues/term_blocking.mdwn
index 6c7285e3..8d3e3b9f 100644
--- a/open_issues/term_blocking.mdwn
+++ b/open_issues/term_blocking.mdwn
@@ -36,7 +36,13 @@ The `term` on `p6` has already been running before:
# ps -Af | grep [t]typ6
root 6871 3 - 5:45.86 /hurd/term /dev/ptyp6 pty-master /dev/ttyp6
-Killed it, and things were fine again.
+In this situation, `w` will sometimes report erroneous values for *IDLE*
+for the process using that terminal.
+
+Killed that `term` instance, and things were fine again.
+
+
+All this reproducible happens while running the [[GDB testsuite]].
---