[Openmcl-devel] the heidelbug
David Tolpin
dvd at davidashen.net
Fri Jun 10 10:16:38 PDT 2005
Hi,
a few days ago I wrote about a bug that causes openmcl (the bleeding
edge) to print
> Bug in OpenMCL system code:
> Error reporting error
and die when I start it as a CGI script with -b specified on the
command line.
I've traced it down to the following diff:
Index: level-1/l1-boot-2.lisp
===================================================================
RCS file: /usr/local/tmpcvs/ccl-0.14-dev/ccl/level-1/l1-boot-2.lisp,v
retrieving revision 1.8
diff -r1.8 l1-boot-2.lisp
104c104
< (when tty-fd (fd-close tty-fd))
---
> (when tty-fd #+nil (fd-close tty-fd))
If i disable fd-close, the message does not appear, and the script
finishes normally. I understand that it may help little since it seems
to be caused by a code corruption somewhere else, but still.
David
More information about the Openmcl-devel
mailing list