seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 998 forks source link

TheRubyRacer 0.12.1 SefFault #797

Closed luisincrespo closed 9 years ago

luisincrespo commented 9 years ago

Hi there. I've configured my Rails app for using twitter-bootstrap-rails and its required a JS runtime such as therubyracer (which I chose) for it to work. These are the gems I'm working with:

gem 'therubyracer',  platforms: :ruby
gem "less-rails"
gem "twitter-bootstrap-rails"

When I run my app I get the following error:

.rvm/gems/ruby-2.1.2/gems/therubyracer-0.12.1/lib/v8/function.rb:13: [BUG] Segmentation fault at
0x00000000000000
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]

Any fix?.

Thanks,

toadkicker commented 9 years ago

Try downgrading to rubyracer v0.11

luisincrespo commented 9 years ago

Yep I heard that. I may try it. Thanks!!. On Sep 13, 2014 10:31 AM, "Todd Baur" notifications@github.com wrote:

Try downgrading to rubyracer v0.11

— Reply to this email directly or view it on GitHub https://github.com/seyhunak/twitter-bootstrap-rails/issues/797#issuecomment-55496411 .