trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

SystemStackError: forwardable.rb:204: stack level too deep #60

Closed daenney closed 11 years ago

daenney commented 11 years ago

My steps:

git clone git://github.com/trogdoro/xiki.git
cd xiki
bundle install --binstubs
bin/xiki

The result:

/usr/local/var/rbenv/versions/1.9.3-p429/lib/ruby/1.9.1/forwardable.rb:204: stack level too deep (SystemStackError)
trogdoro commented 11 years ago

My steps: [...] bundle install --binstubs bin/xiki

Try the steps in the README, you may have better luck (not sure where you got the above steps).

https://github.com/trogdoro/xiki/

Also, do a git pull first - I just fixed something in the gemspec that might be related.

--Craig

On Thu, Jul 4, 2013 at 2:10 PM, Daniele Sluijters notifications@github.com wrote:

My steps:

git clone git://github.com/trogdoro/xiki.git cd xiki bundle install --binstubs bin/xiki

The result:

/usr/local/var/rbenv/versions/1.9.3-p429/lib/ruby/1.9.1/forwardable.rb:204: stack level too deep (SystemStackError)

— Reply to this email directly or view it on GitHub.

daenney commented 11 years ago

Figured out what caused the error. My bundler is configured to install binstubs to the bin/ directory which is automatically added to my path. However in this case that was overriding the bin/xiki script you are shipping causing all kinds of issues.