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

Panic in TargetManager. #1353

Closed
nathanielc opened this issue May 2, 2017 · 1 comment
Closed

Panic in TargetManager. #1353

nathanielc opened this issue May 2, 2017 · 1 comment
Assignees
Labels

Comments

@nathanielc
Copy link
Contributor

This failure just surfaced in the test suite. @goller Can you take a look?

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x85cbd1c]

goroutine 65 [running]:
panic(0x986ad40, 0x1aa20008)
	/usr/local/go/src/runtime/panic.go:500 +0x331
github.com/influxdata/kapacitor/vendor/github.com/prometheus/prometheus/retrieval.(*TargetManager).Stop(0x1ae735c0)
	/root/go/src/github.com/influxdata/kapacitor/vendor/github.com/prometheus/prometheus/retrieval/targetmanager.go:83 +0xfc
github.com/influxdata/kapacitor/services/scraper.(*Service).scrape(0x1ac49400)
	/root/go/src/github.com/influxdata/kapacitor/services/scraper/service.go:111 +0x103
created by github.com/influxdata/kapacitor/services/scraper.(*Service).Open
	/root/go/src/github.com/influxdata/kapacitor/services/scraper/service.go:69 +0x133
FAIL	github.com/influxdata/kapacitor/server	0.223s
@goller
Copy link
Contributor

goller commented May 3, 2017

Fixed in #1354

nathanielc added a commit that referenced this issue May 3, 2017
fdhex pushed a commit to fdhex/kapacitor that referenced this issue Jun 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants