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

fix(sentry): Panic fix in wallclock #150

Merged
merged 2 commits into from
Jul 20, 2023
Merged

fix(sentry): Panic fix in wallclock #150

merged 2 commits into from
Jul 20, 2023

Conversation

samcm
Copy link
Member

@samcm samcm commented Jul 20, 2023

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

goroutine 55 [running]:
github.com/ethpandaops/ethwallclock.(*EthereumBeaconChain).OnEpochChanged(...)
	/home/runner/go/pkg/mod/github.com/ethpandaops/ethwallclock@v0.3.0/beacon_chain.go:92
github.com/ethpandaops/xatu/pkg/sentry/ethereum/services.(*DutiesService).Start(0xc000431960, {0x1775fe8?, 0xc000050018})
	/home/runner/work/xatu/xatu/pkg/sentry/ethereum/services/duties.go:78 +0x12a
github.com/ethpandaops/xatu/pkg/sentry/ethereum.(*BeaconNode).Start.func1()
	/home/runner/work/xatu/xatu/pkg/sentry/ethereum/beacon.go:77 +0x323
created by github.com/ethpandaops/xatu/pkg/sentry/ethereum.(*BeaconNode).Start
	/home/runner/work/xatu/xatu/pkg/sentry/ethereum/beacon.go:61 +0xf8

@samcm samcm requested a review from Savid as a code owner July 20, 2023 04:01
@samcm samcm merged commit 32e4c26 into master Jul 20, 2023
2 checks passed
@samcm samcm deleted the fix/panic-fix branch July 20, 2023 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants