https://bugs.winehq.org/show_bug.cgi?id=30850 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind --- Comment #9 from Austin English <austinenglish(a)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.