Opened 11 years ago
Closed 10 years ago
#2419 closed bug (WorksForMe)
Deluge freezes upon adding magnets or torrent files
Reported by: | dbb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | Core | Version: | 1.3.3 |
Keywords: | crash, freeze | Cc: |
Description
As soon as I click the "Add" button for a torrent/magnet, Deluge completely locks up, both the window and the tray icon. I waited for something like 5 minutes for a response. The deluge process had to be killed with kill -9 before I could re-launch the apllication. I tried a few different torrents/magnets and always got the same result.
Sorry it's not much info, but I couldn't find any bug reporting outlines on the wiki. I suppose I could attempt a backtrace if that would be helpful.
The only output I get on the command line is this:
/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::display after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version()) /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised self.gnome_prog = gnome.init("Deluge", deluge.common.get_version())
Some system/version info:
Linux Mint 16 Petra \n \l Linux persephone 3.11.10-db #1 SMP PREEMPT Sat Feb 8 07:59:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux deluge: Installed: 1.3.6-0ubuntu2 Candidate: 1.3.6-0ubuntu2 Version table: *** 1.3.6-0ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages 100 /var/lib/dpkg/status python-libtorrent: Installed: 0.16.11-1ubuntu1 Candidate: 0.16.11-1ubuntu1 Version table: *** 0.16.11-1ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages 100 /var/lib/dpkg/status
Change History (2)
comment:1 by , 11 years ago
Version: | 1.3.6 → 1.3.3 |
---|
comment:2 by , 10 years ago
Resolution: | → WorksForMe |
---|---|
Status: | new → closed |
There is not enough information, nor have I seen this, to diagnose an issue here, however the common factor is libtorrent 0.16.11 so I suggest testing with latest version and reopen if still seeing issue.
I am once again experiencing this behavior, this time on Mint/Debian testing (jessie) which uses 1.3.3. Something is definitely wrong, but I need some guidance in order to provide any useful debugging info.