Revision 0c7f84ca41ebd871615426b9a159922422701859 authored by Brad King on 19 May 2014, 14:53:51 UTC, committed by Brad King on 20 May 2014, 13:48:35 UTC
When we kill a child we send SIGSTOP first so that we can traverse its
child processes recursively.  On unwinding the recursion we then send
SIGKILL.  Current Cygwin has trouble when both signals are sent in quick
succession by the parent process.  Add a usleep(1) after sending the
first signal to give up our time slice and give Cygwin a chance to
process the first signal before sending the second.
1 parent e604209
History
File Mode Size
build
libarchive
.gitattributes -rw-r--r-- 124 bytes
CMakeLists.txt -rw-r--r-- 47.9 KB
COPYING -rw-r--r-- 2.8 KB
CTestConfig.cmake -rw-r--r-- 400 bytes
README-CMake.txt -rw-r--r-- 2.1 KB

README-CMake.txt

back to top