Just checked on my Scilab (5.4.1) Windows 7 64-bit

Same issues as you quoted:
plot2d("nl", [1:2], [%nan;1]);// causes crash (or infinite loop)
plot2d("nl", [1:2], [1; %nan]); // no problem - plot drawn

Lester


On 12 March 2014 10:39, Antoine Monmayrant <[email protected]>wrote:

> 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
>> [email protected]
>> 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
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.scilab.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to