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

Fix assertion/possible deadlock in thread shutdown in the presence of ThreadStatics on collectible assemblies #104003

Merged

Commits on Jun 25, 2024

  1. Fix assertion/possible deadlock in thread shutdown in the presence of…

    … ThreadStatics on collectible assemblies
    davidwrighton committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3dd000d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Add contracts and preconditions to the various methods that manipulat…

    …e the LoaderAllocator handle table
    davidwrighton committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    af0b584 View commit details
    Browse the repository at this point in the history
  2. Update src/coreclr/vm/loaderallocator.cpp

    Co-authored-by: Aaron Robinson <arobins@microsoft.com>
    davidwrighton and AaronRobinsonMSFT authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f524db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abeed2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcb6880 View commit details
    Browse the repository at this point in the history