https://bugs.kde.org/show_bug.cgi?id=400701
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meve...@gmail.com --- Comment #16 from Méven Car <meve...@gmail.com> --- Origin of the crash seems to be in QXcbConnection::getSelectionOwner: https://code.woboq.org/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp.html#_ZN14QXcbConnection19getQtSelectionOwnerEv Called by QXcbClipboard::mimeData(QClipboard::Mode mode) https://code.woboq.org/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp.html#_ZN13QXcbClipboard8mimeDataEN10QClipboard4ModeE The thing is when the mode is Clipboard or not Selection Mode couldn't Qt avoid calling the Selection owner logic ? It seems like an upstream Qt bug to me. (Btw that's a X only crash, meaning Wayland session cannot be affected by this crash) -- You are receiving this mail because: You are watching all bug changes.