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 assert failure in distribute_free_regions #66495

Merged

Conversation

PeterSolMS
Copy link
Contributor

The problem was that the assert didn't take into account the fact that some regions may be on the decommit list already due to aging of regions.

The good news is that only the assert was wrong.

…t some regions may be on the decommit list already due to aging of regions.
@ghost
Copy link

ghost commented Mar 11, 2022

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

Issue Details

The problem was that the assert didn't take into account the fact that some regions may be on the decommit list already due to aging of regions.

The good news is that only the assert was wrong.

Author: PeterSolMS
Assignees: PeterSolMS
Labels:

area-GC-coreclr

Milestone: -

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants