Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPrometheus 2 beta 3 crashing #3178
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for reporting. This is a dupe of #2955 so I'm closing here. |
fabxc
closed this
Sep 15, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gfliker commentedSep 14, 2017
Hi,
We have being testing prometheus 2 beta 3 version with one of busy collectors, this server scrapes around 33k/sec samples.
How ever it only manages to run for a few hours and then crashes with the following message
"panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x167b22e]
goroutine 686 [running]:
github.com/prometheus/prometheus/retrieval.(*scrapeLoop).append(0xc4218ea880, 0xc5d5052000, 0x2bf15e, 0x30f489, 0xed14c372a, 0x2a689b48, 0x2965460, 0x2887800, 0xc4203dddc0, 0x0, ...)
/go/src/github.com/prometheus/prometheus/retrieval/scrape.go:801 +0x18fe
github.com/prometheus/prometheus/retrieval.(*scrapeLoop).run(0xc4218ea880, 0xdf8475800, 0x5d21dba00, 0x0)
/go/src/github.com/prometheus/prometheus/retrieval/scrape.go:668 +0x560
created by github.com/prometheus/prometheus/retrieval.(*scrapePool).sync
/go/src/github.com/prometheus/prometheus/retrieval/scrape.go:305 +0x534"
uname -srm
Linux 4.4.0-83-generic x86_64
./prometheus --version
prometheus, version 2.0.0-beta.3 (branch: HEAD, revision: 066783b)
build user: root@0cbc320660dc
build date: 20170912-10:17:45
go version: go1.8.3