http://bugs.winehq.org/show_bug.cgi?id=28816
Bug #: 28816 Summary: kernel32/tests/loader.ok fails under valgrind Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Under Valgrind, "make loader.ok" fails with log
loader.c:375: Test failed: 2: 0x10002000 != 0 loader.c:376: Test failed: 2: 1 != 0 loader.c:378: Test failed: 2: 2000 != MEM_FREE loader.c:379: Test failed: 2: 20000 != 0
http://bugs.winehq.org/show_bug.cgi?id=28816
--- Comment #1 from Austin English austinenglish@gmail.com 2012-09-26 14:11:26 CDT --- loader.c:381: Test failed: 15: 0x10002000 != 0 loader.c:382: Test failed: 15: 1 != 0 loader.c:384: Test failed: 15: 2000 != MEM_FREE loader.c:385: Test failed: 15: 20000 != 0
still in wine-1.5.13-346-g0445393
https://bugs.winehq.org/show_bug.cgi?id=28816
--- Comment #2 from Austin English austinenglish@gmail.com --- Created attachment 48237 --> https://bugs.winehq.org/attachment.cgi?id=48237 valgrind log in wine-1.7.17-42-g24c5728
Still present.
https://bugs.winehq.org/show_bug.cgi?id=28816
--- Comment #3 from Austin English austinenglish@gmail.com --- Valgrind warnings are bug 36103.
https://bugs.winehq.org/show_bug.cgi?id=28816
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36103
https://bugs.winehq.org/show_bug.cgi?id=28816
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=28816
--- Comment #4 from Austin English austinenglish@gmail.com --- kernel32/tests/virtual.c has (what appears to be) the same issue: virtual.c:855: Test failed: 0x5aa8000 != NULL virtual.c:856: Test failed: 0x1 != 0 virtual.c:857: Test failed: 0x2000 != MEM_FREE virtual.c:858: Test failed: 0x20000 != 0 virtual.c:935: Test failed: 0x5aa8000 != NULL virtual.c:936: Test failed: 0x1 != 0 virtual.c:937: Test failed: 0x2000 != MEM_FREE virtual.c:938: Test failed: 0x20000 != 0
https://bugs.winehq.org/show_bug.cgi?id=28816
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|kernel32/tests/loader.ok |kernel32/tests/{loader,virt |fails under valgrind |ual}.ok fail under valgrind
https://bugs.winehq.org/show_bug.cgi?id=28816
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
https://bugs.winehq.org/show_bug.cgi?id=28816
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Summary|kernel32/tests/{loader,virt |kernel32:loader and |ual}.ok fail under valgrind |kernel32:virtual fail under | |valgrind