[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ULTRIX
KCL doesn't work right under ULTRIX 2.3!
It compiles, however, when raw_kcl is fed init_kcl.lsp and init_kcl.lsp
attempts to si:save-system raw_kcl aborts with a segmentation violation.
Specifically, siLsave_system calls Lsave which calls fclose which calls
free. There it dies. I have gotten around the problem by commenting out the
fclose in the loop where all open files are being closed and a
saved_kcl is produced which seems to work.
Does anyone know why this is happening?
Thanks,
Andy