mariadb/mysql-test/lib/My/SafeProcess
Vladislav Vaintroub 017a0fd20d Bug #47731 mtr freezes for many seconds when process to be killed has already gone.
The problem is that safe_kill_win fails to detect a dead process. OpenProcess() will 
succeed even after the process died, it will first fail after the last handle to process 
is closed.

To fix the problem, check process status with GetExitCodeProcess() and consider 
process to be dead if the exit code returned by this routine is not STILL_ALIVE.
2009-09-30 00:19:00 +02:00
..
Base.pm Bug #42804 --parallel option does not work for MTR under ActiveState 2009-04-23 13:35:02 +02:00
CMakeLists.txt Windows fixeds for mtr 2007-12-19 12:58:06 +01:00
Makefile.am Apply patch from bug#46834 to install the test suite in RPMs. 2009-08-21 13:58:33 +02:00
safe_kill_win.cc Bug #47731 mtr freezes for many seconds when process to be killed has already gone. 2009-09-30 00:19:00 +02:00
safe_process.cc Fix warnings generated by SunStudio and GCC. 2009-07-08 09:31:22 -03:00
safe_process.pl Don't use Getopt::Long in safe_process.pl 2007-12-20 18:39:33 +01:00
safe_process_win.cc Bug #46212 safe_process: FATAL ERROR, Unknown option: --nocore 2009-07-23 19:01:24 +02:00