##// END OF EJS Templates
tests: killdaemons.py for windows distinguishes access violation and terminated...
tests: killdaemons.py for windows distinguishes access violation and terminated To distinguish between access violaition (process belonging to another user) and a terminated process, PROCESS_QUERY_INFORMATION must be enabled. But TerminateProcess still raises error 5 in both cases. Therefore check before if the process has already terminated.
Simon Heimberg -
r20496:acbd19b9 default
Show More