Dear Maintainer,
on a buster system, keyd uses 100% CPU:
onak 30318 98.6 0.0 8864 4884 ? Rs 08:04 5:39 /usr/sbin/keyd -f
vz15:~# strace -p 30318 2>&1 | head -20
strace: Process 30318 attached
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
accept(3, 0xffee6d8c, [110]) = -1 EINVAL (Invalid argument)
_newselect(4, [3], NULL, NULL, NULL) = 1 (in [3])
This is in a LXC container running also on a buster host kernel 4.19.0-17-amd64.
Any idea what I should try?
Thank you.