Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim: caught deadly signal SIGV #89

Closed
HendrikRoth opened this issue May 17, 2012 · 4 comments
Closed

Vim: caught deadly signal SIGV #89

HendrikRoth opened this issue May 17, 2012 · 4 comments

Comments

@HendrikRoth
Copy link

Typing ruby code, vim crashes after typing "." and then a character.

Vim version: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 8 2012 15:05:17)
SPF13-vim (cloned an hour ago)

Example:
self.u --> crash (just wanted to type self.user_type)

@taxilian
Copy link
Contributor

This really sounds like some kind of problem with your vim installation; I can't reproduce this, and you haven't provided any information that would help us guess what might be causing the issue.

I'd try reinstalling (or rebuilding) vim and make sure you do so with ruby support. If you can use prebuilt binaries from a reliable source that'd be even better. The other thing to try is to disable the ruby-specific bundles (then run BundleClean!) and see if you can narrow down what specifically is causing the crash. it's likely something semi-specific to your system, but without more information we're just guessing.

@wwalker
Copy link

wwalker commented Nov 27, 2012

henn1nk, I had a similar problem today. Then I ran "strace vim 2> /tmp/vim.strace" and recreated the failure. In my case I found that the ruby vim was linked against had been replaced, but whatever the problem is strace will probably narrow it down.

@ghost
Copy link

ghost commented Feb 2, 2014

@henn1nk : is this fixed for you now? if so, can you close it?

@ghost
Copy link

ghost commented Jun 22, 2014

@spf13 : you can close this it seems. no response for awhile

@spf13 spf13 closed this as completed Jun 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants