On 11/16/11 19:20, Alexandre Julliard wrote:
Jacek Cabanjacek@codeweavers.com writes:
dlls/mshtml/tests/activex.c | 133 ++++++++++++++++++++++++++++++------------ 1 files changed, 95 insertions(+), 38 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M mshtml.dll -T ../../.. -p mshtml_test.exe.so activex.c&& touch activex.ok wine: Unhandled page fault on read access to 0x00000008 at address 0x6a76d2a6 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x6a76d2a6).
I didn't see crashes here, but I've fixed a problem revealed by warn+heap. Hopefully that's the same problem.
Thanks, Jacek