Stuart Inglis
Stuart Inglis
rsync hangs with some specific files, using 100% of 1 CPU core but without disk nor network activity
See the other issues about multiple v options. Do you have the same problems when you only use a single "v" for verbosity? We have problems when we use three...
For your interest as part of debugging, I compiled with clang (clang version 7.0.1-8+deb10u2 (tags/RELEASE_701/final) and added -fsanitize=memory. It got errors such as: root@xxx:~/rsync# ./rsync -ar /archives/ /mnt/stu/ ==27592==WARNING: MemorySanitizer:...
yes, this is the very latest source. Probably like most of the users we just wanted to know exactly what was going on, it was easier than adding an strace....
This may be helpful to you. static struct output_struct info_words[COUNT_INFO+1] and adding into parse_output_words assert(j < COUNT_INFO+1); I get the following with too many v options. rsync: options.c:447: void parse_output_words(struct...
It looked to me with multiple v's the INFO fields were added to the info_words[] structure until it was larger than COUNT_INFO+1. I'll keep hunting. And yes, the uninitialized error...
I know this is an old issue, but I just posted an issue where we tracked the same thing down to the third v. If we just have one or...