I got a problem with my minifilter driver:
I created a winword process and tracked its create & cleanup & read & write operation. After that I closed it(the main window was closed), I found the process was still there and there was no active thread in it.
Why?
Any help will be appreciated!
Thanks in advance!
Here is the analysis snippnet of “!process XXX 7”:
I created a winword process and tracked its create & cleanup & read
& write operation. After that I closed it(the main window was
closed), I found the process was still there and there was no active thread in it.
Perhaps at some point you are increasing the reference to that process but you are not releasing it ?
-----Mensaje original-----
De: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] En nombre de xxxxx@gmail.com
Enviado el: martes, 16 de septiembre de 2008 9:54
Para: Windows File Systems Devs Interest List
Asunto: [ntfsd] Problem of process with no active thread
Hi, guys.
I got a problem with my minifilter driver:
I created a winword process and tracked its create & cleanup & read & write operation. After that I closed it(the main window was closed), I found the process was still there and there was no active thread in it.
Why?
Any help will be appreciated!
Thanks in advance!
Here is the analysis snippnet of “!process XXX 7”: