Bug 813780

Summary: Conditional jump or move depends on uninitialised value in expand_dynamic_string_token (x86_64 only)
Product: Red Hat Enterprise Linux 7 Reporter: Caolan McNamara <caolanm>
Component: valgrindAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-tools-bugs
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mfranc
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-23 10:53:06 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:
Bug Depends On:    
Bug Blocks: 813478, 813481, 839713    

Description Caolan McNamara 2012-04-18 12:24:58 UTC
Description of problem:

==9316== Conditional jump or move depends on uninitialised value(s)
==9316==    at 0x4017D96: index (in /usr/lib64/ld-2.15.so)
==9316==    by 0x40079E7: expand_dynamic_string_token (in /usr/lib64/ld-2.15.so)
==9316==    by 0x400827C: _dl_map_object (in /usr/lib64/ld-2.15.so)
==9316==    by 0x400171D: map_doit (in /usr/lib64/ld-2.15.so)
==9316==    by 0x400ECB5: _dl_catch_error (in /usr/lib64/ld-2.15.so)
==9316==    by 0x4000EE3: do_preload (in /usr/lib64/ld-2.15.so)
==9316==    by 0x40040B4: dl_main (in /usr/lib64/ld-2.15.so)
==9316==    by 0x40151DA: _dl_sysdep_start (in /usr/lib64/ld-2.15.so)
==9316==    by 0x4004EF1: _dl_start (in /usr/lib64/ld-2.15.so)
==9316==    by 0x4001537: ??? (in /usr/lib64/ld-2.15.so)
==9316==    by 0x2: ???
==9316==    by 0x7FF000B26: ???

Version-Release number of selected component (if applicable):
1:valgrind-3.7.0-2.fc18.x86_64

How reproducible:
100%

Steps to Reproduce:
fedpkg build hyphen
  
Additional info:
looks exactly the same as https://bugzilla.redhat.com/show_bug.cgi?id=676785

Comment 1 Miroslav Franc 2012-04-23 09:53:09 UTC
I believe this is already tracked in Bug 801841.

Comment 2 Caolan McNamara 2012-04-23 10:53:06 UTC

*** This bug has been marked as a duplicate of bug 801841 ***