Bug 1659429
| Summary: | crash: CentOS 6.7: SEGV @ is_kernel_text (value=0) at symbols.c:2814 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Tim Jones <tim> |
| Component: | crash | Assignee: | Dave Anderson <anderson> |
| Status: | CLOSED UPSTREAM | QA Contact: | Kernel General QE <kernel-general-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.7 | CC: | tim |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-12-14 18:39:35 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
Tim Jones
2018-12-14 11:02:46 UTC
Tim, Thanks for the report, it's much appreciated. There's actually 2 bugs here, although you would only see one of them when running against a rhel6 kernel. I applied two patches today to address them: https://github.com/crash-utility/crash/commit/e8649695dee436e6405aa938374e69189aff2fd4 commit e8649695dee436e6405aa938374e69189aff2fd4 Author: Dave Anderson <anderson> Date: Fri Dec 14 11:13:13 2018 -0500 Fix for an initialization-time session failure when all three of the following conditions exist: (1) invoking the session with "crash -d2" or larger debug number (2) running against a Linux 3.3 or later kernel (3) using a post-7.2.4 crash utility that has the new "kmem -n" support above for the display of memory blocks Without the patch, the crash session fails with the error message "crash: invalid structure member offset: device_kobj". (anderson) https://github.com/crash-utility/crash/commit/e48ca1a2da66e64c80e3ca0afc93c68432d1b770 commit e48ca1a2da66e64c80e3ca0afc93c68432d1b770 Author: Dave Anderson <anderson> Date: Fri Dec 14 13:25:59 2018 -0500 Fix for an initialization-time segmentation violation when invoking crash-7.2.4 or later with "crash -d2" or larger debug number. (anderson) Since Red Hat/Centos doesn't have crash-7.2.4 in any of our releases, this isn't a Red Hat Enterprise Linux 6 bug. So I'm just going close it with an UPSTREAM tag. Thanks again, Dave |