Merge lp:~ev/apport/kernel-oops-crash-signature into lp:apport
Proposed by
Evan
on 2012-10-12
| Status: | Merged |
|---|---|
| Merged at revision: | 2571 |
| Proposed branch: | lp:~ev/apport/kernel-oops-crash-signature |
| Merge into: | lp:apport |
| Diff against target: |
122 lines (+93/-2) 2 files modified
apport/report.py (+42/-2) test/test_report.py (+51/-0) |
| To merge this branch: | bzr merge lp:~ev/apport/kernel-oops-crash-signature |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andy Whitcroft (community) | 2012-10-12 | Approve on 2013-01-04 | |
| Martin Pitt | 2012-10-12 | Approve on 2012-10-15 | |
|
Review via email:
|
|||
Description of the Change
This allows us to generate a crash_signature() from a KernelOops problem. We receive somewhere between 100 and 200 of these a day, but cannot bucket them together without a signature.
The algorithm I used came from Andy's suggested approach. I'll ask him to review this as well.
To post a comment you must log in.
| Andy Whitcroft (apw) wrote : | # |
Code looks simple enough, seems to produce reasonable looking signatures from the test cases.
review:
Approve


Thanks! Looks good to me.