[Scilab-users] Scilab 6 GUI crash

Michael Benguigui michael.benguigui at activeeon.com
Wed Apr 5 11:05:57 CEST 2017


Dear Scilab team, could you just tell me if you have a



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

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.


-- 
Michael Benguigui, Activeeon
+33 6 304 37 37 0
https://fr.linkedin.com/in/micha%C3%ABl-benguigui-23a85921
skype: michael.benguigui at hotmail.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170405/c6ead185/attachment.htm>


More information about the users mailing list