[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69333] [Ruby trunk - Bug #10975] [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
From:
nagachika00@...
Date:
2015-05-23 18:31:56 UTC
List:
ruby-core #69333
Issue #10975 has been updated by Tomoyuki Chikanaga.
Backport changed from 2.0.0: WONTFIX, 2.1: DONE, 2.2: REQUIRED to 2.0.0: WONTFIX, 2.1: DONE, 2.2: DONE
Backported into `ruby_2_2` branch at r50626.
----------------------------------------
Bug #10975: [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
https://bugs.ruby-lang.org/issues/10975#change-52603
* Author: Steve Johnson
* Status: Closed
* Priority: Normal
* Assignee:
* ruby -v: ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]
* Backport: 2.0.0: WONTFIX, 2.1: DONE, 2.2: DONE
----------------------------------------
I'm not a developer and I'm not interested in upgrading Ruby as a troubleshooting step. I googled the error but have no idea if the solutions I found address this issue.
Environment: Ubuntu 14 with Ruby 2.0.0, Apache 2.4, PHP 5.6, Jekyll 2.4.0, Markdown source with some HTML in source also
Steps to reproduce:
1. rm -rf _site
2. bundle exec jekyll serve
3. check-links --no-warnings .
Expected result: check-links runs without errors
Actual result: check-links starts throwing these while checking files that were authored in HTML:
Problem: ./_site/guides/m1x/other/solr-ee-patches.html
Link: http://support.magentocommerce.com/
Response: Too many open files - getaddrinfo
Note: check-links worked fine before I added the HTML-authored files to the project.
Final stack trace:
~~~
/home/stack/.rvm/rubies/ruby-2.0.0-p598/lib/ruby/2.0.0/net/http.rb:878: [BUG] rb_sys_fail(getaddrinfo) - errno == 0
ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]
(snip)
~~~
---Files--------------------------------
bug-10975.log (20.1 KB)
--
https://bugs.ruby-lang.org/