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

TraceyC <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|generic-crash               |general
                 CC|                            |[email protected]
           Severity|crash                       |major

--- Comment #5 from TraceyC <[email protected]> ---
Thanks for confirming there are no coredumps. That means there isn't a crash,
but something froze, probably kwin

Can you check kwin's logs when the hard freeze occurs? If you can't get to a
TTY, you might have to ssh to your machine to do this:

  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!

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

Reply via email to