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 fails to open with Abort trap 6 error #27

Closed
chusiang opened this issue Jul 4, 2018 · 1 comment
Closed

Vim fails to open with Abort trap 6 error #27

chusiang opened this issue Jul 4, 2018 · 1 comment
Assignees

Comments

@chusiang
Copy link
Owner

chusiang commented Jul 4, 2018

[ chusiang@gundam ~ ] - 19:07
$ vim

Vim: Caught deadly signal ABRT
Vim: Finished.
Abort trap: 6

Reference:

@chusiang
Copy link
Owner Author

chusiang commented Jul 4, 2018

I have upgrade my Python from 3.6 to 3.7, so I fixed it after manual change the path.

$ diff .vimrc*
16,17c16,17
<     set pythonthreedll=/usr/local/Frameworks/Python.framework/Versions/3.7/Python
<     set pythonthreehome=/usr/local/Frameworks/Python.framework/Versions/3.7
---
>     set pythonthreedll=/usr/local/Frameworks/Python.framework/Versions/3.6/Python
>     set pythonthreehome=/usr/local/Frameworks/Python.framework/Versions/3.6

@chusiang chusiang self-assigned this Jul 4, 2018
@chusiang chusiang closed this as completed Jul 4, 2018
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

1 participant