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
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Assignee | Thomas E Enebo [ enebo ] | Charles Oliver Nutter [ headius ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Is this a regression of defect #3071?