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

Track down consul lock failure in leader/serf... #1899

Closed
sean- opened this issue Mar 30, 2016 · 2 comments
Closed

Track down consul lock failure in leader/serf... #1899

sean- opened this issue Mar 30, 2016 · 2 comments
Assignees
Labels
type/bug Feature does not function as expected type/crash The issue description contains a golang panic and stack trace
Milestone

Comments

@sean-
Copy link
Contributor

sean- commented Mar 30, 2016

I've never seen this before, but don't want to loose sight of it.

=== RUN   TestLockCommand_MonitorRetry_Lock_Default
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x23a3c2]

goroutine 981 [running]:
panic(0x6e35c0, 0xc820010190)
        /Users/sean/go-devel/src/runtime/panic.go:500 +0x18e
github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf.(*Serf).UserEvent(0x0, 0x819b8a, 0x11, 0xc82015a7f8, 0x7, 0x8, 0x0, 0x50, 0x74b520)
        /Users/sean/go/src/github.com/hashicorp/consul/vendor/github.com/hashicorp/serf/serf/serf.go:441 +0x132
github.com/hashicorp/consul/consul.(*Server).leaderLoop(0xc820cc4180, 0xc820484ea0)
        /Users/sean/go/src/github.com/hashicorp/consul/consul/leader.go:59 +0xed
created by github.com/hashicorp/consul/consul.(*Server).monitorLeadership
        /Users/sean/go/src/github.com/hashicorp/consul/consul/leader.go:38 +0x172
exit status 2
FAIL    github.com/hashicorp/consul/command     3.043s
@sean- sean- added type/bug Feature does not function as expected type/crash The issue description contains a golang panic and stack trace test-failure labels Mar 30, 2016
@slackpad slackpad added this to the 0.7.2 milestone Nov 22, 2016
@slackpad
Copy link
Contributor

I recall a related change that might have fixed this but can't seem to find it - will track it down.

@slackpad slackpad self-assigned this Nov 22, 2016
@slackpad
Copy link
Contributor

There was an issue with delegates in hashicorp/memberlist#57 but that doesn't look like this. Moving this one forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Feature does not function as expected type/crash The issue description contains a golang panic and stack trace
Projects
None yet
Development

No branches or pull requests

2 participants