https://bugs.kde.org/show_bug.cgi?id=515465
--- Comment #6 from Greg Lamberson <[email protected]> --- Re: the mutex: I see m_selectionLock in WaylandClipboard::mimeData(), but DataControlSource::ext_data_control_source_v1_send() (waylandclipboard.cpp:370) calls m_mimeData->data() without holding a lock. The crash occurs in ext_data_control_source_v1_send on the Wayland thread. Should this code path be holding m_selectionLock before accessing m_mimeData? I can build with debug symbols and provide detailed backtrace if that would help clarify the root cause. -- You are receiving this mail because: You are watching all bug changes.
