Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trunk fails to run serf version #57

Closed
kapilt opened this issue Nov 6, 2013 · 1 comment
Closed

trunk fails to run serf version #57

kapilt opened this issue Nov 6, 2013 · 1 comment

Comments

@kapilt
Copy link

kapilt commented Nov 6, 2013

same results with make in the src tree per readme

$ go get -u -v github.com/hasicorp/serf
$ serf version
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x38 pc=0x42a0d8]

goroutine 1 [running]:
runtime.panic(0x7042c0, 0xb09c08)
/home/kapil/projects/go-lang/go/src/pkg/runtime/panic.c:266 +0xb6
github.com/hashicorp/serf/command.(_VersionCommand).Run(0xc210052840, 0xc21000a020, 0x0, 0x0, 0xc210053818)
/home/kapil/src/github.com/hashicorp/serf/command/version.go:33 +0x398
github.com/mitchellh/cli.(_CLI).Run(0xc21004abd0, 0xc21004abd0, 0xc2100638d0, 0xc2100638a0)
/home/kapil/src/github.com/mitchellh/cli/cli.go:69 +0x252
main.realMain(0x401be5)
/home/kapil/src/github.com/hashicorp/serf/main.go:36 +0x2ab
main.main()
/home/kapil/src/github.com/hashicorp/serf/main.go:12 +0x1e

goroutine 3 [syscall]:
os/signal.loop()
/home/kapil/projects/go-lang/go/src/pkg/os/signal/signal_unix.go:21 +0x1e
created by os/signal.init·1
/home/kapil/projects/go-lang/go/src/pkg/os/signal/signal_unix.go:27 +0x31

mitchellh added a commit that referenced this issue Nov 6, 2013
@mitchellh
Copy link
Contributor

Fixed. Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants