3 Aug
2022
3 Aug
'22
5:28 p.m.
https://bugs.winehq.org/show_bug.cgi?id=53032 --- Comment #27 from Kevin Puetz <PuetzKevinA(a)JohnDeere.com> --- To make debugging harder, once that least thread has exited (the starting point of this use-after-free), the process is now racing a timer started in wineserver's process_killed that will SIGKILL the process in 0.5s, preventing one from really stepping through any of this (since even an attached debugger can't block SIGKILL) https://gitlab.winehq.org/wine/wine/-/blob/wine-7.0/server/process.c#L996 https://gitlab.winehq.org/wine/wine/-/blob/wine-7.0/server/process.c#L615-61... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.