Bug 42829

Summary: telepathy-butterfly-0.5.15 crashes upon resume
Product: Telepathy Reporter: Julian Sikorski <belegdol>
Component: butterflyAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED DUPLICATE QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Julian Sikorski 2011-11-11 09:17:56 UTC
Hi,

abrt keeps catching errors similar to this one (the hex value differs) every time I resume my laptop. This is on Fedora 16 x86_64.

connmgr.py:65:disconnected:KeyError: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/xxx_40gmail_2ecom at 0x302ac90>

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/papyon/client.py", line 425, in disconnected
    self._state = ClientState.CLOSED
  File "/usr/lib/python2.7/site-packages/papyon/client.py", line 319, in fset
    self._dispatch("on_client_state_changed", state)
  File "/usr/lib/python2.7/site-packages/papyon/event/__init__.py", line 44, in _dispatch
    if event_handler._dispatch_event(name, *args):
  File "/usr/lib/python2.7/site-packages/papyon/event/__init__.py", line 65, in _dispatch_event
    handler(*params)
  File "/usr/lib/python2.7/site-packages/butterfly/connection.py", line 393, in on_client_state_changed
    self._disconnected()
  File "/usr/lib/python2.7/site-packages/butterfly/connection.py", line 286, in _disconnected
    self._manager.disconnected(self)
  File "/usr/lib/python2.7/site-packages/butterfly/connection_manager.py", line 51, in disconnected
    result = telepathy.server.ConnectionManager.disconnected(self, conn)
  File "/usr/lib/python2.7/site-packages/telepathy/server/connmgr.py", line 65, in disconnected
    self._connections.remove(conn)
KeyError: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/xxx_40gmail_2ecom at 0x302ac90>

Local variables in innermost frame:
self: <butterfly.connection_manager.ButterflyConnectionManager at /org/freedesktop/Telepathy/ConnectionManager/butterfly at 0x302a190>
conn: <butterfly.connection.ButterflyConnection at /org/freedesktop/Telepathy/Connection/butterfly/msn/xxx_40gmail_2ecom at 0x302ac90>
Comment 1 Julian Sikorski 2011-11-20 07:07:02 UTC

*** This bug has been marked as a duplicate of bug 28126 ***

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.