From: Ittay Dror Date: 2008-11-21T06:20:56+09:00 Subject: [ruby-core:20008] [Bug #766] 'Not enough space' error on windows Bug #766: 'Not enough space' error on windows http://redmine.ruby-lang.org/issues/show/766 Author: Ittay Dror Status: Open, Priority: Urgent Trying to delete files from rake in Windows, a 'Not enough space' error is thrown. * there's 90GB available on disk * the error is thrown from outputting a message to screen Ruby is 1.8.7 (1.8.6 installed with the one-click installer, then overwritten with 1.8.7 from ruby-lang.org) Here is the relevant stack trace: Not enough space c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `write' c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `puts' c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `fu_output_message' c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:606:in `rm_r' c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in `rm_r' c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:634:in `rm_rf' c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in `rm_rf' ---------------------------------------- http://redmine.ruby-lang.org