https://bugs.winehq.org/show_bug.cgi?id=54348
Bug ID: 54348 Summary: rpcrt4:server - run_client() sometimes times out waiting for the child process on Debian Product: Wine Version: 8.0-rc5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: rpc Assignee: wine-bugs@winehq.org Reporter: jinoh.kang.kr@gmail.com CC: fgouget@codeweavers.com, huw@codeweavers.com, z.figura12@gmail.com Distribution: ---
rpcrt4:server - run_client() sometimes times out waiting for the child process on Debian:
rpcrt4:server start dlls/rpcrt4/tests/server.c server.c:2172: Using RpcServerRegisterIfEx server.c:1228: Test failed: Timed out waiting for the child process server.c:1015: Test marked todo: object_uuid is (null) server.c:1016: Test marked todo: endpoint is (null) server.c:1017: Test marked todo: network_options is (null) 0a04:server: 154 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. 08a8:server: 11 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. server.c:1015: Test marked todo: object_uuid is (null) server.c:1016: Test marked todo: endpoint is (null) server.c:1017: Test marked todo: network_options is (null) 0858:server: 148 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. server.c:1015: Test marked todo: object_uuid is (null) server.c:1016: Test marked todo: endpoint is (null) server.c:1017: Test marked todo: network_options is (null) 0564:server: 156 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. rpcrt4:server:0224 done (258) in 120s 1063B
https://bugs.winehq.org/show_bug.cgi?id=54348
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=54348
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #1 from François Gouget fgouget@codeweavers.com --- There are also two instances of this failure on my Debian desktop: * 2022-10-21 fg-deb64-wow32 * 2022-11-03 fg-deb64-t32
See https://test.winehq.org/data/patterns.html#rpcrt4:server
It's unclear if it is caused by a bug in Wine, a bug in the test, or external factors like CPU load or network issues.
https://bugs.winehq.org/show_bug.cgi?id=54348
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Note: This also impacted MR1730 (presumably the source for this bug report).