Displaying 6 results from an estimated 6 matches similar to: "Infinite loop on files > 2Gb"
2007 May 27
1
DO NOT REPLY [Bug 4664] New: Infinite loop on files > 2Gb
https://bugzilla.samba.org/show_bug.cgi?id=4664
Summary: Infinite loop on files > 2Gb
Product: rsync
Version: 2.6.9
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: steven.hartland@multiplay.co.uk
2005 Sep 06
3
[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size
https://bugzilla.samba.org/show_bug.cgi?id=1529
------- Additional Comments From thomas@suse.de 2005-09-06 06:37 -------
Now when len is OFF_T is it possible that sum->count (which is size_t) in
sum_sizes_sqroot() will rollover too at line:
sum->count = (len + (blength - 1)) / blength; ?
When we assume all variables have all bits set:
2^64 + (2^32 - 1) / 2^32 = 2^32 + 1
2004 Jun 17
1
[PATCH] make write_batch local
Wayne,
It's taken a little while for me to get more familiar with the
code, but I think I've reached a good breakpoint in improving
batch-mode. Let me highlight some of the changes in the
attached patch:
* --write-batch and --read-batch arguments are no longer passed
from client to server. This fixes the current problem
that causes the server threads to die when the client
2004 Aug 02
4
reducing memmoves
Attached is a patch that makes window strides constant when files are
walked with a constant block size. In these cases, it completely
avoids all memmoves.
In my simple local test of rsyncing 57MB of 10 local files, memmoved
bytes went from 18MB to zero.
I haven't tested this for a big variety of file cases. I think that this
will always reduce the memmoves involved with walking a large
2010 Sep 15
1
What is the block size algorithm
Hello,
First of all, thank you for this great software of rsync. If is extremely
flexible and powerfull.
(my only regret is that i could not find a version for windows dealing
properly with charsets in the files' name, might be patched in a future
version of cygwin? anyway this is not the subject here [?]).
I would like to know how, in the version 3, is computed the default
Block-Size?
I
2004 Jul 12
1
Core dump - Can not sync big data folders of size 800 GB
Hi,
I was trying to synchronize data sitting on our Sun Solaris 8 server with
data size of about 800 GB to a remote Linux server in our LAN. Either the
rsync process hangs for ever else I get "core dump" after about 15 minutes
of time on the source host (solaris 8 server). I used rsync 2.6.2 using the
basic command options as shown below
# rsync -avz -e rsh <source folder