The following code causes a segmentation violation in 19c, and crashes 19a irrecoverably even at highest debug/safety settings:
(read (make-array 5 :element-type 'character
:initial-contents "abcde"
:adjustable t
:fill-pointer t))
This seems to be a regression from the 18 series, where an error,
although cryptic, is caused:
Error in KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER: the function STREAM-READ-CHAR
is undefined.
[Condition of type UNDEFINED-FUNCTION]
Björn
