I bought a Macbook Pro running OS X 10.8. I’ve installed rvm and ruby with this guide.
The installation was successful, but when I start the Rails app, or click 3-4 times on the pages in the app, I get a segmentation fault error.
There are no reports in ~/Library/Logs/CrashReporter or /Library/Logs/CrashReporter about the crashes.
My rvm version is 1.17.6, and
Ruby version 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin12.0.0] with Rails 3.2.8.
Any help is appreciated.
Ruby 1.9.3-p362 seems to be rather prone to segfaults as seen several times on Travis-CI.
You should use an older patch release, e.g. 1.9.3-p327 which worked just fine for me.
Edit: The current versions of 1.9.3 (1.9.3-p392 as of this update) work fine too.