I was wondering if there is a way to valgrind ld.so. I cloned glibc source and built my own ld.so with a leak (one malloc, no free) with --dynamic-linker, but valgrind does not show any errors... Does someone know if there is particular settings to give to valgrind to profile ld.so code? Guillaume.