https://bugs.kde.org/show_bug.cgi?id=435388
Jan Blackquill (Carson Black) <uhh...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/991aa206d970 |ma/kwin/commit/9f215a06fa9c |112b576d3d328b541213799066b |436034b368a1be5f357e85b03cd |3 |1 --- Comment #3 from Jan Blackquill (Carson Black) <uhh...@gmail.com> --- Git commit 9f215a06fa9c436034b368a1be5f357e85b03cd1 by Jan Blackquill. Committed on 05/04/2021 at 19:08. Pushed by cblack into branch 'master'. Fix crash on hotplugging displays while switched to another TTY Currently, we inhibit renderloops when switching to another TTY, and unhibit when switching back. When we hotplug a display while switched to another TTY, its renderloop isn't inhibited by default, yet when we switch back, we try to uninhibit the fresh renderloop, which triggers an assert. Inhibiting newly created outputs while switched to another TTY fixes this crash. FIXED-IN: 5.21 M +4 -0 src/plugins/platforms/drm/drm_backend.cpp https://invent.kde.org/plasma/kwin/commit/9f215a06fa9c436034b368a1be5f357e85b03cd1 -- You are receiving this mail because: You are watching all bug changes.