[Bug 38908] PlanetSide 2 v5.2.4.x launcher process exit causes wineserver crash

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 12 16:13:11 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38908

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian at fds-team.de

--- Comment #1 from Sebastian Lackner <sebastian at fds-team.de> ---
Most likely introduced by
http://source.winehq.org/git/wine.git/commit/350ee62ab4ea40904296dcf90cf052938ca4ae75.

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?

-- 
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.



More information about the wine-bugs mailing list