Opened 15 years ago

Closed 15 years ago

#953 closed bug (Fixed)

Deluge get stuck after last upgrade

Reported by: ariveira@… Owned by: andar
Priority: critical Milestone:
Component: Unknown Version: 1.1.8
Keywords: Cc: hseagle2015@…

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 Changed 15 years ago by hseagle2015

  • Cc hseagle2015@… added
  • Summary changed from Deluge get stuck after las upgrade to Deluge get stuck after last upgrade

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.

comment:2 Changed 15 years ago by ariveira@…

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 Changed 15 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 15 years ago by ariveira@…

  • Resolution fixed deleted
  • Status changed from closed to reopened

I have seen (and installed and reinstalled) the upgraded packages but the bug is not fixed by them.

comment:5 Changed 15 years ago by pilipe@…

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 Changed 15 years ago by pilipe@…

  • Resolution set to fixed
  • Status changed from reopened to closed

Solved with the last update/patch! Thanks!

Note: See TracTickets for help on using tickets.