Nathan Bird nathan@acceleration.net writes:
In swank-sbcl FRAME-LOCALS implementation (which I have some backend code calling to generate an alternate debugging screen) it attempts to loop across a vector that apparently can be null. "The value NIL is not of type VECTOR."
I'm kind of surprised this function wasn't being called for the main SLDB; I haven't dug any further. The attached patch (just a when guard) fixes it for me.
Applied, thanks.