>>>>> "Björn" == Björn Lindberg <[EMAIL PROTECTED]> writes:
Björn> The following code causes a segmentation violation in 19c, and
crashes
Björn> 19a irrecoverably even at highest debug/safety settings:
Björn> (read (make-array 5 :element-type 'character
Björn> :initial-contents "abcde"
Björn> :adjustable t
Björn> :fill-pointer t))
Björn> This seems to be a regression from the 18 series, where an error,
Björn> although cryptic, is caused:
This should be fixed in CVS now. You'll get a message that "abcde" is
not a lisp:stream, fundamental-stream or simple-string.
Ray