https://bugs.kde.org/show_bug.cgi?id=425511
--- Comment #3 from Sven Brauch <m...@svenbrauch.de> --- Ah well, maybe it is unresponsive, you close it, and it then crashes on shutdown, and the unresponsiveness is just a "I do something for 20 secs, then I'm back" state. To figure out what approximately it is doing while unresponsive, you can attach a debugger (and interrupt) while it hangs, or attach perf, e.g. with "perf record -g --call-graph dwarf -p (pidof kdevelop)". That perf trace might also tell you what it is doing. -- You are receiving this mail because: You are watching all bug changes.