Summary: | kwin_wayland segfaults in KWaylandServer::OutputDeviceModeV2Interface::size() when external usb-c monitors reconnect from power saving state | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Andrew Rembrandt <public> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate, xaver.hugl |
Priority: | NOR | ||
Version: | 5.24.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwayland-server/commit/90e2d2ba41618a53dfaacee7c0d2545cc02a9c40 | Version Fixed In: | 5.24.5 |
Sentry Crash Report: |
Description
Andrew Rembrandt
2022-04-26 10:37:18 UTC
Happy to provide full backtrace, coredump file etc Also, just had this exact same crash when connecting a new external monitor (via usb-c) that didn't appear to be in a power saving state (I had just turned it on). Git commit aa432e59473762862c8d17d92888de1bc221ab94 by Xaver Hugl. Committed on 29/04/2022 at 17:38. Pushed by zamundaaa into branch 'master'. outputconfigurationinterface: don't crash if mode is invalid When the client makes the request, the compositor may have already destroyed the mode object. FIXED-IN: 5.24.5 M +3 -0 src/wayland/outputconfiguration_v2_interface.cpp https://invent.kde.org/plasma/kwin/commit/aa432e59473762862c8d17d92888de1bc221ab94 Git commit 90e2d2ba41618a53dfaacee7c0d2545cc02a9c40 by Xaver Hugl. Committed on 29/04/2022 at 18:39. Pushed by zamundaaa into branch 'Plasma/5.24'. outputconfigurationinterface: don't crash if mode is invalid When the client issues the request, the compositor may have already destroyed the mode object. FIXED-IN: 5.24.5 M +3 -0 src/server/outputconfiguration_v2_interface.cpp https://invent.kde.org/plasma/kwayland-server/commit/90e2d2ba41618a53dfaacee7c0d2545cc02a9c40 |