https://bugs.kde.org/show_bug.cgi?id=348416 --- Comment #3 from Martin Sandsmark --- inlining the crashing code: ProviderManager::~ProviderManager() { if(def) def->deinit(); unloadAll(); delete def; g_pluginman = 0; } what is crashing is the unloadAll() call, so I suspect that it is a double free of the ProviderManager. -- You are receiving this mail because: You are watching all bug changes.