help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] the test test - more data


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] the test test - more data
Date: Fri, 24 Jul 2009 14:22:46 +0200

On Fri, 24 Jul 2009 14:02:22 +0200
Paolo Bonzini <address@hidden> wrote:

> Just because I'm lazy and busy, 

a deadly combination, especially during summer :-)

> can you try running gst under "strace -e signal=none -e accept"
> to see *what* is the "error while trying to accept a socket
> connection"?

heh ... note to self: when using strace, run gst-remote
with --server instead of --daemon.


gst-remote server started.
gst-remote --port=12345 --eval="Iliad.FileHandler filePath: 'public'"
accept(4, {sa_family=AF_INET, sin_port=htons(36375), 
sin_addr=inet_addr("192.168.1.5")}, [47167330844688]) = 5
gst-remote --port=12345 --eval="OnlineTester.OTTest fileIn: 'doc/NuT-Inf.st'"
accept(4, {sa_family=AF_INET, sin_port=htons(36376), 
sin_addr=inet_addr("192.168.1.5")}, [16]) = 5
gst-remote --port=12345 --eval="Iliad.SwazooIliad startOn: 4080"
accept(4, {sa_family=AF_INET, sin_port=htons(36377), 
sin_addr=inet_addr("192.168.1.5")}, [16]) = 5
starting
accept(6, ..., [47167330844688]) = 5
accept(6, ..., [16]) = 7
accept(6, ..., [16]) = 8
accept(6, ..., [47167330844688]) = 9
accept(6, ..., [4137119598535245840]) = 10
accept(6, ..., [16]) = 11
waiting
accept(6, ..., [7954880229397233680]) = 13
accept(6, ..., [16]) = 17
accept(6, ..., [16]) = 22
accept(6, ..., [2316947471063842832]) = 27
accept(6, ..., [47167330844688]) = 32
accept(6, ..., [16]) = 38
accept(6, ..., [47167330844688]) = 8
accept(6, ..., [47167330844688]) = 49
... 92 similar lines snipped
accept(6, ..., [16]) = 918
accept(6, ..., [16]) = 903
accept(6, ..., [47167330844688]) = 889
accept(6, ..., [47167330844688]) = 866
accept(6, 0x2ae8ad65b080, [13572577691697280]) = -1 EMFILE (Too many open files)
Socket accept error: Error while trying to accept a socket connection.

s.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]