Summary: | Segmentation fault when changing wallpaper | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | jeremystartm |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akselmo, aldihsuhandi697, nate, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.23.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Manjaro | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=400835 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
jeremystartm
2021-12-04 16:19:41 UTC
Not crashing in any KDE code; maybe an issue somewhere in Qt? Not exactly the same as Bug 400835 as we're never in Plasma::Applet here. (In reply to Nate Graham from comment #1) > Not crashing in any KDE code; maybe an issue somewhere in Qt? > > Not exactly the same as Bug 400835 as we're never in Plasma::Applet here. Maybe. I have Manjaro XFCE and installed KDE Plasma 5 alongside it, maybe somewhere I missed something. Created attachment 145285 [details]
New crash information added by DrKonqi
plasmashell (5.23.5) using Qt 5.15.2
- What I was doing when the application crashed:
trying to change my wallpaper and disable desktop icon
- Unusual behavior I noticed:
plasmashell crashed when clicking apply button
- Custom settings of the application:
dual monitor (forcing the first monitor to be 1920x1080 resolution)
-- Backtrace (Reduced):
#5 0x00007ff9457a3d05 in QQmlAdaptorModel::rowCount() const () at /usr/lib/libQt5QmlModels.so.5
#6 0x00007ff9457afbc1 in QQmlDelegateModel::setModel(QVariant const&) () at /usr/lib/libQt5QmlModels.so.5
[...]
#9 0x00007ff947ca1538 in QQmlBinding::slowWrite(QQmlPropertyData const&, QQmlPropertyData const&, QV4::Value const&, bool, QFlags<QQmlPropertyData::WriteFlag>) () at /usr/lib/libQt5Qml.so.5
[...]
#12 0x00007ff947ca0a3c in QQmlBinding::update(QFlags<QQmlPropertyData::WriteFlag>) () at /usr/lib/libQt5Qml.so.5
#13 0x00007ff947c53cbe in QQmlContextData::refreshExpressionsRecursive(QQmlJavaScriptExpression*) () at /usr/lib/libQt5Qml.so.5
|