Resolv Timeout:  Resolv.getaddress("google.com")
------------------------------------------------

                 Key: JRUBY-5116
                 URL: http://jira.codehaus.org/browse/JRUBY-5116
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.8.7, Standard Library
    Affects Versions: JRuby 1.5.3
            Reporter: Steven Hansen


I'm having problems with the Resolv library using JRuby-1.5.3 and osx-10.6.4

{code}
$  ruby -rresolv -e' p Resolv.getaddress("google.com")'
/Users/glie/.rvm/rubies/jruby-1.5.3/lib/ruby/1.8/resolv.rb:93:in `getaddress': 
no address for google.com (Resolv::ResolvError)
        from /Users/glie/.rvm/rubies/jruby-1.5.3/lib/ruby/1.8/resolv.rb:43:in 
`getaddress'
        from -e:1
{code}

Running this same code under:

* mri-1.8.7 / osx-10.6.4 
* JRuby-1.5.3 / REL-5.4

works correctly.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to