[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Autoload interrupts during INHIBIT/ -1,,0
- To: BUG-LISP at MIT-MC
- Subject: Autoload interrupts during INHIBIT/ -1,,0
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Fri, 13 Jun 80 09:06:00 GMT
- Original-date: 13 June 1980 05:06-EDT
Date: 10 June 1980 06:10-EDT
From: RWK at MIT-MC, KMP at MIT-MC
To: BUG-LISP
The current LISP still has the new bug that I reported earlier where
Autoload interrupts are queued up rather than being run if interrupts are
deferred... KMP will try and track down a minimal case....
-----
Just for the record, the case I had of this disappears when I recompile
the file in a more recent compiler. There is still reason to believe the bug
exists, however, as it is generable by hand-setting interrupts from DDT and
then calling an autoloadable function; we just don't have an available case of
it happening in software-only form ... yet. So people should be on the watch
for this type of error. -kmp