Bug report: Zombie processes
So while Zombie processes are well known in linux, they also exist in windows. They tend to be caused by system drivers not releasing handles. You can see them if you use RAM MAP (https://docs.microsoft.com/en-us/sysinternals/downloads/rammap) and look at the processes tab (they occupy 0k memory). For the last few months I…