[movitz-devel] Re: error during create-image with los0-gc.lisp
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Mon Sep 6 10:01:25 UTC 2004
Elliott A Johnson <human at csufresno.edu> writes:
> Just checking to see if anyone else is seeing this error when creating
> an image?
>
> Type-error in KERNEL::OBJECT-NOT-LIST-ERROR-HANDLER:
> #:|cond-skip-0-85433| is not of type COMMON-LISP:LIST
AFAICT, the problem is a bug in CMUCL's loop, in that its
for-as-on-list fails to work on improper lists.
A simple work-around seems to be to declare (optimize (safety 0)).
I'm checking in a fix that does this, read-time conditionalized
on cmucl.
--
Frode Vatvedt Fjeld
More information about the movitz-devel
mailing list