Stable Release Update to provide possiblity of automatically reporting crashes
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | apport (Ubuntu) |
Undecided
|
Unassigned | ||
| | Trusty |
Medium
|
Brian Murray | ||
Bug Description
[Test Case]
-----------
1) Install apport-noui
2) Verify /var/lib/
3) sleep 1000 &
4) pkill -11 sleep
5) observe /var/crash/
6) wait a wee bit
7) observe /var/crash/
The version of apport in Ubuntu 14.04 is missing a few changes that would allow users to install apport-noui and allow crash reports to be submitted automatically from systems with it installed. The changes are the following:
* debian/
* debian/
* data/whoopsie-
* apport-noui: make the package installation automatically enable
autosubmission, and update the package description accordingly.
LP: #1351137.
The changes to whoopsie-upload-all can be found in this revision (http://
| Changed in apport (Ubuntu): | |
| status: | New → Invalid |
| Changed in apport (Ubuntu Trusty): | |
| importance: | Undecided → Medium |
| status: | New → In Progress |
| assignee: | nobody → Brian Murray (brian-murray) |
| description: | updated |
| Brian Murray (brian-murray) wrote : | #1 |
Hello Brian, or anyone else affected,
Accepted apport into trusty-proposed. The package will build now and be available at https:/
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-
Further information regarding the verification process can be found at https:/
| Changed in apport (Ubuntu Trusty): | |
| status: | In Progress → Fix Committed |
| tags: | added: verification-needed |
| Brian Murray (brian-murray) wrote : | #3 |
bdmurray@flash:~$ apt-cache policy apport
apport:
Installed: 2.14.1-0ubuntu3.7
Candidate: 2.14.1-0ubuntu3.8
Version table:
2.
500 http://
*** 2.14.1-0ubuntu3.7 0
500 http://
100 /var/lib/
bdmurray@flash:~$ ls /var/lib/apport/
autoreport
bdmurray@flash:~$ sleep 1001 &
[1] 30023
bdmurray@flash:~$ pkill -11 sleep
bdmurray@flash:~$ fg
-bash: fg: job has terminated
[1]+ Segmentation fault (core dumped) sleep 1001
bdmurray@flash:~$ ls /var/crash/
_bin_sleep.
_bin_sleep.
bdmurray@flash:~$ ls -lh /var/crash/
total 64K
-rw-r----- 1 bdmurray whoopsie 33K Mar 19 07:27 _bin_sleep.
-rw-r--r-- 1 root whoopsie 0 Mar 19 07:27 _bin_sleep.
-rw------- 1 whoopsie whoopsie 0 Mar 19 07:27 _bin_sleep.
| tags: |
added: verification-done removed: verification-needed |
| Brian Murray (brian-murray) wrote : | #4 |
I meant to show the output of apport-noui:
bdmurray@flash:~$ apt-cache policy apport-noui
apport-noui:
Installed: 2.14.1-0ubuntu3.8
Candidate: 2.14.1-0ubuntu3.8
Version table:
*** 2.14.1-0ubuntu3.8 0
500 http://
100 /var/lib/
2.
500 http://
| Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package apport - 2.14.1-0ubuntu3.8
---------------
apport (2.14.1-0ubuntu3.8) trusty-proposed; urgency=medium
* Backport changes from 14.10 to ensure that automatic crash reporting
works. (LP: #1431058)
- Refactor whoopsie-upload-all to behave more reliably in case of
overlapping crash processing.
- debian/
each incoming .crash file, and drop the racy handling of non-root .crash
files (as well as the unnecessary 'env MATCH' line).
- debian/
- debian/
- apport-noui: make the package installation automatically enable
autosubmi
-- Brian Murray <email address hidden> Thu, 12 Mar 2015 15:58:32 -0700
| Changed in apport (Ubuntu Trusty): | |
| status: | Fix Committed → Fix Released |
| Adam Conrad (adconrad) wrote : Update Released | #6 |
The verification of the Stable Release Update for apport has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.


I've uploaded this to the Trusty SRU queue.