[Bug 3271] Rsync instances stay in memory when using in daemon mode

bugzilla-daemon at dp3.samba.org bugzilla-daemon at dp3.samba.org
Sat Nov 26 17:05:31 GMT 2005


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





------- Comment #4 from euclid80 at users.sf.net  2005-11-26 10:05 MST -------
(In reply to comment #3)
> In my tests, the network i/o process does die, and it's the
> "generator" process that hangs.  I traced it all the way into the exit_cleanup
> routine, and it hangs when it calls log_exit().

The generator process tries to write its error messages over the network
socket, which has gone into an error state.  However, it does not detect that
because select() keeps saying that the descriptor is not available for writing,
so it enters an infinite loop.


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


More information about the rsync mailing list