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

Release annotations: invalid memory address or nil pointer dereference #25

Closed
marefr opened this issue Mar 22, 2021 · 1 comment
Closed
Assignees
Labels
area/github-stats type/bug Something isn't working

Comments

@marefr
Copy link
Member

marefr commented Mar 22, 2021

Problem with release annotation projection.

2021-03-22 04:17:55	
Aggregator Running 1616386675
2021-03-22 04:17:26	
	/home/marcus/go/src/github.com/grafana/devtools/pkg/streams/memorybus/memory_bus.go:83 +0x1dd
2021-03-22 04:17:26	
created by github.com/grafana/devtools/pkg/streams/memorybus.(*InMemoryBus).Start.func1
2021-03-22 04:17:26	
	/home/marcus/go/src/github.com/grafana/devtools/pkg/streams/memorybus/memory_bus.go:84 +0x51
2021-03-22 04:17:26	
github.com/grafana/devtools/pkg/streams/memorybus.(*InMemoryBus).Start.func1.1(0xc0002b5740, 0xc0001ea000, 0xc0368d2d20, 0xc00e2475a3ac8622, 0x4e0fede75c, 0x10a41a0, 0xc00002d330)
2021-03-22 04:17:26	
	/home/marcus/go/src/github.com/grafana/devtools/pkg/streams/projections/engine.go:95 +0x1b4
2021-03-22 04:17:26	
github.com/grafana/devtools/pkg/streams/projections.(*StreamProjection).createSubscriber.func1(0xadc320, 0xc0001ea000, 0xc0368d2d20)
2021-03-22 04:17:26	
	/home/marcus/go/src/github.com/grafana/devtools/pkg/streams/projections/partitioning.go:45 +0x170
2021-03-22 04:17:26	
github.com/grafana/devtools/pkg/streams/projections.(*partionedProjection).Run(0xc00019bbf0, 0xc0368d2d20, 0x1c, 0xc036677280, 0x2)
2021-03-22 04:17:26	
	/home/marcus/go/src/github.com/grafana/devtools/pkg/streams/projections/projection.go:67 +0x35b
2021-03-22 04:17:26	
github.com/grafana/devtools/pkg/streams/projections.(*projection).callApply(0xc0001a53e0, 0x95f5a0, 0xc0284c2cc0, 0x9bd280, 0xc03b801f20, 0x0, 0x0, 0x0)
2021-03-22 04:17:26	
	/usr/local/go/src/reflect/value.go:308 +0xa4
2021-03-22 04:17:26	
reflect.Value.Call(0x984820, 0xc0001a97a0, 0x13, 0xc0293825a0, 0x2, 0x2, 0x1, 0x2, 0xc03cd5cc78)
2021-03-22 04:17:26	
	/usr/local/go/src/reflect/value.go:447 +0x461
2021-03-22 04:17:26	
reflect.Value.call(0x984820, 0xc0001a97a0, 0x13, 0xa23a30, 0x4, 0xc0293825a0, 0x2, 0x2, 0x2, 0xc0293825a0, ...)
2021-03-22 04:17:26	
	/home/marcus/go/src/github.com/grafana/devtools/pkg/githubstats/release_annotation.go:49 +0x93
2021-03-22 04:17:26	
github.com/grafana/devtools/pkg/githubstats.(*ReleaseAnnotationProjections).apply(0xc0001ac1b8, 0xc0284c2cc0, 0xc03b801f20)
2021-03-22 04:17:26	
goroutine 336 [running]:
2021-03-22 04:17:26	

2021-03-22 04:17:26	
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x87c523]
2021-03-22 04:17:26	
panic: runtime error: invalid memory address or nil pointer dereference
@marefr marefr added type/bug Something isn't working area/github-stats labels Mar 22, 2021
@marefr marefr added this to To do in Grafana Backend (DO NOT USE!) via automation Mar 23, 2021
@marefr marefr self-assigned this Mar 23, 2021
@marefr
Copy link
Member Author

marefr commented Apr 1, 2021

Fixed by #26

@marefr marefr closed this as completed Apr 1, 2021
Grafana Backend (DO NOT USE!) automation moved this from To do to Done Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/github-stats type/bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

1 participant