The bug is not in fact a bug but it is part of the XBoard protocol.

It sends an SIGINT signal... I don't really know why.

I have disabled it with: feature sigint=0
This commit is contained in:
2006-01-03 16:50:16 +00:00
parent 88087a7069
commit 75d07c5f3f

View File

@ -19,6 +19,8 @@ public class TestXBoardProtocol {
BufferedReader xBoardInput = new BufferedReader(new InputStreamReader(System.in));
System.out.println("feature myname=\"djib's Suicide Chess\" sigint=0 sigterm=0 done=1");
while (true) {
try {
String xBoardCommand = xBoardInput.readLine();