Gnome-keyring-daemon consuming much cpu and ssh key is not usable

manjaro stable on raspberry PI400 with gnome.

From some days gnome-keyring-daemon is eating much cpu and the system has become really slow.

This is the top output now, for example:

PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
2924 leandro   20   0  314236   5860   4520 S 100,0   0,2  91:01.59 gnome-keyring-daemon

And more, I have only the ssh key in the keyring but I cannot see it: ssh-dd -L command does not give any output and I have to stop it with Ctrl-C. I cannot use the key to connect to other computer but only removing the SSH_AUTH_SOCK variable, e.g.:

SSH_AUTH_SOCK= ssh user@remote

And giving the passphrase I can connect