On Tue, Jan 13, 2004 at 04:47:59AM +0900, Emmanuel Touzery wrote: > got around bzipping2 it. it's attached, if someone cares. bunzip2 it, > run with > ruby and you'll get > test.rbpl:8127:in `+': Bignum can't be coerced into Fixnum (TypeError) > from test.rbpl:8127 > which seems to be an error. > (ruby 1.8.0 (2003-08-04) [i586-linux-gnu]) and with --enable-pthread jimbo:~> ruby1.8 ./test1.rbpl ./test1.rbpl:6250: stack level too deep (SystemStackError) 33.665u 1.132s 0:35.33 98.4% 0+0k 0+0io 269pf+0w jimbo:~> ruby1.8 --version ruby 1.8.1 (2003-12-27) [i386-linux] jimbo:~> ruby1.8 -r rbconfig -e "puts Config::CONFIG['configure_args']" '--enable-frame-address' '--target=i386-linux' '--program-suffix=1.8' '--prefix=/usr' '--datadir=/usr/share' '--mandir=/usr/share/man' '--sysconfdir=/etc' '--localstatedir=/var' '--with-sitedir=/usr/local/lib/site_ruby' '--with-default-kcode=none' '--with-dbm-type=gdbm_compat' '--with-tklib=tk8.4' '--with-tcllib=tcl8.4' '--with-tcl-include=/usr/include/tcl8.4' '--enable-pthread' '--enable-shared' '--enable-ipv6' '--with-lookup-order-hack=INET' 'CFLAGS=-Wall -g -O2' 'target_alias=i386-linux' debian 1.8.1-2, though I verified the effect of --enable-pthread with current cvs as well. -neil