Summary: | Dolphin sometimes freezes and crashes when trying to rename , copy or delete files | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kjobwidgets | Reporter: | lin ziyuan <ohmygod19993> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | frank78ac |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=353462 | ||
Latest Commit: | http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6 | Version Fixed In: | |
Sentry Crash Report: |
Description
lin ziyuan
2015-11-18 04:42:16 UTC
Possibly related to bug 353462 (also crashes in KDialogJobUiDelegate::Private::next()). Git commit e984dab0a6cd9541ae178c104f0228ae264284a6 by David Edmundson. Committed on 08/02/2016 at 15:13. Pushed by davidedmundson into branch 'master'. Fix crash in KJob dialogs. Guard "this" being deleted whilst running new eventloop KMessageBox spawns a new event loop, during which the parent kjob can be completed and deleted, deleting the UIDelegate with it. Related: bug 356321, bug 356964, bug 355052, bug 353462, bug 358954, bug 346215 REVIEW: 126999 M +9 -0 src/kdialogjobuidelegate.cpp http://commits.kde.org/kjobwidgets/e984dab0a6cd9541ae178c104f0228ae264284a6 |