clasp icon indicating copy to clipboard operation
clasp copied to clipboard

Bad errors for memory exhaustion

Open Bike opened this issue 3 years ago • 0 comments

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.

Bike avatar Jun 07 '22 16:06 Bike