Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when starting Padrino #1616

Closed
jaxzin opened this issue Mar 15, 2012 · 8 comments
Closed

Exception when starting Padrino #1616

jaxzin opened this issue Mar 15, 2012 · 8 comments

Comments

@jaxzin
Copy link

jaxzin commented Mar 15, 2012

Exception: https://gist.github.com/2042153

Environment:
Mac OS X 10.6.8

Steps to reproduce:
git clone https://github.com/jaxzin/api-samples-ruby-padrino.git
rvm use rbx-1.10.2
gem install padrino
gem install bundler
bundle install
padrino start

@jc00ke
Copy link
Member

jc00ke commented Mar 15, 2012

Can you please attach more info like the steps to reproduce, the commit of rbx you're running, etc. thanks!

@jaxzin
Copy link
Author

jaxzin commented Mar 15, 2012

Edited issue with more info.

@ileitch
Copy link
Member

ileitch commented Mar 15, 2012

Can you please try with rbx-head instead?

@jaxzin
Copy link
Author

jaxzin commented Mar 15, 2012

New crash report: https://gist.github.com/2044240

@ileitch
Copy link
Member

ileitch commented May 18, 2012

I'm unable to reproduce this now, is it still crashing for you?

@jaxzin
Copy link
Author

jaxzin commented May 21, 2012

Yes, still happening with latest rbx-head for me:

https://gist.github.com/3f62678ca90b5c60131b

@dbussink
Copy link
Contributor

dbussink commented Aug 4, 2012

Do you happen to have therubyracer loaded? There have been bugs in that, which have been recently fixed. If you use therubyracer, please use the latest beta gem since that has bugfixes that caused Rubinius to crash.

I'm asking this since I just tried to reproduce this and got the following warning:

[WARNING] Please install gem 'therubyracer' to use Less.

It also failed with the following exception:

no such file to load -- v8 (LoadError)

It is in the Gemfile.lock, but not in the original Gemfile.

@dbussink
Copy link
Contributor

dbussink commented Aug 4, 2012

Ok, just confirmed this is indeed due to therubyracer behaving badly. Please try updating to the latest therubyracer beta beta gem, since these issues should be fixed there.

@dbussink dbussink closed this as completed Aug 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants