https://bugs.kde.org/show_bug.cgi?id=374538
--- Comment #24 from [email protected] --- (In reply to David Edmundson from comment #21) > Ok, please report back with that frameworks version, but I can't off-hand > think of anything. So I will postpone that. Building gdb was much faster anyway. > > If you do manage to gdb into kwin > (sudo gdb --pid `pidof kwin_x11`) > > please type > "set logging on" > "bt" > > it will create a file called gdb.txt that will indicate > > It would also be useful to know if aggressively killing kwin_x11 helps > unlock the situation. Thanks. What I did: - switch to a VT > ps -e | grep kwin > gdb --pid=8756 |& tee gdb_kwin.txt > detach > quit > gdb --pid=8756 |& tee gdb_kwin_all_threads.txt > thread apply all backtrace > detach > quit I hope this is OK and helps. Both files are attached. Aggressively killing kwin (kill -9 pid_kwin) never helped. It had to be "kill startplasma-x11". Could this have something to do with OpenGL? -- You are receiving this mail because: You are watching all bug changes.
