Repetition in error message when allocating arrays with incorrect dimension(s)

GrĂ©gory Vanuxem <[email protected]> Sat, 4 Nov 2023 23:33:33 +0100
Newsgroups gmane.lisp.openmcl.devel
Message-ID <CAHnU2dageAXMwRoa223+c80BZB48gQ8K7gfBUpNXgTjRduxsCA@mail.gmail.com>
Hello,

The error message in compiled CL code allocating an array with a
negative number of element (a nonsense of course) has a repeated
"can":

Fatal error in "FRICASsys" : Cannot allocate a (SIMPLE-ARRAY
DOUBLE-FLOAT (*)) with -4 elements.
Objects of type (SIMPLE-ARRAY DOUBLE-FLOAT (*)) can can have at most
72057594037927935 elements in this implementation.

=> ccl crash

Just to let you know.

Regards,

- Greg