Results 1 to 5 of 5

Thread: vim 7.2 aborts at start-up

  1. #1
    Join Date
    Dec 2009
    Beans
    114
    Distro
    Ubuntu 9.10 Karmic Koala

    vim 7.2 aborts at start-up

    I can't use the stock ubuntu 9.10 vim, it does not include all the features I need. So I built from source, which I have done using the exact same vim72 source many times on fedora and debian without problems.

    It appears to make fine then after install:

    Vim: Caught deadly signal ABRT
    Vim: Finished.
    Aborted

  2. #2
    Join Date
    Dec 2009
    Beans
    114
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: vim 7.2 aborts at start-up

    This only happens if there is a .vimrc (even if it is empty). It also happens whenever vim sources a runtime script, eg

    :syntax enable

    will do it.

    I found this launchpad question from October, which describes the exact same problem in relation to the distro package:

    https://answers.launchpad.net/ubuntu...question/86350

    Apparently, the poster corrected the problem by downloading an updated version of the vim package. This implies the ubuntu packagers were aware of it and simply hacked the source, which seems inappropriate since it is obviously NOT a vim bug.

    I have tried disabling SELinux but that is not the problem.

    Anyone who knows anything about this, it would be nice to hear from you

  3. #3
    Join Date
    Jan 2008
    Beans
    1,532

    Re: vim 7.2 aborts at start-up

    Quote Originally Posted by akashiraffee View Post
    I can't use the stock ubuntu 9.10 vim, it does not include all the features I need. So I built from source, which I have done using the exact same vim72 source many times on fedora and debian without problems.
    Did you try installing the full vim package. IIRC Ubuntu only comes with vim-tiny which is only the vi subset of vim. Try installing vim and vim-gnome and you will have more functionality.

    If this isn't the problem, then exactly what features of vim are missing from the version in the repos?

  4. #4
    Join Date
    Dec 2009
    Beans
    114
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: vim 7.2 aborts at start-up

    No, I am not using vim-tiny, I'm using vim-nox (I don't like gvim).

    Quote Originally Posted by Simian Man View Post
    exactly what features of vim are missing from the version in the repos?
    The first one is that it does not support server mode, whereby you have one vim open and send a file to it (eg, from the filebrowser).

    vim --remote some.file

    This can be macroed into a menu option by most filebrowsers.

    That's enough to make me rebuild, since it cripples the way I use vim.

    I'll let you know if I find anymore

  5. #5
    Join Date
    Dec 2009
    Beans
    114
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: vim 7.2 aborts at start-up

    Ubuntu didn't hack the vim source, vim was patched because of this. All apologies.

    For posterity, you must add the patches up to at least #44:
    http://www.vim.org/patches.php

    There is a gzipped single file for each set of one hundred in the ftp directory (eg. 7.2.001-100) so you do not have to do them all.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •