Bug 593027

Summary: valgrind crashes with segmentation fault on ppc64
Product: Red Hat Enterprise Linux 6 Reporter: Orion Poplawski <orion>
Component: valgrindAssignee: Jakub Jelinek <jakub>
Status: CLOSED WORKSFORME QA Contact: qe-baseos-tools-bugs
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: notting
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-21 08:13:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2010-05-17 16:16:57 UTC
Description of problem:

Trying to build netcdf for EPEL 6 and it fails on pp64.  Task is here:

http://koji.fedoraproject.org/koji/taskinfo?taskID=2192605

First it runs a series of tests, and then it runs them under valgrind.  Tests run fine without valgrind, but segfault under valgrind.  I don't have access to a ppc64 machine at the moment to test with.

Version-Release number of selected component (if applicable):
valgrind-3.5.0-12.el6

Comment 2 Jakub Jelinek 2010-05-18 14:04:32 UTC
Just rerun the failed test under valgrind without -q from the spec file, that will
print out the problem.  An application bug is far more probable than valgrind bug here.  When valgrind segfaults, most of the time it just means the application segfaulted, say accessing a freed block etc.  valgrind message should contain enough info to fix it.

Comment 3 Orion Poplawski 2010-05-19 17:41:24 UTC
I can't reproduce this anymore.