Re: odd socketpair() failure

2011-08-04 Thread Corinna Vinschen
On Aug 3 17:09, Eric Blake wrote: > A while ago, I tested pipe() for EMFILE failures [1]. Well, I > repeated those tests for socketpair() [2], and cygwin is once again > the odd man out. > [...] > after fd 3199, open failed with errno 24 Too many open files > try 1, socketpair returned -1 errno 2

Re: odd socketpair() failure

2011-08-03 Thread Marco atzeri
On 8/4/2011 1:09 AM, Eric Blake wrote: A while ago, I tested pipe() for EMFILE failures [1]. Well, I repeated those tests for socketpair() [2], and cygwin is once again the odd man out. [1] http://cygwin.com/ml/cygwin/2011-06/msg00328.html [2] http://austingroupbugs.net/view.php?id=483 $ cat fo