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