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

completor.vim freeze when complete c code #70

Closed
jsfaint opened this issue Jan 21, 2017 · 10 comments
Closed

completor.vim freeze when complete c code #70

jsfaint opened this issue Jan 21, 2017 · 10 comments

Comments

@jsfaint
Copy link

jsfaint commented Jan 21, 2017

Rencently I start migrating some old plugin with the modern replacement.
Then I found completor.vim, it's very impressive.

But I meet an issue that c completion freeze on windows.

My environment is windows 10 + vim8 + python3.5

When I input some characters and the clang completion was triggered(no competion window showed up), vim will freeze until I press ctrl-c

I tried python completion it works fine.
And I can't reproduce this issue on linux and macos

Did anyone meet the same issue with me?
Thanks

@mkarpoff
Copy link

mkarpoff commented Feb 3, 2017

I have the same problem with the same environment.

@tomleb
Copy link

tomleb commented Feb 17, 2017

I have the same problem on Linux. Only experienced it with C code.

@mkarpoff
Copy link

I also does it in C++ in my case

@jsfaint
Copy link
Author

jsfaint commented Feb 21, 2017

@tomleb I can reproduce this issue on archlinux with C code too. 😢

@jsfaint jsfaint changed the title completor.vim freeze when complete c file under windows completor.vim freeze when complete c code Feb 21, 2017
@ruslashev
Copy link

ruslashev commented Apr 14, 2017

I have same issue, with addition(?) of memory being allocated non-stop.

arch linux, vim 8.0. removing "let g:completor_clang_binary = '/usr/bin/clang'" does not fix the problem.

@kintsugi
Copy link

kintsugi commented May 28, 2017

Bumping, can confirm on vim8. Removing completor.vim from my vimrc and then no more freezes.

@Glamhoth
Copy link

Confirming, gVim 8 on Windows 8.1 x64. Please, do something with it.

@junhyeokahn
Copy link

same on me. hope it is fixed soon

@skyegecko
Copy link

If I'm not mistaken this issue has been fixed by #121

@jsfaint
Copy link
Author

jsfaint commented Nov 27, 2017

Confirmed on windows, this issue was resolved.

@jsfaint jsfaint closed this as completed Nov 27, 2017
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

8 participants