http://bugs.winehq.org/show_bug.cgi?id=24164
--- Comment #5 from Bart Van Assche bart.vanassche@gmail.com 2010-08-29 12:37:19 CDT --- Created an attachment (id=30470) --> (http://bugs.winehq.org/attachment.cgi?id=30470) Patch for suppressing the most common false positive data race reports
Is the style of the attached patch acceptable ? With that patch applied on top of the Wine git repository no false positive data race reports are produced by Helgrind or DRD when starting applications like Notepad or Wordpad. Notes: - The attached patch has only been tested lightly so far. - The patch only does something meaningful if Wine is built with the Valgrind 3.6.0 headers. Since Valgrind version 3.6.0 has not yet been released, this means the trunk. - The client requests inserted by the patch are only supported by the Helgrind and DRD tools that will be included in Valgrind 3.6.0.