[armedbear-devel] abcl trunk build doesn't work for me

Alex Mizrahi alex.mizrahi at gmail.com
Sun May 27 19:35:44 UTC 2012


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.




More information about the armedbear-devel mailing list