ludovicchabant / vim-gutentags

A Vim plugin that manages your tag files
https://bolt80.com/gutentags/
MIT License
2.28k stars 175 forks source link

gutentags: gtags-cscope job failed, returned: 1 #305

Open Alvicne opened 3 years ago

Alvicne commented 3 years ago

Tracing is enabled, and the problem seems to be: gutentags: [job stderr]: 'gtags: dbop_next failed.' Googled and not much info found about this error message. Is this a problem with gtags? I just compiled and installed v6.6.6 from source.

newptcai commented 2 years ago

Same problem here.

ukyouz commented 2 years ago

I found that gtags does not use -L options and thus cause problem, temporarily I revert the following commit to let gtags work. "gtags support gutentags_file_list_cmd".