[Bug 1326000] Re: whoopsie should record OOPS ID for an uploaded crash
Launchpad Bug Tracker
1326000 at bugs.launchpad.net
Wed Jun 18 00:42:28 UTC 2014
This bug was fixed in the package whoopsie - 0.2.24.6
---------------
whoopsie (0.2.24.6) trusty-proposed; urgency=medium
* Log the OOPS ID (returned by daisy) for the reported crash. (LP: #1326000)
-- Brian Murray <brian at ubuntu.com> Mon, 09 Jun 2014 11:03:32 -0700
** Changed in: whoopsie (Ubuntu Trusty)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to whoopsie in Ubuntu.
https://bugs.launchpad.net/bugs/1326000
Title:
whoopsie should record OOPS ID for an uploaded crash
Status in Ubuntu error tracker backend (daisy):
Fix Released
Status in “whoopsie” package in Ubuntu:
Fix Released
Status in “whoopsie” source package in Trusty:
Fix Released
Bug description:
[Impact]
It is hard for a developer to determine the OOPS at errors.ubuntu.com associated with the crash file that they uploaded, especially if they have uploaded multiple .crash files. This resolves this by having daisy return the OOPS ID when the report is uploaded, which is then logged by whoopsie.
[Test Case]
1) start whoopsie in the foreground "sudo CRASH_DB_URL=https://daisy.ubuntu.com APPORT_REPORT_DIR=/var/crash/ whoopsie -f"
2) start d-feet in a terminal "d-feet &"
3) pkill -11 d-feet
4) say yes to reporting the crash
5) Observe the following in the terminal running whoopsie
Parsing /var/crash/_usr_share_virt-manager_virt-manager.py.1000.crash.
Uploading /var/crash/_usr_share_virt-manager_virt-manager.py.1000.crash.
Sent; server replied with: No error
Response code: 200
Sent; server replied with: No error
With the version of whoopsie from trusty -proposed you will see the
following line:
"Reported OOPS ID 89d2d5fc-f0af-11e3-8891-fa163e373683"
You can then go to https://errors.ubuntu.com/oops/$OOPSID and see the
crash you reported (it should be about the same package).
[Regression Potential]
There is little chance of a regression as we are just logging more information.
When whoopsie uploads a crash to errors.ubuntu.com the OOPS ID for the crash should be recorded by whoopsie in a log file. This would require some work on daisy's part to return the OOPS ID. This would allow one to more easily find the OOPS corresponding to a crash then going to the user page and looking at all of the most recent OOPSes to find the one you are interested in.
To manage notifications about this bug go to:
https://bugs.launchpad.net/daisy/+bug/1326000/+subscriptions
More information about the foundations-bugs
mailing list