Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.5
-
Fix Version/s: None
-
Component/s: Windows
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
Jruby produces error's When trying to launch a executable that includes forward slashes in the path. This is different behavior than MRI were you both methods work
irb(main):001:0> IO.popen("./temp/test.exe")
=> #<IO:0x1afd9cc>
irb(main):002:0> '.' is not recognized as an internal or external command,
operable program or batch file.
However back slashes work.
irb(main):004:0> IO.popen(".\\temp
test.exe")
=> #<IO:0x145e5a6>
Activity
Thomas E Enebo
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | Windows [ 13600 ] | |
| Affects Version/s | JRuby 1.1.5 [ 14528 ] |
Charles Oliver Nutter
made changes -
| Fix Version/s | JRuby 1.1.6 [ 14640 ] | |
| Fix Version/s | JRuby 1.1.7 [ 14757 ] |
Thomas E Enebo
made changes -
| Assignee | Thomas E Enebo [ enebo ] | |
| Component/s | Windows [ 13600 ] | |
| Component/s | Core Classes/Modules [ 12230 ] |
Charles Oliver Nutter
made changes -
| Component/s | Core Classes/Modules [ 12230 ] | |
| Component/s | Windows [ 13600 ] |
Thomas E Enebo
made changes -
| Fix Version/s | JRuby 1.2 [ 14757 ] | |
| Fix Version/s | JRuby 1.x+ [ 13421 ] |
Zac Brown
made changes -
| Attachment | jruby-3237.patch [ 40391 ] |
Zac Brown
made changes -
| Attachment | jruby-3237.patch [ 40401 ] |
Zac Brown
made changes -
| Attachment | jruby-3237.patch [ 40391 ] |
Zac Brown
made changes -
| Attachment | test-popen.rb [ 40407 ] | |
| Attachment | test.exe [ 40408 ] | |
| Attachment | jruby-3237.patch [ 40406 ] |
Zac Brown
made changes -
| Attachment | jruby-3237.patch [ 40401 ] |
Hiro Asari
made changes -
| Original Estimate | 0 minutes [ 0 ] | |
| Remaining Estimate | 0 minutes [ 0 ] |
Thomas E Enebo
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Thomas E Enebo [ enebo ] | |
| Fix Version/s | JRuby 1.x+ [ 13421 ] | |
| Resolution | Fixed [ 1 ] |