wget = 1.10.2 in 3.[89] - sign error?

2006-03-27 Thread Toni Mueller
Hello, I just tried to download a file of some 3 gigs from a foreign server using wget. On both a 3.9+ (snapshot shortly after tagging) and 3.8 machine, wget crashes. On the 3.9+ machine, it worked like this: Loaded symbols for /usr/libexec/ld.so #0 0x063c39b9 in kill () from

Re: wget = 1.10.2 in 3.[89] - sign error?

2006-03-27 Thread Thorsten Glaser
Toni Mueller dixit: I just tried to download a file of some 3 gigs wget is not designed to do it. If it works, sheer luck. The internal code uses 32-bit variables all over the place. //mirabile -- I believe no one can invent an algorithm. One just happens to hit upon it when God enlightens

Re: wget = 1.10.2 in 3.[89] - sign error?

2006-03-27 Thread Frank Denis
Le Mon, Mar 27, 2006 at 09:50:14PM +, Thorsten Glaser ecrivait : Toni Mueller dixit: I just tried to download a file of some 3 gigs wget is not designed to do it. If it works, sheer luck. ACK. Try curl instead. Way better and it has no issue with large files. -- Frank Denis -

Re: wget = 1.10.2 in 3.[89] - sign error?

2006-03-27 Thread Toni Mueller
Hello, On Mon, 27.03.2006 at 21:50:14 +, Thorsten Glaser [EMAIL PROTECTED] wrote: Toni Mueller dixit: I just tried to download a file of some 3 gigs wget is not designed to do it. If it works, sheer luck. The internal code uses 32-bit variables all over the place. so you say: Despite