aMule Forum

English => en_Bugs => Topic started by: domino on March 15, 2004, 12:21:09 PM

Title: [FIXED] current cvs (15/03 morning) and 2GB file bug
Post by: domino on March 15, 2004, 12:21:09 PM
As >2GB file take long to get and part after 2GB doesn't come quickly, i put up a lan server to test it.

i am getting the lseek error with invalid parameter, it happens just after the
Loading temp files from /home/dom/.aMule/Temp/*.part.met

here's a gdb output whith a breakpoint on CFile::Seek

Continuing.
Loading temp files from /home/dom/.aMule/Temp/*.part.met.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x2, ofs=0, mode=wxFromEnd) at CFile.cpp:375
375                 origin = SEEK_CUR;
(gdb) c
Continuing.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=0, mode=wxFromStart) at CFile.cpp:375
375                 origin = SEEK_CUR;
(gdb) c
Continuing.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=-4611701823907037160, mode=wxFromStart)
    at CFile.cpp:375
375                 origin = SEEK_CUR;
(gdb) c
Continuing.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x2, ofs=103079215104, mode=wxFromEnd) at CFile.cpp:375
375                 origin = SEEK_CUR;
(gdb) c
Continuing.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=103079215128, mode=wxFromStart) at CFile.cpp:375
375                 origin = SEEK_CUR;
(gdb) c
Continuing.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x2, ofs=107374182400, mode=wxFromEnd) at CFile.cpp:375
375                 origin = SEEK_CUR;
(gdb) c
Continuing.

Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=107374182425, mode=wxFromStart) at CFile.cpp:375
375                 origin = SEEK_CUR;



bye guys
Title: RE: current cvs (15/03 morning) and 2GB file bug
Post by: domino on March 23, 2004, 11:53:15 PM
Current cvs is working for > 2GB files ;-)