Re: [Jruby-devel] RubyGems stuff

2006-04-16 Thread Ola Bini
Hi! I've now tried to up the stack size, first to 1024K and then to 2048K ... no luck here. It seems you're right, and it's a bug somewhere. /O - Original Message - From: Charles O Nutter <[EMAIL PROTECTED]> Date: Friday, April 14, 2006 4:50 pm Subject: Re: [Jruby-

Re: [Jruby-devel] RubyGems stuff

2006-04-14 Thread Charles O Nutter
StackOverflow happens when the Java stack is exceeded. In this case we're either actually exceeding the limits of JRuby, or there's a bug somewhere that's causing it to recurse too deep. If it's the former, you can test it by adding the following to the Java command to increase the maximum stack de

[Jruby-devel] RubyGems stuff

2006-04-14 Thread Ola Bini
Hi everyone. Last time we got a StackOverflowError, probably from the yaml-library. This time, I did the same operations with -Xmx256M (and I had to add SocketError to socket.rb...) The result was this: src/yaml.y.rb:97:in `handle_content': stack level too deep (SystemStackError) from src