https://bugzilla.samba.org/show_bug.cgi?id=5701
Summary: deadlock on local rsyncing, bisected to commit f303b749f2843433c9acd8218a4b9096d0d1bb8d Product: rsync Version: 3.1.0 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: safari-samba-bugzilla- [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] $ rsync -v --delete --progress -a --exclude-from=/a/file some directories here /mnt/backup/some/ sending incremental file list There it stays. With older (working) rsync I get: sent 899850 bytes received 260 bytes 1800220.00 bytes/sec total size is 9547899853 speedup is 10607.48 f303b749f2843433c9acd8218a4b9096d0d1bb8d is first bad commit commit f303b749f2843433c9acd8218a4b9096d0d1bb8d Author: Wayne Davison <[EMAIL PROTECTED]> Date: Sat Aug 2 09:14:36 2008 -0700 Added logic to the receiving side to ensure that the --delete-during code will not delete in a directory prior to receiving an I/O error for that directory (or not receiving it, as the case may be). $ gstack 22366 #0 0x0000000000a24ad3 in __select_nocancel () from /lib64/libc.so.6 #1 0x00007fa36509b660 in read_timeout () from /proc/22366/exe #2 0x00007fa36509bb86 in read_loop () from /proc/22366/exe #3 0x00007fa36509a241 in readfd_unbuffered () from /proc/22366/exe #4 0x00007fa36509bd33 in readfd () from /proc/22366/exe #5 0x00007fa36509c956 in read_ndx () from /proc/22366/exe #6 0x00007fa36507cc20 in read_ndx_and_attrs () from /proc/22366/exe #7 0x00007fa365085ede in send_files () from /proc/22366/exe #8 0x00007fa36508e738 in client_run () from /proc/22366/exe #9 0x00007fa36508f58c in main () from /proc/22366/exe $ gstack 22367 #0 0x0000000000a24ad3 in __select_nocancel () from /lib64/libc.so.6 #1 0x00007fa36509b660 in read_timeout () from /proc/22367/exe #2 0x00007fa36509a40a in readfd_unbuffered () from /proc/22367/exe #3 0x00007fa36509bd33 in readfd () from /proc/22367/exe #4 0x00007fa36509c0f6 in read_msg_fd () from /proc/22367/exe #5 0x00007fa3650834d5 in generate_files () from /proc/22367/exe #6 0x00007fa36508e29c in do_recv () from /proc/22367/exe #7 0x00007fa36508ed82 in start_server () from /proc/22367/exe #8 0x00007fa36508fc55 in child_main () from /proc/22367/exe #9 0x00007fa3650a943e in local_child () from /proc/22367/exe #10 0x00007fa36508cb45 in do_cmd () from /proc/22367/exe #11 0x00007fa36508f53f in main () from /proc/22367/exe $ gstack 22368 #0 0x0000000000a24ad3 in __select_nocancel () from /lib64/libc.so.6 #1 0x00007fa36509b660 in read_timeout () from /proc/22368/exe #2 0x00007fa36509bb86 in read_loop () from /proc/22368/exe #3 0x00007fa36509a241 in readfd_unbuffered () from /proc/22368/exe #4 0x00007fa36509bd33 in readfd () from /proc/22368/exe #5 0x00007fa36509c956 in read_ndx () from /proc/22368/exe #6 0x00007fa36507cc20 in read_ndx_and_attrs () from /proc/22368/exe #7 0x00007fa3650845ca in recv_files () from /proc/22368/exe #8 0x00007fa36508e17c in do_recv () from /proc/22368/exe #9 0x00007fa36508ed82 in start_server () from /proc/22368/exe #10 0x00007fa36508fc55 in child_main () from /proc/22368/exe #11 0x00007fa3650a943e in local_child () from /proc/22368/exe #12 0x00007fa36508cb45 in do_cmd () from /proc/22368/exe #13 0x00007fa36508f53f in main () from /proc/22368/exe -- 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. -- 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