aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: [FIXED] current cvs (15/03 morning) and 2GB file bug  (Read 2215 times)

domino

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 14
[FIXED] current cvs (15/03 morning) and 2GB file bug
« 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
Logged
@+
dom

domino

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 14
RE: current cvs (15/03 morning) and 2GB file bug
« Reply #1 on: March 23, 2004, 11:53:15 PM »

Current cvs is working for > 2GB files ;-)
Logged
@+
dom