Bug 1190506
Summary: | ppc64: segv in `gdb -q /lib/modules/3.10.0-215.el7.ppc64/kernel/fs/nfsd/nfsd.ko` | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Cermak <mcermak> |
Component: | gdb | Assignee: | Sergio Durigan Junior <sergiodj> |
Status: | CLOSED ERRATA | QA Contact: | Miroslav Franc <mfranc> |
Severity: | medium | Docs Contact: | Robert Krátký <rkratky> |
Priority: | medium | ||
Version: | 7.1 | CC: | gdb-bugs, jan.kratochvil, law, mfranc, mnewsome, msebor, ohudlick, palves, qe-baseos-tools-bugs, sergiodj |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | ppc64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gdb-7.6.1-68.el7 | Doc Type: | Bug Fix |
Doc Text: |
GDB on IBM Power Systems no longer fails when accessing the symbol table
Previously, GDB on 64-bit IBM Power Systems incorrectly deallocated an important variable that held the symbol table for the binary being debugged, which caused a segmentation fault when GDB tried to access that symbol table. To solve this issue, this specific variable has been made persistent, and GDB can now access the needed information later during the debugging session, without reading an invalid memory region.
|
Story Points: | --- |
Clone Of: | 1172766 | Environment: | |
Last Closed: | 2015-11-19 13:02:55 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1205796 |
Description
Martin Cermak
2015-02-08 20:17:02 UTC
Patch for GDB 7.9.50.20150213-cvs: http://sourceware.org/ml/gdb-patches/2015-02/msg00458.html Final patch (commit): https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=80c570537e380c1b8e48754c0ddbce2abcde2d00 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://rhn.redhat.com/errata/RHBA-2015-2089.html |