Bug 1763182
| Summary: | lsmem segfaults on Big Endian systems (s390x, PPC64, ...) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Renaud Métrich <rmetrich> |
| Component: | util-linux | Assignee: | Karel Zak <kzak> |
| Status: | CLOSED DUPLICATE | QA Contact: | Radka Brychtova <rskvaril> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.7 | CC: | hannsj_uhl |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | s390x | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-22 08:39:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Renaud Métrich
2019-10-18 12:23:31 UTC
I am increasing the Severity and Priority to "Urgent" because the "lsmem" command is used when creating the sosreport embedded in the ABRT report.
This makes sosreports be continuously created on impacted target architecture, until abrtd service is restarted.
Only possible workaround is to disable the sosreport's "memory" module used:
1. Backup /etc/libreport/events.d/abrt_event.conf
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
# cp /etc/libreport/events.d/abrt_event.conf /etc/libreport/events.d/abrt_event.conf.orig
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
2. Edit /etc/libreport/events.d/abrt_event.conf and remove "--only=memory" on line 74
Original line:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
--only=memory --only=networking --only=nfsserver --only=pam \
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
Modified line:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
--only=networking --only=nfsserver --only=pam \
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
Will create a KCS asap.
This is already reported and already fixed in RHEL-7.8 *** This bug has been marked as a duplicate of bug 1712768 *** |