Displaying 2 results from an estimated 2 matches for "ahxx".
Did you mean:
ahax
2011 Dec 16
5
[Bug 8666] New: --debug=all9 fail
...en=43, is_utf8=0) at ../rsync/log.c:321
...and so on ad-infinitum. If the rprintf() at io.c:488 is patched out you no
longer get these recursive debug calls (but might there be others lurking?).
For what it's worth, this was whilst running:
/tmp/rsync-testing --rsync-path=/tmp/rsync-testing -aHXX --numeric-ids
--debug=all9 --link-dest=../A --link-dest=../B C/ server:$PWD/C/
...where the directory hierarchies are quite substantial.
Cheers!
Chris.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA c...
2011 Dec 16
1
[Bug 8665] New: Crash in free_xattr(), from recv_generator()
..., #8655) or today's newly
committed version (many thanks for that!). However, tracing the code through, I
think that's just the trigger and the underlying problem is in the unpatched
master code.
I can reproduce the problem at will with:
/tmp/rsync-testing --rsync-path=/tmp/rsync-testing -aHXX
--link-by-hash=../link-by-hash --link-dest=../A --link-dest=../B C/
server:${PWD}/C/
...where ../link-by-hash was previously populated with a full sync of 'A'.
Unfortunately it's on a very large data set (although it crashes on the 2nd
file into the set) and I haven't yet been abl...