<div dir="ltr"><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-05 11:07 GMT+02:00 Michael Benguigui <span dir="ltr"><<a href="mailto:michael.benguigui@activeeon.com" target="_blank">michael.benguigui@activeeon.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Dear Scilab team, </pre><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Could you just tell me if you have a temporary work around concerning this issue..?</pre><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)"><br></pre><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Regards</pre><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Michael</pre><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">------------------------------<wbr>-</pre><pre class="m_256212058534982517gmail-m_-7449946780161740715gmail-bz_comment_text" id="m_256212058534982517gmail-m_-7449946780161740715gmail-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>
</div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="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>