|
From: Julian S. <js...@ac...> - 2010-03-12 10:09:18
|
On Friday 12 March 2010, Christopher Swanson wrote: > John Reiser <jreiser <at> bitwagon.com> writes: > > > valgrind: A must-be-redirected function > > > valgrind: whose name matches the pattern: strlen > > > valgrind: in an object with soname matching: ld-linux-x86-64.so.2 > > > valgrind: was not found whilst processing > > > valgrind: symbols from the object with soname: ld-linux-x86-64.so.2 > 1) Figure out a way to include the strlen call into dl-allobjs.os, or > 2) Patch the makefile to add the strlen.os to the librtld.mk file. Sorry, this fell through the cracks. The standard solution to these problems is simply to ask your package manager to install the debuginfo package (containing the required symbols) for glibc. I'm not sure what the package name is on Fedora. I'd guess it would match "*libc*debuginfo*" or at least "*libc*debug*". Can you find anything like that? J |