clasp
clasp copied to clipboard
Bad errors for memory exhaustion
Trying to allocate objects that won't fit in memory seems to result in segfaults or hangs. Ideally we should signal a storage-condition, perhaps before actually allocating anything.
(make-array (1- array-dimension-limit)) or (make-array (make-list 20 :initial-element 4)) both cause this sort of problem.