[Bug 39640] New: taskmgr: "End Process Tree" is unimplemented

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 21 19:14:30 CST 2015


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 at winehq.org
          Reporter: fgouget at 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.



More information about the wine-bugs mailing list