Re: Large file problem

2005-04-11 Thread Hrvoje Niksic
martin grönemeyer [EMAIL PROTECTED] writes: I found a problem while downloading a large file via http. If I disable verbose output, it works fine. Versions of Wget released so far don't support large files. Even without verbose output, writing the file would probably throw an error after the

RE: Large file problem

2005-03-02 Thread Herold Heiko
From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Gisle Vanem [EMAIL PROTECTED] writes: It doesn't seem the patches to support 2GB files works on Windows. Wget hangs indefinitely at the end of transfer. E.g. [...] I seem to be unable to repeat this. Me too. I transferred successfully

Re: Large file problem

2005-03-01 Thread Hrvoje Niksic
Gisle Vanem [EMAIL PROTECTED] writes: It doesn't seem the patches to support 2GB files works on Windows. Wget hangs indefinitely at the end of transfer. E.g. [...] I seem to be unable to repeat this. Does this happen with only with large files, or with all files on large-file-enabled version

Re: Large file problem

2005-02-27 Thread Gisle Vanem
Hrvoje Niksic wrote: Gisle Vanem [EMAIL PROTECTED] writes: It doesn't seem the patches to support 2GB files works on Windows. Wget hangs indefinitely at the end of transfer. Is there a way to trace what syscall Wget is stuck at? Under Cygwin I can try to use strace, but I'm not sure if I'll be

Re: Large file problem

2005-02-27 Thread Hrvoje Niksic
Steve Thompson [EMAIL PROTECTED] writes: I have found in another context that the Windows C run-time library can't handle files larger than 2GB in any context, when using fopen, etc. The size of off_t is 4 bytes on IA32. I know that, but stdio is not necessarily tied to off_t anyway -- except

Re: Large file problem

2005-02-27 Thread Hrvoje Niksic
Gisle Vanem [EMAIL PROTECTED] writes: There is strace for Win-NT too. But I dare not install it to find out. Hmm, OK. PS. it is quite annoying to get 2 copies of every message. I'll try to remember to edit the headers to leave your private address out. Also, there should be a Reply-to:

Re: Large file problem

2005-02-02 Thread Ulf Härnhammar
Quoting Rainer Zocholl [EMAIL PROTECTED]: But today i have to report the first problem: the attempt to download a 3.3GB file (Suse Linux Image) failed in several ways: wget seems to get an integer wrap arround see -931,424,256 as size... It is a Frequently Asked Question, with the answer

Re: Large file problem

2005-02-02 Thread Rainer Zocholl
On Wed, Feb 02, 2005 at 11:13:09AM +0100, Rainer Zocholl wrote: 1) Wget fails on resume 2) Wget terminates with an assertion (BTW: squid has problems too) Assertion failed: bytes = 0, file retr.c, line 292 Meanwhile i found the FAQ (with manually seraching the mailing list!)... ;-)