Re: [PATCH] fixed SIG_SEGV in check_stack() in eval.c

From: nobu.nokada@...
Date: 2004-05-22 01:33:59 UTC
List: ruby-core #2919
Hi,

At Sat, 22 May 2004 09:16:10 +0900,
b g wrote in [ruby-core:02918]:
> I can't provide a test case ;-( because I'm embedding
> Ruby inside a commercial product.  The crash occurs
> after the app has been running for ~20minutes, with
> about 23 million calls on Ruby's rb_funcall() routine.
>  (I'm calling a simple method I added to Object by
> doing def method_name; ...; end;  That method simply
> accesses a few $global variables [Floats], both
> reading and writing them.)

Can't you show us the stack trace?

-- 
Nobu Nakada

In This Thread