emacsorphanage / helm-gtags

GNU GLOBAL helm interface
204 stars 31 forks source link

when i run helm-gtags-create-tags, /usr/bin/gtags-parser consume all my cpu. #127

Closed yuandaxing closed 8 years ago

yuandaxing commented 8 years ago

my environment is: ubuntu 15.04, GNU Emacs 24.5.1

when i run helm-gtags-create-tags under some directory: for example: a/b/c/ but i find two process /usr/bin/gtags-parser, run like below /usr/bin/gtags-parser a/b/boost/f.cpp a/b/boost/c.cpp it use up my cpu.

syohex commented 8 years ago

Which gnu global version do you use ? Debian/Ubuntu GNU global package is too old and too slow. If you use older version, please try to use newer version.

Official document(https://www.gnu.org/software/global/download.html) says

It's too old. Please don't use Debian's package

yuandaxing commented 8 years ago

➜ trunk git:(master) global --version global - GNU GLOBAL 5.7.1

i will try the new version.

yuandaxing commented 8 years ago

thanks @syohex , resolved, i will close this issue.

syohex commented 8 years ago

:+1: