https://bugs.winehq.org/show_bug.cgi?id=34830
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, testcase URL| |http://test.winehq.org/data | |/tests/rpcrt4:cstub.html Regression SHA1| |7571c1fd5397bd59de3f88f2d5a | |b89bdd07a496e
--- Comment #1 from François Gouget fgouget@codeweavers.com --- These failures and crash are still systematic and impact all Windows 8/8.1 systems. See:
http://test.winehq.org/data/tests/rpcrt4:cstub.html
The crash happens in create_proxy_test() on this call:
r = IPSFactoryBuffer_CreateProxy(ppsf, NULL, iid, &proxy, (void **)&iface);
In the case where iid = &IID_if2.
The commit that introduced this test is:
commit 7571c1fd5397bd59de3f88f2d5ab89bdd07a496e Author: Alexandre Julliard julliard@winehq.org Date: Wed May 27 21:25:10 2009 +0200
rpcrt4: Fix the PSFactoryBuffer proxy refcounting, with tests.