Bug 7132

Summary: "valgrind /bin/true" segfaults when glibc-debug is installed
Product: Mageia Reporter: Shlomi Fish <shlomif>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: Normal CC: thierry.vignaud
Version: Cauldron   
Target Milestone: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Source RPM: valgrind-3.8.0-2.mga3.src.rpm CVE:
Status comment:

Description Shlomi Fish 2012-08-21 10:26:02 CEST
Description of problem:

shlomif@telaviv1:~$ valgrind /bin/true
==28397== Memcheck, a memory error detector
==28397== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==28397== Using Valgrind-3.8.0 and LibVEX; rerun with -h for copyright info
==28397== Command: /bin/true
==28397== 
Segmentation fault

This is when glibc-debug is installed. After I uninstall it, valgrind runs fine.
It segfaults with other programs too.
 
Version-Release number of selected component (if applicable):

Cauldron.

How reproducible:

Always.

Steps to Reproduce:
1. urpmi valgrind glibc-debug.
2. valgrind /bin/true .
3.
Comment 1 Thierry Vignaud 2012-08-29 11:02:13 CEST
Fixed in valgrind-3.8.0-4.mga3

Status: NEW => RESOLVED
CC: (none) => thierry.vignaud
Resolution: (none) => FIXED

Comment 2 Shlomi Fish 2012-08-30 13:17:29 CEST
(In reply to comment #1)
> Fixed in valgrind-3.8.0-4.mga3

Thanks for fixing it - it appears to be working nicely.

Regards,

-- Shlomi Fish