You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that do_move is called with a bogus move=0x7FFF value for whatever reason. This triggers the IsCastling conditional with to = from = 63. This results in rold being uninitialized, causing Gull to crash. The crash occurs in code that is not Linux specific.
The text was updated successfully, but these errors were encountered:
This appears to be a copy-and-paste bug in gen_captures (s/PushE/PushW). This bug also affects the Windows version of Gull 3, although does not seem to cause it to crash. Fixed in be0a079.
Gull (Linux) occasionally crashes, line 3033 Gull.cpp
The problem is that
do_move
is called with a bogusmove=0x7FFF
value for whatever reason. This triggers theIsCastling
conditional withto = from = 63
. This results inrold
being uninitialized, causing Gull to crash. The crash occurs in code that is not Linux specific.The text was updated successfully, but these errors were encountered: