https://bugs.kde.org/show_bug.cgi?id=456743
--- Comment #11 from Marco Martin <notm...@gmail.com> --- the crashing piece of code in that BT still exists, even tough the views lifecycle within m_desktopViewForScreen changes significantly, so this may or may not still be valid. the code is for (auto it = m_desktopViewForScreen.constBegin(), end = m_desktopViewForScreen.constEnd(); it != end; ++it) { (arounf line 2167 now) (a dangling pointer in the m_desktopViewForScreen containmner) Needs to keep an eye open if a crash there still happens in 5.27 -- You are receiving this mail because: You are watching all bug changes.