Wayland server hangs with endless repeated `failed to accept: Bad file descriptor` message.
Hi. I am pretty sure problem is somewhere here. For some reason socket is not abandoned when EABDF
error is received, it simply returns 1 to recheck faulty socket. And this endless loop is a reason of server hanging with failed to accept: Bad file descriptor
message in stderr... When I am trying to connect to this faulty socket with Xwayland I am getting this...
[747907.273] -> wl_display@1.get_registry(new id wl_registry@2)
[747907.317] -> wl_display@1.sync(new id wl_callback@3)
^Ccould not connect to wayland server
(EE)
Fatal server error:
(EE) Couldn't add screen
(EE)
Thank you guys, you are best.