[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-09-11 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.14.1-0ubuntu3.4 --- apport (2.14.1-0ubuntu3.4) trusty-proposed; urgency=medium * Write report even for crashes with UnreportableReasons, so that whoopsie will upload more information. (LP: #1360417) -- Brian Murray br...@ubuntu.com

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-09-05 Thread Brian Murray
I installed the version of apport from trusty-proposed and confirm that the .crash file had information added to it. Specifically, DistroRelease, UnreportableReason, Uname, Architecture were added. However, Dependencies was not because apport can't read /etc/apt/sources.list (duh). ** Tags

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

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

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-09-02 Thread Brian Murray
** Changed in: apport (Ubuntu Trusty) Assignee: (unassigned) = Brian Murray (brian-murray) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title: thread_collect_info can leave out

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-09-02 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title: thread_collect_info can leave out information in .crash files To

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-09-02 Thread Brian Murray
I've uploaded this to the trusty-proposed queue for review. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title: thread_collect_info can leave out information in .crash files To manage

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-09-02 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.4 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

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

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-27 Thread Martin Pitt
** Changed in: apport (Ubuntu) Status: New = In Progress ** Changed in: apport (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title:

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-27 Thread Martin Pitt
Fixed in trunk r2846. ** Changed in: apport (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title: thread_collect_info can leave out

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-27 Thread Launchpad Bug Tracker
** Branch linked: lp:apport -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title: thread_collect_info can leave out information in .crash files To manage notifications about this bug go to:

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-22 Thread Brian Murray
I've tracked this down to the following in apport/ui.py: try: report.add_package_info(package) except ValueError: # this happens if we are collecting information on an uninstalled # package if not ignore_uninstalled: raise except SystemError

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-22 Thread Brian Murray
This also happened to me with the oneconf-service: https://errors.ubuntu.com/oops/f870f968-2975-11e4-8440-fa163e78b027 /etc/apt/sources.list was having read permissions removed from it by apt-clone, a bug which has since been fixed. But again having this issues reported to the Error Tracker

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-22 Thread Brian Murray
Here is the incomplete .crash file in the Error Tracker: https://errors.ubuntu.com/oops/76316c14-2a27-11e4-a5d9-fa163e5bb1a2 This is the one that was made when I removed the return from collect_info: https://errors.ubuntu.com/oops/53f7a9ba-2a31-11e4-b792-fa163e5bb1a2 As we can see there is

[Bug 1360417] Re: thread_collect_info can leave out information in .crash files

2014-08-22 Thread Brian Murray
** Changed in: apport (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360417 Title: thread_collect_info can leave out information in .crash