https://bugs.kde.org/show_bug.cgi?id=500570
--- Comment #50 from Maik Qualmann <metzping...@gmail.com> --- @Andy, thanks that helps. @Michael, it crashes on "delete package;". Before that we have a signal/slot connection without specifying the connection. That means that if Qt detects it between different threads, Qt::QueuedConnection is used. This is executed when the event loop is free again, which means that "package" is still used if it has already been deleted. We need something like deleteLater() here if package is a QObject. Maik -- You are receiving this mail because: You are watching all bug changes.