loading cms-colord.so causes "terminate" to fail
Submitted by James
Assigned to Wayland bug list
Description
On Arch Linux, wayland 1.6.1-1, weston 1.6.1-1.
Starting from a VT with just "weston", running the drm-backend.so, loading cms-colord.so in ".config/weston.ini", with "modules=xwayland.so,cms-colord.so", as described in man 5 weston.ini, causes "terminate" to fail, using "keymap_options=terminate:ctrl_alt_bksp". This is on a two-headed display.
After attempting to terminate, one screen shows a virtual terminal, though not the VT from which weston was started, the other screen continuing to show the weston display, the keyboard becomes "locked", and weston continues to run. From a remote terminal, "ps" shows weston sleeping, and weston-keyboard and weston-desktop-shell as zombies. "kill -2" does nothing. "kill -9" terminates weston, and the display and keyboard return to normal operation.
For what it might be worth, running as "WAYLAND_DEBUG=1 weston" ends with:
Killed70.967] -> wl_subcompositor@5.destroy()rface@21) 0)0, 5)ttach(10592907wl_buffer@37)_buffer@)_buffer@, 2774551, )300)@6000014)-motion button
Of course, simply not including cms-colord.so in "modules" avoids the problem.