Fix committed in r13948. Please verify and confirm.
Thanks for your report and research!
Bye,
Erik.
On Sun, May 27, 2012 at 9:39 PM, Erik Huelsmann ehuels@gmail.com wrote:
Hi Alex,
On Sun, May 27, 2012 at 9:35 PM, Alex Mizrahi alex.mizrahi@gmail.comwrote:
Yes, it is a leak. compile-file.lisp, function verify-load:
(when (= 0 (file-length (open classfile :direction :input)))
fd is opened and never closed. (Until GC, I guess.) It is called for every cls file compiler produces.
Bug was introduced in revision 13912.
I think this is an easy one. I can probably get it fixed in a few minutes (but rebuilding will take me a while); expect a fix forth coming in 30 minutes.
Bye,
Erik.