Re: WIndows process table and process image.
- From: "anton bassov"<xxx@xxxxxxx>
- Date: Thu, 8 Jun 2006 21:54:28 -0500
Hi Ivan
////
Zombie processes are normally caused by a handle leak on some other process.
For example this code would cause that
HANDLE hProcess = OpenProcess(PID,...);
TerminateProcess(hProcess,...);
///////
But this is not really a "zombie process", is it??? In order to have a real
"zombie process" (i.e. the one that just has no chance of EVER being removed
from the table), UNIX-style parent-child relationship is needed
Anton Bassov
.
- Follow-Ups:
- Re: WIndows process table and process image.
- From: Ivan Brugiolo [MSFT]
- Re: WIndows process table and process image.
- References:
- Re: WIndows process table and process image.
- From: Ivan Brugiolo [MSFT]
- Re: WIndows process table and process image.
- Prev by Date: Re: WIndows process table and process image.
- Next by Date: Re: WIndows process table and process image.
- Previous by thread: Re: WIndows process table and process image.
- Next by thread: Re: WIndows process table and process image.
- Index(es):