Crash when deleting a torrent.
Posted: Thu Nov 21, 2013 12:40 pm
Deluge crashes reproducably when deleting a torrent.
(Right click on the torrent) -> "Remove Torrent" -> "Remove Torrent with data" or "Remove Torrent"
Client Version: 1.3.3
Libtorrent Version: 0.15.10.0
paul@dualcore:~$ uname -a
Linux dualcore 3.10-2-amd64 #1 SMP Debian 3.10.5-1 (2013-08-07) x86_64 GNU/Linux
paul@dualcore:~$ python /usr/bin/deluge
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1077, in connectionFailed
self.factory.clientConnectionFailed(self, reason)
File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 430, in clientConnectionFailed
self.deferred.errback(reason)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 421, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 488, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 575, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-packages/deluge/ui/tracker_icons.py", line 385, in on_download_icon_fail
elif f.check(error.NoResource, error.ForbiddenResource) and icons:
exceptions.AttributeError: 'module' object has no attribute 'NoResource'
Segmentation fault
(Right click on the torrent) -> "Remove Torrent" -> "Remove Torrent with data" or "Remove Torrent"
Client Version: 1.3.3
Libtorrent Version: 0.15.10.0
paul@dualcore:~$ uname -a
Linux dualcore 3.10-2-amd64 #1 SMP Debian 3.10.5-1 (2013-08-07) x86_64 GNU/Linux
paul@dualcore:~$ python /usr/bin/deluge
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1077, in connectionFailed
self.factory.clientConnectionFailed(self, reason)
File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 430, in clientConnectionFailed
self.deferred.errback(reason)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 421, in errback
self._startRunCallbacks(fail)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 488, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 575, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-packages/deluge/ui/tracker_icons.py", line 385, in on_download_icon_fail
elif f.check(error.NoResource, error.ForbiddenResource) and icons:
exceptions.AttributeError: 'module' object has no attribute 'NoResource'
Segmentation fault