[Bug 20923] New: Crash in mshtml/tests/events.c when run under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 5 12:13:13 CST 2009


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 at winehq.org
        ReportedBy: dank at 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?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list