This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix various bugs discovered by valgrind


> I have modified Makeconfig after doing make (but before make check) to:
> run-program-prefix = $(if $(filter $(notdir $(built-program-file)),\
>                                    $(tests-static)),, \
>                           valgrind --tool=memcheck)

Do valgrind's LD_PRELOAD modules not work when running ld.so directly?
Why not just prefix the usual $(rtld-installed-name) hooey with valgrind?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]