When I compile and load my Lisp software and try to save it with
save-lisp-and-die in SBCL 0.8.18 from Debian i386, I receive the
following response:
[doing purification: roots handlers stack bindings static
debugger invoked on a SIMPLE-ERROR in thread 28799:
segmentation violation at #XB7EEF835
You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT ] Reduce debugger level (leaving debugger, returning to toplevel).
1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
debugger invoked on a TYPE-ERROR in thread 28799:
The value NIL is not of type SB-DI:FRAME.
[...]
debugger invoked on a TYPE-ERROR in thread 28799:
The value NIL is not of type SB-DI:FRAME.
You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT ] Reduce debugger level (leaving debugger, returning to toplevel).
1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
Help! 11 nested errors. SB-KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.
*
When I compile and load the same thing with SBCL 0.8.17 on the same
machine, everything works fine.
Is there a way to find out more about that problem so that it can be
fixed?
Thanks for any help.
Milan Zamazal
--
real programmer? don't get me started. if you need to hide your
pathetic excuse for a carreer behind super-macho languages like C, C++,
and/or Perl instead of writing clean, maintainable, efficient code, you
aren't much of a real programmer in my view. -- Erik Naggum in comp.emacs
|