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

lreadline error: read /dev/stdin: input/output error #68

Open
fzerorubigd opened this issue Oct 21, 2015 · 1 comment
Open

lreadline error: read /dev/stdin: input/output error #68

fzerorubigd opened this issue Oct 21, 2015 · 1 comment

Comments

@fzerorubigd
Copy link

this is the output :

lreadline error: read /dev/stdin: input/output error                                                                                                               

Whoops! You found a godebug issue. Could you report it at https://github.com/mailgun/godebug/issues/new ?
We failed to adjust the terminal mode because of this error: input/output error
quitting session

The error is inside docker container, I don't know what kind of extra information is needed. ask if anything else is required :)

@fzerorubigd
Copy link
Author

After a simple check. I found this happen if I have a break point after this lines :

quit := make(chan os.Signal, 5)
signal.Notify(quit, os.Interrupt, os.Kill, syscall.SIGTERM, syscall.SIGINT, syscall.SIGKILL)
<-quit

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

No branches or pull requests

1 participant