Geschrieben von: / Posted by: Dann Corbit at 05 March 2004 04:40:48:
Als Antwort auf: / In reply to: Re: Amy 0.8.7 ready to rock and roll {WAIT} geschrieben von: / posted by: Dann Corbit at 05 March 2004 02:30:51:
The tablebase stuff is messed up (this happens every time I port Amy!)
Wait until I fix it.
This runs most of the time:
ftp://cap.connx.com/chess-engines/new-a ... et-087.exeThere is still something not quite right, but it is not in the tablebase stuff.
The debugger balks every time this function is executed:
void FreeSearchData(struct SearchData *sd)
{
free(sd->statusTable);
free(sd->killerTable);
free(sd->moveHeap);
free(sd->dataHeap);
free(sd);
}
on the last free of sd itself.
I have not figured out what is wrong. Probably an over-write somewhere.
my ftp site {remove http:// unless you like error messages}