<div dir="ltr"><pre class="gmail-bz_comment_text" id="gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Dear Scilab team, could you just tell me if you have a</pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)"><br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)"><br></pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">-------------------------------</pre><pre class="gmail-bz_comment_text" id="gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">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.</pre><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Michael Benguigui, Activeeon<br>+33 6 304 37 37 0<br><a href="https://fr.linkedin.com/in/micha%C3%ABl-benguigui-23a85921" target="_blank">https://fr.linkedin.com/in/micha%C3%ABl-benguigui-23a85921</a><br>skype: <a href="mailto:michael.benguigui@hotmail.fr" target="_blank">michael.benguigui@hotmail.fr</a></div></div></div>
</div>