|
From: Ice F. <ice...@gm...> - 2013-04-17 05:07:29
|
Dear all, I'm using Valgrind for profiling, but it reported failures(lots of failures with same error message) as below: Thread 295: status = VgTs_WaitSys ==12724== at 0x301A20B019: pthread_cond_wait@@GLIBC_2.3.2 (in /lib64/ libpthread-2.5.so) ==12724== by 0x4AD26A2: css_get_new_job (server_support.c:2282) ==12724== by 0x4A8A8D6: thread_worker (thread.c:2347) ==12724== by 0x301A20683C: start_thread (in /lib64/libpthread-2.5.so) ==12724== by 0x30196D503C: clone (in /lib64/libc-2.5.so) The Valgrind version is 3.81, and testing machine is Centos 64bit. Appreciate your hints to avoid/solve this problem! Best regards |