≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1691

Bug #1691: SEGV on running Command-T

Kind bug
Product Command-T
When Created 2010-09-15T03:59:21Z, updated 2010-09-17T05:56:17Z
Status closed
Reporter anonymous
Tags no tags

Description

I am running Vim 7.3 and Command-T 0.8.1 compiled under Ruby 1.8. Vim starts without error, but when I invoke Command-T, it shows me the "Goto File" input line for an instant and then crashes, saying:

Vim: Caught deadly signal SEGV Vim: Finished.

Comments

  1. Greg Hurrell 2010-09-15T05:36:13Z

    Sounds like it was compiled against a different version of Ruby than Vim itself links against.

    What operating system are you on?

    How did you get or build Vim?

    How did you get or build Ruby?

    What is the output of vim --version?

    What is the output of ruby extconf.rb && make && make clean?

    I'm not going to be able to answer this ticket for the rest of the day as I'll be out, so if you can't wait for an answer, check out the other closed issues on the tracker where the extension was miscompiled. The solution is to ensure that you use the exact same version of Ruby that Vim linked against.

  2. anonymous 2010-09-17T02:07:25Z

    Yes, it was compiled against a different version -- recompiling fixed it. Thanks!

  3. Greg Hurrell 2010-09-17T05:55:50Z

    Glad to hear you got it sorted out.

  4. Greg Hurrell 2010-09-17T05:56:17Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets