Displaying 1 result from an estimated 1 matches for "d8587b4".
Did you mean:
d808cb4
2020 Mar 05
3
[Bug 14315] New: rsync hangs when many errors
...uplicate the hang.
$ mkdir target
$ cd target
$ rsync -av --delete --log-file=/tmp/rlog.$$ /home/mvitale/linux ./
This should hang after a few seconds.
7. Exit the two shells (seccomp and newgrp)
$ exit
$ exit
I was able to perform a git bisect to isolate the commit that introduced this
hang:
d8587b4 Change the msg pipe to use a real multiplexed IO mode for the data that
goes from the receiver to the generator.
The following releases show the problem: master, 3.1.3, 3.1.2, 3.1.0
Release 3.0.9 and older do not exhibit the problem.
Each of the following workarounds were successful for my c...