diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-11-15 00:55:01 +0100 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-11-15 00:55:01 +0100 |
commit | fcb280ce60424ef1e19f1840267458fa680cd257 (patch) | |
tree | 8edddf91d76531edd7191736921dee88ce24fb7a /open_issues/term_blocking.mdwn | |
parent | 5c493da03d0d32378330e664b807bc75e42ce3fa (diff) | |
download | web-fcb280ce60424ef1e19f1840267458fa680cd257.tar.gz web-fcb280ce60424ef1e19f1840267458fa680cd257.tar.bz2 web-fcb280ce60424ef1e19f1840267458fa680cd257.zip |
Some (tiny) further findings.
Diffstat (limited to 'open_issues/term_blocking.mdwn')
-rw-r--r-- | open_issues/term_blocking.mdwn | 8 |
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]]. --- |