* fhandler_process.cc (format_process_status): Always print process name
even for zombies. (get_mem_values): Fix loop fetching working set list to avoid out of memory conditions. Return all mem values set to 0 for zombies. * ntdll.h (STATUS_PROCESS_IS_TERMINATING): Define.
This commit is contained in:
		| @@ -52,6 +52,7 @@ | ||||
| #define STATUS_INVALID_NETWORK_RESPONSE ((NTSTATUS) 0xc00000c3) | ||||
| #define STATUS_BAD_NETWORK_NAME       ((NTSTATUS) 0xc00000cc) | ||||
| #define STATUS_DIRECTORY_NOT_EMPTY    ((NTSTATUS) 0xc0000101) | ||||
| #define STATUS_PROCESS_IS_TERMINATING ((NTSTATUS) 0xc000010a) | ||||
| #define STATUS_CANNOT_DELETE          ((NTSTATUS) 0xc0000121) | ||||
| #define STATUS_INVALID_LEVEL          ((NTSTATUS) 0xc0000148) | ||||
| #define STATUS_DLL_NOT_FOUND          ((NTSTATUS) 0xc0000135) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user