On Thu, 2003-08-28 at 11:27, Martin Cracauer wrote:
> 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.

I deleted all of the binary files and started CMUCL.

At the prompt I typed: (declaim (optimize (safety 3) (debug 3)))

I then proceeded to recompile and execute my application.

It still stopped at the same place with apparently the same error, but I
didn't get any additional info.

> Since this is crashing in make-instance you might want to do that for
> CMUCL's CLOS.

How do I do this?  I don't compile CMU CL myself, I'm running a
precompiled distribution.

Craig



Reply via email to