I had crashes with incompatible shared libraries for Python3 IIRC.
I never got ultisnips while working on Ubuntu Natty 64 for this very reason.
Removing the vim plugin usually starts (possibly without loading an incompatible library in the first place).
You can disable your plugins and reuse them one by one to find out if Python is the culprit, or check directly:
gvim -u NONE +'python3 print "test"'
In my field:
Fatal Python error: take_gil: NULL tstate Vim: Caught deadly signal ABRT Vim: Finished.
Back,
gvim -u NONE +'python2 print "test"'
Works correctly
source share