https://bugs.kde.org/show_bug.cgi?id=379219
--- Comment #7 from Milian Wolff <m...@milianw.de> --- you could try to strace kdevelop to see the git commands it executes and files it creates/locks, something like the following could do the trick: strace -e open,execve,flock -f -s 1000 kdevelop -s test |& gzip2 > strace.log.gz then upload the strace here, it will probably be large and require us to look at in-depth cheers -- You are receiving this mail because: You are watching all bug changes.