Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6.4
-
Fix Version/s: JRuby 1.6.5
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Windows Vista, Windows 7, JRuby 1.6.4
-
Number of attachments :
Description
When a JRuby program starts it actually spawns two processes. One for Java (java.exe) and one for JRuby (jruby.exe). Process.pid is returning the process identifier for Java instead of JRuby. This is not what I would expect.
I think this works now?