bugmldonkey, a multi-networks file-sharing client - Bugs: bug #14133, overwritten torrent file fails...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14133: overwritten torrent file fails consistency check at startup

Submitter:  darkfader
Submitted:  Mon 15 Aug 2005 05:09:50 PM UTC
   
 
Category:  Bittorrent-Plugin Severity:  3 - Normal
Item Group:  Program malfunction Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2.6.2 Release: 
Operating System:  Linux Binaries Origin:  CVS / Self compiled
CPU type:  Intel x86

Fri 19 May 2006 08:02:24 PM UTC, comment #1: 

Applied to CVS 2006/05/19
5105: BT: Avoid starting torrent which has the same name
      as a currently downloading torrent

spiralvoice <spiralvoice>
Group administrator
Mon 15 Aug 2005 05:09:50 PM UTC, original submission:  

It seems like I downloaded two torrent files with the same filename. mldonkey overwrote the first one.

Error message:
"Exception: File "src/daemon/common/commonSwarming2.ml", line 0, characters 573-2: Assertion failed while handling option:files in files.ini"

Exception line:
assert (s.s_size = size);

Temporary solution:
Edit files.ini and rename torrent filenames or just delete/rename the actual torrent files. You can add this in front of the exception line if you want to know which file it is:
if (s.s_size <> size) then lprintf "s.s_size <> size : %s %s\n" (Int64.to_string s.s_size) (Int64.to_string size);

darkfader

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-05-19 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code