From: haible@ma2s2.uucp (Bruno Haible) Subject: Re: another CLISP problem Date: Thu, 1 Oct 1992 00:11:03 GMT
> reached line 743 in debug.d
When using CLISP with gcc 2.2.2d (and the setjmp.s patch), a problem appears
when the debugger is entered. For the moment I only have a workaround:
Do a
(setq *break-driver* nil)
at startup. For example, write this into a file myinit.lsp and start clisp with
the command-line option
clisp -i myinit
This will disable the debugger, returning to a very primitive debugger.
Its only useful command is (SHOW-STACK).
Note that the stepper will suffer from the same problem, so don't use it.
I will investigate the problem and then replace the binaries, if necessary.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de