Merge lp:~racb/apport/877852 into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

Proposed by Robie Basak
Status: Merged
Merged at revision: 424
Proposed branch: lp:~racb/apport/877852
Merge into: lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Diff against target: 14 lines (+6/-0)
1 file modified
bugpatterns.xml (+6/-0)
To merge this branch: bzr merge lp:~racb/apport/877852
Reviewer Review Type Date Requested Status
Ubuntu Bug Control Pending
Review via email: mp+87625@code.launchpad.net

Description of the change

Add pattern for 877852. We still seem to be getting these in regularly.

This is actually a secondary tracking bug since 862129 won't accept any more duplicates.

I've tested this against previous bugs and sampled them to ensure that is it matching correctly.

To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

Thanks for the pattern, I've gone ahead and merged it.

Bug patterns redirect people to a url instead of having apport file a new bug report. So you could have the pattern actually point to bug 862129 (the fact that it won't accept duplicates doesn't matter.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bugpatterns.xml'
2--- bugpatterns.xml 2011-12-14 18:53:24 +0000
3+++ bugpatterns.xml 2012-01-05 14:32:23 +0000
4@@ -2768,4 +2768,10 @@
5 <re key="Title">SIGSEGV in (.*__strlen_|fputs)</re>
6 </pattern>
7
8+ <pattern url="https://launchpad.net/bugs/877852">
9+ <re key="Package">^samba</re>
10+ <re key="VarLogDistupgradeTermlog">Can't locate File\/Temp.pm in @INC</re>
11+ <re key="VarLogDistupgradeTermlog">Compilation failed in require at \/usr\/sbin\/update-inetd</re>
12+ </pattern>
13+
14 </patterns>