Skip to content

Instantly share code, notes, and snippets.

@ProTip
Created January 28, 2014 21:16
Show Gist options
  • Save ProTip/8676668 to your computer and use it in GitHub Desktop.
Save ProTip/8676668 to your computer and use it in GitHub Desktop.
2014/01/29 10:15:09 [node1] panic: runtime error: invalid memory address or nil pointer dereference
2014/01/29 10:15:09 [node1] [signal 0xb code=0x1 addr=0x40 pc=0x4682b6]
2014/01/29 10:15:09 [node1]
2014/01/29 10:15:09 [node1] goroutine 5 [running]:
2014/01/29 10:15:09 [node1] runtime.panic(0x6d89e0, 0xa94ec8)
2014/01/29 10:15:09 [node1] /usr/local/go/src/pkg/runtime/panic.c:266 +0xb6
2014/01/29 10:15:09 [node1] stripe-ctf.com/sqlcluster/server.(*Server).Join(0xc21000a1e0, 0x7fff76f8438c, 0xc, 0x65c480, 0xc210036bb0)
2014/01/29 10:15:09 [node1] /home/gzapp/go/src/stripe-ctf.com/sqlcluster/.build/src/stripe-ctf.com/sqlcluster/server/raft.go:27 +0x356
2014/01/29 10:15:09 [node1] stripe-ctf.com/sqlcluster/server.(*Server).ListenAndServe(0xc21000a1e0, 0x7fff76f8438c, 0xc, 0xc, 0xc21000a1e0)
2014/01/29 10:15:09 [node1] /home/gzapp/go/src/stripe-ctf.com/sqlcluster/.build/src/stripe-ctf.com/sqlcluster/server/server.go:103 +0x4b3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment