Re: FreeBSD Port: valgrind-3.5.0_1,1

2009-11-09 Thread Stanislav Sedov
On Sun, 08 Nov 2009 23:34:49 +0100 Nikolaj Thygesen mentioned: > Hi, > > Valgrind still seems troubled when it comes to multithreaded > programs. It seems pthread_self() always returns the same id no matter > which thread calls it - possibly the id of last created thread. Running > a simp

FreeBSD Port: valgrind-3.5.0_1,1

2009-11-08 Thread Nikolaj Thygesen
Hi, Valgrind still seems troubled when it comes to multithreaded programs. It seems pthread_self() always returns the same id no matter which thread calls it - possibly the id of last created thread. Running a simple test program under Valgrind fails whereas running it as a regular binary