Summary: | system setting crashed when I opened "display -> night color scheme" | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Dmitriy <orlov.dmitriy2303> |
Component: | kcm_nightcolor | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | danhyal.masood, eljeruway, gisk+kdebugs, kde, kwin-bugs-null, orgo_89, pepko94 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.17.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Dmitriy
2019-10-24 17:08:52 UTC
Created attachment 123473 [details]
New crash information added by DrKonqi
systemsettings5 (5.17.1) using Qt 5.12.4
- What I was doing when the application crashed:
I opened the night color setting from System Settings
- Unusual behavior I noticed:
When opening Night Colour as standalone, it doesn't crash. When I openet Night Colour from System Settings the first time, it didn't crashed.
-- Backtrace (Reduced):
#6 0x00007f1b1ecc7fe4 in QQuickWindow::maybeUpdate() () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7 0x00007f1b1ed1269a in QQuickText::setColor(QColor const&) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
[...]
#9 0x00007f1b1ed1b93b in QQuickText::qt_metacall(QMetaObject::Call, int, void**) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#10 0x00007f1b198342c9 in QQuickLabel::qt_metacall(QMetaObject::Call, int, void**) () from /lib/x86_64-linux-gnu/libQt5QuickTemplates2.so.5
#11 0x00007f1b1e8f7166 in QV4::QQmlValueTypeWrapper::write(QObject*, int) const () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
Created attachment 123517 [details]
New crash information added by DrKonqi
systemsettings5 (5.17.1) using Qt 5.13.1
- What I was doing when the application crashed:
I just wanted to open the Night Color option but the application crashed instead.
-- Backtrace (Reduced):
#6 0x00007f1662b81660 in QQuickWindowPrivate::dirtyItem(QQuickItem*) () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#7 0x00007f1662bcb6f2 in QQuickText::setColor(QColor const&) () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#8 0x00007f1662bd46f5 in () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#9 0x00007f1662bd4b83 in QQuickText::qt_metacall(QMetaObject::Call, int, void**) () at /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#10 0x00007f164f56e9d5 in QQuickLabel::qt_metacall(QMetaObject::Call, int, void**) () at /usr/lib/x86_64-linux-gnu/libQt5QuickTemplates2.so.5
Created attachment 123552 [details]
New crash information added by DrKonqi
systemsettings5 (5.17.1) using Qt 5.13.1
- What I was doing when the application crashed:
the application closes when trying to activate night color
-- Backtrace (Reduced):
#6 QQuickWindow::maybeUpdate (this=0x55eae0c4c080) at items/qquickwindow.cpp:3591
#7 0x00007f71ee3ef669 in QQuickWindowPrivate::dirtyItem (this=<optimized out>) at items/qquickwindow.cpp:1158
#8 0x00007f71ee3d4d65 in QQuickItemPrivate::dirty (this=<optimized out>, type=<optimized out>) at items/qquickitem.cpp:6135
#9 0x00007f71ee3d51be in QQuickItem::update (this=<optimized out>) at items/qquickitem.cpp:4439
#10 0x00007f71ee4397b2 in QQuickText::setLinkColor (this=0x55eae5948850, color=...) at items/qquicktext.cpp:1751
Created attachment 123608 [details]
New crash information added by DrKonqi
systemsettings5 (5.17.2) using Qt 5.13.1
- What I was doing when the application crashed:
Simply opening the any of the sub menus in the display options of the settings app causes it to seg fault.
-- Backtrace (Reduced):
#6 0x00007fa667e047f0 in QQuickWindowPrivate::dirtyItem(QQuickItem*) () at /usr/lib/libQt5Quick.so.5
#7 0x00007fa667e549e3 in QQuickText::setLinkColor(QColor const&) () at /usr/lib/libQt5Quick.so.5
#8 0x00007fa667e5d9e0 in () at /usr/lib/libQt5Quick.so.5
#9 0x00007fa667e5de5b in QQuickText::qt_metacall(QMetaObject::Call, int, void**) () at /usr/lib/libQt5Quick.so.5
#10 0x00007fa661b67687 in QQuickLabel::qt_metacall(QMetaObject::Call, int, void**) () at /usr/lib/libQt5QuickTemplates2.so.5
It appears like it's either a Kirigami issue or a QtQuick issue. According to comment 3, the crash happens here https://github.com/qt/qtdeclarative/blob/5.13.1/src/quick/items/qquickwindow.cpp#L3590-L3591 *** This bug has been marked as a duplicate of bug 413274 *** |