[#636] doc/NEWS — Matt Armstrong <matt@...>

22 messages 2002/12/15

Re: Segfault in Ruby 1.7.x/1.8 Proc#to_s

From: matz@... (Yukihiro Matsumoto)
Date: 2002-12-30 11:12:21 UTC
List: ruby-core #669
Hi,

In message "Segfault in Ruby 1.7.x/1.8 Proc#to_s"
    on 02/12/30, Michael Granger <ged@FaerieMUD.org> writes:

|0x4005c8c6 in proc_to_s (self=1077739304, other=1074546069)
|    at eval.c:6736
|6736            len += strlen(node->nd_file) + 2 + (SIZEOF_LONG*CHAR_BIT-NODE_LSHIFT)/3;

Could you show me

  p node
  p *node
  p *data

here?

							matz.

In This Thread