bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] gnubg-multi on Windows, exit code 03


From: Holger
Subject: Re: [Bug-gnubg] gnubg-multi on Windows, exit code 03
Date: Fri, 25 Jul 2003 17:00:01 +0200

At 16:08 25.07.2003 +0200, Holger wrote:
At 13:52 25.07.2003 +0000, Joern Thyssen wrote:
Yes, but if the GUI-less version works then we may have isolated the
problem.

True. I'm compiling now.

Below the nogui debug log and gnubg output. It still exits with 03. And shouldn't it stay in slave mode, even if it doesn't have anything to do?

Regards,

        Holger

M:\bin\GnuBG>gdb gnubg_nogui.gdb.exe
GNU gdb 5.1.1 (mingw experimental)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "mingw32"...
(gdb) b Slave
Breakpoint 1 at 0x4a5c51: file procunits.c, line 3512.
(gdb) r
Starting program: M:\bin\GnuBG/gnubg_nogui.gdb.exe

Breakpoint 1, Slave () at procunits.c:3512
3512        int                 done = FALSE;
(gdb) fin
Run till exit from #0  Slave () at procunits.c:3512
CommandProcunitsSlave (sz=0x22f319 "localhost") at procunits.c:4512
4512            outputf ("\n\nHost set back to MASTER mode.\n\n");
(gdb)
Run till exit from #0  CommandProcunitsSlave (sz=0x22f319 "localhost")
    at procunits.c:4512
0x0042c7ce in HandleCommand (sz=0x22f319 "localhost", ac=0x4bada0)
    at gnubg.c:2631
2631            pc->pf( sz );
(gdb)
Run till exit from #0  0x0042c7ce in HandleCommand (sz=0x22f319 "localhost",
    ac=0x4bada0) at gnubg.c:2631
0x0042c7e9 in HandleCommand (sz=0x22f313 "slave", ac=0x4bd5a0) at gnubg.c:2635
2635            HandleCommand( sz, pc->pc );
(gdb)
Run till exit from #0  0x0042c7e9 in HandleCommand (sz=0x22f313 "slave",
    ac=0x4bd5a0) at gnubg.c:2635
0x00435e95 in real_main (closure=0x0, argc=1, argv=0x8726f0) at gnubg.c:7280
7280                    HandleCommand( sz, acTop );
(gdb)
Run till exit from #0  0x00435e95 in real_main (closure=0x0, argc=1,
    argv=0x8726f0) at gnubg.c:7280

Program exited with code 03.


This is the accompanying gnubg output:

GNU Backgammon 0.13-devel  Copyright 1999, 2000, 2001, 2002, 2003 Gary Wong.
GNU Backgammon is free software, covered by the GNU General Public License
version 2, and you are welcome to change it and/or distribute copies of it
under certain conditions.  Type "show copying" to see the conditions.
There is absolutely no warranty for GNU Backgammon.  Type "show warranty" for
details.
0.13: incorrect weights version (version gnubg.wd is required, but these weight
s are 0,14)
gnubg.weights: No such file or directory
WARNING: No neural net weights were found.  GNU Backgammon will create an
initial random network, but this will be unsuitable for use until training
is complete.  Please consult the manual for information about training, or
directions for obtaining a pre-trained network.
(No game) pu slave localhost
Host set to SLAVE mode.
  Will notify availability to localhost (127.0.0.1:80) every 10 secs.
  Hit ^C to kill pending tasks and return to MASTER mode.

Available processing units:
  Id  Type    Status     Queue  Tasks                 Address
   1  Local   Ready          1  rollout analysis      n/a

Tasks (todo/prog/done) Rollouts (rcvd/sent/fail) Evals (rcvd/sent/fail) Status
   0 (   0/   0/   0)     0 (   0/   0/   0)     0 (   0/   0/   0)  N/A
   0 (   0/   0/   0)     0 (   0/   0/   0)     0 (   0/   0/   0)  N/A
0 ( 0/ 0/ 0) 0 ( 0/ 0/ 0) 0 ( 0/ 0/ 0) Waiting for
   0 (   0/   0/   0)     0 (   0/   0/   0)     0 (   0/   0/   0)  N/A


Host set back to MASTER mode.




reply via email to

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