Summary: | Dolphin 20.04.1 Crashes when closing terminal on Fedora 32 | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | mehdipourhadi <mehdipourhadi> |
Component: | kpart | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | a.samirh78, kfm-devel, nate, rdieter |
Priority: | NOR | Keywords: | drkonqi |
Version: | 20.04.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/9b9c204c192e8893ca80aa9d93f77b79111ebe5c | Version Fixed In: | 20.12.1 |
Sentry Crash Report: |
Description
mehdipourhadi
2020-11-23 10:19:50 UTC
Seems like an issue in the Konsole KPart: #4 0x00007fee94b87722 in QList<QAction*>::removeAll(QAction* const&) () from /lib64/libQt5Widgets.so.5 #5 0x00007fee94bc0bcb in QWidget::removeAction(QAction*) () from /lib64/libQt5Widgets.so.5 #6 0x00007fee9561f079 in KActionCollection::removeAssociatedWidget(QWidget*) () from /lib64/libKF5XmlGui.so.5 #7 0x00007fee956584df in KXMLGUIClient::prepareXMLUnplug(QWidget*) () from /lib64/libKF5XmlGui.so.5 #8 0x00007fee9565c12f in KXMLGUIFactory::removeClient(KXMLGUIClient*) () from /lib64/libKF5XmlGui.so.5 #9 0x00007fee6e3e72a1 in Konsole::SessionController::~SessionController() () from /lib64/libkonsoleprivate.so.20 #10 0x00007fee6e3e748d in Konsole::SessionController::~SessionController() () from /lib64/libkonsoleprivate.so.20 A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/280 Git commit 043c424af5ea6f34bcbee4001419adcacd364558 by Ahmad Samir. Committed on 26/11/2020 at 00:20. Pushed by hindenburg into branch 'master'. SessionContoller: fix crash when closing session from Konsole KPart _preventClose has to be set to false right at the end, so as to prevent crashes if the user selects the "close session" action from the context menu in a Konsole KPart (e.g. the terminal panel in Dolphin). Check menu object isn't null before deleting actions from it. M +13 -13 src/session/SessionController.cpp https://invent.kde.org/utilities/konsole/commit/043c424af5ea6f34bcbee4001419adcacd364558 Git commit 9b9c204c192e8893ca80aa9d93f77b79111ebe5c by Kurt Hindenburg, on behalf of Ahmad Samir. Committed on 26/11/2020 at 14:14. Pushed by hindenburg into branch 'release/20.12'. SessionContoller: fix crash when closing session from Konsole KPart _preventClose has to be set to false right at the end, so as to prevent crashes if the user selects the "close session" action from the context menu in a Konsole KPart (e.g. the terminal panel in Dolphin). Check menu object isn't null before deleting actions from it. (cherry picked from commit 043c424af5ea6f34bcbee4001419adcacd364558) M +13 -13 src/session/SessionController.cpp https://invent.kde.org/utilities/konsole/commit/9b9c204c192e8893ca80aa9d93f77b79111ebe5c Should i update now? You'll have to wait until your distro updates to 20.12 - there's no way to back port to 20.04 or 20.08 unless your distro does it by manually patching it.. Distros usually backport fixes such as this. (And I see one of the Fedora maintainers is already in the CC of this report ;)). (I'll also post to distributions@kde.org to notify distro maintainers of this). (Note you'll also need this commit https://invent.kde.org/utilities/konsole/-/commit/b193b8b1242d1570361d2388c475b5a619c19afe). |