Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299735 - Valgrind incompatibility with stripped glibc
Summary: Valgrind incompatibility with stripped glibc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Maurice van der Pot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 11:34 UTC by Hendrik Beijeman
Modified: 2010-01-06 21:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Beijeman 2010-01-05 11:34:05 UTC
valgrind needs debug symbols for libdl

Reproducible: Always

Steps to Reproduce:




Fix: emerge glibc with FEATURES="splitdebug"
Suggest a note for valgrind recommending this.
Comment 1 Maurice van der Pot (RETIRED) gentoo-dev 2010-01-06 21:33:39 UTC
It's already there:

        ewarn "Valgrind will not work on ppc, ppc64 or amd64 if glibc does not have"
        ewarn "debug symbols (see https://bugs.gentoo.org/show_bug.cgi?id=214065"
        ewarn "and http://bugs.gentoo.org/show_bug.cgi?id=274771)."
        ewarn "To fix this you can add splitdebug to FEATURES in make.conf and"
        ewarn "remerge glibc."