On Sat, Sep 07, 2002 at 01:11:20AM +0900, CñÅric Foll wrote:
> Hi,
> 
> I've wrote a multi thread application and the interpreter crash (Ruby
> 1.6.7-3 build 2002-03-19 under debian linux).
> 
> The application does the folowing thing:
>     ecah thread does:
>         read a value (this operation is done with a mutex)
>         does a tcp request
> 
> I've got 100 threads and after a few minutes i've got a segfault.
> 
> What can i do ?

How many file descriptors do you have open?

Paul