https://bugs.kde.org/show_bug.cgi?id=409607
--- Comment #3 from Ahmad Samir <a.samir...@gmail.com> --- Steps to reproduce: - Open dolpin, copy folder A to some destination twice and keep the asFileRename dialog open - Repeat for folder B - Now from the plasma widget cancel the job for folder A (order is important), the dialog is closed as expected - Then cancel the job for folder B, from the widget or the dialog, doesn't matter, and dolphin seg faults The crash seems to happen in NotificationManager::JobPrivate::kill()[1], it emits cancelRequested() and the copy job is finished and askFileRename is closed correctly, but KIO::JobUiDelegate::askFileRename doesn't return; only after you cancel the second dialog, askFileRename returns twice (for both jobs), so the first one doesn't return until the second returns (confirmed by throwing some debug lines in KIO::JobUiDelegate::askFileRename). [1]https://cgit.kde.org/plasma-workspace.git/tree/libnotificationmanager/job_p.cpp#n207 -- You are receiving this mail because: You are watching all bug changes.