Thu 10 Oct 2002 02:04:17 AM UTC, original submission:
System: P3/500, 512 MB RAM, Suse 7.2.
Error:
Mldonkey is busy at startup, he reads the files.ini, print his message: "to connect, use..." and then he is killing all resources. The GUI or telnet cant connect to the core, he uses 100% CPU-Time, the core dont respond to the term or kill-signal?!
The files.ini is growing really big (IE from 1,2 MB to 130 MB), the file sources in the files.ini will in this file repeated many hundred times...
After:
file_locations = [
a single source like
{ client_addr = ("217.68.172.140", 6662) client_md4 = "0C64E245B3E42DE29A0963EFCFA1BA15" client_name = "" client_age = 1029630815.243607 client_checked = false};
will be repeated many hundred times.
If I try to download a file from the Donkey-Network, the source in { } will repeated, if I try to download a file from the OpneNap network the current OpenNap-Server will be repeated. As example:
file_sources = [
(lionuke, "E:\\Data\\share\\phantom.mp3, [ ("62.211.155.73", 7777);
("62.211.155.73", 7777);
("62.211.155.73", 7777);
...snip 65 KByte the same line...
("62.211.155.73", 7777)])]
};
|