I just reinstalled rvm, ruby and rails. Installation ran fine.
But, whenever I create a new rails app, I always get an error:
$ rails new abc
create
create README.rdoc
create Rakefile
...
create vendor/plugins
create vendor/plugins/.gitkeep
run bundle install
/Users/kong/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/net/http.rb:799: [BUG] Segmentation fault
ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0]
-- Control frame information -----------------------------------------------
c:0038 p:---- s:0217 b:0217 l:000216 d:000216 CFUNC :connect
c:0037 p:0011 s:0214 b:0214 l:0006b0 d:000213 BLOCK /Users/kong/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/net/http.rb:799
I think by somehow, I messed up with rvm installation. I tried to reinstall rvm and rails many times, but it just get same error.
I can install rvm and rails in another user account. It works fine but not so convenient for me.
Anyone know how to have a fresh reinstalled rvm? I try rvm implode
but still get that error.
Thanks,