http://bugs.winehq.org/show_bug.cgi?id=28820
Bug #: 28820 Summary: oleaut32/tests/vartype.ok fails under Valgrind? Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
"make vartype.ok" passes normally, but under Valgrind, it repeatably fails:
vartype.c:3657: Test failed: expected 0xbfffffff 0xffffff23 (3221225471,4294967075), got (3221225472,0); hres=0x00000000 vartype.c:3660: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3664: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3740: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 ...
http://bugs.winehq.org/show_bug.cgi?id=28820
--- Comment #1 from Austin English austinenglish@gmail.com 2012-09-26 14:01:56 CDT --- Still in wine-1.5.13-346-g0445393
https://bugs.winehq.org/show_bug.cgi?id=28820
--- Comment #2 from Austin English austinenglish@gmail.com --- Created attachment 48240 --> https://bugs.winehq.org/attachment.cgi?id=48240 valgrind log in wine-1.7.17-42-g24c5728
https://bugs.winehq.org/show_bug.cgi?id=28820
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Patch sent for invalid free http://www.winehq.org/pipermail/wine-patches/2014-April/132044.html.
http://bugs.winehq.org/show_bug.cgi?id=28820
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Invalid free is fixed with 383686275aa57f0dbaf4b69046a58997715d6508.
https://bugs.winehq.org/show_bug.cgi?id=28820
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36069
https://bugs.winehq.org/show_bug.cgi?id=28820 Bug 28820 depends on bug 36069, which changed state.
Bug 36069 Summary: invalid free in oleaut32/tests/vartype test https://bugs.winehq.org/show_bug.cgi?id=36069
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
https://bugs.winehq.org/show_bug.cgi?id=28820
--- Comment #5 from Austin English austinenglish@gmail.com --- Yup, thanks. The test still fails, though, which is what this bug was about.
I filed bug 36069 for the invalid free (and marked it as fixed).
https://bugs.winehq.org/show_bug.cgi?id=28820
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=28820
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase