[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: MACRAK at MIT-MC (Stavros M. Macrakis)
- Date: Thu, 30 Aug 79 21:49:00 GMT
- Original-date: 30 AUG 1979 1749-EDT
(mpacar '(lambda (x) (errset (open x) t)) (allfiles '(((dsk macrak)))))
Starts getting "All I/O channels already in use" starting with
New78S, but all these files should be closed by garbage collection.
Obviously I can close the file when I'm done with it, but something's
wrong....