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

DeleteAggregatedAttestation - panic: bitlists are different lengths #5232

Closed
prestonvanloon opened this issue Mar 27, 2020 · 0 comments · Fixed by #5233
Closed

DeleteAggregatedAttestation - panic: bitlists are different lengths #5232

prestonvanloon opened this issue Mar 27, 2020 · 0 comments · Fixed by #5233
Assignees
Labels
Bug Something isn't working

Comments

@prestonvanloon
Copy link
Member

panic: bitlists are different lengths

goroutine 244 [running]:
github.com/prysmaticlabs/go-bitfield.Bitlist.Contains(0xc036e2ea80, 0x11, 0x11, 0xc036e2ee00, 0x12, 0x12, 0x1)
        external/com_github_prysmaticlabs_go_bitfield/bitlist.go:129 +0xf1
github.com/prysmaticlabs/prysm/beacon-chain/operations/attestations/kv.(AttCaches).DeleteAggregatedAttestation(0xc000196100, 0xc027299380, 0x0, 0x0)
        beacon-chain/operations/attestations/kv/aggregated.go:98 +0x228
github.com/prysmaticlabs/prysm/beacon-chain/operations/attestations.(Service).pruneExpiredAtts(0xc00f383180)
        beacon-chain/operations/attestations/prune_expired.go:33 +0xe2
github.com/prysmaticlabs/prysm/beacon-chain/operations/attestations.(Service).pruneAttsPool(0xc00f383180)
        beacon-chain/operations/attestations/prune_expired.go:20 +0x5c
created by github.com/prysmaticlabs/prysm/beacon-chain/operations/attestations.(Service).Start
        beacon-chain/operations/attestations/service.go:47 +0x83
@prestonvanloon prestonvanloon added the Bug Something isn't working label Mar 27, 2020
@prestonvanloon prestonvanloon self-assigned this Mar 27, 2020
prestonvanloon added a commit that referenced this issue Mar 27, 2020
prylabs-bulldozer bot pushed a commit that referenced this issue Mar 28, 2020
* Fix #5232
* Merge branch 'master' into bugfix-5232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant