This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Negative stats from rsync with 20050610 snapshot


rsync has started reported negative statistics with the 20050610 snapshot and a DLL I built from CVS HEAD today using gcc 3.4.4 and the latest gcc-mingw release. Interestingly (to me, at least), it works correctly with CVS HEAD built today using gcc 3.3.3 and the previous gcc-mingw release.

Here's a test case.

% mkdir /tmp/{a,b}
% date > /tmp/a/x
% rsync -v --stats /tmp/a/x /tmp/b
x

Number of files: 1
Number of files transferred: 1
Total file size: -29 bytes
Total transferred file size: -29 bytes
Literal data: -29 bytes
Matched data: -0 bytes
File list size: 20
Total bytes sent: -105
Total bytes received: -40

sent -105 bytes  received -40 bytes  -96.67 bytes/sec
total size is -29  speedup is -0.20
% rsync -v --stats /tmp/a/x /tmp/b
x

Number of files: 1
Number of files transferred: 1
Total file size: -29 bytes
Total transferred file size: -29 bytes
Literal data: -0 bytes
Matched data: -29 bytes
File list size: 20
Total bytes sent: -76
Total bytes received: -46

sent -76 bytes  received -46 bytes  -244.00 bytes/sec
total size is -29  speedup is -0.24



--
David Rothenberger                spammer? -> spam@daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734

Be careful when you bite into your hamburger.
		-- Derek Bok






-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]