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.
Bug 1328768 - Preventing of creating a customer case without reproducing knowledge doesn't work
Summary: Preventing of creating a customer case without reproducing knowledge doesn't ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: libreport
Version: 6.9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Matej Habrnal
QA Contact: Martin Kyral
URL:
Whiteboard:
Depends On:
Blocks: 1518652
TreeView+ depends on / blocked
 
Reported: 2016-04-20 09:12 UTC by Matej Habrnal
Modified: 2018-06-19 05:17 UTC (History)
5 users (show)

Fixed In Version: libreport-2.0.9-34.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-19 05:17:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:1892 0 None None None 2018-06-19 05:17:33 UTC

Description Matej Habrnal 2016-04-20 09:12:26 UTC
Description of problem:
ABRT should prevent creating of a new customer case by asking the users, if users don't have an ability to reproduce the problem and crash occurred only ones. 

The feature doesn't work because reporter tries to read 'count' element from problem data and the element is not there because it's listed in excluded element list.

How reproducible:
Always

Steps to Reproduce:
1. report a problem which occurred only once ('count' element contains 1)
2. choose "I have experienced this problem for the first time" in reproducible part
3. create a customer case

Additional info:
Patch:
diff --git a/src/plugins/report_RHTSupport.xml.in b/src/plugins/report_RHTSupport.xml.in
index 0f19f13..a158e01 100644
--- a/src/plugins/report_RHTSupport.xml.in
+++ b/src/plugins/report_RHTSupport.xml.in
@@ -5,7 +5,7 @@
 
     <requires-items>package</requires-items>
     <requires-details>yes</requires-details>
-    <exclude-items-by-default>count,event_log,vmcore</exclude-items-by-default>
+    <exclude-items-by-default>event_log,vmcore</exclude-items-by-default>
     <exclude-items-always></exclude-items-always>
     <exclude-binary-items>no</exclude-binary-items>
     <include-items-by-default></include-items-by-default>

Comment 7 errata-xmlrpc 2018-06-19 05:17:06 UTC
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.

https://access.redhat.com/errata/RHBA-2018:1892


Note You need to log in before you can comment on or make changes to this bug.