[Vm-dev] squeakvm on solaris

Bert Freudenberg bert at freudenbergs.de
Tue Apr 16 06:32:58 UTC 2013


On 15.04.2013, at 03:13, Maurizio Boriani <baux80 at yahoo.it> wrote:

> Hi,
>   using binary vm downloaded from squeakvm (Squeak-4.10.2.2614-solaris2.11_i386.tar.gz) I've the error:
> 
> sqConnectToPort: Interrupted system call
> 
> Is there a known solution/workaround or should I debug this?

This sounds vaguely familiar ... years ago I had a socket failure on Solaris that never happened on Linux.

You need to fix it by putting a loop around the failing call as long as it returns EAGAIN. (in theory, every unix sys call needs that)

- Bert -




More information about the Vm-dev mailing list