Created
September 1, 2015 18:22
-
-
Save sclevine/7b08d0b14512e39b14cc to your computer and use it in GitHub Desktop.
This file contains 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: runtime error: invalid memory address or nil pointer dereference | |
[signal 0xb code=0x1 addr=0x0 pc=0x45dbc8] | |
goroutine 1 [running]: | |
github.com/concourse/github-release-resource.(*InCommand).Run(0xc20800a560, 0x7ffd8775ff81, 0xe, 0xc20802a938, 0x8, 0xc20802a930, 0x7, 0x0, 0x0, 0xc20800cd20, ...) | |
/tmp/build/bff9c6cc-19f8-4f19-458f-9481aee1ec10/gopath/src/github.com/concourse/github-release-resource/in_command.go:55 +0xc98 | |
main.main() | |
/tmp/build/bff9c6cc-19f8-4f19-458f-9481aee1ec10/gopath/src/github.com/concourse/github-release-resource/cmd/in/in.go:27 +0x34b | |
goroutine 9 [runnable]: | |
net/http.(*persistConn).readLoop(0xc2080842c0) | |
/usr/src/go/src/net/http/transport.go:928 +0x9ce | |
created by net/http.(*Transport).dialConn | |
/usr/src/go/src/net/http/transport.go:660 +0xc9f | |
goroutine 17 [syscall, locked to thread]: | |
runtime.goexit() | |
/usr/src/go/src/runtime/asm_amd64.s:2232 +0x1 | |
goroutine 10 [select]: | |
net/http.(*persistConn).writeLoop(0xc2080842c0) | |
/usr/src/go/src/net/http/transport.go:945 +0x41d | |
created by net/http.(*Transport).dialConn | |
/usr/src/go/src/net/http/transport.go:661 +0xcbc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment