On Saturday, October 18, 2003, at 06:34 PM, Sentinel wrote: > Hi, I am just now trying to embed ruby into my apprication > (xpertmud.sf.net if anyone cares) > > and I got a little problem: > my apprication loads the ruby interpreter jsut find, and calling up the > procedures works most of the time.Error in calling timer (6) > But sometimes my funccall jist croaks, and throws up this: > > Error in calling timer (6) > class = SystemStackError > message = stack level too deep > backtrace = from /usr/lib/ruby/1.8/delegate.rb:36 > > this stack backtrace does not look like a stackoverflow to me... > > [snip] I think that your program is bumping up against the maximum stack level for your system. What system are you using? Regards, Mark