New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/pull/49111#issuecomment-1980203561 Comment: Actually, i reproduced the same intermittent segfaults when trying to connect to localhost. It happens when I copy an image to the clipboard. ``` ../gdk/wayland/gdkselection-wayland.c:283: error reading selection buffer: Operation was cancelled No data received from local clipboard for sending to remote side! ``` When I connect to the remote windows box, no segfaulting happens (even if I have an image in the clipboard). Does it mean the bug is specific to localhost connections and has something to do with the clipboard contents? (Who needs connecting to the localhost anyway??) **UPD** here is what I found in release notes for `gnome-connections-46.beta` see here - https://download.gnome.org/sources/gnome-connections/46/gnome-connections-46.beta.news ```mardkown - Update gtk-frdp - Fix several crashes related to clipboard channel ``` that may be the ~~reason~~ fix for the crashes.