[Bug 5478] rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)

samba-bugs at samba.org samba-bugs at samba.org
Thu Sep 22 20:19:04 MDT 2011


https://bugzilla.samba.org/show_bug.cgi?id=5478

--- Comment #14 from Wayne Davison <wayned at samba.org> 2011-09-23 02:19:04 UTC ---
It's a bit unclear what pid corresponds to what function, especially with both
sides having 2 pids in the trace output.  What is the command-line used?

So, looking at your trace, it looks like the sender is waiting to write more
data (its select lists the write and error FDs).  The receiving side's 2 pids
are waiting to read more data.  So, something in between has either failed to
deliver the data, or blocked, or something (it would appear).  Are there other
processes in between the 2 sides (e.g. ssh) that could have blocked?  Or
perhaps a failed pipe (or unix domain socket)?

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list