[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] Bug Game for gnugo 3.2 (with output)
From: |
Gunnar Farneback |
Subject: |
Re: [gnugo-devel] Bug Game for gnugo 3.2 (with output) |
Date: |
Mon, 10 Jun 2002 19:57:43 +0200 |
User-agent: |
EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode) |
Josh Stern wrote:
> Output was:
>
> ***assertion failure:
> value_moves.c:2550 - 0 near PASS***
Has someone managed to reproduce either of Josh's two crashes? Just
loading the position and generating a move doesn't suffice, at least
not for me.
The assertion above is slightly bizarre, by the way. It happens in
this code:
default:
/* This means probably someone has introduced a new threat type
* without adding the corresponding case above.
*/
gg_assert(0);
break;
I'm pretty sure that this shouldn't be possible and if it were we
should have caught it much erlier.
/Gunnar