I ran into an issue while installing the Command-T VIM plugin on my Ubuntu box. Once installed, I received this ever so helpful message which trying to launch VIM:
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault
If you’ve run into the problem too, chances are you’re running RVM and your default Ruby is something other than the version used by VIM. Since I installed vim through apt, it’s using the default Ruby provided by Ubuntu.
Here’s the fix:
That fixed it for me, hopefully it fixes it for you too.