Hey,
Attempting to parse the following incorrect JSON makes SBCL 2.0.8 pause for several seconds, then raise the error "Unhandled memory fault at #x1200000000. [Condition of type SB-SYS:MEMORY-FAULT-ERROR]".
(jsown:parse "{\"foo\": a}")
I tested this on CCL and Clisp as well. In those, I immediately get an error complaining that an index is out of range for ELT.
Hey,
Attempting to parse the following incorrect JSON makes SBCL 2.0.8 pause for several seconds, then raise the error "Unhandled memory fault at #x1200000000. [Condition of type SB-SYS:MEMORY-FAULT-ERROR]".
I tested this on CCL and Clisp as well. In those, I immediately get an error complaining that an index is out of range for ELT.