|
From: Christoph B. <bar...@gm...> - 2004-02-17 19:33:15
|
Hi, I've written a small programm, which has IMHO no pthread problem. Helgrind however is not happy with the descrution of my logging class. I guess that helgrind does not recognize that at the point of destruction there is only one thread left, which can safely access the data without a mutex. I am using the latest valgrind cvs version, and I would have tried to find the problem within helgrind on my own, but the code is to complicated for me. Yours sincerely, Christoph Bartoschek |