[Scilab-users] Scilab stops calculus

Jean-Yves Baudais Jean-Yves.Baudais at insa-rennes.fr
Wed Mar 17 08:07:33 CET 2021


Hi,

   Bad news for me, but good ones for Scilab. I checked the following code

i=0;
a=getdate();
while 1 then
   i=i+1;
   b=getdate()-a;
   mprintf("%d: %d/%d %d:%d:%d,%d\n",i,b([6,2,7:10]));
   sleep(1,"s");
end

on two computers, desktop Ubuntu 16.04 Gnome X11 and laptop Ubuntu 18.04 
Gnome X11, with and without GUI during more than 38 hours, and in the 
four cases Scilab didn't froze. So, no problem for Scilab. (But the 
mystery remains, only for me.)

--Jean-Yves




More information about the users mailing list