https://bugs.kde.org/show_bug.cgi?id=373078

--- Comment #5 from Martin Gräßlin <mgraess...@kde.org> ---
The idea would be to ssh from another system into the running system. Difficult
in your case ;-)

Once you are in you do:
ps -AF | grep kwin_wayland

to get the pid of the process.

Then:
sudo gdb --pid=<pid of kwin>

Once it's attached, you do a:
t a a bt

to get the backtrace.

With only one system it's difficult. If KWin is really frozen you cannot switch
vt anymore to get to a tty to attach gdb.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to