-
Notifications
You must be signed in to change notification settings - Fork 321
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
Crash unless "rvm use system" #175
Comments
Are you using some kind of plug-in manager to perform an auto-install step? Nothing should be invoking or involving anything in the Finally, what's the output of |
Thank you so much for your response and help. I can no longer reproduce this error. Strangely, it appear to have self-healed.
|
Glad to hear you got it sorted out. |
The issue came back yesterday. Same scenario as above, using "rvm use system" solves the problem. I'm so grateful for your help so far, do you have any other ideas of where I might start looking for the problem? I don't have any plug-in manager other than Pathogen. The error message seems to be quite specific, issue being somewhere along commandt#CommandTShowFileFinder. Any ideas? |
What's the full output of:
Also, what is in the |
|
All of that looks reasonable to me. I guess the only other thing that occurs to me is to check for differences in the output of |
@mikaelwikman I ran into the same problem you have. Then I remembered that: References |
Going to close this optimistically on the assumption that you were able to resolve the miscompilation. |
Thanks Wincent, the issue came and disappeared, came again. Was driving me nuts. Finally someone suggested to just try using chruby instead of RVM. I haven't seen the issue since, but I'm still not quite sure what the problem was. Anyway, great thanks for the help! |
Command-t was compiled with 2.1.2 and works most of the time
This works
This does not work
The command above yields the following message:
Naturally I want to use a specific Ruby for my project while still running Vim editor using the system default. How can I achieve this?
The text was updated successfully, but these errors were encountered: