Re: Warning: Auto-bootstrapping CLOS completed.

[email protected] (Frode V. Fjeld) Tue, 11 Nov 2008 00:00:56 +0100
Newsgroups gmane.lisp.movitz.devel
Message-ID <[email protected]>
"Paavo Parkkinen" <[email protected]> writes:

> I compiled and dumped the los0 image with SBCL, and booted it with
> qemu like I've done many times before, only this time I got this:
>
> Enter..Ok.
> Installing los0-GC with 63238 KB.
> Break: Auto-bootstrapping CLOS.
> Warning: Auto-bootstrapping CLOS completed.
>  0: Return from break: Auto-bootstrapping CLOS.
> [0d] LOS0> 0
> Warning: CLOS was already bootstrapped: T
> Warning: Auto-bootstrapping CLOS completed.
> Error: Out of memory. Please take out the garbage.
> [0d] LOS0>

There is a bootstrapping of CLOS that is initiated quite early in the
boot process, but if some method dispatch is triggered before this
happens, you get the above break. It usually indicates that something
"bad" or too "complex" happened too early in the boot process.

A stack-trace should tell you/us what is triggering the CLOS bootstrap.

-- 
Frode V. Fjeld