Closed gbtami closed 5 years ago
@gbtami Thanks for the report. As a first note, I would recommend to always do a make clean
before switching between compilation of the normal and the large-board version, then the warnings you have seen should not appear. However, this most likely is not the reason for the segfault.
On Ubuntu 16.04 it works fine for me. If the segfault is reproducible for you, could you please collect a stacktrace, e.g., with gdb, and post it here?
make clean
make build ARCH=x86-64 COMP=gcc largeboards=yes debug=yes
gdb -ex run -ex bt --args ./stockfish bench shogi
make clean did the trick, it's running OK now. Sry for the noise.
Good to hear that it is working now. I will add a short note to the compilation instructions in the wiki.
I wanted to try shogi on my Ubuntu 18.04 laptop. The compiled stockfish doesn't start (segmentation error).