Summary: | Changing to the external screen freezes its content | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alberto Salvia Novella <es20490446e> |
Component: | multi-screen | Assignee: | Alberto Salvia Novella <es20490446e> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | astroturf.statistic176, kde, kdedev, xaver.hugl |
Priority: | NOR | Keywords: | X11-only |
Version First Reported In: | 6.4.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | KwinSupportInfo.txt |
Description
Alberto Salvia Novella
2025-07-01 14:54:16 UTC
*** Bug 506423 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 506461 *** @ David Edmundson Are you sure this is a duplicate?: https://bugs.kde.org/show_bug.cgi?id=506461 They have completely different behaviors. If so, set status back to: resolved -> duplicate We need to find out if kwin crashed or froze. If it crashed, there will be a coredump and we need a backtrace of it so we can figure out what's going on. If there is one, can you please attach a backtrace of the crash using the coredumpctl command-line program, as detailed in https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl ? Otherwise, can you check kwin's logs when the hard freeze occurs? journalctl --boot --user-unit plasma-kwin_wayland > ~/log.txt Also, is there any chance that you could retrieve kwin's backtrace when the hard freeze occurs? You would need to ssh from another computer and attach a debugger to kwin process, e.g. sudo gdb -p $(pidof kwin_wayland) then type bt and paste the output here. Thanks! `coredumpctl --reverse` No coredump for `kwin_x11`. `journalctl --boot --user-unit plasma-kwin_wayland` No error. `sudo gdb -p $(pidof kwin_x11)` Hangs the entire windowing system, except the mouse. Thanks for checking those, that's helpful. It looks like kwin isn't actually crashing, but it is freezing. Can you attach the output of the following to this report for the kwin developers to look at? qdbus org.kde.KWin /KWin supportInformation Thanks! Created attachment 184230 [details]
KwinSupportInfo.txt
Thanks. I'll let the kwin developers take it from here. Nice 👌 |