[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnugo-devel] final_score bug
From: |
Darren Cook |
Subject: |
[gnugo-devel] final_score bug |
Date: |
Thu, 10 May 2007 11:40:11 +0900 |
User-agent: |
Thunderbird 1.5.0.10 (X11/20070301) |
Running final_score caused the below problem [1]. I'd had the connection
open and been asking gnugo to evaluate positions for nearly 3 hours, so
maybe there was some build-up of bad state? When I restarted the script
it happily continued past this position.
And now it fails a few minutes later on [2]. (And again, once restarted
it happily scored it.)
Darren
[1]
***assertion failure:
board.c:2727 - ON_BOARD1(pos) near PASS***
B:C5
A B C D E F G H J
9 . . O . O X . . . 9
8 . O . O O X . . . 8
7 . O O X X X + . . 7
6 . . O O O X X . . 6
5 . O X O X X . . . 5
4 . O X O O X . X . 4
3 O O X O O X O O . 3
2 X X . X X O . X . 2 WHITE (O) has captured 4 stones
1 . . X . X . . . . 1 BLACK (X) has captured 2 stones
A B C D E F G H J
(;GM[1]FF[4]SZ[9]KM[5.5]HA[0]GN[GNU Go 3.7.10 stepped on a bug]
;B[ee];W[eg];B[gd];W[cd];B[ce];W[be];B[cf];W[gg];B[ec];W[bc];B[hf];W[ch]
;B[cb];W[bf];B[cg];W[bg];B[dh];W[dg];B[bh];W[de];B[ci];W[df];B[eh];W[fh]
;B[ei];W[ed];B[fd];W[dd];B[ah];W[eb];B[dc];W[db];B[fb];W[cc];B[fc];W[bb]
;B[hh];W[hg];B[ff];W[ch];B[fg];B[cg];W[ef];B[fe];W[ea];B[fa];W[ca];B[cf]
;W[ag]
)
[2]:
***assertion failure:
board.c:2727 - ON_BOARD1(pos) near [143045]***
B:C5
A B C D E F G H J
9 . X . X . O . . . 9
8 . O X . X X O O . 8
7 . O O X X X X O . 7
6 . . O O O X X O . 6
5 . O X O X O O X . 5
4 . O X O . . O X X 4
3 O O X O O . O O X 3
2 X X . X X O O X . 2 WHITE (O) has captured 3 stones
1 . . X . X X O . X 1 BLACK (X) has captured 4 stones
A B C D E F G H J
(;GM[1]FF[4]SZ[9]KM[5.5]HA[0]GN[GNU Go 3.7.10 stepped on a bug]
;B[ee];W[eg];B[gd];W[cd];B[ce];W[be];B[cf];W[gg];B[ec];W[bc];B[hf];W[ch]
;B[cb];W[bf];B[cg];W[bg];B[dh];W[dg];B[bh];W[de];B[ci];W[df];B[eh];W[fh]
;B[ei];W[ed];B[fd];W[dd];B[ah];W[db];B[dc];W[cc];B[eb];W[bb];B[da];W[ch]
;B[cg];W[fe];B[ba];W[ge];B[he];W[hg];B[ig];W[ih];B[if];W[gf];B[hh];W[hd]
;B[ii];W[hc];B[gc];W[gb];B[fc];W[fa];B[fb];W[hb];W[gh];B[cf];W[ag];B[fi]
;W[gi]
)
gnugo 3.7.10 (seed 0): You stepped on a bug.
Please mail this message, including the debug output above, to address@hidden
- [gnugo-devel] final_score bug,
Darren Cook <=