|
From: Igmar P. <mai...@jd...> - 2004-07-14 14:42:16
|
> I know all that. The point is that under valgrind it will always > be choosing the valgrind libpthread.so and not either of the system > ones! > > What LD_ASSUME_KERNEL normally does is to make it choose between either > /lib/libpthread.so or /lib/i686/libpthread.so or /lib/tls/libpthread.so > depending on the ABI version. But under valgrind it will always be > using /usr/lib/valgrind/libpthread.so which does not have multiple > versions for the different ABIs. Ugh.. I should have thought about this. Ah well, that rules out the NTPL differences :) Igmar |