Craig Lanning wrote on Thu, Aug 28, 2003 at 11:18:16AM -0400: > > I've gotten the code to the point where I can compile it with CMUCL, but > it crashes when I try to run it. The backtrace is not very informative > to me so I have no idea why it's crashing.
Try compiling with safety =3 and maybe debug =3. Debug =3 is very slow in compiling, debug =2 may usually suffice. Since this is crashing in make-instance you might want to do that for CMUCL's CLOS. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer <[EMAIL PROTECTED]> http://www.cons.org/cracauer/ No warranty. This email is probably produced by one of my cats stepping on the keys. No, I don't have an infinite number of cats.
