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 bit more code that could lead to a possible deadlock. #1968

Merged
merged 1 commit into from
Aug 28, 2022

Conversation

MaximOsipenko
Copy link
Contributor

Continuation of #1380 story. Fixed bit more code that can possibly lead to double-read caused deadlocks.

Some of this deadlocks were found with test panels and gdb, others are found by reading during more global solution research on how to avoid same deadlocks in the future.

First deadlock was found in attempt to integrate egui with last amethyst version, when tried to draw panels in parallel from ecs systems.

@emilk
Copy link
Owner

emilk commented Aug 28, 2022

thanks!

@emilk emilk merged commit af63101 into emilk:master Aug 28, 2022
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.

None yet

2 participants