https://bugs.kde.org/show_bug.cgi?id=452063
Halla Rempt <ha...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ha...@valdyas.org --- Comment #3 from Halla Rempt <ha...@valdyas.org> --- That looks like there's somehow an invalid or null pointer in the list of actions. changing if (action->property("tool_action").isValid()) { into if (action && action->property("tool_action").isValid()) { should be sufficient, I guess. -- You are receiving this mail because: You are watching all bug changes.