https://bugs.winehq.org/show_bug.cgi?id=49847
--- Comment #3 from Daniel Ribeiro da Silva ferion11@hotmail.com --- (In reply to joaopa from comment #1)
Please, run a regression test: https://wiki.winehq.org/Regression_Testing
Surely, it will increase the speed the bug is fixed
Using only wine-vanilla binaries in my first tests, I found that the issue happens in wine-5.6 and not wine-5.5.
Then after 9 steps of compilations and test:
321d26cbb4404ee63df439759cbc5a546434dde6 is the first bad commit commit 321d26cbb4404ee63df439759cbc5a546434dde6 Author: Piotr Caban piotr@codeweavers.com Date: Mon Apr 6 17:21:19 2020 +0200
server: Use correct clock in select.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/server.c | 11 +++++++-- dlls/ntdll/sync.c | 11 +++++++-- include/wine/server_protocol.h | 7 +++--- server/protocol.def | 3 +-- server/request.h | 8 +++--- server/thread.c | 55 +++++++++++++++++++++--------------------- server/trace.c | 11 ++++++--- tools/make_requests | 1 + 8 files changed, 62 insertions(+), 45 deletions(-)