Volatile bug

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

brtzsnr
Posts: 433
Joined: Fri Jan 16, 2015 4:02 pm

Re: Volatile bug

Post by brtzsnr »

Sanitizers are your friend when debugging such crashes:

https://gcc.gnu.org/onlinedocs/gcc/Inst ... tions.html

The two I use most often:

-fsanitize=address
-fsanitize=undefined
thomasahle
Posts: 94
Joined: Thu Feb 27, 2014 8:19 pm

Re: Volatile bug

Post by thomasahle »

Did you ever find out what the problem was?