Open
Description
Issuing commands in interactive mode results in error loop of
"send error: Socket operation on non-socket"
I tracked it down in the code to the fact that even in interactive mode the program wants to send the responses back using
socket_send( ) function, but using file descriptor "1" (STDOUT stream), which causes the socket lib to error out.
OS is Debian, from Stable to Sid, kernels : 6.1 and 6.7, arch amd64 and arm64.
Metadata
Metadata
Assignees
Labels
No labels