<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
my script, which tests and compares optimization algorithms on a list of examples from the CUTEr toolbox, on one specific problem, crashes. In the terminal where scilab was started, the last message is:<br>
<blockquote>INITW: The size of array IWK must be increased by at least      1213615<br>
 setcuterr<br>
</blockquote>
<br>
Here is the resulting strange behavior:<br>
<blockquote>-->ls '/tmp/SCI_TMP_10021_oQNGWQ/NONMSQRT'<br>
 ans  =<br>
 <br>
!RANGE.f      !<br>
!             !<br>
!OUTSDIF.d    !<br>
!             !<br>
!cleaner.sce  !<br>
!             !<br>
!ELFUN.f      !<br>
!             !<br>
!loader.sce   !<br>
!             !<br>
!EXTER.f      !<br>
!             !<br>
!GROUP.f      !<br>
!             !<br>
!OUTMESS      !<br>
!             !<br>
!librange.so  !<br>
 <br>
-->ptst = '/tmp/SCI_TMP_10021_oQNGWQ/NONMSQRT'<br>
 ptst  =<br>
 <br>
 /tmp/SCI_TMP_10021_oQNGWQ/NONMSQRT   <br>
 <br>
-->ls ptst<br>
 ans  =<br>
 <br>
     []<br>
</blockquote>
Fore some strange reason, the path in a string variable ptst points to an empty location. The actual error message was:<br>
<blockquote>-->[x0] = usetup(probpath+'/OUTSDIF.d'); <br>
                                     !--error 998 <br>
probpath                /OUTSDIF.d'); <br>
 <br>
-->probpath<br>
 probpath  =<br>
 <br>
 /tmp/SCI_TMP_10021_oQNGWQ/NONMSQRT   <br>
</blockquote>
caused by the empty location.<br>
<br>
Any idea on this strange problem?<br>
<br>
Thx,<br>
<br>
JPD<br>
<br>
<br>
</body>
</html>