still affecting 2.10.2:

if '"ERROR:' in self.get('GLibAssertionMessage', ''):
   self['AssertionMessage'] = self['GLibAssertionMessage']
del self['GLibAssertionMessage']

---------------
the bug is now triggered by "del self['GLibAssertionMessage']" 

stacktrace is:
  File "/usr/lib/python3/dist-packages/apport/report.py", line 692, in 
add_gdb_info
    del self['GLibAssertionMessage']
  File "/usr/lib/python3.3/collections/__init__.py", line 877, in __delitem__
    def __delitem__(self, key): del self.data[key]
KeyError: 'GLibAssertionMessage'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1171484

Title:
  Apport crash while generating report from a gdb crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1171484/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to