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 correctness, sanity check, and resolve shutdown issue. #4719

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

clemahieu
Copy link
Contributor

There was a missing mutex lock entries_mutex in unchecked_map::collect_container_info.

Sanity check the equality of the iterator qualified root to the item searched for.

Consider stopped flag when wait-looping. Use condition_variable::wait rather than this_thread::sleep_for

@clemahieu clemahieu force-pushed the tsan_fixes branch 4 times, most recently from 756ff3a to 13c6a74 Compare September 4, 2024 16:11
Fixes checking whether the component is stopped.
…ch is used by std::views::take.

This issue was flagged by VisualStudio debug asserts
@clemahieu clemahieu merged commit b362c7c into nanocurrency:develop Sep 5, 2024
23 of 28 checks passed
clemahieu added a commit that referenced this pull request Sep 6, 2024
Fix correctness, sanity check, and resolve shutdown issue.
@qwahzi qwahzi added this to the V27 milestone Sep 10, 2024
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.

3 participants