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>
*** 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.