summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2010-11-04 11:32:38 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2010-11-04 11:32:38 -0400
commit1595336eafd67a1bde19c1129e97ebc6cb4f1c04 (patch)
tree97ba7e78a6c8c0e8c83f5a63e47807f8ade64dd3
parent80a1dc3b9068767f2d52b4863de049f3decb3337 (diff)
downloadtriage-1595336eafd67a1bde19c1129e97ebc6cb4f1c04.tar.gz
triage-1595336eafd67a1bde19c1129e97ebc6cb4f1c04.tar.xz
triage-1595336eafd67a1bde19c1129e97ebc6cb4f1c04.zip
Tweak various special-cases
-rwxr-xr-xabrt-triage.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/abrt-triage.py b/abrt-triage.py
index 29b8e3b..c3403ff 100755
--- a/abrt-triage.py
+++ b/abrt-triage.py
@@ -264,7 +264,7 @@ def get_change(bz, bug_id):
return Change(bug,
newsummary='%s running %s' % (issue, 'ies4linux-gtk.py'),
comment=('''Thank you for your report. This bug is in the ies4linux script you are using to run Internet Explorer. Fedora does not provide or support this script. We would suggest that you report the problem to the upstream project at http://www.tatanka.com.br/ies4linux/ , but it does not seem to have been updated since February 2008, so the effort may be wasted. There is unfortunately nothing the Fedora project can do to help you with this problem.'''),
- status='CLOSED', resolution='CANTFIX'
+ duplicate_id=543591,
)
if subpackage is None:
@@ -332,17 +332,19 @@ Reassigning component from "python" to "%(srpmname)s"; hopefully the %(srpmname
if newsummary == 'SIGABRT in "_XError" in /usr/share/ibus/ui/gtk/main.py':
return Duplicate(bug, 546159)
- if newsummary == 'SIGSEGV in "XFreeColormap" in /usr/bin/hp-systray':
+ if (newsummary == 'Fatal error in "XFreeColormap" in /usr/bin/hp-systray'
+ or newsummary == 'SIGSEGV in "XFreeColormap" in /usr/bin/hp-systray'):
return Duplicate(bug, 543286)
if newsummary == 'Crash in gtk_style_realize with "ClearlooksStyle"':
return Duplicate(bug, 538799)
- if newsummary == 'Fatal error in "IA__gtk_accel_groups_activate" in gajim.py':
+ if (newsummary == 'Fatal error in "IA__gtk_accel_groups_activate" in gajim.py'
+ or newsummary == 'SIGSEGV in "IA__gtk_accel_groups_activate" in gajim.py'):
return Duplicate(bug, 544828)
if newsummary == 'SIGSEGV in "Py_DecRef" in /usr/bin/blueman-applet':
- return Duplicate(bug, 541002)
+ return Duplicate(bug, 541002) # should this be 536786 ???
if newsummary == 'Assertion failure in cs_gem_write_reloc inside radeon_cs_write_reloc running /usr/bin/elisa':
return Duplicate(bug, 546034)
@@ -366,6 +368,9 @@ Reassigning component from "python" to "%(srpmname)s"; hopefully the %(srpmname
if newsummary == 'SIGSEGV in "IA__gdk_cairo_set_source_pixbuf" in /usr/bin/gnochm':
return Duplicate(bug, 552417)
+ if script and script.endswith('SABnzbd.py'):
+ return Duplicate(bug, 552765)
+
if script == 'ubuntu-tweak.py':
# Getting various SIGABRT and SIGSEGV from people running "ubuntu-tweak.py"
# See https://bugzilla.redhat.com/buglist.cgi?quicksearch=ubuntu-tweak