Page 1 of 1

Deluged crashing on xp inconsistently

Posted: Sun Apr 14, 2013 7:08 am
by spanktastic2120
I installed deluge 1.3.6 and run the daemon on my media center and access it with the deluge gtk from other computers in the house, but seemingly randomly the daemon will crash with just the typical "this program has stopped working" windows error message. I just enabled logging so i only have one log so far, but the last few minutes of it are just thousands of lines of

Code: Select all

performance warning: send buffer watermark too low (upload rate will suffer)
I googled for it and found a closed bug on the issue, so i dont know why i would be having this problem. The complete log is here if anyone needs it http://www.filedropper.com/deluged it was too large for pastebin (about 5 MB). Ill keep running the daemon and grabbing logs to see if its this same thing every time, but its crashing is inconsistent, sometimes it will run for a minute, sometimes a couple hours.

Re: Deluged crashing on xp inconsistently

Posted: Sun Apr 14, 2013 7:13 pm
by spanktastic2120
Heres another log, seems to be an issue with the "send buffer watermark" again.
http://pastebin.com/8GYxNwnX

Re: Deluged crashing on xp inconsistently

Posted: Sun Apr 14, 2013 9:29 pm
by Cas
I don't think the crash has anything to do with the watermark issue. Ideally we would need a traceback to identify the actual issue but since it's on windows it's a bit trickier.

You could try an alternative windows 1.3.6 version that uses python 2.7 and includes libtorrent 0.16.8: http://download.deluge-torrent.org/windows/py2.7/

It is import to note the different python version (2.6 vs 2.7) when installing 3rd party plugins.

Re: Deluged crashing on xp inconsistently

Posted: Mon Apr 15, 2013 4:26 am
by spanktastic2120
I believe that fixed the issue, it has been running for hours without a crash.
The log file doesnt have any "send buffer watermark" errors either.
Thank you.