https://bugs.kde.org/show_bug.cgi?id=492221
--- Comment #7 from Igor Kushnir <igor...@gmail.com> --- Looks like a dangling pointer or memory corruption. > I also tried a custom compile to rule out a build error. But it still > crashed. And version 24.05.2 is still without problems. > If further plasma/qt updates don't help, I'll have to find the commit that > caused the problem. Just created a tag https://invent.kde.org/kdevelop/kdevelop/-/tags/v5.15 at the last KF5 commit. If/when you decide to bisect, you can compile KDevelop at the tagged commit against KF5/Qt5 and see if the crash is present. And you can check whether the crash is present in this early working KF6 commit: https://commits.kde.org/kdevelop/256bf70b947d0508a08f8321b69a4b8f375dab13 . If the crash is present in one but absent from the other of the two commits, we can be almost certain the regression is caused by the upgrade to KF6/Qt6 itself rather than some other KDevelop code change. -- You are receiving this mail because: You are watching all bug changes.