https://bugs.winehq.org/show_bug.cgi?id=52559
Bug ID: 52559 Summary: kernel32:resource times out since 2021-12-29 at two win10 testbot systems. Product: Wine Version: 7.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
I wondered because the windows test patterns showed timeouts for the kernel32:resource [1] since some days.
I tried a run with verbose timestamps and got [2]. There it shows gaps of ~6 seconds, and it looks like the delay originates from an execution of EndUpdateResourceA [3].
Unfortunately there are a lot calls for this function and therefore the test times out.
Searching the net led me to the autohotkey forums where this function was associated with windows defender. Is windows defender active at these VMs?
[1] https://test.winehq.org/data/tests/kernel32:resource.html [2] https://testbot.winehq.org/JobDetails.pl?Key=108231&f201=exe32.report#k2... [3] https://source.winehq.org/git/wine.git/blob/781277de62822c2bac23dc892a99665c...