Hello,
wget seems to have an integer overflow when downloading files larger than 2 GB. I noticed it when getting this file: (wget http://www.archive.org/download/lecture_10302/lecture_10302.mpeg)
The file size display suddenly gets negative (could live with that), but then some assertion is triggered. This is the output:
-------------------------- [ <=> ] -1,982,957,564 6.72M/s
wget: retr.c:292: calc_rate: Assertion `bytes >= 0' failed. Aborted --------------------------
Running "GNU Wget 1.9.1" on i386, Debian testing, kernel 2.4.24.
Kind regards, Dirk Farin
