search for: mergelist_cnt

Displaying 1 result from an estimated 1 matches for "mergelist_cnt".

2014 Dec 08
2
[Bug 10995] New: rsync -aFF crashes when parent directory of source directory has a .rsync-filter file with a dir-merge rule in it
...t/.rsync-filter mkdir src-parent/src mkdir src-parent/src/subdir mkdir dest rsync -aFF src-parent/src/ dest/ On Ubuntu 14.04 with the rsync version that ships with Ubuntu (rsync version 3.1.0 protocol version 31), I get the following output: rsync: exclude.c:584: pop_local_filters: Assertion `mergelist_cnt == old_mergelist_cnt' failed. Aborted (core dumped) On OS X 10.10 with rsync version 2.6.9 protocol version 29, this runs without problems. It looks like rsync looks too far up the directory tree for filter rules, and then gets confused. Note that the above steps are minimal as far as I w...