[Scilab-users] scilab got stuck

Antoine Monmayrant antoine.monmayrant at laas.fr
Wed Mar 12 11:39:56 CET 2014


On 03/12/2014 11:03 AM, Iai Masafumi ax wrote:
> Could anyone confirm this is a bug of Scilab? Is it a known bug?
>
> Scilab got stuck on my PC after I entered the command below:
>
> figure(1);plot2d("nl", [1:2], [%nan; 1]+%eps);
>
> I had to kill the process on the windows task manager. I tested it
> multiple times with the same result.
>
> I am using Scilab 5.4.1 on Windows 7.
>
> Iai
>
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users


After some trial and errors, I found that the combination of logscale 
along y and %nan value along y is the real problem.
This triggers the bug:
-->plot2d("nl", [1:2], [%nan;1]);// scilab freezes
However, this seems to be fine:
-->plot2d("nl", [1:2], [1; %nan]); // no problem

Do you want me to report this bug?

Antoine



More information about the users mailing list