Re: [Housebot-developers] assertion "best_move.is_pass() ||best_move.onboard(c.boardsize)" failed:
Status: Alpha
Brought to you by:
j_house
|
From: Phil <ph...@th...> - 2007-02-17 21:01:50
|
My mistake. On second look, it works with Linux and Microsoft Visual Studio= , but it still fails with cywgin. Maybe it's my boost build. I'll rebuild i= t and see if the problem goes away.=0A=0A=0A----- Original Message ----=0AF= rom: Jason House <jas...@gm...>=0ATo: Discussion with/among = housebot developers <hou...@li...>=0ASent: Sat= urday, February 17, 2007 8:39:44 AM=0ASubject: Re: [Housebot-developers] as= sertion "best_move.is_pass() ||best_move.onboard(c.boardsize)" failed: file= "brains.cpp", line 448=0A=0A=0AI just tried to reproduce this from the com= mand line and failed to do so =0Awith r469. For the unix-ish platform, wha= t OS is it? Can you turn on =0Athe verbose search flag (line 46) and provi= de the output?=0A=0A[jhouse@localhost housebot]$ LD_LIBRARY_PATH=3D/usr/loc= al/lib src/housebot_0_5=0AWarning: A brain is still using the legacy interf= ace=0AWarning: A brain is still using the legacy interface=0Aboardsize 7=0A= =3D=0A=0Aclear_board=0A=3D=0A=0Aplay_sequence b A1 b A2 b A3 b A4 b A6 b B1= b B2 b B3 b B4 b B5 b B6 b =0AB7 b C1 b C2 b C3 b C4 b D1 b D2 b D3 b D4 b= D5 b E1 b E2 b E3 b E4 b E7 =0Ab F1 b F2 b F3 b F4 b G1 b G2 b G3 b G4 w C= 5 w C6 w D6 w E5 w F5 w F7 w G5=0A=3D=0A=0Ashowboard=0A=3D=0A7 : .X..XO.=0A= 6 : XXOO...=0A5 : .XOXOOO=0A4 : XXXXXXX=0A3 : XXXXXXX=0A2 : XXXXXXX=0A1 : X= XXXXXX=0A ABCDEFG=0A=0Atop_moves b=0AThinking at depth 0... [Cached Res= ult]=0AConclusion: best move =3D PASS=0AThinking at depth 1... [Completed]= =0AConclusion: best move =3D G3=0AThinking at depth 2... [Completed]=0AConc= lusion: best move =3D G3=0AThinking at depth 3... [Completed]=0AConclusion:= best move =3D G3=0AThinking at depth 4... [Completed]=0AConclusion: best m= ove =3D G3=0AThinking at depth 5... [Completed]=0AConclusion: best move =3D= G3=0AThinking at depth 6... [Completed]=0AConclusion: best move =3D F6=0AT= hinking at depth 7... Super Ko Detected=0A[Completed]=0AConclusion: best mo= ve =3D F6=0AThinking at depth 8... Super Ko Detected=0A[Completed]=0AConclu= sion: best move =3D F6=0AThinking at depth 9... Super Ko Detected=0ASuper K= o Detected=0A[Completed]=0AConclusion: best move =3D F6=0AThinking at depth= 10... Super Ko Detected=0ASuper Ko Detected=0ASuper Ko Detected=0A[Complet= ed]=0AConclusion: best move =3D F6=0AThinking at depth 11... Super Ko Detec= ted=0ASuper Ko Detected=0ASuper Ko Detected=0ASuper Ko Detected=0A[Complete= d]=0AConclusion: best move =3D F6=0AThinking at depth 12... Super Ko Detect= ed=0ASuper Ko Detected=0ASuper Ko Detected=0ASuper Ko Detected=0A[Timeout]= =0AConclusion: best move =3D F6=0A=3D F6 1=0A=0Aquit=0A=3D=0A=0A[jhouse@loc= alhost housebot]$ svn info=0APath: .=0AURL: https://housebot.svn.sourceforg= e.net/svnroot/housebot/trunk/housebot=0ARepository Root: https://housebot.s= vn.sourceforge.net/svnroot/housebot=0ARepository UUID: b91aed8d-cc0d-0410-9= 7cb-b68723e94224=0ARevision: 469=0ANode Kind: directory=0ASchedule: normal= =0ALast Changed Author: tgiphil=0ALast Changed Rev: 469=0ALast Changed Date= : 2007-02-09 04:22:17 -0500 (Fri, 09 Feb 2007)=0AProperties Last Updated: 2= 007-01-31 23:28:29 -0500 (Wed, 31 Jan 2007)=0A=0A[jhouse@localhost housebot= ]$ =0A=0APhil G wrote:=0A> Thanks!=0A= > =0A> I get the same error on all three platforms: Linux, Cygwin and Visu= al =0A> Studio. The problem has existed since at least R425 (before the bul= k =0A> of my recent changes).=0A> ----- Original Message ----=0A> From: "Ho= use, Jason J." <jh...@mi...>=0A> To: Discussion with/among housebot de= velopers =0A> <hou...@li...>=0A> Sent: Friday,= February 16, 2007 7:37:00 AM=0A> Subject: Re: [Housebot-developers] assert= ion "best_move.is_pass() =0A> ||best_move.onboard(c.boardsize)" failed: fil= e "brains.cpp", line 448=0A>=0A> I hadn't realized you were still hitting t= his problem :-/=0A> =0A> I'll take a look at it at my first opportunity (m= ight be Sunday). =0A> Which platform(s) do you hit this on? Did it go awa= y when you removed =0A> the use of my GTP interface and return when I put i= t back?=0A>=0A> -------------------------------------------------------= -----------------=0A> *From:* hou...@li...= orge.net=0A> [mailto:hou...@li...]= *On=0A> Behalf Of *Phil G=0A> *Sent:* Thursday, February 15, 2007 = 11:57 PM=0A> *To:* Discussion with/among housebot developers=0A> *S= ubject:* Re: [Housebot-developers] assertion=0A> "best_move.is_pass() |= |best_move.onboard(c.boardsize)" failed:=0A> file "brains.cpp", line 44= 8=0A>=0A> Hi Jason:=0A> =0A> Have you have time to look into t= his bug? I can't seem to get past it.=0A> =0A> Thanks,=0A> = =0A> Phil=0A>=0A> ----- Original Message ----=0A> From: Phil G = <go...@th...>=0A> To: Discussion with/among housebot developers=0A= > <hou...@li...>=0A> Sent: Sunday, Feb= ruary 4, 2007 9:14:07 AM=0A> Subject: [Housebot-developers] assertion "= best_move.is_pass() ||=0A> best_move.onboard(c.boardsize)" failed: file= "brains.cpp", line 448=0A>=0A> Jason,=0A>=0A> =0A>=0A> I've e= ncountered a bug. Here's the dump from gogui: =0A>=0A> =0A>=0A> ve= rsion=0A> =3D Housebot 0.5 (source revision 425)=0A>=0A> boardsize = 7=0A> =3D=0A>=0A> clear_board=0A> =3D=0A>=0A> play_sequence= b A1 b A2 b A3 b A4 b A6 b B1 b B2 b B3 b B4 b B5 b=0A> B6 b B7 b C1 b= C2 b C3 b C4 b D1 b D2 b D3 b D4 b D5 b E1 b E2 b=0A> E3 b E4 b E7 b F= 1 b F2 b F3 b F4 b G1 b G2 b G3 b G4 w C5 w C6 w=0A> D6 w E5 w F5 w F7 = w G5=0A> =3D=0A>=0A> showboard=0A> =3D=0A> 7 : .X..XO.=0A>= 6 : XXOO...=0A> 5 : .XOXOOO=0A> 4 : XXXXXXX=0A> 3 : XX= XXXXX=0A> 2 : XXXXXXX=0A> 1 : XXXXXXX=0A> ABCDEFG=0A>=0A= > top_moves b=0A> Thinking at depth 0... [Cached Result]=0A> Co= nclusion: best move =3D PASS=0A> Thinking at depth 1... [Completed]=0A>= Conclusion: best move =3D E6=0A> Thinking at depth 2... assertion = "best_move.is_pass() ||=0A> best_move.onboard(c.boardsize)" failed: fil= e "brains.cpp", line 448=0A>=0A=0A=0A--------------------------------------= -----------------------------------=0ATake Surveys. Earn Cash. Influence th= e Future of IT=0AJoin SourceForge.net's Techsay panel and you'll get the ch= ance to share your=0Aopinions on IT & business topics through brief surveys= -and earn cash=0Ahttp://www.techsay.com/default.php?page=3Djoin.php&p=3Dsou= rceforge&CID=3DDEVDEV=0A_______________________________________________=0AH= ousebot-developers mailing lis...@li...= =0Ahttps://lists.sourceforge.net/lists/listinfo/housebot-developers |