[Bug 3202] New: rsync crash with long directory structure

samba-bugs at samba.org samba-bugs at samba.org
Sat Oct 22 19:48:24 GMT 2005


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 at samba.org
        ReportedBy: stano at websupport.sk
         QAContact: rsync-qa at 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.


More information about the rsync mailing list