[Scilab-users] scilab got stuck

Lester Anderson arctica1963 at gmail.com
Wed Mar 12 12:04:22 CET 2014


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 <antoine.monmayrant at laas.fr>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
>> 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
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20140312/cb9875e0/attachment.htm>


More information about the users mailing list