https://bugs.kde.org/show_bug.cgi?id=450940
--- Comment #7 from Iván Ávalos <ava...@disroot.org> --- Created attachment 147205 --> https://bugs.kde.org/attachment.cgi?id=147205&action=edit gdb backtrace I managed to obtain a backtrace via SSH, although I'm not sure if I did it correctly, or if you need debug symbols. I followed the steps in https://community.kde.org/Plasma/Debugging#Attach_gdb_to_the_plasmashell_process The steps I used to obtain the backtrace were the following: 1. Login via SSH. 2. $ gdb -p $(pidof kwin_wayland) (gdb) set logging file kwinwayland2.txt (gdb) set logging on (gdb) continue [[Open Gajim and write in the message box… freeze!]] ^C (gdb) thread apply all backtrace (gdb) quit -- You are receiving this mail because: You are watching all bug changes.