Summary: | System settings crash while opening translucency config | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | siralexgil |
Component: | kcm_kwineffects | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alangama59, angschmang, kde, Mathias.Homann, matt.fagnani, mederimmedeiros, miho.nightwalker, pieroviscone, plasma-bugs, sheeen |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.18.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kwin/bee3afdd5194e0cf1fb72619b3d130514102e3cf | Version Fixed In: | 5.19.0 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
siralexgil
2020-03-22 17:31:17 UTC
>#25 0x00007fb26e28059e in QDialog::exec() () at /usr/lib/libQt5Widgets.so.5
#26 0x00007fb2406ad32a in KWin::EffectsModel::requestConfigure(QModelIndex const&, QWindow*) () at /usr/lib/libkcmkwincommon.so.5
Aha
Created attachment 127068 [details]
New crash information added by DrKonqi
systemsettings5 (5.18.3) using Qt 5.14.1
- What I was doing when the application crashed:
Opening translucency panel in KDE settings.
My KDE Plasma is in French Language (seems related because other report the same bug with KDE in Spanish Language)
-- Backtrace (Reduced):
#8 0x00007f99233e796c in () at /usr/lib/libQt5Core.so.5
#9 0x00007f99226031b7 in QQmlData::destroyed(QObject*) () at /usr/lib/libQt5Qml.so.5
#10 0x00007f9923632423 in QObject::~QObject() () at /usr/lib/libQt5Core.so.5
#11 0x00007f9922a732d4 in QQuickItem::~QQuickItem() () at /usr/lib/libQt5Quick.so.5
#12 0x00007f990f7c5ee0 in () at /usr/lib/qt/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so
Git commit 0a65681596c3289df607619adb6971e8d48259d0 by David Edmundson. Committed on 30/03/2020 at 16:27. Pushed by davidedmundson into branch 'master'. [kcmkwin] Make dialog non blocking Summary: It's invoked from QML. Nested event loops invoked directly from QML is asking for crashes. Test Plan: Opened KCM Opened dialog for some settings Window was still modal as before Settings were saved (though they didn't seem to be applied..maybe another bug?) Reviewers: #kwin, apol Reviewed By: apol Subscribers: zzag, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D28293 M +6 -4 kcmkwin/common/effectsmodel.cpp https://commits.kde.org/kwin/0a65681596c3289df607619adb6971e8d48259d0 *** Bug 419607 has been marked as a duplicate of this bug. *** If it gets more dupes, I should probably backport this. *** Bug 419772 has been marked as a duplicate of this bug. *** *** Bug 419700 has been marked as a duplicate of this bug. *** *** Bug 414118 has been marked as a duplicate of this bug. *** Git commit bee3afdd5194e0cf1fb72619b3d130514102e3cf by David Edmundson. Committed on 07/04/2020 at 08:27. Pushed by davidedmundson into branch 'Plasma/5.18'. [kcmkwin] Make dialog non blocking Summary: It's invoked from QML. Nested event loops invoked directly from QML is asking for crashes. Test Plan: Opened KCM Opened dialog for some settings Window was still modal as before Settings were saved (though they didn't seem to be applied..maybe another bug?) Reviewers: #kwin, apol Reviewed By: apol Subscribers: zzag, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D28293 M +6 -4 kcmkwin/common/effectsmodel.cpp https://commits.kde.org/kwin/bee3afdd5194e0cf1fb72619b3d130514102e3cf *** Bug 420176 has been marked as a duplicate of this bug. *** *** Bug 420407 has been marked as a duplicate of this bug. *** Created attachment 127812 [details]
New crash information added by DrKonqi
systemsettings5 (5.18.3) using Qt 5.13.2
- Unusual behavior I noticed: System settings crash when i click on translucent setting
-- Backtrace (Reduced):
#9 0x00007f1552d3430b in QQmlData::destroyed(QObject*) () at /lib64/libQt5Qml.so.5
#10 0x00007f1553c717be in QObject::~QObject() () at /lib64/libQt5Core.so.5
#11 0x00007f152d1727a2 in QQmlPrivate::QQmlElement<QQuickToolButton>::~QQmlElement() () at /usr/lib64/qt5/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so
#12 0x00007f1553c6b524 in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5
#13 0x00007f15545d5e76 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
|