On 11/18/2010 01:09 AM, J. Wesley Cleveland wrote:

Hi,

> On Tue, Nov 16, 2010 at 10:45 AM, Joost 't Hart<joost.t.h...@planet.nl>  
> wrote:
>> Thanks,
>>
>> Maybe yes, maybe no ;-)
>>
>> I put it in CVS, but did not manage to get anything useful in the prompt
>> box. Maybe you know how to make an engine crash and produce something
>> useful?
>>
>> Cheers,
>> Joost.
>>
> If you put these lines in stockfish in function search just before the line
>
>      // Step 1. Initialize node and poll. Polling can abort search

Dang, got your point, but in my sf sources (some 1.6 version) there is 
no such line.

I put it at some strategic spots in the search.cpp code (I thought), but 
the engine continues....

> it will send a message to stderr and exit
>
>       static int plugh = 0;
>       if (++plugh>  1000000)
>       {
>               std::cerr<<  "Test of stderr"<<  std::endl;
>               Application::exit_with_failure();
>       }
>


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to