[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: LPD at MIT-AI
- From: Mike McMahon <MMCM at MIT-AI>
- Date: Tue ,1 Apr 80 15:54:00 EDT
cc: BUG-LISPM at MIT-AI
Date: 1 APR 1980 1431-EST
From: LPD at MIT-AI (L. Peter Deutsch)
If the regular pushdown list overflows and I type ctrl-z to get back to the
top level, the machine goes into an (apparently) infinite loop.
The C-Z command in the error handler tries to execute a throw to top level
within the overflown stack group, which cannot work. I'm afraid handling of
pushdown overflows is pretty poor: it is assuredly on the list of things to get
done.