mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] memory leak in 2.5.18


From: syrius . ml
Subject: Re: [Mldonkey-users] memory leak in 2.5.18
Date: Sat, 24 Apr 2004 03:28:56 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Andre Hinrichs <address@hidden> writes:

>> I briefly tested 2.5.18 from spiralvoice, and I thought it might be
>> worthwhile to mention to anyone else that is tempted, that upon
>> downgrading back to 2.5.16, all my current downloads were reset back to
>> 0k downloaded.
> Same here. All downloads were at 0Bytes after falling back from 2.5.18 to 
> 2.5.16. Fortunately, I had a backup of all configuration files...

Last time I tried to use 2.5.11 instead of 2.5.17, the result was
exactly the same => 0B for all files...
Some chunks of some files get recovered after using a script like this
one:
echo -e "vd\nq\n" | nc localhost 4000 | \
  awk '/D +[0-9]+/ {print $2}' | sed -e 's/]//' | \
  ( while read a; do \
      echo -e "verify_chunks $a\n"; \
      sleep 5m; \
    done; \
    echo -e "q\n" \
  ) | nc localhost 4000

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]