bug-gnu-chess
[Top][All Lists]
Advanced

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

Re: xboard sends SIGINT to gnuchess, and gnuchess exits


From: Michael Wang
Subject: Re: xboard sends SIGINT to gnuchess, and gnuchess exits
Date: Thu, 3 Jan 2002 20:04:47 -0500
User-agent: Mutt/1.2.5i

Correction on
> (3) xboard-4.2.5 and gnuchess-5.03beta runs ok on Solaris 8 x86.

It depends how I move. If I (white, computer black) move horse
to the inner position, and then another horse also to the inner
position (towards the center), then I got the following:

14881:  gettimeofday(0x08087134)                        = 0
14881:  write(1, " 7 .   - 1 2   6 0 0   6".., 39)      = 39
14881:  write(1, " 1 .   . . .   e 7 e 5\n".., 29)      = 29
14881:  read(0, 0x08F4730C, 5120)       (sleeping...)
14881:      Received signal #2, SIGINT, in read() [caught]
14881:        siginfo: SIGINT pid=14880 uid=100
14881:  read(0, 0x08F4730C, 5120)                       Err#4 EINTR
14881:  sigaction(SIGINT, 0x08047658, 0x080476B4)       = 0
14881:  setcontext(0x08047744)
14881:  read(0, " t i m e   2 9 3 2 3\n o".., 5120)     = 27
14881:  write(1, " 2 .   g 1 f 3\n", 8)                 = 8
14881:      Incurred fault #6, FLTBOUNDS  %pc = 0x080708AA
14881:        siginfo: SIGSEGV SEGV_MAPERR addr=0x08F74646
14881:      Received signal #11, SIGSEGV [default]
14881:        siginfo: SIGSEGV SEGV_MAPERR addr=0x08F74646
14881:          *** process killed ***

On Thu, Jan 03, 2002 at 07:50:59PM -0500, Michael Wang wrote:
> Tim, Simon, et al,
> 
> I would like to report the following facts:
> 
> (1) gnuchess-5.03beta compiles ok, and runs ok on Solaris 8 x86.
> (2) gnuchess-5.03beta compiles ok, but does NOT run ok on Solaris 8 Sparc.
>     ./gnuchess does not respond to any of the test command: "post", "depth 8",
>     "go", "quit" on Solaris 8 Sparc.
> (3) xboard-4.2.5 and gnuchess-5.03beta runs ok on Solaris 8 x86.
> (4) xboard-4.2.5 and gnuchess-5.02 does NOT runs ok on Solaris 8 x86.
>     same error as on Solaris 8 Sparc, shown below:
> 
> 14840:  gettimeofday(0x080875D4)                        = 0
> 14840:  write(1, " 8 .   4   9 0 0   7 3 2".., 46)      = 46
> 14840:  write(1, " 1 .   . . .   g 8 f 6\n".., 29)      = 29
> 14840:  read(0, 0x0C13982C, 5120)       (sleeping...)
> 14840:      Received signal #2, SIGINT, in read() [caught]
> 14840:        siginfo: SIGINT pid=14839 uid=100
> 14840:  read(0, 0x0C13982C, 5120)                       Err#4 EINTR
> 14840:  sigaction(SIGINT, 0x08047658, 0x080476B4)       = 0
> 14840:  setcontext(0x08047744)
> 14840:  llseek(0, 0, SEEK_CUR)                          Err#29 ESPIPE
> 14840:  llseek(0, 0, SEEK_CUR)                          Err#29 ESPIPE
> 14840:  _exit(0)
> 
> Thank you!



reply via email to

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