← Back to team overview

ubuntu-bugcontrol team mailing list archive

[Merge] lp:~evfool/apport/new-patterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

 

Robert Roth has proposed merging lp:~evfool/apport/new-patterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.

Requested reviews:
  Ubuntu Bug Control (ubuntu-bugcontrol)

For more details, see:
https://code.launchpad.net/~evfool/apport/new-patterns/+merge/101200

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.
-- 
https://code.launchpad.net/~evfool/apport/new-patterns/+merge/101200
Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~evfool/apport/new-patterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
=== modified file 'bugpatterns.xml'
--- bugpatterns.xml	2012-04-06 22:02:03 +0000
+++ bugpatterns.xml	2012-04-08 10:45:24 +0000
@@ -1999,6 +1999,17 @@
         <re key="Traceback">line 461, in on_draw</re>
     </pattern>
 
+<!-- indiv-screenlets -->
+
+    <pattern url="http://launchpad.net/bugs/807129";>
+        <re key="SourcePackage">^indiv-screenlets</re>
+        <re key="Tags">apport-crash</re>
+        <re key="Traceback">gtk-close</re>
+        <re key="Traceback">GError</re>
+        <re key="Traceback">File "/usr/lib/pymodules/python2.7/screenlets/__init__.py", line [0-9]+, in load_buttons
+    self\.closeb = self\.gtk_icon_theme\.load_icon \("gtk-close", 16, 0\)</re>
+    </pattern>
+
 <!-- Converted from seahorse-plugins.xml -->
 
     <pattern url="http://launchpad.net/bugs/429322";>
@@ -2607,6 +2618,22 @@
         <re key="Package">^ubuntu-sso-client</re>
         <re key="Traceback">org\.freedesktop\.DBus\.Error\.NoServer</re>
     </pattern>
+    <pattern url="http://launchpad.net/bugs/943046";>
+        <re key="Package">^ubuntu-sso-client</re>
+        <re key="Title">ubuntu-sso-login crashed with SIGSEGV in (QSocketNotifier::|)setEnabled</re>
+        <re key="Signal">11</re>
+        <re key="Tags">apport-crash</re>
+        <re key="StacktraceTop">pyqtDBusHelper::readSocket</re>
+    </pattern>
+    <pattern url="http://launchpad.net/bugs/940669";>
+        <re key="Package">^ubuntu-sso-client</re>
+        <re key="Title">ubuntu-sso-login crashed with SIGSEGV in (QSocketNotifier::|)setEnabled</re>
+        <re key="Signal">11</re>
+        <re key="Tags">apport-crash</re>
+        <re key="StacktraceTop">QSocketNotifier::setEnabled</re>
+        <re key="StacktraceTop">QMetaObject::activate</re>
+        <re key="StacktraceTop">QSocketNotifier::activated</re>
+    </pattern>
 
 <!-- Converted from update-manager.xml -->
 


Follow ups