https://bugs.kde.org/show_bug.cgi?id=403776
--- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Crashes in for (auto it = m_cookieToBusService.constBegin(); it != m_cookieToBusService.constEnd(); ++it) { if (it.value() == serviceName) { ReleaseInhibition(it.key()); } } Perhaps because ReleaseInhibition mutates the m_cookieToDBusService map whilst it's being iterated. -- You are receiving this mail because: You are watching all bug changes.