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 another race in multithread, and ge sync #5987

Merged
merged 4 commits into from
Apr 29, 2014

Conversation

unknownbrackets
Copy link
Collaborator

If EVENT_FINISH is received, but coreState is still CORE_RUNNING and the thread is still enabled, it would hang. Makes more sense to wait for events before processing them anyhow...

Also ge sync was never running because detach wiped the id, of course...

-[Unknown]

If EVENT_FINISH is received, but coreState is still CORE_RUNNING and the
thread is still enabled, it would hang.  Makes more sense to wait for
events before processing them anyhow...
To prevent deadlock while debugging with events all running sync.
@unknownbrackets unknownbrackets changed the title Fix another race condition. Fix another race in multithread, and ge sync Apr 29, 2014
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