Bug 836746

Summary: libdrm-debuginfo causes valgrind to crash
Product: [Fedora] Fedora Reporter: Sandro Mani <manisandro>
Component: valgrindAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dodji, jakub, mjw, mjw
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-26 15:20: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:
Embargoed:
Attachments:
Description Flags
Valgrind crash output none

Description Sandro Mani 2012-06-30 19:48:51 UTC
Created attachment 595474 [details]
Valgrind crash output

Description of problem:
valgrind crashes loading libdrm-debuginfo

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

How reproducible:
Always

Steps to Reproduce:
1. echo "int main(){ return 0; }" > test.cpp
2. g++ -g -lGL -o test test.cpp
3. debuginfo-install libdrm
4. valgrind ./test
  
Actual results:
Valgrind crashes, log of valgrind -v -v -v -v attached.

Comment 1 Mark Wielaard 2012-07-26 15:20:06 UTC

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