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

TraceyC <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|BACKTRACE                   |WAITINGFORINFO

--- Comment #3 from TraceyC <[email protected]> ---
(In reply to Sylens from comment #2)
> yeah the problem is, that I just made it crash again, and I don't get any
> coredump - at all :/ not sure how is a bug fixable without a coredump, but
> this is so odd, that not even a trace is left by this, that its beyond me.

Thanks for trying. Things may not be crashing, but freezing.

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.

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

Reply via email to