From: "Hoehle, Joerg-Cyril" <Joerg-Cyril.Hoehle@...>
Date: Tue, 1 Mar 2005 13:52:48 +0100
Hi,
>Using SLIME, I was able to load and compile koza.lisp. Then I saved
>the result to a new image, koza.mem and changed clisp.bat to
[...]
>If I start SLIME instead, I get the endless
>*** - Program Stack Overflow. RESET
I have little experience with SLIME and no idea what causes this endless loop, but I remember some posting to the slime mailing list talking about problems with SWANK (the CL part of slime) in the server and restarting.
Maybe that note is old, but who knows?
Therefore, I'd recommend you try this:
a) now that you know how to build koza with SLIME, go into a bare clisp (non slime), load the compiled koza from there and save the image.
b) start SLIME with that image, loading swank anew for each session
Maybe that could work?
BTW, do you currently load swank in clisp in each session with the original clisp image or did you generate your own image with swank in it?
The koza image does include swank now that I think about it, since I
built it via SLIME. That indeed could be the problem. I'll try a
rebuild.
|