Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC2
Assignee: Thomas E Enebo
Created: 19/Oct/12 7:57 PM
Description:

Full stacktrace: https://gist.github.com/3921511

JRuby 1.7.0.RC2 installed with rvm.

Not entirely sure where the problem is yet, but I'm guessing the problem is this:

/home/jls/.rvm/rubies/jruby-1.7.0.RC2/bin/gem

#!/usr/bin/env ruby
ENV['GEM_HOME']=ENV['GEM_HOME'] || '/home/jls/.rvm/gems/jruby-1.7.0.RC2'
ENV['GEM_PATH']=ENV['GEM_PATH'] || '/home/jls/.rvm/gems/jruby-1.7.0.RC2:/home/jls/.rvm/gems/jruby-1.7.0.RC2@global'
ENV['PATH']='/home/jls/.rvm/gems/jruby-1.7.0.RC2/bin:/home/jls/.rvm/gems/jruby-1.7.0.RC2@global/bin:/home/jls/.rvm/rubies/jruby-1.7.0.RC2/bin:' + ENV['PATH']


# We just load gem, since that's what RubyGems updates
load File.join(File.dirname(__FILE__), "gem")

The last code reads like it just loads itself recursively, which explains the stack overflow.

Project: JRuby
Priority: Major Major
Reporter: Jordan Sissel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to