grafana 11.2.0-1 crashing on start
Description:
Service not starting.
Aug 28 15:40:43 jupiter systemd[1]: Started Grafana service.
Aug 28 15:40:43 jupiter grafana-server[308665]: Deprecation warning: The standalone 'grafana-server' program is deprecated and will be removed in the future. Please update all uses of 'grafana-server' to 'grafana server'
Aug 28 15:40:43 jupiter grafana-server[308665]: panic: pattern "GET /debug/pprof/" (registered at net/http/pprof/pprof.go:100) conflicts with pattern "/debug/pprof/delta_heap" (registered at github.com/grafana/pyroscope-go/godeltaprof@>
Aug 28 15:40:43 jupiter grafana-server[308665]: GET /debug/pprof/ matches fewer methods than /debug/pprof/delta_heap, but has a more general path pattern
Aug 28 15:40:43 jupiter grafana-server[308665]: goroutine 1 [running]:
Aug 28 15:40:43 jupiter grafana-server[308665]: net/http.(*ServeMux).register(...)
Aug 28 15:40:43 jupiter grafana-server[308665]: net/http/server.go:2797
Aug 28 15:40:43 jupiter grafana-server[308665]: net/http.HandleFunc({0xc001c62b58?, 0x58068b0747e1?}, 0x58068c659bc0?)
Aug 28 15:40:43 jupiter grafana-server[308665]: net/http/server.go:2791 +0x86
Aug 28 15:40:43 jupiter grafana-server[308665]: net/http/pprof.init.0()
Aug 28 15:40:43 jupiter grafana-server[308665]: net/http/pprof/pprof.go:100 +0x85
Aug 28 15:40:43 jupiter systemd[1]: grafana.service: Deactivated successfully.
Let's say there's fixed deprecation warning in systemd unit. Service won't start either:
Aug 28 15:41:30 jupiter systemd[1]: Started Grafana service.
Aug 28 15:41:30 jupiter grafana[309579]: panic: pattern "GET /debug/pprof/" (registered at net/http/pprof/pprof.go:100) conflicts with pattern "/debug/pprof/delta_heap" (registered at github.com/grafana/pyroscope-go/godeltaprof@v0.1.7/>
Aug 28 15:41:30 jupiter grafana[309579]: GET /debug/pprof/ matches fewer methods than /debug/pprof/delta_heap, but has a more general path pattern
Aug 28 15:41:30 jupiter grafana[309579]: goroutine 1 [running]:
Aug 28 15:41:30 jupiter grafana[309579]: net/http.(*ServeMux).register(...)
Aug 28 15:41:30 jupiter grafana[309579]: net/http/server.go:2797
Aug 28 15:41:30 jupiter grafana[309579]: net/http.HandleFunc({0xc00184e528?, 0x5937fbc507e1?}, 0x5937fd235bc0?)
Aug 28 15:41:30 jupiter grafana[309579]: net/http/server.go:2791 +0x86
Aug 28 15:41:30 jupiter grafana[309579]: net/http/pprof.init.0()
Aug 28 15:41:30 jupiter grafana[309579]: net/http/pprof/pprof.go:100 +0x85
Aug 28 15:41:30 jupiter systemd[1]: grafana.service: Deactivated successfully.
Additional info:
- package version(s): 11.2.0-1
Steps to reproduce:
- Start grafana service
- ???
- Crash
Edited by Maksim Kurnosenko