Follow-up Comment #1, bug #12841 (project mldonkey):

Can reproduce it:

Networks:

    8 Donkey                         Enabled
    7 BitTorrent                     Enabled
    4 G2                             Enabled
    5 Fasttrack                      Enabled
    2 Open Napster                   Enabled
    3 Gnutella                       Enabled
    6 FileTP                         Enabled
    9 Soulseek                       Enabled

Searching on ed2k network only with HTML interface and starting
some downloads, all produce this error message in logfile:

Exception File "src/daemon/common/commonSwarming2.ml", line 0, characters
609-14: Assertion failed in Network.iter for G2

All downloads are created twice, once as ed2k and as Soulseek
download. Canceling for Soulseek works, canceling ed2k files
does not work:
Exception in file_cancel: Failure("Cannot cancel non primary file")

All files have these lines in files.ini, swarmers[]:
     file_chunk_sizes = [
      1048576;
      9728000;]

and in files[]:
     file_primary = true

Restarting the core changes file_chunk_sizes back to normal:
     file_chunk_sizes = [
      9728000;]

and canceling works again.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12841>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to