https://bugs.kde.org/show_bug.cgi?id=445881
--- Comment #2 from Lars Veldscholte <l...@tuxplace.nl> --- Just got one of these crashes again. I tried to copy something from Firefox (running in native Wayland mode) to Kate. There doesn't seem to be a backtrace, though. This is the output from gdb: ``` (gdb) run Starting program: /usr/bin/kate [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffefccf640 (LWP 94845)] [New Thread 0x7fffedd18640 (LWP 94846)] kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so: (libhspell.so.0: cannot open shared object file: No such file or directory)" kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so: (libvoikko.so.1: cannot open shared object file: No such file or directory)" kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_hspell.so: (libhspell.so.0: cannot open shared object file: No such file or directory)" kf.sonnet.core: Sonnet: Unable to load plugin "/usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so" Error: "Cannot load library /usr/lib/qt/plugins/kf5/sonnet/sonnet_voikko.so: (libvoikko.so.1: cannot open shared object file: No such file or directory)" [New Thread 0x7fffecf6a640 (LWP 94847)] [New Thread 0x7fffe64f7640 (LWP 94848)] [New Thread 0x7fffe5cf6640 (LWP 94849)] [New Thread 0x7fffe54f5640 (LWP 94850)] [New Thread 0x7fffe4cf4640 (LWP 94851)] [New Thread 0x7fffd97d1640 (LWP 94852)] [New Thread 0x7fffd8fd0640 (LWP 94853)] [New Thread 0x7fffbbfff640 (LWP 94854)] [New Thread 0x7fffbb7fe640 (LWP 94855)] [New Thread 0x7fffbaffd640 (LWP 94856)] [New Thread 0x7fffba7fc640 (LWP 94857)] [New Thread 0x7fffb9ffb640 (LWP 94858)] [New Thread 0x7fffb97fa640 (LWP 94859)] [New Thread 0x7fffb8ff9640 (LWP 94860)] [New Thread 0x7fff9bfff640 (LWP 94861)] qt.qpa.wayland: Wayland does not support QWindow::requestActivate() [Detaching after fork from child process 94863] [Detaching after fork from child process 94865] [Detaching after fork from child process 94868] [Detaching after fork from child process 94869] [Detaching after fork from child process 94870] QWaylandDataOffer: timeout reading from pipe QWaylandDataOffer: error reading data for mimeType text/plain;charset=utf-8 QWaylandDataOffer: timeout reading from pipe QWaylandDataOffer: error reading data for mimeType text/plain The Wayland connection broke. Did the Wayland compositor die? [Thread 0x7fffb8ff9640 (LWP 94860) exited] [Thread 0x7fffb97fa640 (LWP 94859) exited] [Thread 0x7fffb9ffb640 (LWP 94858) exited] [Thread 0x7fffba7fc640 (LWP 94857) exited] [Thread 0x7fffbaffd640 (LWP 94856) exited] [Thread 0x7fffbb7fe640 (LWP 94855) exited] [Thread 0x7fffbbfff640 (LWP 94854) exited] [Thread 0x7fffd8fd0640 (LWP 94853) exited] [Thread 0x7fffd97d1640 (LWP 94852) exited] [Thread 0x7fffe4cf4640 (LWP 94851) exited] [Thread 0x7fffe54f5640 (LWP 94850) exited] [Thread 0x7fffe5cf6640 (LWP 94849) exited] [Thread 0x7fffe64f7640 (LWP 94848) exited] [Thread 0x7fffecf6a640 (LWP 94847) exited] [Thread 0x7fffedd18640 (LWP 94846) exited] [Thread 0x7fffefccf640 (LWP 94845) exited] [Thread 0x7ffff1078a80 (LWP 94834) exited] [Inferior 1 (process 94834) exited with code 01] (gdb) bt No stack. ``` -- You are receiving this mail because: You are watching all bug changes.