Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Running valgrind on any dynamically linked executable reports jumps depending on uninitialized value:
$ valgrind /bin/true
==1049== Memcheck, a memory error detector
==1049== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==1049== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==1049== Command: /bin/true
==1049==
==1049== Conditional jump or move depends on uninitialised value(s)
==1049== at 0x4017D96: index (in /usr/lib64/ld-2.15.so)
==1049== by 0x40079E7: expand_dynamic_string_token (in /usr/lib64/ld-2.15.so)
==1049== by 0x400827C: _dl_map_object (in /usr/lib64/ld-2.15.so)
==1049== by 0x400171D: map_doit (in /usr/lib64/ld-2.15.so)
==1049== by 0x400ECB5: _dl_catch_error (in /usr/lib64/ld-2.15.so)
==1049== by 0x4000EE3: do_preload (in /usr/lib64/ld-2.15.so)
==1049== by 0x40040B4: dl_main (in /usr/lib64/ld-2.15.so)
==1049== by 0x40151DA: _dl_sysdep_start (in /usr/lib64/ld-2.15.so)
==1049== by 0x4004EF1: _dl_start (in /usr/lib64/ld-2.15.so)
==1049== by 0x4001537: ??? (in /usr/lib64/ld-2.15.so)
==1049==
==1049== Conditional jump or move depends on uninitialised value(s)
==1049== at 0x4017D9B: index (in /usr/lib64/ld-2.15.so)
==1049== by 0x40079E7: expand_dynamic_string_token (in /usr/lib64/ld-2.15.so)
==1049== by 0x400827C: _dl_map_object (in /usr/lib64/ld-2.15.so)
==1049== by 0x400171D: map_doit (in /usr/lib64/ld-2.15.so)
==1049== by 0x400ECB5: _dl_catch_error (in /usr/lib64/ld-2.15.so)
==1049== by 0x4000EE3: do_preload (in /usr/lib64/ld-2.15.so)
==1049== by 0x40040B4: dl_main (in /usr/lib64/ld-2.15.so)
==1049== by 0x40151DA: _dl_sysdep_start (in /usr/lib64/ld-2.15.so)
==1049== by 0x4004EF1: _dl_start (in /usr/lib64/ld-2.15.so)
==1049== by 0x4001537: ??? (in /usr/lib64/ld-2.15.so)
==1049==
==1049==
==1049== HEAP SUMMARY:
==1049== in use at exit: 0 bytes in 0 blocks
==1049== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==1049==
==1049== All heap blocks were freed -- no leaks are possible
==1049==
==1049== For counts of detected and suppressed errors, rerun with: -v
==1049== Use --track-origins=yes to see where uninitialised values come from
==1049== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
$ rpm -qf /usr/bin/valgrind /usr/lib64/ld-2.15.so
valgrind-3.7.0-2.el7.x86_64
glibc-2.15-32.el7.x86_64
If this is not a bug in the linker, reassign it to valgrind component to adjust false-positive valgrind database.