https://bugs.winehq.org/show_bug.cgi?id=36510
Bug ID: 36510 Summary: valgrind shows a couple warnings in ieframe/tests/ieframe.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: ieframe Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com CC: jacek@codeweavers.com Regression SHA1: 92841b3195276a12a320fa0b3dd854401cbef943
ie.c:216: Test failed: get_HWND faile: 80004001 ie.c:217: Test failed: handle == 0 ==10103== Conditional jump or move depends on uninitialised value(s) ==10103== at 0x402CD94: strcmp (mc_replace_strmem.c:730) ==10103== by 0x4CC6D24: test_window (ie.c:221) ==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268) ==10103== by 0x4CC709D: func_ie (ie.c:282) ==10103== by 0x4CDB756: run_test (test.h:584) ==10103== by 0x4CDBB45: main (test.h:654) ==10103== Uninitialised value was created by a stack allocation ==10103== at 0x4CC6C2E: test_window (ie.c:209) ==10103==
==10103== Conditional jump or move depends on uninitialised value(s) ==10103== at 0x4CDAC93: winetest_vok (test.h:333) ==10103== by 0x4CDAD9F: winetest_ok (test.h:357) ==10103== by 0x4CC6D45: test_window (ie.c:221) ==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268) ==10103== by 0x4CC709D: func_ie (ie.c:282) ==10103== by 0x4CDB756: run_test (test.h:584) ==10103== by 0x4CDBB45: main (test.h:654) ==10103== Uninitialised value was created by a stack allocation ==10103== at 0x4CC6C2E: test_window (ie.c:209) ==10103==
ie.c:221: Test failed: Unexpected class name
==10103== Conditional jump or move depends on uninitialised value(s)
==10103== at 0x427AA39: vfprintf (vfprintf.c:1635) ==10103== by 0x427B47A: buffered_vfprintf (vfprintf.c:2311) ==10103== by 0x42768FC: vfprintf (vfprintf.c:1289) ==10103== by 0x4CDACDF: winetest_vok (test.h:337) ==10103== by 0x4CDAD9F: winetest_ok (test.h:357) ==10103== by 0x4CC6D45: test_window (ie.c:221) ==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268) ==10103== by 0x4CC709D: func_ie (ie.c:282) ==10103== by 0x4CDB756: run_test (test.h:584) ==10103== by 0x4CDBB45: main (test.h:654) ==10103== Uninitialised value was created by a stack allocation ==10103== at 0x4CC6C2E: test_window (ie.c:209) ==10103==
==10103== Syscall param write(buf) points to uninitialised byte(s) ==10103== at 0x4310D7B: ??? (syscall-template.S:81) ==10103== by 0x42A3300: _IO_file_write@@GLIBC_2.1 (fileops.c:1253) ==10103== by 0x42A252E: new_do_write (fileops.c:530) ==10103== by 0x42A39C9: _IO_file_xsputn@@GLIBC_2.1 (fileops.c:1335) ==10103== by 0x427B509: buffered_vfprintf (vfprintf.c:2332) ==10103== by 0x42768FC: vfprintf (vfprintf.c:1289) ==10103== by 0x4CDACDF: winetest_vok (test.h:337) ==10103== by 0x4CDAD9F: winetest_ok (test.h:357) ==10103== by 0x4CC6D45: test_window (ie.c:221) ==10103== by 0x4CC6FE2: test_InternetExplorer (ie.c:268) ==10103== by 0x4CC709D: func_ie (ie.c:282) ==10103== by 0x4CDB756: run_test (test.h:584) ==10103== by 0x4CDBB45: main (test.h:654) ==10103== Address 0x511d5f6 is on thread 1's stack ==10103== Uninitialised value was created by a stack allocation ==10103== at 0x4CC6C2E: test_window (ie.c:209) ==10103==
https://bugs.winehq.org/show_bug.cgi?id=36510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
http://bugs.winehq.org/show_bug.cgi?id=36510
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- Those warnings are related to test failure earlier. The test failure suggests that you didn't compile ieframe with the patch that implemented get_HWND. Please retest.
https://bugs.winehq.org/show_bug.cgi?id=36510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |92841b3195276a12a320fa0b3dd | |854401cbef943 Status|NEW |RESOLVED Resolution|--- |WORKSFORME Summary|valgrind shows a couple |valgrind shows a couple |warnings in |warnings in |ieframe/tests/ieframe.c |ieframe/tests/ie.c
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Jacek Caban from comment #1)
Those warnings are related to test failure earlier. The test failure suggests that you didn't compile ieframe with the patch that implemented get_HWND. Please retest.
Yeah, I can't reproduce this now.
https://bugs.winehq.org/show_bug.cgi?id=36510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1|92841b3195276a12a320fa0b3dd | |854401cbef943 | Regression SHA1|92841b3195276a12a320fa0b3dd | |854401cbef943 |
https://bugs.winehq.org/show_bug.cgi?id=36510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |
https://bugs.winehq.org/show_bug.cgi?id=36510
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.