Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.5
-
Fix Version/s: JRuby 1.7.0.pre2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
IO#read_nonblock always raises Errno::EAGAIN.
$ jruby -Xerrno.backtrace=true -e 'IO.popen("date").read_nonblock(10)'
#<Class:0x2bab5dae>: Resource temporarily unavailable -
read_nonblock at org/jruby/RubyIO.java:2515
(root) at -e:1