mailgun / godebug

DEPRECATED! https://github.com/derekparker/delve
Apache License 2.0
2.5k stars 107 forks source link

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

Open fzerorubigd opened 9 years ago

fzerorubigd commented 9 years ago

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 commented 9 years ago

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