[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-11-06 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.0.1-0ubuntu17.8 --- apport (2.0.1-0ubuntu17.8) precise-proposed; urgency=medium [ Martin Pitt ] * report.py, add_gdb_info(): Check for truncated core dumps, and set UnreportableReason and raise an IOError on them. Handle this in

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-31 Thread Brian Murray
bdmurray@clean-precise-amd64:~/precise$ PYTHON=python2 test/run report.test_add_gdb_info_damaged Testing local source tree. --- Testing report.test_add_gdb_info_damaged --- test_add_gdb_info_damaged (__main__.T) add_gdb_info() with damaged core dump ... warning: Memory read failed for corefile se

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-30 Thread Brian Murray
Hello Brian, or anyone else affected, Accepted apport into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/apport/2.0.1-0ubuntu17.8 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://w

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-29 Thread Brian Murray
I've updated the debdiff to match either string. Additionally, the test case needs changing as os.truncate() is only available in python3. Switching to the following will properly truncate the CoreDump in python2. pr['CoreDump'] = pr['CoreDump'][0][:100] -- You received this bug notification be

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-06 Thread Brian Murray
In Precise the output of gdb contains the following '"/tmp/tmp6nupat/core" is not a core dump: File format not recognized' as opposed to Trusty's message regarding "is truncated: expected core file size" message. It'd probably be best to match on either string. -- You received this bug notificat

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-06 Thread Brian Murray
In Precise the output of gdb contains the following '"/tmp/tmp6nupat/core" is not a core dump: File format not recognized' as opposed to Trusty's message regarding "is truncated: expected core file size" message. It'd probably be best to match on either string. -- You received this bug notificat

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-02 Thread Brian Murray
** Also affects: apport (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: apport (Ubuntu Precise) Status: New => Triaged ** Changed in: apport (Ubuntu Precise) Importance: Undecided => Medium -- You received this bug notification because you are a member of U

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.1-0ubuntu3.5 --- apport (2.14.1-0ubuntu3.5) trusty-proposed; urgency=medium [ Martin Pitt ] * report.py, add_gdb_info(): Check for truncated core dumps, and set UnreportableReason and raise an IOError on them. Handle this in

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-02 Thread Brian Murray
>From #ubuntu-release: 09:14 < bdmurray> any SRU team member I'd like to have a 2nd opinion on releasing the fix for bug 1354571 early. 09:14 < ubot2> bug 1354571 in apport (Ubuntu Trusty) "apport-retrace ignores warnings from g

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-02 Thread Brian Murray
bdmurray@clean-trusty-amd64:~/trusty$ PYTHON=python3 test/run report.test_add_gdb_info_damaged Testing local source tree. Skipping PEP 8 tests, pep8 is not installed Skipping pyflakes tests, pyflakes is not installed --- Testing report.test_add_gdb_info_damaged --- test_add_gdb_info_damaged (__mai

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-01 Thread Brian Murray
This is probably also worth SRU'ing to Precise since we seem to get some invalid core dumps from that release too. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1354571 Titl

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-01 Thread Chris J Arges
Hello Brian, or anyone else affected, Accepted apport into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/apport/2.14.1-0ubuntu3.5 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wi

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/trusty/apport/ubuntu -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1354571 Title: apport-retrace ignores warnings from gdb St

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-01 Thread Brian Murray
We should also see a decrease in the growth rate of the graphite metric missing.missing_sas_amd64.count at least when the fixed version of the package moves to -updates. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport i

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-01 Thread Brian Murray
** Description changed: - I was trying to investigate a failed retrace on armhf and received the - following when running apport-retrace with -g. + [Impact] + Crash reports with damaged core dumps are being sent to the Ubuntu Error Tracker, where they are added to the retracing queue and then an

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-10-01 Thread Brian Murray
** Also affects: apport (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: apport (Ubuntu Trusty) Status: New => In Progress ** Changed in: apport (Ubuntu Trusty) Importance: Undecided => Medium ** Changed in: apport (Ubuntu Trusty) Assignee: (unassigned) =

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.7-0ubuntu1 --- apport (2.14.7-0ubuntu1) utopic; urgency=medium * New upstream release: - Fix interpretation of core dump ulimits: they are in bytes, not KiB. (LP: #1346497) - apport-retrace: Don't require specifying an op

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-29 Thread Martin Pitt
Fixed in trunk r2853. ** Changed in: apport (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1354571 Title: apport-retrace i

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:apport -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1354571 Title: apport-retrace ignores warnings from gdb Status in “apport” package in Ubuntu:

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-29 Thread Martin Pitt
** Changed in: apport (Ubuntu) Importance: Low => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1354571 Title: apport-retrace ignores warnings from gdb Status i

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-29 Thread Martin Pitt
** Changed in: apport (Ubuntu) Status: New => Triaged ** Changed in: apport (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/135

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-08 Thread Brian Murray
** Changed in: apport (Ubuntu) Assignee: (unassigned) => Martin Pitt (pitti) ** Tags added: utopic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1354571 Title: appor

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-08 Thread Brian Murray
Here is the log file from the Error Tracker retracer trying to retrace the crash: e-t-retracer-app-5bb3de66-d6c1-412d-b8fc-fc855569978d/production-logs/retracer-armhf.log:2014-08-08 11:21:45,422:2852:140155919730432:INFO:root:f158f61e-1eec-11e4-9491-fa163e75317b:swift:Processing. e-t-retracer-ap

[Touch-packages] [Bug 1354571] Re: apport-retrace ignores warnings from gdb

2014-08-08 Thread Brian Murray
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.replac