https://bugzilla.samba.org/show_bug.cgi?id=3271
------- Comment #4 from [EMAIL PROTECTED] 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. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html