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

module.c code is not threadsafe #21360

Closed
vtjnash opened this issue Apr 12, 2017 · 0 comments · Fixed by #32370
Closed

module.c code is not threadsafe #21360

vtjnash opened this issue Apr 12, 2017 · 0 comments · Fixed by #32370
Assignees
Labels
domain:multithreading Base.Threads and related functionality

Comments

@vtjnash
Copy link
Sponsor Member

vtjnash commented Apr 12, 2017

Access to and definition of module globals (looking up bindings) is not thread-safe. It probably should be fixed with a lock-per-module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants