koko1000ban / SublimeGtags

GNU GLOBAL(gtags) support for Sublime Text 2/3
21 stars 19 forks source link

Broken tags rebuild #6

Closed pitkali closed 12 years ago

pitkali commented 12 years ago

After 402c8eb45a0af0989316ca6dd11f28fdf01c9d3e tag rebuilding stopped working.

Gtags process is started, but it does nothing (no cpu activity), and never ends.

Given the fix I've already prepared and will push, I guess this is triggered by gtags showing some errors in my code base, and as a result of usage of wait(), deadlocking.