[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: RMS@MIT-AI
- Date: Tue ,10 May 78 13:12:14 EDT
Doing, in a freshly reloaded machine,
(LOAD "RMS;JOBGBL") <CR>
(JOB-LOAD-DEFS)
(PKG-GOTO "SI")
(JOB-INSTALL)
causes the machine to drop dead fasloading RMS;KBD QFASL,
a file which used to load successfully with this procedure.
I can prevent it from dropping dead then by defining
TV-WHO-LINE-UPDATE to be a no-op, but it drops dead
a few files later (I can't easily tell which).
It appears that the fef of TV-WHO-LINE gets clobbered
by the fasloading, which causes the lossage.
:CODE after the drop dead shows a lot of garbage.
I tried to figure out what area it was in but wasn't able
to coax the console program into telling me.
I tried saying :AREA, which I think used to work,
but it ran for 20 seconds or so without saying anything.