https://bugs.winehq.org/show_bug.cgi?id=38908
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- Most likely introduced by http://source.winehq.org/git/wine.git/commit/350ee62ab4ea40904296dcf90cf0529....
Technically easy to fix, but I am not sure what matches the Windows behavior. At the time when the kernel cleans up the remaining handles of the terminated process, there is no thread anymore, and storing a reference to a process is also not possible. Most likely we should store the client_{pid,tid} directly in the irp structure, and client_tid is NULL then?