[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
suspend
- To: (BUG LISP) at MIT-MC
- Subject: suspend
- From: dr at MIT-MC (David M. Raitzin)
- Date: Fri, 13 Jun 80 17:12:00 GMT
- Original-date: 13 JUN 1980 1312-EDT
I think there is something wrong with the "suspend" function. Here is a
function that I wrote:
(defun reduce-dump ()
(gc)
(sstatus gctime 0)
(suspend '|:pdump reduce;ts reduce/
:$all done$/
|)
(begin))
When I try to run it, I get an error that i/o is in progress and that I
can't suspend, even though the only i/o that is in progress is to the tty.
Either it's a bug, or suspend should allow i/o to the tty.