Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site utai.UUCP Path: utzoo!utcsri!utai!aimaint From: aimaint@utai.UUCP (Andrew Gullen) Newsgroups: net.lang.lisp Subject: Problem with Franz 38.91 (under 4.2bsd) Message-ID: <1087@utai.UUCP> Date: Wed, 18-Dec-85 17:12:32 EST Article-I.D.: utai.1087 Posted: Wed Dec 18 17:12:32 1985 Date-Received: Wed, 18-Dec-85 17:29:48 EST Distribution: net Organization: CSRI, University of Toronto Lines: 24 Problem with saved Franz images under 4.2bsd : There is a problem with saved images under Franz Lisp, at least up to Opus 38.91 . When a saved executable is started, the initialization code fails to clear the buffer for the standard input. The result is that if the standard input was directed to a file at the time the dumplisp was executed, the reborn image may read s-expressions which followed the dumplisp call in the file. For example, if the file myfile.l contained (progn (patom "Before dumplisp") (terpri)) (dumplisp /scr/demo) (progn (patom "After dumplisp") (terpri)) then the shell command lisp