Hello,<br><br>I'm trying to use the SOCKET2 toolbox with scilab 5.3.0 under Linux (redhat 5, 32 bits, java 1.6) and my script seems to go in an infinite wait.<br>When opening a socket with SOCKET_open() scilab goes into a strange state : I can still interact with scinotes, but I can't break the execution of my script, the only solution to exit scilab is to kill it.<br>

I try to understand what is happening by using strace -f but I got too much useless feedback to understand what happen.<br>Under Windows XP with scilab 5.1.1 (portable version), the same script does not fail ; but I don't get any message from my server (a small C program)... I try the SOCKET toolbox (with WinSocket) and it works perfectly well.<br>

<br>Do anybody know something about the SOCKET2 Toolbox ? I search bugs report on the scilab's bugzilla using the search box but I didn't find anything on this toolbox.<br><br>I've attached the scilab script and C program I used to test my configuration.<br>

<br>Tanks for help,<br><br>Paul.<br><br>