Comment 2 for bug 1192929

Revision history for this message
Paul Khuong (pvk) wrote : Re: [Bug 1192929] Re: (make-list nil) drops into LDB

Well-coordinated C-c in a raw REPL shows

6: (SB-DEBUG::CLEAN-XEP (SB-C::TL-XEP MAKE-LIST) (4611686018427387900 NIL) (:EXTERNAL))

Old issue… We should either find a way to make sure the argument count is always in RCX, or cap (loop repeat count) to a low value (say a couple thousand arguments).

Paul Khuong