From: Andrejs B. <sin...@gm...> - 2014-05-22 14:06:51
|
On 5/22/14, Andrejs Bogdanovs wrote: > On 5/22/14, Julian Seward wrote: >> >> >> Does uCLibc implement LD_PRELOAD? I think that is how Valgrind causes >> those two objects to be loaded into the process. >> >> > > tl;dr uclibc must be configured with LD_PRELOAD in order for > valgrind's memcheck to work. " > > Will try to do that. > Recompiled uClibc configured with LD_PRELOAD, recompiled example program and Valgrind and it works now! Thank you guys! |