ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04445
[Merge] lp:~hjd/apport/openjdk-9-bugpattern into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Hans Joachim Desserud has proposed merging lp:~hjd/apport/openjdk-9-bugpattern into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
Requested reviews:
Ubuntu Bug Control (ubuntu-bugcontrol)
For more details, see:
https://code.launchpad.net/~hjd/apport/openjdk-9-bugpattern/+merge/309378
Inspired by Brian Murray's post to ubuntu-bugsquad [1], I've created a pattern for bug 1550950. :)
Tested a bit and found that the pattern matches both this the original bug as well as all but three of the duplicates. (The non-matches either lack DpkgTerminalLog or doesn't contain the error message for unknown reasons) I haven't done any testing to see what isn't covered, but I tried to make the pattern rather specific to avoid catching unrelated issues.
Let me know what you think.
[1] https://lists.ubuntu.com/archives/ubuntu-bugsquad/2016-September/005038.html
--
Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~hjd/apport/openjdk-9-bugpattern into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
=== modified file 'bugpatterns.xml'
--- bugpatterns.xml 2016-10-07 11:45:44 +0000
+++ bugpatterns.xml 2016-10-26 18:34:53 +0000
@@ -2108,4 +2108,9 @@
<re key="modified.conffile..etc.mysql.my.cnf.fallback">\[deleted\]</re>
</pattern>
+ <pattern url="https://launchpad.net/bugs/1550950">
+ <re key="Package">^openjdk-9-jdk</re>
+ <re key="DpkgTerminalLog">include\/linux\/jawt_md.h.*openjdk-9-jdk-headless</re>
+ </pattern>
+
</patterns>