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

Detect an attempt to re-initialize the runtime thread object and abort immediately #112131

Open
jkotas opened this issue Feb 4, 2025 · 1 comment
Assignees
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Feb 4, 2025

Can we detect an attempt to re-initialize the runtime thread object and abort immediately to make this issue easier to diagnose next time?

I can look into that. Need to check, but we may need to store the already-destructed info in pthread thread-specific data, as there were some reports that there may be issues with using thread_local vars on macOS after they have been destroyed.

Originally posted by @kouvel in #110442

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 4, 2025
Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@kouvel kouvel removed the untriaged New issue has not been triaged by the area owner label Feb 4, 2025
@kouvel kouvel self-assigned this Feb 4, 2025
@kouvel kouvel added this to the 10.0.0 milestone Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants