https://bugs.kde.org/show_bug.cgi?id=415757

--- Comment #2 from Julian Seward <jsew...@acm.org> ---
(In reply to Alex Henrie from comment #1)
> There's probably a way past this, but even if there isn't, Valgrind produced
> several warnings about the Wine code that is executed up to that point. 

Make sure you're working with the trunk code, so you have the latest 
false-positive-avoidance stuff in place.

As a side comment: I'm not sure if the Wine developers are aware of this,
but some years back I added to Valgrind, a transformation aimed at reducing
the false positive level from code compiled by MSVC.  It's not enabled by
default but you could easily do so.  In VEX/priv/ir_opt.c, find this

      if (0)
         bb = do_MSVC_HACKS(bb);

and change it to "if (1)".  The transformation that it does is described in
a big comment beginning "MSVC specific transformation hacks" in that same
source file.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to