This problem exists in apport/report.py:

        part_re = re.compile('^\$\d+\s*=\s*-99$', re.MULTILINE)
        parts = part_re.split(out)
        # drop the gdb startup text prior to first separator
        parts.pop(0)
        for part in parts:
            self[value_keys.pop(0)] = part.replace('\n\n', '\n.\n').strip()

Using the relevant core file we see the warning in parts[0].

ipdb> parts[0]
u'The target architecture is assumed to be arm\nBFD: Warning: 
/tmp/apport_core_U3847R is truncated: expected core file size >= 19316736, 
found: 9502720.\n[New LWP 15327]\n[New LWP 15530]\n[New LWP 15321]\nCannot 
access memory at address 0xb6fa7948\nCannot access memory at address 
0xb6fa7944\n'

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

Title:
  apport-retrace ignores warnings from gdb

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

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

Reply via email to