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

Deadlock in NOMMU memory management #35

Open
js6i opened this issue Feb 26, 2019 · 0 comments
Open

Deadlock in NOMMU memory management #35

js6i opened this issue Feb 26, 2019 · 0 comments

Comments

@js6i
Copy link
Contributor

js6i commented Feb 26, 2019

On NOMMU architectures _map_remove() and _map_add() both take process' lock to protect it's list of map_entries. Currently it will cause deadlock e.g. when killing the process.

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

No branches or pull requests

1 participant