7b9c438099
Fixed copyright headers in mtr src files
2011-01-18 11:21:37 +01:00
097445ebf5
Fixed copyright headers in mtr src files
2011-01-18 11:03:44 +01:00
245645e225
Unset the execute bit where it's not needed.
2010-07-03 20:17:03 -03:00
13cd7170cc
WL#5161 : Cross-platform build with CMake
2009-11-09 12:32:48 +01:00
5f80994f4e
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
c2858e8b5b
WL#4189 NO need to retry OpenEvent if the process does not exist anymore
2008-10-08 22:02:32 +02:00
0d1d46c7e2
Find ndb binaries
...
Verbose SafeProcess.pm
2008-03-13 17:16:42 +01:00
5dbb4c96eb
Ignore all common signals
...
Just retry OpenEvent a couple of times with a "yield" in between
2008-03-10 16:00:39 +01:00
34605cc110
Add retry logic for OpenEvent to avoid problems when the
...
process to kill hasn't yet created the event
2008-03-10 12:54:46 +01:00
c7af2433b9
Improve error messages
2008-03-06 10:19:41 +01:00
d918988baa
WL#4189
...
- dynamic configuration support
- safe process
- cleanups
- create new suite for fedarated
2007-12-12 18:19:24 +01:00