I am using kdeconnect plugin for accessing content on my mobile device, when I try to open a file there it crashes. But then it starts crashes every time I open any file, not only through kdeconnect. Reproducible: Always Steps to Reproduce: 1. Access file on through kdeconnect. 2. Observe how it crashes. 3. Now open any file on your computer and see it how crashes again. Actual Results: Crash Expected Results: Open files correctly. I removed the following: .local/share/kate .config/katemetainfos .config/katerc no luck
Created attachment 98300 [details] stacktrace
Could you provide a usable backtrace into libgit2 by installing the libgit2 debug infos?
Created attachment 98324 [details] stacktrace
Created attachment 98325 [details] test log Also during the compilation I ran tests and they failed.
Hmm, sorry, if already the libgit2 unit tests fail, I think you need to report this issue to libgit2.
> Hmm, sorry, if already the libgit2 unit tests fail, I think you need to report this issue to libgit2. In version 0.24.1 tests are passing, but the crash still happens.
I opened issue upstream https://github.com/libgit2/libgit2/issues/3806 @ethomson encourage a cooperation with solving that bug.
Created attachment 103694 [details] stacktrace while opening file on local disk It started to happening again, but this time not only on file opened in kdeconnect, but on my local disk (/home). 1. Open any file in kate 2. After two seconds kate crashes. libgit2 0.24.6 kate 16.12.1
Git commit f3d9558b69adee563590255c23e3fa689fb12703 by Christoph Cullmann. Committed on 23/07/2017 at 10:24. Pushed by cullmann into branch 'master'. remove libgit2 usage and always use the alternative fallback that uses git command line client reason: we had plentoria of crashs with threading vs. libgit2, even the init/shutdown per thread did crash in some versions on the other side the fallback code is safe as out-of-process, even if git crashs, no kate crash as the ls-files is anyways done in a worker thread, the slowdown isn't that important, better be safe than sorry M +0 -9 addons/project/CMakeLists.txt M +0 -174 addons/project/kateprojectworker.cpp https://commits.kde.org/kate/f3d9558b69adee563590255c23e3fa689fb12703
*** Bug 369590 has been marked as a duplicate of this bug. ***