From d10f0e106e5bbc20d84722e9d45a6e8623d96e2d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 10 Aug 2011 13:13:09 +0000 Subject: * 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. --- winsup/cygwin/ntdll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/ntdll.h') diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index b317e66b9..c5b3597a7 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -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) -- cgit v1.2.3