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

core/rawdb: fix double-lock causing hang. fixes #24159 #24189

Merged
merged 2 commits into from
Jan 4, 2022

Conversation

holiman
Copy link
Contributor

@holiman holiman commented Jan 4, 2022

Doing ReadCanonicalHash inside ReadAncients is a no-no, causing a double-locking. This PR fixes it.

@fjl fjl added this to the 1.10.15 milestone Jan 4, 2022
@fjl fjl merged commit 66a908c into ethereum:master Jan 4, 2022
sidhujag pushed a commit to syscoin/go-ethereum that referenced this pull request Jan 6, 2022
Fixes ethereum#24159

Co-authored-by: Felix Lange <fjl@twurst.com>
@ghost ghost mentioned this pull request Jan 11, 2022
AusIV pushed a commit to NoteGio/go-ethereum that referenced this pull request Jan 18, 2022
Fixes ethereum#24159

Co-authored-by: Felix Lange <fjl@twurst.com>
AusIV pushed a commit to NoteGio/go-ethereum that referenced this pull request Jan 18, 2022
JacekGlen pushed a commit to JacekGlen/go-ethereum that referenced this pull request May 26, 2022
Fixes ethereum#24159

Co-authored-by: Felix Lange <fjl@twurst.com>
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