samba-bugs@samba.org
2005-Oct-22 20:00 UTC
[Bug 3202] New: rsync crash with long directory structure
https://bugzilla.samba.org/show_bug.cgi?id=3202 Summary: rsync crash with long directory structure Product: rsync Version: 2.6.6 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: stano@websupport.sk QAContact: rsync-qa@samba.org use filesystem was XFS how to reproduce: # while true; do mkdir a; cd a; mkdir b;cd b; done CTRL+C # find ./a |tail -1 ./a/b/a/b/a/b/a/b/a/b/a/b (very long) # find ./a |tail -1|wc -c 4654 # rsync -r /a/ /b/ rsync: writefd_unbuffered failed to write 85 bytes: phase "unknown" [receiver]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at io.c(1099) zsh: segmentation fault rsync -r /a/ /b/ -- 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.