Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.3, JRuby 1.3.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Failing in both 1.3 + 1.3.1
-
Number of attachments :
Description
The following works in ruby 1.8.6 but is failing:
mkfifo my_pipe
jruby -e "open('my_pipe', 'w+')"
-e:1:in `open': Illegal seek (IOError)
from -e:1
Is this a regression of defect #3071?