[#586] irb aborts in 1.7.3 on Solaris — Jim Freeze <jim@...>
Hi:
6 messages
2002/12/06
[#598] irb Abort on Solaris Backtrace — Jim Freeze <jim@...>
Hi:
12 messages
2002/12/09
[#599] Re: irb Abort on Solaris Backtrace
— ts <decoux@...>
2002/12/09
>>>>> "J" == Jim Freeze <jim@freeze.org> writes:
[#600] Re: irb Abort on Solaris Backtrace
— Jim Freeze <jim@...>
2002/12/09
On Tuesday, 10 December 2002 at 1:44:43 +0900, ts wrote:
[#602] Re: irb Abort on Solaris Backtrace
— matz@... (Yukihiro Matsumoto)
2002/12/09
Hi,
[#603] Re: irb Abort on Solaris Backtrace
— Jim Freeze <jim@...>
2002/12/09
On Tuesday, 10 December 2002 at 3:24:46 +0900, Yukihiro Matsumoto wrote:
[#606] Re: irb Abort on Solaris Backtrace
— matz@... (Yukihiro Matsumoto)
2002/12/09
Hi,
[#609] Re: irb Abort on Solaris Backtrace
— Jim Freeze <jim@...>
2002/12/10
On Tuesday, 10 December 2002 at 7:59:33 +0900, Yukihiro Matsumoto wrote:
[#601] Re: irb Abort on Solaris Backtrace — "Garriss, Michael" <Michael.Garriss@...>
I tried: `ruby -r socket -e 0` and got no error. I would really like to
5 messages
2002/12/09
[#633] Error installing some extensions under non-default prefix — Jos Backus <jos@...>
Fyi: with today's CVS, when I run
4 messages
2002/12/13
[#636] doc/NEWS — Matt Armstrong <matt@...>
22 messages
2002/12/15
[#640] Re: [patch] doc/NEWS
— nobu.nokada@...
2002/12/15
Hi,
[#641] Re: [patch] doc/NEWS
— Matt Armstrong <matt@...>
2002/12/16
[#637] Re: [patch] doc/NEWS
— "Akinori MUSHA" <knu@...>
2002/12/15
At Mon, 16 Dec 2002 02:07:40 +0900,
[#639] Re: [patch] doc/NEWS
— matz@... (Yukihiro Matsumoto)
2002/12/15
Hi,
[#644] Re: [patch] doc/NEWS
— Tanaka Akira <akr@...17n.org>
2002/12/16
In article <1039993469.392945.14311.nullmailer@picachu.netlab.jp>,
[#667] Segfault in Ruby 1.7.x/1.8 Proc#to_s — Michael Granger <ged@...>
Hello,
8 messages
2002/12/29
Re: Segfault in Ruby 1.7.x/1.8 Proc#to_s
From:
Michael Granger <ged@...>
Date:
2002-12-30 12:05:31 UTC
List:
ruby-core #672
Yukihiro Matsumoto (in "Re: Segfault in Ruby 1.7.x/1.8 Proc#to_s")
wrote:
> Could you show me
>
> p node
> p *node
> p *data
>
> here?
Program received signal SIGSEGV, Segmentation fault.
0x4005c8c6 in proc_to_s (self=1076502348, other=1076214464) at
eval.c:6736
6736 len += strlen(node->nd_file) + 2 +
(SIZEOF_LONG*CHAR_BIT-NODE_LSHIFT)/3;
(gdb) p node
$1 = (NODE *) 0x402cd228
(gdb) p *node
$2 = {flags = 61, nd_file = 0x0, u1 = {node = 0x0, id = 0, value = 0,
cfunc = 0, tbl = 0x0}, u2 = {node = 0x0, id = 0, argc = 0, value =
0}, u3 = {node = 0x0, id = 0, state = 0, entry = 0x0, cnt = 0, value
= 0}}
(gdb) p *data
$3 = {var = 0x402cd368, body = 0x402cd250, self = 1076591148, frame =
{self = 1076443644, argc = 0, argv = 0x0, last_func = 0, orig_func =
1076443644, last_class = 0, cbase = 1076522288, prev = 0x8128660,
tmp = 0x0, node = 0x402cd228, iter = 0, flags = 0}, scope =
0x402a6d44, tag = 0x402a2280, klass = 1076591148, iter = 0, vmode =
2, flags = 3, dyna_vars = 0x0, orig_thread = 1076424564, wrapper =
0, prev = 0x0}
--
Michael Granger <ged@FaerieMUD.org>
Rubymage, Believer, Architect
The FaerieMUD Consortium <http://www.FaerieMUD.org/>