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

--- Comment #14 from Wayne Davison <way...@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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to