https://bugs.kde.org/show_bug.cgi?id=421456
--- Comment #8 from Pedro de Carvalho Gomes <pedrogome...@gmail.com> --- I fixed the bug. It was caused by a bad habit that I see all across the code: widgets that capture QObject::destroyed signal from its descendants. This is bad because such are signaled either when the code deletes the descendant, or when it was deleted in the deletion chain of the ascendant widget when it was deleted. This leads to slots of "half-dead" widgets being called, which in turn accesss a deleted member, thus leading to the crash I have already published a new version with the fix in my launchpad. I have also created the Merge request to the main repository, but I am waiting revision. -- You are receiving this mail because: You are watching all bug changes.