Subject: [ruby-talk:20866] Re: Calling member methods from C++
From: Dave Thomas <Dave PragmaticProgrammer.com>
Date: Tue, 4 Sep 2001 22:55:32 +0900
References: 2077020865
In-reply-to: jglueck@vol.at's message of "Tue, 4 Sep 2001 22:50:59 +0900"
jglueck / vol.at (Bernhard Glk) writes:
> On the 28th call to a intance method of a ruby class rb_funcall2
> crashes the program... The parameters are the same all the time ...
Does it crash if you disable GC?
Dave