https://bugs.kde.org/show_bug.cgi?id=361769
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notm...@gmail.com --- Comment #1 from Marco Martin <notm...@gmail.com> --- the crashing code is: while (candidate && candidate != this) { candidate->setFocus(false); candidate = candidate->parentItem(); } basically is a valid item that returns an invalid pointer as parentItem().. how is this even possible? -- You are receiving this mail because: You are watching all bug changes.