Page 1 of 1

Removing torrents and getting segfaults

Posted: Mon Jan 14, 2013 8:48 am
by shirish
Hi all,
I was trying to remove torrents and got the following. This has been
happening for few days now:-

Code: Select all

$ deluge
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/ui/ui.py", line 150, in __init__
    ui = GtkUI(args)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py",
line 253, in __init__
    reactor.run()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/gtk2reactor.py",
line 319, in run
    self.__run()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/gtk2reactor.py",
line 350, in _simulate
    self.runUntilCurrent()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py",
line 800, in runUntilCurrent
    call.func(*call.args, **call.kw)
  File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py",
line 896, in on_alert_torrent_finished
    self.queued_torrents.remove(torrent_id)
exceptions.KeyError: '42e412250650fe22004f6bd03f727e5cb912329d'
Segmentation fault (core dumped)

Please lemme know if any more info. is needed.
This is on debian 64-bit system. I have uploaded the crash file generated (via apport ) at http://filesflash.com/z1wznbee

I have also made a bug-report on the debian-bts at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698113

Looking forward to know if it's something to do with Debian or with deluge itself.

Re: Removing torrents and getting segfaults

Posted: Mon Jan 14, 2013 12:35 pm
by Cas