Hi Alex,

On Sun, May 27, 2012 at 9:35 PM, Alex Mizrahi <alex.mizrahi@gmail.com> wrote:
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.