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

Leave all thread cleanup to Windows when DLL_PROCESS_DETACH occurs #2362

Closed
wants to merge 1 commit into from
Closed

Leave all thread cleanup to Windows when DLL_PROCESS_DETACH occurs #2362

wants to merge 1 commit into from

Conversation

martin-frbg
Copy link
Collaborator

trying to do an orderly shutdown of threads here is likely to cause a deadlock - DllMain is called while the loader lock is held, also event handling is serialized in this situation so thread exit signals cannot get delivered until DllMain itself returns. (see PR #2350 for background)

trying to do an orderly shutdown of threads here is likely to cause a deadlock - DllMain is called while the loader lock is held, also event handling is serialized in this situation so thread exit signals cannot get delivered until DllMain itself returns.
@martin-frbg martin-frbg deleted the winthreads_shutdown branch January 12, 2020 20:56
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