Linux: VI caught deadly signal SEGV
If you launch vi and get the following message :
Vim: Caught deadly signal SEGV
Go in your home directory (/root for example) and delete the files .vminfo
cd /root
rm .vminfo
rm .vminfo.tmp
And then VI should work!
