Created
October 30, 2013 14:07
-
-
Save AlekSi/7233263 to your computer and use it in GitHub Desktop.
BitBucket
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
panic: interface conversion: error is *os.PathError, not *exec.ExitError | |
goroutine 1 [running]: | |
main.main() | |
/tmp/tmp.9cy9ejlFpP/conq.go:124 +0xcc7 | |
goroutine 2 [syscall]: | |
goroutine 5 [runnable]: | |
net/http.(*persistConn).readLoop(0xc2000c4180) | |
/usr/lib64/golang/src/pkg/net/http/transport.go:761 +0x64b | |
created by net/http.(*Transport).dialConn | |
/usr/lib64/golang/src/pkg/net/http/transport.go:511 +0x574 | |
goroutine 6 [select]: | |
net/http.(*persistConn).writeLoop(0xc2000c4180) | |
/usr/lib64/golang/src/pkg/net/http/transport.go:774 +0x26f | |
created by net/http.(*Transport).dialConn | |
/usr/lib64/golang/src/pkg/net/http/transport.go:512 +0x58b | |
fatal: The remote end hung up unexpectedly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment