Summary: | System setttings crashed upon changing scaling | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Quinten Kock <quinten> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | luca.bacci, nate, nicolas.fella |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.26.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Quinten Kock
2022-12-31 01:08:22 UTC
Looks same as https://bugs.kde.org/show_bug.cgi?id=450489 (In reply to Nicolas Fella from comment #1) > Looks same as https://bugs.kde.org/show_bug.cgi?id=450489 Not sure, because this was a systemsettings crash. Plasma itself continued to run as usual. > #7 0x00007f2a1109b349 in _iris_batch_flush.cold () from /usr/lib64/dri/iris_dri.so > #8 0x00007f2a11d42387 in iris_fence_flush () from /usr/lib64/dri/iris_dri.so > #9 0x00007f2a11160a64 in st_glFlush () from /usr/lib64/dri/iris_dri.so Crashing in the Intel graphics drivers. Please file a bug for the developers; see https://docs.mesa3d.org/bugs.html. Thanks! Created attachment 156861 [details]
New crash information added by DrKonqi
systemsettings (5.27.2) using Qt 5.15.8
I changed the scale of one of my two monitors and lcosed the window. A dialog showed asking me if I wanted to apply the changes and clicked "Yes", then it crashed
-- Backtrace (Reduced):
#4 0x00007fda9bf563a7 in KScreen::Config::clone() const () from /usr/lib/libKF5Screen.so.8
[...]
#8 0x00007fdac9d20818 in KCModuleProxy::save() () from /usr/lib/libKF5KCMUtils.so.5
#9 0x00007fdaca4eb9b6 in ModuleView::moduleSave(KCModuleProxy*) () from /usr/lib/libsystemsettingsview.so.3
[...]
#12 0x00007fdac985c727 in QAbstractButton::clicked(bool) () from /usr/lib/libQt5Widgets.so.5
[...]
#15 0x00007fdac9860670 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQt5Widgets.so.5
That's different Luca. Looks like Bug 461581. Ouch, yes!! I should have posted in BUG 461581 I'll see if I can reproduce with a debug build of libkscreen and post there a new stacktrace Thank you! Luca |