Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better return text that ret code 127 #7

Open
jscotka opened this issue Apr 12, 2016 · 0 comments
Open

better return text that ret code 127 #7

jscotka opened this issue Apr 12, 2016 · 0 comments

Comments

@jscotka
Copy link
Collaborator

jscotka commented Apr 12, 2016

It is not clear what: Unexpected server exit code 127. means
ping
Scenarios:
loopback
Connection: Socket(6/AF_INET/SOCK_DGRAM/0)
[3.760 client 5476] socket(AF_INET, SOCK_DGRAM, 0) = 6
[3.765 client 5476] connect(6, <sockaddr_in sin_family=2, sin_port=1025, sin_addr=127.0.0.1>, 16) = 0
[3.776 client 5476] close(6) = 0
Unexpected server exit code 127.

It could be translated to some better string in cases of known ret code like that (killed after timeout, or similar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants