[Scilab-users] End of stack!

Jean-Yves Baudais Jean-Yves.Baudais at insa-rennes.fr
Thu Feb 18 15:27:46 CET 2021


Hi,

> for i=1:10 mprintf("%d \r",i); end
1 2 3 4 5 6 7 8 9 10 

It's not really what I expected. So I tested

> for i=1:10 mprintf("\r %i",i); end

and Scilab-6.1.0 crashes with a shell message

"terminate called after throwing an instance of 'GiwsException::JniCallMethodException'
[...]
End of stack"

Is it a bug?

-- 
Jean-Yves



More information about the users mailing list