mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] >2GB Bug again?


From: Martin
Subject: Re: [Mldonkey-users] >2GB Bug again?
Date: Sat, 15 Nov 2003 01:19:34 +0100
User-agent: Mutt

Fortin Denis wrote...
> Can you modify this in your small test program : 
> in file src/utils/lib/stubs_c.c
> in function value md4_unsafe64_fd (value digest_v, value fd_v, value pos_v, 
> value len_v)
> (line ~445)
>   OS_FD fd = Fd_val(fd_v);
>   long pos = Int64_val(pos_v);
> to 
>   unsigned long pos = Int64_val(pos_v); 

ok did it...

> Don't know if this help ( but 
> 2898944000 is 1010 1100 1100 1010 0110 0000 0000 0000)

this doesnt tell me anything at all :(

> dd if=temp/THATBIGFILE of=testfile ibs=1 skip=2898944000 && md4sum testfile
> 126976+0 records in
> 248+0 records out
> 4b52777d788777fcff2b8018e506b14a

> Your system supports 1024 file descriptors
> Partial 298
> Length 126976
> Start 2898944000
> End 2899070976
> Hash 4B52777D788777FCFF2B8018E506B14A

WAHOOO! You are my hero! It works!
I will compile a new core right now and see if my file gets
finished...

-- 
Before replying see www.reedmedia.net/misc/mail/using-mailing-list.html
Clones are people two.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]