Hi!
I have Deluge 1.2.0 and start it in "non classical mode" and.. gtkUI (/usr/bin/deluge) loads my processor on 100 % after some operating time.. Deluge 1.1.9 worked normal, this problem i have only after update to 1.2.0, see:
I restart the program (gtkUI /usr/bin/deluge), but after some time it again loads the processor to 100% CPU usage.. It's a bug?
Same problem: Deluge 1.2.0, Arch linux 32 bit, classic or daemoned doesn't matter. Problem is in GUI. It occurs especially when I click on Peers tab - in few moments Deluge uses whole CPU. When I close gui and connect back to daemon it works fine until I click on Peers...
I would just like to confirm this problem on both an Arch Linux and a Gentoo system (deluge runs in daemon mode on the Gentoo box). Running strace on the gui's pid shows me something like endless polling. I can probably get a more accurate trace if required.
I just got this problem on Arch when I upgraded libtorrent-rasterbar to 0.14.9-1, downgrading to the previous version (0.14.8-1) seems to have fixed the issue for me.
I would just like to confirm this problem on both an Arch Linux and a Gentoo system (deluge runs in daemon mode on the Gentoo box). Running strace on the gui's pid shows me something like endless polling. I can probably get a more accurate trace if required.
I hope this gets fixed soon.
Thanks
Sounds like the PyGTK bug. If you open another process from within Deluge, you could get 100% cpu usage. This will be fixed in pygtk 2.18, I think.
andar wrote:
Sounds like the PyGTK bug. If you open another process from within Deluge, you could get 100% cpu usage. This will be fixed in pygtk 2.18, I think.
I think you are right. Downgrading PyGTK to the stable 2.14 version seems to have done the trick. Thank you.