https://bugs.kde.org/show_bug.cgi?id=411587
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #2 from Maik Qualmann <metzping...@gmail.com> --- The cause is a race condition. The window was terminated with [X], but the import continues. If you try to start the plugin again, but there is no longer a window that we can reactivate, the plugin will be deleted and recreated. Although we cancel the transfer, there is still a QNetworkReply on the way and triggers the crash in the already deleted main window. I fix it. Maik -- You are receiving this mail because: You are watching all bug changes.