|
From: Arndt M. <amu...@is...> - 2006-04-05 10:06:27
Attachments:
amuehlen.vcf
|
Hi all! Currently, I am using valgrind 2.2.0 in order to be able to use Helgrind. On one system everything works fine, but on another pthread_self() always returns 0. I suspect it has something to do with NPTL and/or binding of the pthread library symbols, but I could not find a solution yet. I know that some changes in valgrind 2.4 where due to support NPTL and version 2.2 is deprecated, but I would like to know if anybody knows what causes the observed behaviour and if there is a workaround (hopefully!) Please help! Cheers, Arndt |
|
From: Julian S. <js...@ac...> - 2006-04-18 01:20:08
|
> I know that some changes in valgrind 2.4 where due to support NPTL > and version 2.2 is deprecated, but I would like to know if anybody > knows what causes the observed behaviour and if there is a > workaround (hopefully!) Can you do export LD_ASSUME_KERNEL=2.2.19 or something, to force NPTL to not be used? J |