davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.28k stars 370 forks source link

completion for chilkat freezes system #638

Closed artemisclyde closed 5 years ago

artemisclyde commented 7 years ago

Issue

When I use jedi-vim, my computer freezes upon usage of the chilkat package.

Steps to reproduce

Use jedi-vim, import chilkat , enter chilkat and a dot. The system freezes and the ram goes full.

Versions

In case you are not using jedi-vim from Git master, please test it there, too.

Output of the "JediDebugInfo" command (in a Python buffer)

Using Python version: 3

Output of the "messages" Vim command

Output of "scriptnames" Vim command

1: /etc/vimrc 2: /usr/share/vim/vimfiles/archlinux.vim 3: ~/.vimrc 4: ~/dotfiles/vim/.vim/autoload/plug.vim 5: /usr/share/vim/vim80/filetype.vim 6: /usr/share/vim/vimfiles/ftdetect/conkyrc.vim 7: /usr/share/vim/vim80/ftplugin.vim 8: /usr/share/vim/vim80/indent.vim 9: /usr/share/vim/vim80/syntax/syntax.vim 10: /usr/share/vim/vim80/syntax/synload.vim 11: /usr/share/vim/vim80/syntax/syncolor.vim 12: /usr/share/vim/vim80/syntax/nosyntax.vim 13: ~/dotfiles/vim/.vim/colors/solarized.vim 14: ~/dotfiles/vim/.vim/plugged/ctrlp.vim/plugin/ctrlp.vim 15: ~/dotfiles/vim/.vim/plugged/ctrlp.vim/autoload/ctrlp/mrufiles.vim 16: ~/dotfiles/vim/.vim/plugged/vim-fugitive/plugin/fugitive.vim 17: ~/dotfiles/vim/.vim/plugged/fzf/plugin/fzf.vim 18: ~/dotfiles/vim/.vim/plugged/jedi-vim/plugin/jedi.vim 19: /usr/share/vim/vimfiles/plugin/SyntaxFolds.vim 20: /usr/share/vim/vimfiles/plugin/filebrowser.vim 21: /usr/share/vim/vimfiles/plugin/imaps.vim 22: /usr/share/vim/vimfiles/plugin/remoteOpen.vim 23: /usr/share/vim/vim80/plugin/getscriptPlugin.vim 24: /usr/share/vim/vim80/plugin/gzip.vim 25: /usr/share/vim/vim80/plugin/logiPat.vim 26: /usr/share/vim/vim80/plugin/manpager.vim 27: /usr/share/vim/vim80/plugin/matchparen.vim 28: /usr/share/vim/vim80/plugin/netrwPlugin.vim 29: /usr/share/vim/vim80/plugin/rrhelper.vim 30: /usr/share/vim/vim80/plugin/spellfile.vim 31: /usr/share/vim/vim80/plugin/tarPlugin.vim 32: /usr/share/vim/vim80/plugin/tohtml.vim 33: /usr/share/vim/vim80/plugin/vimballPlugin.vim 34: /usr/share/vim/vim80/plugin/zipPlugin.vim 35: ~/dotfiles/vim/.vim/plugged/jedi-vim/autoload/jedi.vim 36: /usr/share/vim/vim80/ftplugin/vim.vim 37: /usr/share/vim/vim80/indent/vim.vim 38: /usr/share/vim/vim80/syntax/vim.vim 39: /usr/share/vim/vim80/syntax/lua.vim 40: /usr/share/vim/vim80/syntax/perl.vim 41: /usr/share/vim/vim80/syntax/pod.vim 42: /usr/share/vim/vim80/syntax/ruby.vim 43: /usr/share/vim/vim80/syntax/python.vim

artemisclyde commented 5 years ago

Closing this as I no longer use the system I faced this issue on and there has been no activity here.

davidhalter commented 5 years ago

Thanks for reporting anyway. Jedi has changed a lot, so this might not be an issue anymore, but it might as well be. Feel free to report again if it's still an issue.