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: way...@samba.org ReportedBy: akrui...@dds.nl QAContact: rsync...@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. -- 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