[CM] fun with CM + Linux

Rick Taube taube@uiuc.edu
Fri, 6 Dec 2002 14:11:50 -0800


> Any debugging tips or other suggestions ?
>

my guess is that this has nothing to do with cm directly. it may have
sometig to do with saved images.  you can disable the save in cm.lisp by
commenting this out at the end of src/cm.lisp:

(apply (find-symbol (string 'save-cm) :cm)
               cm-bin-directory
               args)

then load cm.lisp and when its done do
(in-package :cm)
(start-snd)

and see if you can start-snd relaiably several times. if then the priblem is
with the image saving or its heap size or....