[Openmcl-devel] Repetition in error message when allocating arrays with incorrect dimension(s)

Grégory Vanuxem g.vanuxem at gmail.com
Sat Nov 4 15:33:33 PDT 2023


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


More information about the Openmcl-devel mailing list