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 bug where we reference the entry #0 in the pinned plug queue #60966

Merged
merged 3 commits into from
Nov 11, 2021

Conversation

PeterSolMS
Copy link
Contributor

We reference entry #0 in the pinned plug queue even if there are no pinned plugs at all and thus the pinned plug queue contains left-over data from the mark phase.

This is #60617 without the saving of the pinned plug queues and without enabling and changing stresslog entries.

…dex 0 when there may be no pinned plugs at all, and thus the refenced entry would be invalid.
@ghost
Copy link

ghost commented Oct 28, 2021

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

Issue Details

We reference entry #0 in the pinned plug queue even if there are no pinned plugs at all and thus the pinned plug queue contains left-over data from the mark phase.

This is #60617 without the saving of the pinned plug queues and without enabling and changing stresslog entries.

Author: PeterSolMS
Assignees: -
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