Hi,
is there a known workaround for the save-lisp regression in cmucl19c
(see http://paste.lisp.org/display/13553 )? Or, if there are problems
reproducing it, can I help debug it somehow (since it happens reliably
here)? I noticed that it does not seem to occur when run from inside
the debugger (i.e. after a (break)).
Thanks in advance,
Andreas
-- Attached file included as plaintext by Listar --
-- File: log.txt
$ cmucl19c/bin/lisp -quiet -noinit -nositeinit -eval '(save-lisp "/dev/null")'
[Doing purification:
Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at #x805292D.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT] Skip remaining initializations.
Debug (type H for help)
(UNIX::SIGSEGV-HANDLER #<unused-arg>
#<unused-arg>
#.(SYSTEM:INT-SAP #x3FFFC950))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists:
target:code/signal.lisp.
0] (quit)
$ cmucl19c/bin/lisp -quiet -noinit -nositeinit -eval '(save-lisp "/dev/null"
:purify nil)'
Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at #x100083ED.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT] Skip remaining initializations.
Debug (type H for help)
(UNIX::SIGSEGV-HANDLER #<unused-arg>
#<unused-arg>
#.(SYSTEM:INT-SAP #x3FFFCC1C))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists:
target:code/signal.lisp.
0]