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

add lock annotation for FeeFilterRounder::round() #26306

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

glozow
Copy link
Member

@glozow glozow commented Oct 13, 2022

CI failure from #24407: https://github.com/bitcoin/bitcoin/runs/8876014446

Calling WITH_LOCK() on a non-recursive mutex requires not holding it beforehand.

Calling WITH_LOCK() on a non-recursive mutex requires not holding it beforehand.

Co-authored-by: Niklas Gögge <n.goeggi@gmail.com>
@glozow glozow added the Bug label Oct 13, 2022
@achow101
Copy link
Member

ACK cbb2da8

Works correctly locally, waiting for CI.

@dergoegge
Copy link
Member

ACK cbb2da8

Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK cbb2da8, tested on Ubuntu 22.04 with clang 14.0.

@achow101 achow101 merged commit deeb70a into bitcoin:master Oct 13, 2022
@fanquake fanquake mentioned this pull request Oct 14, 2022
Copy link
Contributor

@vasild vasild left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK cbb2da8

sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Oct 23, 2022
cbb2da8 add lock annotation for FeeFilterRounder::round() (glozow)

Pull request description:

  CI failure from bitcoin#24407: https://github.com/bitcoin/bitcoin/runs/8876014446

  Calling `WITH_LOCK()` on a non-recursive mutex requires not holding it beforehand.

ACKs for top commit:
  achow101:
    ACK cbb2da8
  dergoegge:
    ACK cbb2da8
  hebasto:
    ACK cbb2da8, tested on Ubuntu 22.04 with clang 14.0.

Tree-SHA512: d6782ee48442b9d64d58a54c1ec7c53822ab051bf9728b44d6a0e05f1953e90f16420d349379345845db203fbad4e1f5750d9070adcb7daa18f12359a29488ca
@bitcoin bitcoin locked and limited conversation to collaborators Oct 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants