Process.pid returns incorrect value on Windows
----------------------------------------------

                 Key: JRUBY-6032
                 URL: https://jira.codehaus.org/browse/JRUBY-6032
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.6.4
         Environment: Windows Vista, Windows 7, JRuby 1.6.4
            Reporter: Daniel Berger


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to