Installed Command-T successfully, but seg faults when accessing \t

  1. Jonathan Hart

    I have vim +ruby installed, built with Ruby 2.0, and ran "rake make" that was also built with 2.0.

    I can load vim successfully, but once I try to access it via "\t" it crashes:

    Vim: Caught deadly signal SEGV
    Vim: Finished.
    Segmentation fault: 11
    

    Any ideas?

  2. Greg Hurrell

    It's almost certainly miscompiled. For an example of a recent bug report like this, see here; that one turned out to be some old files left around from a previous install.

    I suggest having a look through that thread carefully for an example trouble-shooting process, and also reading the trouble-shooting sections in the docs. This comment is a good starting point for collecting more information.

Reply

This topic is now closed.