[Scilab-users] Sicilab 6 GUI crashs

Michael Benguigui michael.benguigui at activeeon.com
Tue Apr 11 09:17:48 CEST 2017


2017-04-05 11:07 GMT+02:00 Michael Benguigui <
michael.benguigui at activeeon.com>:

> 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.
>
>


-- 
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/20170411/747aebbe/attachment.htm>


More information about the users mailing list