Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Peter Drake
I got through the whole 640-game experiment without a crash! (The cloud is a wonder, allowing me to play 640 games in under an hour.) Many thanks to everyone for your help. One game did run very long, thanks to GNU Go. See the time left signals in the SGF: (;FF[4]CA[UTF-8]AP[Orego8]KM[7.5]GM[1]

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Peter Drake
I don't know the details, but apparently GNU Go has some subtle instabilities when compiled for 64 bits. I would guess that it has to do with the fact that in C, the sizes of primitive types are platform-dependent. On Fri, Jun 19, 2015 at 8:12 PM, uurtamo . wrote: > So what is the 64-bit problem

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread uurtamo .
So what is the 64-bit problem? (Or did I misread?) On Jun 19, 2015 8:04 PM, "Peter Drake" wrote: > Okay, that worked (with the correction that "ibstdc" should be "libstdc"). > > The new version doesn't choke on my sgf file! > > Now for the acid test, running the whole experiment... > > On Fri, Ju

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Peter Drake
Okay, that worked (with the correction that "ibstdc" should be "libstdc"). The new version doesn't choke on my sgf file! Now for the acid test, running the whole experiment... On Fri, Jun 19, 2015 at 4:43 PM, Hiroshi Yamashita wrote: > Configure doesn't seem happy with that: >> > > I'm not fam

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Hiroshi Yamashita
Configure doesn't seem happy with that: I'm not familiar with CentOS, but maybe need to install # yum -y install glibc-devel.i386 libstdc++-devel.i386 or # yum -y install glibc-devel.i686 glibc-devel ibstdc++-devel.i686 Hiroshi Yamashita ___ Compute

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Peter Drake
(Apologies if there's something in the output I should be able to understand; my sysadmin skills are weak.) Configure doesn't seem happy with that: [drake@broadcast gnugo-3.8]$ ./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" checking for a BSD-compatible insta

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Hiroshi Yamashita
It seems GNU Go built in 64bit has some problems. I got crash on 64bit, but 32bit binary on 64 bit debian was ok. Try to build 32bit binary GNU Go. $ tar xvf gnugo-3.8.tar.gz $ cd gnugo-3.8 $ ./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" $ make yss@debian:~/

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Detlef Schmicker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ubunut 12.04 (64 bit) self compiled with gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ub

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Peter Drake
CentOS Linux release 7.1.1503 64 bit I'm not sure which compiler the make script invoked, but I have these installed: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9) cc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9) On Fri, Jun 19, 2015 at 12:45 AM, Hiroshi Yamashita wrote: > [drake@broadcast ~]$ gnugo -

Re: [Computer-go] Strange GNU Go ladder behavior

2015-06-19 Thread Hiroshi Yamashita
[drake@broadcast ~]$ gnugo --infile results/2015/06/19/03:21:15.950/instance17-b1-2015-06-19-03:21:31.287.sgf Segmentation fault Your sgf is ok on theres 4 environments. It took about 1 minute though. GNU Go 3.9.1 gcc 4.1.2, Debian 4.1.1-21, 32bit GNU Go 3.8 gcc 4.1.2, Debian 4.1.1-21, 32