Dev Builds » 20120406-1430

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID bed4075580e87dd85c8c80dbd7c828268af2e324
Author Marco Costalba
Date 2012-04-06 14:30:41 UTC
Fix a (theoretical) race leading to a crash After we release the SplitPoint lock the master, suppose is main thread, can safely return and if a "quit" command is pending, main thread exits and associated Thread object is freed. So when we access master->is_searching a crash occurs. I have never found such a race that is of course very rare becuase assumes that from lock releasing we go to sleep for a time long enough for the main thread to end the search and return. But you can never know, and anyhow a race is a race. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Copyright 2011–2024 Next Chess Move LLC