erkkie (Erkki Eilonen)
- Login: erkkie
- Email: erkki@bearmetal.eu
- Registered on: 10/18/2015
- Last sign in: 11/16/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/18/2015
-
03:02 PM Ruby Bug #11600: indeterministic failures on socket operations when running out of file descriptors
- Motohiro KOSAKI wrote:
> In my system, getaddrinfo() return -11(EAI_SYSTEM) and errno=0. That seems glibc's bug.
> ...
Happens on OSX (10.10.5) as well (on 2.2.3 and earlier, presumably on latest 2_2 as well)
~~~
➜ ruby test.rb
10... -
10:24 AM Ruby Bug #11600 (Closed): indeterministic failures on socket operations when running out of file descriptors
- We've been getting indeterministic failures on socket operations when running out of file descriptors, instead of the correct `Errno::EMFILE` being raised we've seen various failure modes, on both linux and osx:
1. This is what we're ...