https://bugs.kde.org/show_bug.cgi?id=454866
--- Comment #12 from Jasem Mutlaq <mutla...@ikarustech.com> --- There are many guides online on how to git bisect. Basically, you try to go back until the last "good" commit you can find. So maybe when v3.5.8 was released (3369e6afa815a6d1e2089f417eade08d69e668a2) and test with this. If it is good and no crash, mark this as your good commit and mark HEAD as the bad commit, then start git bisect. In each step, you must recompile KStars (just run sudo make -j20 install) and then test. Then continue with good/bad until GIT finds the offending commit. -- You are receiving this mail because: You are watching all bug changes.