Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

  • English
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat CodeReady Workspaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2012:0930 - Bug Fix Advisory
Issued:
2012-06-20
Updated:
2012-06-20

RHBA-2012:0930 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

gdb bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated gdb packages that fix multiple bugs are now available for Red Hat
Enterprise Linux 6.

Description

The GNU Debugger (GDB) is the standard debugger for Linux. With GDB, users can
debug programs written in C, C++, and other languages by executing them in a
controlled fashion and printing out their data.

This update fixes the following bugs:

  • To load a core file, GDB requires the binaries that were used to produce the

core file. GDB uses a built-in detection to load the matching binaries
automatically. However, you can specify arbitrary binaries manually and override
the detection. Previously, loading other binaries that did not match the invoked
core file could cause GDB to terminate unexpectedly. With this update, the
underlying code has been modified and GDB no longer crashes under these
circumstances. (BZ#739685)

  • Previously, GDB could terminate unexpectedly when loading symbols for a C++

program compiled with early GCC compilers due to errors in the
cp_scan_for_anonymous_namespaces() function. With this update, an upstream patch
that fixes this bug has been adopted and GDB now loads any known executables
without crashing. (BZ#750341)

  • If GDB failed to find the associated debuginfo rpm symbol files, GDB displayed

the following message suggesting installation of the symbol files using the yum
utility:

Missing separate debuginfo for the main executable file
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install
/usr/lib/debug/.build-id/47/830504b69d8312361b1ed465ba86c9e815b800

However, the suggested "--enablerepo='*-debuginfo'" option failed to work with
RHN (Red Hat Network) debug repositories. This update corrects the option in the
message to "--enablerepo='*-debug*'" and the suggested command works as
expected. (BZ#781571)

  • On PowerPC platforms, DWARF information created by the IBM XL Fortran compiler

does not contain the DW_AT_type attribute for DW_TAG_subrange_type; however,
DW_TAG_subrange_type in the DWARF information generated by GCC always contains
the DW_AT_type attribute. Previously, GDB could interpret arrays from IBM XL
Fortran compiler incorrectly as it was missing the DW_AT_type attribute, even
though this is in accordance with the DWARF standard. This updated GDB now
correctly provides a stub index type if DW_AT_type is missing for any
DW_TAG_subrange_type, and processes debug info from both IBM XL Fortran and GCC
compilers correctly. (BZ#806920)

All users of gdb are advised to upgrade to these updated packages, which fix
these bugs.

Solution

Before applying this update, make sure all previously-released errata relevant
to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red
Hat Network to apply this update are available at
https://access.redhat.com/knowledge/articles/11258/

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x

Fixes

  • BZ - 750341 - gdb crashes on some dwarf2 executables
  • BZ - 752834 - FAILs in testsuite when using glibc with probes
  • BZ - 781571 - Fix Fedora --enablerepo='*-debuginfo' suggestion for RHEL

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
x86_64
gdb-7.2-56.el6.x86_64.rpm SHA-256: 24dfaf86c4c7c1e3e521a42a2a2fa6b8b020bcf5da7d2c5b7435d629004f8096
gdb-debuginfo-7.2-56.el6.x86_64.rpm SHA-256: f0db939bc155b5dabd3cb5628b29877a3a3bbd483e3b7cee7ea880d5261249a3
gdb-gdbserver-7.2-56.el6.x86_64.rpm SHA-256: 49071ecfb1ef1f14b58c8d8c3985b2cb1996aae954b8fef2163d7d4c82c04a44
i386
gdb-7.2-56.el6.i686.rpm SHA-256: 59655d2aef59c95b235ef32741d08c942070a8e7cad334c007e4b1db40c3e33e
gdb-debuginfo-7.2-56.el6.i686.rpm SHA-256: 6ac4e7b4a2c4c6d065e36c151e2a2c7ffaaf0a6d099c452fb11657d4d4d1bf5a
gdb-gdbserver-7.2-56.el6.i686.rpm SHA-256: ed0884d8fc477064e9bd20a75152f1515760a3d3f92984c2dd9b85ece2e2bb61

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
x86_64
gdb-7.2-56.el6.x86_64.rpm SHA-256: 24dfaf86c4c7c1e3e521a42a2a2fa6b8b020bcf5da7d2c5b7435d629004f8096
gdb-debuginfo-7.2-56.el6.x86_64.rpm SHA-256: f0db939bc155b5dabd3cb5628b29877a3a3bbd483e3b7cee7ea880d5261249a3
gdb-gdbserver-7.2-56.el6.x86_64.rpm SHA-256: 49071ecfb1ef1f14b58c8d8c3985b2cb1996aae954b8fef2163d7d4c82c04a44
i386
gdb-7.2-56.el6.i686.rpm SHA-256: 59655d2aef59c95b235ef32741d08c942070a8e7cad334c007e4b1db40c3e33e
gdb-debuginfo-7.2-56.el6.i686.rpm SHA-256: 6ac4e7b4a2c4c6d065e36c151e2a2c7ffaaf0a6d099c452fb11657d4d4d1bf5a
gdb-gdbserver-7.2-56.el6.i686.rpm SHA-256: ed0884d8fc477064e9bd20a75152f1515760a3d3f92984c2dd9b85ece2e2bb61

Red Hat Enterprise Linux Workstation 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
x86_64
gdb-7.2-56.el6.x86_64.rpm SHA-256: 24dfaf86c4c7c1e3e521a42a2a2fa6b8b020bcf5da7d2c5b7435d629004f8096
gdb-debuginfo-7.2-56.el6.x86_64.rpm SHA-256: f0db939bc155b5dabd3cb5628b29877a3a3bbd483e3b7cee7ea880d5261249a3
gdb-gdbserver-7.2-56.el6.x86_64.rpm SHA-256: 49071ecfb1ef1f14b58c8d8c3985b2cb1996aae954b8fef2163d7d4c82c04a44
i386
gdb-7.2-56.el6.i686.rpm SHA-256: 59655d2aef59c95b235ef32741d08c942070a8e7cad334c007e4b1db40c3e33e
gdb-debuginfo-7.2-56.el6.i686.rpm SHA-256: 6ac4e7b4a2c4c6d065e36c151e2a2c7ffaaf0a6d099c452fb11657d4d4d1bf5a
gdb-gdbserver-7.2-56.el6.i686.rpm SHA-256: ed0884d8fc477064e9bd20a75152f1515760a3d3f92984c2dd9b85ece2e2bb61

Red Hat Enterprise Linux Desktop 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
x86_64
gdb-7.2-56.el6.x86_64.rpm SHA-256: 24dfaf86c4c7c1e3e521a42a2a2fa6b8b020bcf5da7d2c5b7435d629004f8096
gdb-debuginfo-7.2-56.el6.x86_64.rpm SHA-256: f0db939bc155b5dabd3cb5628b29877a3a3bbd483e3b7cee7ea880d5261249a3
gdb-gdbserver-7.2-56.el6.x86_64.rpm SHA-256: 49071ecfb1ef1f14b58c8d8c3985b2cb1996aae954b8fef2163d7d4c82c04a44
i386
gdb-7.2-56.el6.i686.rpm SHA-256: 59655d2aef59c95b235ef32741d08c942070a8e7cad334c007e4b1db40c3e33e
gdb-debuginfo-7.2-56.el6.i686.rpm SHA-256: 6ac4e7b4a2c4c6d065e36c151e2a2c7ffaaf0a6d099c452fb11657d4d4d1bf5a
gdb-gdbserver-7.2-56.el6.i686.rpm SHA-256: ed0884d8fc477064e9bd20a75152f1515760a3d3f92984c2dd9b85ece2e2bb61

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
s390x
gdb-7.2-56.el6.s390x.rpm SHA-256: 14cc3f5934dac9cc75cc11d398ccbb0076f3e4903f781b17d19265507b0714d3
gdb-debuginfo-7.2-56.el6.s390x.rpm SHA-256: 2d793a5fbd7eaa1da167a8973c622cc88f448ee2a15ac7b9fe6992179ca9fb0b
gdb-gdbserver-7.2-56.el6.s390x.rpm SHA-256: eecf215385aacbdff57fd8cd94f565b663091a7d026f06f6aeaabd75a9a1af44

Red Hat Enterprise Linux for Power, big endian 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
ppc64
gdb-7.2-56.el6.ppc64.rpm SHA-256: af469819a026e4804ad2ba30513d63ae25fc3d103fa7c46ba74d882bd394fb40
gdb-debuginfo-7.2-56.el6.ppc64.rpm SHA-256: 2ba05ae11ad053b65c9069b981acbf2c529478f302f7ac2737062b9109f3e812
gdb-gdbserver-7.2-56.el6.ppc64.rpm SHA-256: ddba4e9a5707397c341cb3da3884386dfce5dac3c7ea403e057b653a76501981

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
x86_64
gdb-7.2-56.el6.x86_64.rpm SHA-256: 24dfaf86c4c7c1e3e521a42a2a2fa6b8b020bcf5da7d2c5b7435d629004f8096
gdb-debuginfo-7.2-56.el6.x86_64.rpm SHA-256: f0db939bc155b5dabd3cb5628b29877a3a3bbd483e3b7cee7ea880d5261249a3
gdb-gdbserver-7.2-56.el6.x86_64.rpm SHA-256: 49071ecfb1ef1f14b58c8d8c3985b2cb1996aae954b8fef2163d7d4c82c04a44

Red Hat Enterprise Linux Server from RHUI 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
x86_64
gdb-7.2-56.el6.x86_64.rpm SHA-256: 24dfaf86c4c7c1e3e521a42a2a2fa6b8b020bcf5da7d2c5b7435d629004f8096
gdb-debuginfo-7.2-56.el6.x86_64.rpm SHA-256: f0db939bc155b5dabd3cb5628b29877a3a3bbd483e3b7cee7ea880d5261249a3
gdb-gdbserver-7.2-56.el6.x86_64.rpm SHA-256: 49071ecfb1ef1f14b58c8d8c3985b2cb1996aae954b8fef2163d7d4c82c04a44
i386
gdb-7.2-56.el6.i686.rpm SHA-256: 59655d2aef59c95b235ef32741d08c942070a8e7cad334c007e4b1db40c3e33e
gdb-debuginfo-7.2-56.el6.i686.rpm SHA-256: 6ac4e7b4a2c4c6d065e36c151e2a2c7ffaaf0a6d099c452fb11657d4d4d1bf5a
gdb-gdbserver-7.2-56.el6.i686.rpm SHA-256: ed0884d8fc477064e9bd20a75152f1515760a3d3f92984c2dd9b85ece2e2bb61

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
gdb-7.2-56.el6.src.rpm SHA-256: 84dd99580a4c5bed6cccb0e24f33c242f86a339c6399aef8e4013964a985e4e2
s390x
gdb-7.2-56.el6.s390x.rpm SHA-256: 14cc3f5934dac9cc75cc11d398ccbb0076f3e4903f781b17d19265507b0714d3
gdb-debuginfo-7.2-56.el6.s390x.rpm SHA-256: 2d793a5fbd7eaa1da167a8973c622cc88f448ee2a15ac7b9fe6992179ca9fb0b
gdb-gdbserver-7.2-56.el6.s390x.rpm SHA-256: eecf215385aacbdff57fd8cd94f565b663091a7d026f06f6aeaabd75a9a1af44

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2022 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter