search for: stderr_timeout

Displaying 1 result from an estimated 1 matches for "stderr_timeout".

2006 Nov 01
0
fatal flaw in popen4 on windows? [WAS] Re: Nonblocking IO read (fwd)
...stderr = getopt[ %w( stderr err e 2 ) << 2 ] > pid = getopt[ ''pid'' ] > timeout = getopt[ %w( timeout spawn_timeout ) ] > stdin_timeout = getopt[ %w( stdin_timeout ) ] > stdout_timeout = getopt[ %w( stdout_timeout io_timeout ) ] > stderr_timeout = getopt[ %w( stderr_timeout ) ] > status = getopt[ %w( status ) ] > cwd = getopt[ %w( cwd dir ), Dir.pwd ] > > exitstatus = > case exitstatus > when TrueClass, FalseClass > ignore_exit_failure = true if exitstatus > [0]...