Dear CMUCL developers, I am running cmucl-19a-pre3 from pre-built binaries on a Fedora Core 2 system, on an Athon XP 1700+ with 512Mb of memory.
I had reported a problem in 19a-pre2, for which Helmut Eller posted a solution (redefining function map-allocated-objects). Unfortunately, the problem is back in 19a-pre3, whether I load the patch or not. As before, the problem can be triggered by running this loop: (dotimes (x 20) (loop for x below 1000 collect (make-array x)) (room)) As before, the image grows very large, then is unable to allocate, and drops into the debugger. After a "q", it reports NOT BOXED: 77f0d000 77f63000 77f10000 Mark Saaltink
