Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
I have seen one customer has reported single crash thrice. Case 00513042, 00513043, 00513494. All of them are from same client, same timestamp and same backtrace. Is ABRT supposed to allow report same issue more than once? IS this expected behaviour?
Version-Release number of selected component (if applicable):
abrt-1.1.16
How reproducible:
alway
Steps to Reproduce:
1. Open abrt-gui
2. Select first crash
3. Report it via 'RHTSupport'
4. Select first crash again
5. Again report via 'RHTSupport'.
Actual results:
ABRT allows to report same crash again.
Expected results:
There should be some mechanism to map crash and support case number. So that client refers particular crash with associated support case number and client is not allowed to create new case for same crash.
Additional info:
Yes, ABRT allows to report the same crash many times, I think we should implement dupe checking similar to bugzilla, so customers can find duplicates at least in their tickets.
I agree with what Jiri said -- we should be de-duplicating that behind the scenes, although maybe we can make that more visible to the customer.
Did the customer report the crash each time from the same system?
if report submits the problem report and we can return an arbitrary response, we could include this.
Eg, suggested KBase: article-123, also, you've already reported this problem in case-234, do you want to add this data to this case?
We can look that up server-side, although we'll need to scope out the work if we want to go down that path...
Fixed in git:
commit 7d86e14ae0d5899eac823f22f111253c6b829a5e
Author: Denys Vlasenko <dvlasenk>
Date: Tue Nov 1 17:41:39 2011 +0100
reporter-bugzilla/rhts: add code to prevent duplicate reporting. Closes rhbz#727494
Option -f override this check. For now, I added the option
to default config files - meaning that the behavior don't change.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHSA-2012-0841.html