|
From: Rakesh S. <rak...@gm...> - 2007-12-27 00:18:59
|
Hi - I am trying to helgrind on my current application and it reports a lot of errors due to race conditions. My application uses a library and helgrind reports some errors in the library. Possible data race during write of size 4 at 0x8185100 at :: <library code> While the correct way is to work with the library developers on the issue - I was curious if there is a way we can specify a filter to suppress helgrind error calls on certain functions to reduce the clutter and to identify unique race condition errors. Thanks for the help. |