[Scilab-users] Sicilab 6 GUI crashs

Michael Benguigui michael.benguigui at activeeon.com
Wed Apr 5 11:07:33 CEST 2017


Dear Scilab team,

Could you just tell me if you have a temporary work around concerning
this issue..?


Regards

Michael

-------------------------------

Hi, to reproduce it:
Create a sci file (test.sci) with the following instructions (*):

jimport java.lang.ProcessBuilder;
jimport java.util.ArrayList;
cmd = ArrayList.new();
jinvoke(cmd,'add','echo')
jinvoke(cmd,'add','''AAAA''')
pb = ProcessBuilder.new(cmd);
jinvoke(pb,'start')
disp('BEFORE !! ...');
evstr('1+1;');
disp('...AFTER !!');

>From Scilab 6.0:

exec test.sci

It randomly makes the GUI crash. But it will not fail (according to my
tests) when executing directly (*) in the Scilab 6 GUI, without .sci
file.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170405/81dc611e/attachment.htm>


More information about the users mailing list