When creating a new rails app, I get the following error:
/usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:799: [BUG] Segmentation fault ruby
Managed to fix it like this:
Update rvm: rvm get head Install the required libraries: rvm requirements run Reinstall 1.9.3: rvm reinstall 1.9.3
Runs for a while and seems really clean