https://bugs.kde.org/show_bug.cgi?id=464062
tob...@g3ro.eu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #2 from tob...@g3ro.eu --- (In reply to Nate Graham from comment #1) > You'll need to gdb kwin_wayland. Can you do that? Thanks! As I said: "I tried to debug with GDB (both Kwin and plasmashell), but the logs show nothing (empty)." This included kwin_wayland of course. The command I used is: sudo gdb -pid $(pidof kwin_wayland) -batch -ex "set logging file kwin_wayland.gdb" -ex "set logging on" -ex "set print thread-events off" -ex "continue" -ex "thread apply all backtrace" -ex "quit" It shows nothing, the log is empty. I tried that multiple times now and it does not show any errors on initialization, so GDB is working correctly. -- You are receiving this mail because: You are watching all bug changes.