Merge lp://staging/~evfool/apport/new-patterns into lp://staging/~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Status: | Merged |
---|---|
Merged at revision: | 486 |
Proposed branch: | lp://staging/~evfool/apport/new-patterns |
Merge into: | lp://staging/~ubuntu-bugcontrol/apport/ubuntu-bugpatterns |
Diff against target: |
43 lines (+27/-0) 1 file modified
bugpatterns.xml (+27/-0) |
To merge this branch: | bzr merge lp://staging/~evfool/apport/new-patterns |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Review via email: mp+101200@code.staging.launchpad.net |
Description of the change
This branch adds three bugpatterns for some frequent bugs:
LP: #940669 in ubuntu-sso-client
LP: #943046 in ubuntu-sso-client - might be a duplicate of LP: #940669, but I'm getting timeout. The bugpattern for this identifies the first N duplicates of it as LP: #940669 and the rest as LP: #943046 as the first ones contain only one StacktraceTop, while the rest contains one before the retracer runs, and one after the retracer runs, but the bugpattern check seems to only consider the latest StacktraceTop, which does not contain the same information as the first one.
LP: #807129 in indiv-screenlets: in some cases screenlets can not load gtk-close icon from the icon-theme (might be icon-theme related), but there are lots of duplicates reported, and they keep coming in.
Thanks for adding these patterns.