http://bugs.winehq.org/show_bug.cgi?id=34830
Bug #: 34830 Summary: rpcrt4:cstub fails and crashes on Windows 8 Product: Wine Version: 1.7.5 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: rpc AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com Classification: Unclassified
The rpcrt4:cstub conformance test has a number of test failures and crashes on Windows 8:
cstub.c:519: Test failed: QueryInterfacevtbl 1 not updated 776C2F4B 76085EBB cstub.c:520: Test failed: AddRefvtbl 1 not updated 776BF425 76085ECE cstub.c:524: Test failed: Invokevtbl 1 not updated 776BF839 7607CC41 cstub.c:525: Test failed: IsIIDSupportedvtbl 1 not updated 776CF314 76102697 cstub.c:527: Test failed: DebugServerQueryInterfacevtbl 1 not updated 776CF2ED 76102671 cstub.c:528: Test failed: DebugServerReleasevtbl 1 not updated 776C767F 76102684 cstub.c:530: Test failed: QueryInterfacevtbl 2 not updated 776C2F4B 76085EBB cstub.c:531: Test failed: AddRefvtbl 2 not updated 776BF425 76085ECE cstub.c:533: Test failed: Connectvtbl 2 not updated 776CF28C 7610264B cstub.c:534: Test failed: Disconnectvtbl 2 not updated 776BF0D3 7607CC1B cstub.c:535: Test failed: Invokevtbl 2 not updated 776BF839 7607CC41 cstub.c:536: Test failed: IsIIDSupportedvtbl 2 not updated 776CF314 76102697 cstub.c:537: Test failed: CountRefsvtbl 2 not updated 776CF2D2 7610265E cstub.c:538: Test failed: DebugServerQueryInterfacevtbl 2 not updated 776CF2ED 76102671 cstub.c:539: Test failed: DebugServerReleasevtbl 2 not updated 776C767F 76102684 cstub.c:541: Test failed: QueryInterfacevtbl 3 not updated 776C2F4B 76085EBB cstub.c:542: Test failed: AddRefvtbl 3 not updated 776BF425 76085ECE cstub.c:546: Test failed: Invokevtbl 3 not updated 776BF839 7607CC41 cstub.c:547: Test failed: IsIIDSupportedvtbl 3 not updated 776CF314 76102697 cstub.c:549: Test failed: DebugServerQueryInterfacevtbl 3 not updated 776CF2ED 76102671 cstub.c:550: Test failed: DebugServerReleasevtbl 3 not updated 776C767F 76102684 cstub.c:564: Test failed: wrong proxy 1 func 0 776BF1AA/76080EFB cstub.c:565: Test failed: wrong proxy 1 func 1 776BF4CB/7607CC2E cstub.c:566: Test failed: wrong proxy 1 func 2 776BF16A/7607CBF5 cstub.c:584: Test failed: wrong proxy 3 func 0 776BF1AA/76080EFB cstub.c:585: Test failed: wrong proxy 3 func 1 776BF4CB/7607CC2E cstub.c:586: Test failed: wrong proxy 3 func 2 776BF16A/7607CBF5 cstub.c:755: this is the last test seen before the exception cstub: unhandled exception c0000005 at 775CB76F
The crash happens in this call of create_proxy_test(): create_proxy_test( ppsf, &IID_if2, if2_proxy_vtbl.Vtbl );