From: Abhijeet B. <ab...@qu...> - 2003-06-02 16:39:12
|
Hi, I just started using Valgrind and could successfully run it on some of my code. But on some executables that use pthreads, I get the following error: relocation error: /lib/librt.so.1: symbol __pthread_clock_settime, version GLIBC_VERSION not defined in file libpthread.so.0 with the link time reference. I am running this on redhat 7.3 and the code makes a call to clock_gettime and links with librt. I read in the FAQ that the valgrind has its own implementation of pthreads and so is it possible that this symbol is not defined in valgrind's libpthread? Any help on this would be appreciated. Thanks, Abhijeet |