https://bugs.kde.org/show_bug.cgi?id=452435
--- Comment #14 from Weng Xuetian <wen...@gmail.com> --- Git commit cdc9dcfb0a1f0445c46ee2cefa114329a2408555 by Weng Xuetian. Committed on 16/04/2022 at 07:01. Pushed by xuetianweng into branch 'master'. Fix race in wp_drm_lease_v1. Basically this is a well known issue in wayland for globals. If bind comes after destroyed, it will raise a invalid global error. The common practice is to delay the destroy of global. Similar technique is also applied to wl_output. M +5 -9 src/server/drmleasedevice_v1_interface.cpp M +1 -1 src/server/drmleasedevice_v1_interface_p.h https://invent.kde.org/plasma/kwayland-server/commit/cdc9dcfb0a1f0445c46ee2cefa114329a2408555 -- You are receiving this mail because: You are watching all bug changes.