https://bugs.winehq.org/show_bug.cgi?id=55560
Bug ID: 55560 Summary: The 64-bit dbghelp:dbghelp times out in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The 64-bit dbghelp:dbghelp times out in Wine:
dbghelp.c:106: Test failed: got bad return address 17000ecf4 dbghelp:dbghelp:0688 done (258) in 120s 62B
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
The timeouts are systematic and started on 2023-09-07. A bisect shows that this failure started with the commit below:
commit 425bd55b02e375b9ac8f79b254ce3ca5c9e72719 Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 7 16:02:12 2023 +0200
winegcc: Don't disable unwind tables for PE targets.