Re: error during create-image with los0-gc.lisp
Frode Vatvedt Fjeld <[email protected]> Mon, 06 Sep 2004 12:01:25 +0200
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
Elliott A Johnson <[email protected]> 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