Zombie process with no threads #1505
-
I have a zombie process that is indefinetely in exiting state with no threads alive which is being blocked by a faulty driver. Now, I know that it exits once I close my xbox 360 controller emulation software, but is there a way to find what holds it up using System Informer? Only memory statistics (76 kB private bytes and some others) and Token tab is populated, everything else is either 0 or empty. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The process is too far gone for SI to show anything.
You need to dump kernel objects and check references using a kernel debugger. You can create a live kernel dump using the SI main menu > Tools > |
Beta Was this translation helpful? Give feedback.
The process is too far gone for SI to show anything.
You need to dump kernel objects and check references using a kernel debugger. You can create a live kernel dump using the SI main menu > Tools >
Create live dump
option and open the dump file in windbg/windbg preview?