FS#62787 - Grafana segmentation fault

Attached to Project: Community Packages
Opened by Sten Aus (aus) - Friday, 31 May 2019, 19:44 GMT
Last edited by Antonio Rojas (arojas) - Friday, 21 June 2019, 09:52 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Install grafana from Arch repository (6.2.1-1)

getting go error

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x561fda625ab4]
goroutine 1 [running]:
github.com/grafana/grafana/pkg/setting.(*Cfg).loadConfiguration(0xc00049a800, 0xc0004dbc78, 0x561fdb990a60, 0x1, 0x561fdcc70408)
/build/grafana/src/gopath/src/github.com/grafana/grafana/pkg/setting/setting.go:493 +0x5d4
github.com/grafana/grafana/pkg/setting.(*Cfg).Load(0xc00049a800, 0xc0004dbc78, 0x561fdbd0ed98, 0xc0004dbc28)
/build/grafana/src/gopath/src/github.com/grafana/grafana/pkg/setting/setting.go:575 +0x63
main.(*GrafanaServerImpl).loadConfiguration(0xc0005252d0)
/build/grafana/src/gopath/src/github.com/grafana/grafana/pkg/cmd/grafana-server/server.go:172 +0xe2
main.(*GrafanaServerImpl).Run(0xc0005252d0, 0x561fdbcab4e0, 0xc0005252d0)
/build/grafana/src/gopath/src/github.com/grafana/grafana/pkg/cmd/grafana-server/server.go:72 +0x45
main.main()
/build/grafana/src/gopath/src/github.com/grafana/grafana/pkg/cmd/grafana-server/main.go:95 +0x318

When downgrading to previous version: 6.1.6 grafana will work.


Steps to reproduce:
Download Grafana
Install
Configure a little
Try to run
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 21 June 2019, 09:52 GMT
Reason for closing:  Fixed
Comment by Jelle van der Waa (jelly) - Saturday, 15 June 2019, 14:07 GMT
Please try 6.2.2
Comment by Sten Aus (aus) - Friday, 21 June 2019, 08:31 GMT
Haven't tried 6.2.2, but 6.2.4 is working now which comes form repo.
Thanks!

Loading...