gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] trevorb:280


From: Arend Bayer
Subject: Re: [gnugo-devel] trevorb:280
Date: Wed, 6 Feb 2002 00:19:37 +0100 (CET)

> 
> As I mentioned in an earlier if you run 3.1.24 with
> the owl threats turned on you get a crash in trevorb:280.
> 
> The fault seems to be some new code that was added
> in the patch arend_1_23.5 in the function reevaluate_ko_threats:
> 
>   for (k = 0; k <= 3; k++) {
>     ko_stone = ko_move + delta[k];
>     if (ON_BOARD(ko_stone) && countlib(ko_stone))
>       break;
>   }
>   ASSERT_ON_BOARD1(ko_stone);
> 
> At move 96 of regression/games/trevor/auto/b16.sgf, this
> turns up the incorrect ko stone. I suppose what was intended
> was countlib(ko_stone)==1.

Sure, thank you for fixing that.

Arend




reply via email to

[Prev in Thread] Current Thread [Next in Thread]