10:35:49drmeisterIs sbcl AREF safe by default? Will it always signal an error if I write beyond the limits of an array? I'm working with lots of large arrays and I'm getting memory corruption and crashes with sbcl. I have set --dynamic-space-size to 32768
11:01:01drmeisterI run a little test and I can't aref out of bounds. But I reliably get this...