skywind3000 / gutentags_plus

The right way to use gtags with gutentags
266 stars 49 forks source link

\ca hangs #8

Open ruilya opened 6 years ago

ruilya commented 6 years ago

Each time I try to get the list of assignments from cscope(\ca command), the comand hangs with the following output:

[cscope a: assigned "isMain"]

(where 'isMain' is the symbol the command was pressed on). The child process gtags-cscope does not consume CPU at all, as well as neovim, from which the command was ran. strace of gtags-scope at this stage also shows no activity.

The problem is observed on Debian 9.4, neovim v0.2.2, gutentags commit hash 9a5868fddb1438ce5f77b20d5bb7281d8e31f749(master branch), gutentags_plus commit hash 5c6d6b24134056712a369aef8d9fd764bfe83498(master branch)

skywind3000 commented 6 years ago

use \cs instead, or try to upgrade gnu global

ruilya commented 6 years ago

What is the minimum version that should work? :)

skywind3000 commented 6 years ago

I am using 6.6.2

ruilya commented 6 years ago

Debian lags behind that with 6.5.6, will try to report to them.