From: Ittay Dror Date: 2008-12-04T19:41:51+09:00 Subject: [ruby-core:20305] [Bug #766] 'Not enough space' error on windows Issue #766 has been updated by Ittay Dror. the problem was because i was deleting many files and FileUtils#rm_rf prints a message about the files it is deleting and the message was huge (70068). i sliced the array and now the problem doesn't happen. sadly, trying to reproduce in irb did not work ('FileUtils.rm_rf "f"*70000'). the platform is windows xp ruby version is 1.8.7 p72, downloaded from ruby-lang. note that it happens on all developer machines here, not just mine. ---------------------------------------- http://redmine.ruby-lang.org/issues/show/766 ---------------------------------------- http://redmine.ruby-lang.org