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

Fixed potential threading error in enumeration modifiable concurrentlist #60

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

susch19
Copy link
Member

@susch19 susch19 commented Sep 6, 2023

  • because when the pool had an element and it was retrieved by another thread than the current, we tried to load get it a second time, which crashed, so we need to check the pool again after we got the lock

…list

* because when the pool had an element and it was retrieved by another thread than the current, we tried to load get it a second time, which crashed, so we need to check the pool again after we got the lock
@susch19 susch19 enabled auto-merge (squash) September 6, 2023 17:51
@susch19 susch19 merged commit 72590c0 into develop Sep 6, 2023
2 checks passed
@susch19 susch19 deleted the fix/concurrency branch September 6, 2023 17:55
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