[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LINEREAD broken
- To: bug-lisp at MIT-MC
- Subject: LINEREAD broken
- From: Dave Touretzky at CMU-10A
- Date: Sat, 19 Jul 80 06:23:00 GMT
- Original-date: 19 July 1980 0223-EDT
LINEREAD under Tops-10 MacLisp generates ?ill mem refs. Both the
compiled and the interpreted versions die. Single stepping through the
interpreted version, it tried to do (RETURN (NREVERSE LIST-OF-FORMS)),
but when RETURN tried to return NIL I got blown out to the monitor by
the ill mem ref.
I tried this both in normal CMU MacLisp (with LINMODE set to T, and <cr>
setsyntaxed to act like <space>) and in a bare MacLisp with no init file.
Nothing helped.