https://bugs.winehq.org/show_bug.cgi?id=39640 Bug ID: 39640 Summary: taskmgr: "End Process Tree" is unimplemented Product: Wine Version: 1.7.52 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Distribution: --- Wine's Taskmgr tool offers to terminate all the processes in a process tree (End Process Tree) but that function is in fact not implemented. More precisely it does the exact same thing as 'End Process', i.e. it kills the specified process but not its children. As proof, compare the implementation of ProcessPage_OnEndProcessTree() with ProcessPage_OnEndProcess() in programs/taskmgr/endproc.c. Both functions are identical. -- 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.