For the following input command:
./walleye -P -f '7k/4Q3/6K1/8/8/8/8/8 w - - 0 1'
It first does a search to depth 99, which is unneeded since it is clearly a mate in 1, and then prints the same board over and over instead of terminating program execution.
For the following input command:
./walleye -P -f '7k/4Q3/6K1/8/8/8/8/8 w - - 0 1'It first does a search to depth 99, which is unneeded since it is clearly a mate in 1, and then prints the same board over and over instead of terminating program execution.