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

i#3346 trace exit: avoid deadlock in check_in_last_thread_vm_area #3350

Merged
merged 1 commit into from
Jan 18, 2019

Conversation

derekbruening
Copy link
Contributor

Removes the lock acquisition from check_in_last_thread_vm_area to
avoid deadlock. The scenario we're trying to catch will read and
match with no extra lock due to the bb building lock.

It would be nice to have a test but it is not easy to write due to the
race that needs to be arranged.

Issue: #3346

Removes the lock acquisition from check_in_last_thread_vm_area to
avoid deadlock.  The scenario we're trying to catch will read and
match with no extra lock due to the bb building lock.

It would be nice to have a test but it is not easy to write due to the
race that needs to be arranged.

Issue: #3346
@derekbruening derekbruening merged commit 7003677 into master Jan 18, 2019
@derekbruening derekbruening deleted the i3346-rank-order branch January 18, 2019 05:47
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.

1 participant