https://bugs.kde.org/show_bug.cgi?id=480964
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xaver.h...@gmail.com --- Comment #5 from Zamundaaa <xaver.h...@gmail.com> --- You'd need to debug Xwayland, not the app itself. To do that you'd need to use an ssh session from a different PC though, as halting Xwayland for debugging can sometimes also freeze kwin, so you could never unfreeze it from the same PC. Before we go there though, if coredumpctl doesn't work, it's likely the issue is caused by an assert, or by a Wayland error. Those will be visible in the log, so you should check it for a hint about what happened. If you execute journalctl --user --boot 0 --follow (and leave it running) and then trigger the Xwayland crash, you should see some message about the crash in the terminal. -- You are receiving this mail because: You are watching all bug changes.