Opened 16 years ago
Closed 16 years ago
#953 closed bug (Fixed)
Deluge get stuck after last upgrade
Reported by: | ariveira@gmail.com | Owned by: | andar |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Unknown | Version: | 1.1.8 |
Keywords: | Cc: | hseagle2015@gmail.com |
Description
I'm using the deluge team ppa in jaunty 64 bits (ubuntu 9.04) and after the last upgrade deluge no longer starts it gets stuck with a blank window. I have to kill it. I tried removeing the conf directory under home no luck. Purging and reinstalling does not help either.
If you need more info just ask
Change History (6)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Summary: | Deluge get stuck after las upgrade → Deluge get stuck after last upgrade |
comment:2 by , 16 years ago
Stracing it shows that it gets stuck in some kind of infinite loop on a select call
Lots of
select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout) stat("/home/$USER/.config/deluge/auth", 0x7fffdfa8a270) = -1 ENOENT (No such file or directory) select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout) stat("/home/$USER/.config/deluge/auth", 0x7fffdfa8a270) = -1 ENOENT (No such file or directory) select(0, NULL, NULL, NULL, {0, 10000}) = 0 (Timeout) stat("/home/$USER/.config/deluge/auth", 0x7fffdfa8a270) = -1 ENOENT (No such file or directory)
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I have seen (and installed and reinstalled) the upgraded packages but the bug is not fixed by them.
comment:5 by , 16 years ago
The issue relies over the update of the libtorrent-rasterbar to 0.14.4. If you downgrade to the 0.14.2-2 version, Deluge 1.1.8 Works again.
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Solved with the last update/patch! Thanks!
I'm having the exact same problem. I as well upgraded Deluge to version 1.1.8 from deluge team ppa, but in my case, the Ubuntu Jaunty is 32-bit. Just like ariveira, I tried to delete conf directory, purge and reinstall the application, but without success - after starting, Deluge freezes with blank window.
I even tried running it from Terminal, but I haven't got any errors.