stat.st_gid unsupported on this platform (NotImplementedError)
--------------------------------------------------------------

                 Key: JRUBY-4368
                 URL: http://jira.codehaus.org/browse/JRUBY-4368
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.4
         Environment: Linux, java version "1.6.0_10", jruby 1.4.0, rails 2.3.5
            Reporter: Miika Leppänen
            Assignee: Thomas E Enebo
            Priority: Critical


{code}
require 'rubygems'
require 'active_support'
File.atomic_write('atomi', '/home/milep/test') { |f| Marshal.dump("testing", f) 
}
{code}
Throws error
{code}
/home/milep/.gem/jruby/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/file/atomic.rb:40:in
 `atomic_write': stat.st_gid unsupported on this platform (NotImplementedError)
        from write.rb:3
{code}

This works with jruby 1.3.1

-- 
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