| Summary: | From time to time kdevelop freeze, this time also with crash | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jaime Torres <jtamate> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | igorkuo |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | https://crash-reports.kde.org/organizations/kde/issues/211426/events/02acf0c82aa14462b9691bf14e421812/ | ||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Jaime Torres
2025-07-05 09:55:51 UTC
Created attachment 182972 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
I haven't encountered such a crash yet. But I am using a customized KDevelop version with my merge requests applied. Can you try https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/716, which applies some fixes and optimizations in the file codehighlighting.cpp that is close to the end of the backtrace? > From time to time, sometimes minutes, sometimes hours, sometimes seconds, kdevelop freeze totally. Some freezes are caused by background git operations, especially while switching between commits. Tracked in Bug 486949. Several fixes were applied very recently to KDevelop master. Given the latest KDevelop master version, remove the Project Changes and the Git Commit tool views from the sublime areas (Code, Debug, Review) that you use to prevent such freezes completely. Another known freeze is after hovering over a very frequently occurring symbol, such as std, Qt, QString, QObject. You can try https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/667 to remedy that. |