samba-bugs at samba.org
2009-Oct-16 21:39 UTC
DO NOT REPLY [Bug 6821] New: Assertion failed so rsync crashes (path includes special char)
https://bugzilla.samba.org/show_bug.cgi?id=6821 Summary: Assertion failed so rsync crashes (path includes special char) Product: rsync Version: 3.0.6 Platform: x86 OS/Version: FreeBSD Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: akruijff at dds.nl QAContact: rsync-qa at samba.org I've run the following command: rsync -naHe "/usr/bin/ssh -i /root/.ssh/id_dsa_gateway" --compress-level=9 --stats Server1-*-2009-10-* REMOTE:/backup/ After a wile it gives me this and aborts: rsync: stat "/path/directory/!path with spaces/FILE.EXT" failed: No such file or directory (2) message repeated 20 to 50 times Assertion failed: (CVAL(node->data, 0) == 0), function finish_hard_link, file hlink.c, line 533. rsync: stat "/path/directory/!path with spaces/FILE.EXT" failed: No such file or directory (2) message repeated about 5 times. rsync error: unexplained error (code 134) at io.c(1143) [sender=3.0.6] # rsync --version rsync version 3.0.6 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, no iconv, symtimes -- 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.
samba-bugs at samba.org
2011-Jan-01 22:13 UTC
DO NOT REPLY [Bug 6821] Assertion failed so rsync crashes (path includes special char)
https://bugzilla.samba.org/show_bug.cgi?id=6821 wayned at samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from wayned at samba.org 2011-01-01 16:13 CST ------- Rsync 3.0.7 has this fix which is probably the cause of all the "No such file or directory" errors: - Avoid an error when --dry-run was trying to stat a prior hard-link file that hasn't really been created. The assertion failure is something I haven't yet managed to reproduce. I have added more descriptive messages into the code for 3.0.8 that may help to narrow down what is happening. -- 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.
Possibly Parallel Threads
- DO NOT REPLY [Bug 5407] New: hlink.c:480: finish_hard_link: Assertion `flist != ((void *)0)' failed.
- DO NOT REPLY [Bug 7454] New: assertion failed in finish_hard_link()
- DO NOT REPLY [Bug 5318] New: Rsync assertion in check_prior() when using --append
- assertion failed after too many links error
- Problems with Unit Root testing using ur.df function