Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431970 - dev-util/valgrind-3.8.0 missing strlen on x86
Summary: dev-util/valgrind-3.8.0 missing strlen on x86
Status: RESOLVED DUPLICATE of bug 390323
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-19 12:21 UTC by David Flogeras
Modified: 2012-08-19 13:14 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 David Flogeras 2012-08-19 12:21:36 UTC
While testing the new 3.8.0 valgrind, my x86 box (but not amd64 boxes) gets the infamous message below:
(Yes my glibc is build with FEATURES=splitdebug, all worked with 3.6.1-r4)


valgrind:  Fatal error at startup: a function redirection
valgrind:  which is mandatory for this platform-tool combination
valgrind:  cannot be set up.  Details of the redirection are:
valgrind:  
valgrind:  A must-be-redirected function
valgrind:  whose name matches the pattern:      strlen
valgrind:  in an object with soname matching:   ld-linux.so.2
valgrind:  was not found whilst processing
valgrind:  symbols from the object with soname: ld-linux.so.2

Reproducible: Always
Comment 1 Anthony Basile gentoo-dev 2012-08-19 13:14:21 UTC

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