Created
January 27, 2014 22:52
-
-
Save clone1018/8658996 to your computer and use it in GitHub Desktop.
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
2014/01/27 17:50:06 http: panic serving 127.0.0.1:19697: runtime error: invalid memory address or ni | |
l pointer dereference | |
goroutine 541 [running]: | |
net/http.func·007() | |
/usr/lib/go/src/pkg/net/http/server.go:1022 +0xac | |
main.GetHelm(0x0, 0x0, 0x8235992, 0x48f10c, 0x52e6e29e, ...) | |
/home/minotar/go/src/github.com/minotar/minotar/process.go:32 +0x4d | |
main.func·003(0x0, 0x0, 0x816dc0, 0x0, 0xc200b44880, ...) | |
/home/minotar/go/src/github.com/minotar/minotar/main.go:215 +0x2f | |
main.func·001(0xc2000da380, 0xc2000ca000, 0xc2009eadd0) | |
/home/minotar/go/src/github.com/minotar/minotar/main.go:143 +0x1a1 | |
net/http.HandlerFunc.ServeHTTP(0xc200088650, 0xc2000da380, 0xc2000ca000, 0xc2009eadd0) | |
/usr/lib/go/src/pkg/net/http/server.go:1149 +0x3e | |
github.com/gorilla/mux.(*Router).ServeHTTP(0xc2000a7410, 0xc2000da380, 0xc2000ca000, 0xc2009eadd0) | |
/home/minotar/go/src/github.com/gorilla/mux/mux.go:98 +0x217 | |
net/http.(*ServeMux).ServeHTTP(0xc2000aa5a0, 0xc2000da380, 0xc2000ca000, 0xc2009eadd0) | |
/usr/lib/go/src/pkg/net/http/server.go:1416 +0x11d | |
net/http.serverHandler.ServeHTTP(0xc2000a7e10, 0xc2000da380, 0xc2000ca000, 0xc2009eadd0) | |
/usr/lib/go/src/pkg/net/http/server.go:1517 +0x16c | |
net/http.(*conn).serve(0xc200b3c120) | |
/usr/lib/go/src/pkg/net/http/server.go:1096 +0x765 | |
created by net/http.(*Server).Serve | |
/usr/lib/go/src/pkg/net/http/server.go:1564 +0x266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment