X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=121575f554525c6a2b13b52140a7d4d6fa2f86b6;hp=997732131408d314efbb913b3ed87f838e6f9a87;hb=efeb37c33f15a903dbe5706529a7a26511e9ca58;hpb=00d9fe8af09891e82d66f88c48b513d6a7326f2a diff --git a/src/search.cpp b/src/search.cpp index 99773213..121575f5 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -2324,7 +2324,7 @@ split_point_start: // At split points actual search starts from here if (!ok) { cout << "Failed to create thread number " << i << endl; - Application::exit_with_failure(); + exit(EXIT_FAILURE); } // Wait until the thread has finished launching and is gone to sleep