https://bugs.winehq.org/show_bug.cgi?id=43749
Bug ID: 43749 Summary: shell32:shelldispatch test crashes in 64-bit prefix Product: Wine Version: 2.17 Hardware: x86-64 OS: Linux Status: NEW Keywords: download, source, testcase, win64 Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
I get a crash when running the 32-bit shell32:shelldispatch test in a 64-bit process through the build tree:
fixme:ole:TMStubImpl_Invoke not implemented on non-i386 err:rpc:I_RpcReceive we got fault packet with status 0x80004005 err:ole:xCall RpcChannelBuffer SendReceive failed, 80004005 shelldispatch.c:1032: Test failed: got 0x80004005 shelldispatch.c:1058: Test failed: got (nil) wine: Unhandled page fault on read access to 0x00000000 at address 0x7eccc0dd (thread 002f), starting debugger...
The 64-bit test also fails, but it does not crash.