Rsync: found the problem
Bill Petheram
bilpet@hplb.hpl.hp.com
Fri Aug 3 05:08:00 GMT 2001
What seems to happen is that rsh reads from stdin. rsh sets stdin to be
O_BINARY. However in _read (syscalls.cc) the wait flag is NOT set, so
_read returns -1 and EAGAIN. So stdin for rsh has been set to no delay,
probably by rsync.
What are the rules for inheriting flags and socket options across forks?
bill
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list