From: Chad Fowler Date: 2003-01-31T23:07:16+09:00 Subject: Re: Broken pipe (Errno::EPIPE) Hi, Robert. Can you supply the full script? Thanks, Chad On Fri, 31 Jan 2003, Robert Feldt wrote: > 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 > >