From: Robert Feldt Date: 2003-01-31T23:02:39+09:00 Subject: Broken pipe (Errno::EPIPE) Hi, A little strange situation: I have a ruby app which renames a bunch of files using File.rename. When I run it in debug mode (with "-r debug") and steps through it it works without problems but when I run it normally or when packed up as an exe with exerb I get script.rb:778:in `rename': Broken pipe - "file.ext" (Errno::EPIPE) after a couple of files have been renamed. Anyone knows what can cause this behavior? This is with mingw32 Ruby 1.8 on cygwin: $ ruby -v ruby 1.8.0 (2003-01-27) [i386-mingw32] Regards, Robert Feldt