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 614808 - prelink shifts .bss address by .dynbss breaking gdb
Summary: prelink shifts .bss address by .dynbss breaking gdb
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: gdb
Version: 6.0
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Jan Kratochvil
QA Contact: Petr Muller
URL:
Whiteboard:
Depends On: 614659 614806
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-15 10:07 UTC by Jan Kratochvil
Modified: 2016-09-20 02:07 UTC (History)
4 users (show)

Fixed In Version: gdb-7.1-29.el6
Doc Type: Bug Fix
Doc Text:
Clone Of: 614806
Environment:
Last Closed: 2010-11-10 20:27:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Kratochvil 2010-07-15 10:07:19 UTC
+++ This bug was initially created as a clone of Bug #614806 +++

there is a regression since gdb-7.0 for a combination of:
 * prelinked
 * main executable
 * using separate debug info
 * using copy relocations

Hopefully it may not affect customer applications but it makes debugging of the RHEL components difficult:

int bssvar, *bssvarp = &bssvar;

(gdb) p &bssvar
$1 = (int *) 0x600b54
(gdb) p bssvarp
$2 = (int *) 0x600b50

Version-Release number of selected component (if applicable):
FAIL gdb-7.1-28.el6
FAIL gdb-7.1-28.fc13.x86_64
PASS <= FSF GDB 7.0
FAIL >= FSF GDB 7.1

How reproducible:
Always.

Steps to Reproduce:
Updated gdb.base/prelink.exp testcase.

Fix + testcase:
http://sourceware.org/ml/gdb-patches/2010-07/msg00237.html

Comment 3 Petr Muller 2010-08-03 14:39:02 UTC
# runtest --tool=gdb gdb.base/prelink.exp
(...)
                === gdb Summary ===

# of expected passes            4

Comment 4 releng-rhel@redhat.com 2010-11-10 20:27:21 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


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