https://bugs.kde.org/show_bug.cgi?id=387830
Bug ID: 387830
Summary: Autoload repositories causes 3.4 gig ctags file
Product: kate
Version: 17.08.2
Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Version is actually 17.08.3, from neon.
I have a git repository that whenever I open any file with kate, it spawns a
process:
ctags -L - -f /tmp/kate.project.ctags.TJ5084 --fields=+K+n
The file /tmp/kate.project.ctags.TJ5084 grows up to 3.4 G and then this message
is outputted:
QProcess: Destroyed while process ("ctags") is still running.
This does not happen if I uncheck "Git" from the "Autoload Repositories"
section of Projects configuration.
The repo is not that big, 405 MB (177 MB from .git)
My guess is that kate starts feeding to ctags the same file name over and over
again, but i dont know how to check that.
Any advice on how to give you more details?
Thanks
--
You are receiving this mail because:
You are watching all bug changes.