IO.select fails to block with nil timeout
-----------------------------------------

                 Key: JRUBY-2869
                 URL: http://jira.codehaus.org/browse/JRUBY-2869
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
            Reporter: MenTaLguY


IO.select(readfs, writefds, errfds, nil) should always block until an fd is 
ready; however, it instead behaves like IO.select(readfs, writefds, errfds, 0), 
always returning immediately.

The simplest test case is IO.select(nil, nil, nil, nil) versus IO.select(nil, 
nil, nil, 0).  The former should block indefinitely, the latter should return 
immediately.

-- 
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