Removing torrents and getting segfaults

General support for problems installing or using Deluge
Post Reply
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Removing torrents and getting segfaults

Post 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.
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Removing torrents and getting segfaults

Post by Cas »

Post Reply