File.umask is non-functional on Windows x64 with JDK x64
--------------------------------------------------------

                 Key: JRUBY-2819
                 URL: http://jira.codehaus.org/browse/JRUBY-2819
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1.2
         Environment: Latest JRuby 1.1.3-dev, Windows Vista x64
            Reporter: Vladimir Sizikov


Windows Vista x64.

{noformat}
jruby -e "p File.umask(0200); p File.umask(0200)"
{noformat}

This prints
0
128

on MRI and JRuby with x32 JDK.

But, on x64 JDK, it always prints out 0 for File.umask.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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