|
From: Akim B. <ak...@si...> - 2004-03-02 16:11:00
|
As I know 'Valgrind' had problems with RedHat 9(kernel 2.6.3) glibc (mine is 2.3.2-27.9.7) Threads implementation -- I'd find one of them working with recursive mutexes. Had any one solvation for this. Other pthreads as for now work propertly. Akim Boyko |
|
From: Tom H. <th...@cy...> - 2004-03-02 16:26:20
|
In message <404...@si...>
Akim Boyko <ak...@si...> wrote:
> As I know 'Valgrind' had problems with RedHat 9(kernel 2.6.3) glibc
> (mine is 2.3.2-27.9.7) Threads implementation -- I'd find one of them
> working with recursive mutexes. Had any one solvation for this. Other
> pthreads as for now work propertly.
There were problems with RedHat 9 related to thread local storage but
those should be fixed in the CVS head code.
I'm not specifically aware of any problems relating to recursive
mutexes so if you are aware of such a problem then you should report
it, preferably using the bug tracker on the web site.
In general terms however, valgrind's pthread emulation is fairly
incomplete so many of the more sophisticated pthread calls may not
work fully - it usually tries to print a warning when you hit those
problem areas though.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|