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@winehq.org Reporter: fgouget@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.
https://bugs.winehq.org/show_bug.cgi?id=39640
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=39640
Akarsha akarsha15010@iiitd.ac.in changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |akarsha15010@iiitd.ac.in
https://bugs.winehq.org/show_bug.cgi?id=39640
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #2 from Zhiyi Zhang zzhang@codeweavers.com --- https://source.winehq.org/patches/data/142889
This should close it.
https://bugs.winehq.org/show_bug.cgi?id=39640
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #3 from joaopa jeremielapuree@yahoo.fr --- Fixed following to the last comment. Can an administrator close this bug as FIXED?
https://bugs.winehq.org/show_bug.cgi?id=39640
--- Comment #4 from Zhiyi Zhang zzhang@codeweavers.com --- (In reply to joaopa from comment #3)
Fixed following to the last comment. Can an administrator close this bug as FIXED?
The patch is not merged.