http://bugs.winehq.org/show_bug.cgi?id=12229
Summary: mshtml: script.c test crashes in kubuntu hardy Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Keywords: source, testcase Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=11662) --> (http://bugs.winehq.org/attachment.cgi?id=11662) +mshhtml trace in git
+mshtml trace in git
In a fresh install of kubuntu hardy (with KDE 4), mshtml: script.ok is consistently crashing:
---snip--- Backtrace: =>1 0x6045752c func_script+0x41c() [/home/austin/wine-git/dlls/mshtml/tests/script.c:438] in mshtml_test (0x0033fe68) 2 0x604577fa run_test+0x14a(name=0x1103ef) [/home/austin/wine-git/dlls/mshtml/tests/../../../include/wine/test.h:408] in mshtml_test (0x0033fea8) 3 0x60457f22 main+0x142(argc=<register ECX not in topmost frame>, argv=0x1103d0) [/home/austin/wine-git/dlls/mshtml/tests/../../../include/wine/test.h:456] in mshtml_test (0x0033fed8) 4 0x60457ffb __wine_spec_exe_entry+0x5b(peb=0x7ffdf000) [/home/austin/wine-git/dlls/winecrt0/exe_entry.c:36] in mshtml_test (0x0033ff08) 5 0x7b875d0e start_process+0xee(arg=0x0) [/home/austin/wine-git/dlls/kernel32/process.c:883] in kernel32 (0x0033ffe8) 6 0x600258f7 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000) ---snip---
+mshtml trace attached.
Installing wine-gecko solves the crash. If wine-gecko is needed to pass this test, then we should skip this test if wine-gecko isn't found (the other tests in script.ok are).
Looks like we need an mshtml component...