[Bug 30850] Invalid valgrind warnings after HeapReAlloc

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 3 19:56:25 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=30850

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |valgrind

--- Comment #9 from Austin English <austinenglish at gmail.com> ---
I used winemaker to build the testcase:
mkdir a
cd a
vi foo.c
winemaker --wine32 .
make
export VALGRIND_OPTS="-q --trace-children=yes --track-origins=yes
--gen-suppressions=all
--suppressions=$WINESRC/tools/valgrind/valgrind-suppressions-ignore
--suppressions=$WINESRC/tools/valgrind/valgrind-suppressions-external
--suppressions=$WINESRC/tools/valgrind/valgrind-suppressions-known-bugs
--suppressions=$WINESRC/tools/valgrind/valgrind-suppressions-gecko
--leak-check=full --num-callers=20  --workaround-gcc296-bugs=yes
--vex-iropt-register-updates=allregs-at-mem-access"
export WINE_HEAP_TAIL_REDZONE=32
export OANOCACHE=1

/opt/valgrind/bin/valgrind wine a.exe.so

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list