Author: Fabien Letouzey
Date: 00:48:50 03/26/05
Go up one level in this thread
On March 25, 2005 at 02:06:46, Joshua Haglund wrote: >When compiled with: > >g++ -O3 -fomit-frame-pointer -c <files.cpp> >... >g++ -o Fruit.exe <files.o> > >Fruit crashes after a couple of moves. > >It also doesn't display it's thinking lines. > >I throw out -fomit-frame-pointer and it doesn't crash, but still no thinking >lines. > >There seems to be a problem with the source I downloaded. > >Joshua Haglund >toneewa@yahoo.com You are not the first one to report missing PVs. The problem seems related to my printf() wrappers. I've been using them for so many years I don't remember what the code looks like. Either I have a bug there or some compiler-option combination screws <stdarg.h> stack tricks (sounds unlikely)? I will have a look at the code and try to reproduce the problem on my machine. If I find anything, I should be able to report changes to make to the code ... Stay strong ;) Fabien.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.