Skip to content

Instantly share code, notes, and snippets.

@AlekSi
Created October 30, 2013 14:07
Show Gist options
  • Select an option

  • Save AlekSi/7233263 to your computer and use it in GitHub Desktop.

Select an option

Save AlekSi/7233263 to your computer and use it in GitHub Desktop.

Revisions

  1. AlekSi created this gist Oct 30, 2013.
    20 changes: 20 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    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