[#995] Mathn crashes the interpreter on PPC — Dave Thomas <dave@...>
The following code crashes the interpreter on my Powerbook:
4 messages
2003/05/01
[#1004] irb doesn't work, because tempfile doesn't work — Dave Thomas <dave@...>
Try
7 messages
2003/05/02
[#1005] Re: irb doesn't work, because tempfile doesn't work
— matz@... (Yukihiro Matsumoto)
2003/05/02
Hi,
[#1018] Re: ext/syck problems — why the lucky stiff <ruby-core@...>
U.Nakamura (usa@osb.att.ne.jp) wrote:
8 messages
2003/05/13
[#1037] ping.rb — Dave Thomas <dave@...>
On my Mac OSX,
15 messages
2003/05/14
[#1039] Re: ping.rb
— Ryan Davis <ryand@...>
2003/05/15
[#1040] Re: ping.rb
— Dave Thomas <dave@...>
2003/05/15
Ryan Davis wrote:
[#1042] Re: ping.rb
— nobu.nokada@...
2003/05/15
Hi,
[#1043] Re: ping.rb
— Dave Thomas <dave@...>
2003/05/15
nobu.nokada@softhome.net wrote:
[#1057] Fwd: ping.rb — "J.Herre" <jlst@...>
7 messages
2003/05/16
[#1066] YAML problem — Tanaka Akira <akr@...17n.org>
I found a problem with yaml.
12 messages
2003/05/22
[#1067] Re: YAML problem
— "NAKAMURA, Hiroshi" <nahi@...>
2003/05/22
Hi,
[#1068] Re: YAML problem
— why the lucky stiff <ruby-core@...>
2003/05/22
Concerning error from:
[#1069] Re: YAML problem
— Tanaka Akira <akr@...17n.org>
2003/05/22
In article <20030522064450.GA14175@rysa.inetz.com>,
[#1077] terminated object / invalid inspect_tbl — ts <decoux@...>
10 messages
2003/05/26
[#1078] Re: [1.8] terminated object / invalid inspect_tbl
— nobu.nokada@...
2003/05/26
Hi,
[#1079] Re: [1.8] terminated object / invalid inspect_tbl
— ts <decoux@...>
2003/05/26
>>>>> "n" == nobu nokada <nobu.nokada@softhome.net> writes:
[#1080] Re: [1.8] terminated object / invalid inspect_tbl
— nobu.nokada@...
2003/05/26
Hi,
[#1081] Re: [1.8] terminated object / invalid inspect_tbl
— ts <decoux@...>
2003/05/26
>>>>> "n" == nobu nokada <nobu.nokada@softhome.net> writes:
[#1085] Re: [1.8] terminated object / invalid inspect_tbl
— nobu.nokada@...
2003/05/26
Hi,
[#1082] Possible problem with mkmf under Darwin — Dave Thomas <dave@...>
I've been having fun getting readline support to work on OSX. My latest
7 messages
2003/05/26
[#1094] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c — Dave Thomas <dave@...>
> * eval.c (rb_mod_autoload, rb_mod_autoload_p): new method;
12 messages
2003/05/29
[#1095] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c
— nobu.nokada@...
2003/05/29
Hi,
[#1097] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c
— Dave Thomas <dave@...>
2003/05/29
nobu.nokada@softhome.net wrote:
[#1101] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c
— nobu.nokada@...
2003/05/29
Hi,
[#1102] Re: [ruby-cvs] ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c
— matz@... (Yukihiro Matsumoto)
2003/05/30
Hi,
Mathn crashes the interpreter on PPC
From:
Dave Thomas <dave@...>
Date:
2003-05-01 03:20:13 UTC
List:
ruby-core #995
The following code crashes the interpreter on my Powerbook: ruby -r mathn -e 'p((-1/2)**3)' The stack trace starts rogram received signal EXC_BAD_ACCESS, Could not access memory. 0x00083210 in saveFP () (gdb) bt #0 0x00083210 in saveFP () #1 0x00006c94 in rb_eval (self=5, n=0x23da04) at eval.c:2347 #2 0x00007128 in rb_eval (self=5, n=0x23da04) at eval.c:2453 #3 0x0000d904 in rb_call0 (klass=0, recv=0, id=3220711552, oid=0, argc=56708, argv=0x0, body=0x0, nosuper=2349612) at eval.c:4876 #4 0x0000dd84 in rb_call (klass=2458232, recv=5, mid=9631, argc=1, argv=0xbff828c0, scope=0) at eval.c:4965 #5 0x00008914 in rb_eval (self=5, n=0x23da04) at ruby.h:620 #6 0x0000d904 in rb_call0 (klass=0, recv=0, id=3220717424, oid=0, argc=56708, argv=0x0, body=0x0, nosuper=2349612) at eval.c:4876 #7 0x0000dd84 in rb_call (klass=2458232, recv=5, mid=9631, argc=1, argv=0xbff83fb0, scope=0) at eval.c:4965 #8 0x00008914 in rb_eval (self=5, n=0x23da04) at ruby.h:620 #9 0x0000d904 in rb_call0 (klass=0, recv=0, id=3220723296, oid=0, argc=56708, argv=0x0, body=0x0, nosuper=2349612) at eval.c:4876 This is with ruby 1.8.0 (2003-04-27) [powerpc-darwin6.4] configure:1575: gcc --version </dev/null >&5 gcc (GCC) 3.1 20020420 (prerelease) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1578: $? = 0 configure:1580: gcc -v </dev/null >&5 Reading specs from /usr/libexec/gcc/darwin/ppc/3.1/specs Thread model: posix Apple Computer, Inc. GCC version 1175, based on gcc version 3.1 20020420 (prerel ease) configure:1583: $? = 0 Cheers Dave