https://bugs.kde.org/show_bug.cgi?id=447717
--- Comment #27 from Matt Fagnani <matt.fagn...@bell.net> --- (In reply to Nicolas Fella from comment #25) > From https://bugs.kde.org/show_bug.cgi?id=461397: > > [4245733.460] wl_display@1.error(wl_display@1, 1, "invalid arguments for > org_kde_plasma_surface@270.set_output") > wl_display@1: error 1: invalid arguments for > org_kde_plasma_surface@270.set_output > The Wayland connection experienced a fatal error: Invalid argument > > So we have at least four somewhat different protocol errors Given that the crash can happen just by moving the cursor over the task manager icons so that their tooltips were shown and the errors, a race condition could've been involved in which the Wayland objects/surfaces of the icons' tooltips might occasionally have been freed while still in use or not. The following errors I reported at https://bugs.kde.org/show_bug.cgi?id=461397 might've been the next uses of the Wayland objects/surfaces of the icons' tooltips after they were freed. wl_display@1: error 1: invalid arguments for org_kde_plasma_surface@270.set_output kwin_wayland_wrapper[1652]: invalid object (256), type (wl_buffer), message set_region(?o) plasmashell[3304]: wl_display@1: error 1: invalid method 1, object wl_buffer@226 -- You are receiving this mail because: You are watching all bug changes.