|
From: Bart V. A. <bar...@gm...> - 2008-12-09 12:33:43
|
On Tue, Dec 9, 2008 at 10:06 AM, Julian Seward <js...@ac...> wrote: > Using Helgrind-trunk and Drd-trunk, there's a lot of noise resulting > from the use of pthread_exit, which causes some apparently un-threadsafe > stack unwinding to happen (should be suppressed, I suppose) [ ... ] Hello Julian, In my opinion the following Helgrind-trunk behavior is incorrect: * Helgrind-trunk does not complain on any access of buffer_t::in, buffer_t::out or buffer_t::buffer. * Helgrind-trunk complains on pthread_exit(). If you want to know why drd-trunk doesn't complain on pthread_exit(), see also http://article.gmane.org/gmane.comp.debugging.valgrind.devel/3326 Bart. |