try to fix SERVER-2501
This commit is contained in:
@@ -602,6 +602,9 @@ namespace mongo {
|
||||
|
||||
DWORD tmp;
|
||||
if(GetExitCodeProcess(h, &tmp)) {
|
||||
if ( tmp == STILL_ACTIVE ) {
|
||||
return false;
|
||||
}
|
||||
CloseHandle(h);
|
||||
handles.erase(pid);
|
||||
if (exit_code)
|
||||
|
||||
Reference in New Issue
Block a user