https://bugzilla.samba.org/show_bug.cgi?id=5318

           Summary: Rsync assertion in check_prior() when using --append
           Product: rsync
           Version: 3.0.0
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


Seems like rsync 3.0.0 daemon process will assert when using --append under
certain circumstances. 

 * This worked in 2.9.6. 
 * Removing the --append option avoids the assertion.
 * Tried to make a test case using less rsync options, but the 
   problem becomes harder for me to reproduce.

OS:

FreeBSD m3.npubs.com 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #3: Mon Dec 10
21:38:01 UTC 2007     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RACK3  i386

ASSERTION:

Assertion failed: (CVAL(node->data, 0) != 0), function check_prior, file
hlink.c, line 256.

SERVER CONFIG (running with --daemon):

syslog facility = daemon
hosts allow = 10.2.4.0/29
log file = /tmp/rsync.log

[d1]
path = /data/d1/.store
use chroot = yes
read only = false
write only = true
uid = root 
gid = wheel

CLIENT COMMAND LINE:

/usr/local/bin/rsync -aREHx --inplace --links --ignore-errors --delete
--delete-excluded --delete-during --exclude-from - --stats --progress
/data/d2/comictrax.net/./ m3i::d1/comictrax.net

SERVER LOG:

2008/03/11 16:48:08 [16408] connect from m2i.npubs.com (10.2.4.2)
2008/03/11 16:48:08 [16408] No match for refuse-options string "iconv"
2008/03/11 16:48:08 [16408] rsync to d1/comictrax.net from m2i.npubs.com
(10.2.4
.2)
2008/03/11 16:48:08 [16408] receiving file list


-- 
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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to