https://bugs.winehq.org/show_bug.cgi?id=53489
Bug ID: 53489 Summary: user32:dde sometimes gets stuck on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
user32:dde sometimes gets stuck on Windows:
02fc:dde: 82 tests executed (0 marked as todo, 0 failures), 0 skipped. user32:dde:0304 done (258) in 120s
https://test.winehq.org/data/patterns.html#user32:dde
Based on the available traces, the test always gets stuck somewhere after test_msg_server() completes (see first child process completion trace), but before test_ddeml_server() does (missing second child process trace).
This also only happens on Windows 10 but any version thereof (1507 to 21H2).
https://bugs.winehq.org/show_bug.cgi?id=53489
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53489
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Note that this bug is probably related to bug 51363, except that the latter seemed to be about a systematic failure, and only on a specific couple of configurations.
Anyway, there was a suspicion that this was caused by a rogue window not processing some broadcast message.