<div dir="ltr"><div><pre class="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Dear Scilab team, </pre><pre class="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-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="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)"><br></pre><pre class="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Regards</pre><pre class="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">Michael</pre><pre class="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-m_-7449946780161740715gmail-comment_text_1" style="white-space:pre-wrap;width:947px;color:rgb(0,0,0)">------------------------------<wbr>-</pre><pre class="gmail-m_-7449946780161740715gmail-bz_comment_text" id="gmail-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>