http://bugs.winehq.org/show_bug.cgi?id=20923
Summary: Crash in mshtml/tests/events.c when run under valgrind Product: Wine Version: 1.1.34 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
http://kegel.com/wine/valgrind/logs/2009-12-05-01.15/vg-mshtml_events.txt (and going back to Nov 27th) have a null pointer crash when run under valgrind:
Backtrace: =>0 set_client_site+0xb3(doc=(nil), set=1) [dlls/mshtml/tests/events.c:1750] in mshtml_test (0x7f21fcc8) 1 run_test+0x3e(str="<html></html>", test=0xcf27000) [dlls/mshtml/tests/events.c:1796] in mshtml_test (0x7f21fd18) 2 func_events+0x69() [dlls/mshtml/tests/events.c:1859] in mshtml_test (0x7f21fd38) 3 run_test+0x9f(name="events.c") [include/wine/test.h:537] in mshtml_test (0x7f21fd98)
set_client_site+0xb3 [dlls/mshtml/tests/events.c:1750] in mshtml_test: movl 0x0(%eax),%eax 1750 hres = IHTMLDocument2_QueryInterface(doc, &IID_IOleObject, (void**)&oleobj);
Doesn't crash normally. Not sure why it crashes under valgrind, maybe some race condition shows up there because valgrind's so slow?
http://bugs.winehq.org/show_bug.cgi?id=20923
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase
http://bugs.winehq.org/show_bug.cgi?id=20923
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jacek@codeweavers.com Resolution| |FIXED
--- Comment #1 from Jacek Caban jacek@codeweavers.com 2009-12-08 20:23:00 --- The crash is fixed by: http://source.winehq.org/git/wine.git/?a=commit;h=8da7a00e67326e84d1f5f2de8d... but the real resaon of the failure is missing Gecko installation.
http://bugs.winehq.org/show_bug.cgi?id=20923
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-12-18 13:08:04 --- Closing bugs fixed in 1.1.35.