https://bugs.kde.org/show_bug.cgi?id=379669
--- Comment #21 from David Nolden <david.nolden....@art-master.de> --- I'm not saying what you're doing is bad, but it's probably not the most sustainable way to fix it. For example, this may leave unclaimed data in the duchain disk cache which will also consume memory in succeeding KDevelop runs, that can maybe never be reclaimed until the cache is cleared completely (which we usually do only after crashes). Maybe your other crashes with "project unloading" were also related to unloaded language plugins. Which language plugins do you use? Maybe a viable solution would be to generally avoid physically unloading language support plugins, because that may leave dangling data in the duchain cache which can not be handled any more during cleanup. -- You are receiving this mail because: You are watching all bug changes.