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

Reduce r2r-extra GC stress level to 0xC per #68060 #68062

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

trylek
Copy link
Member

@trylek trylek commented Apr 14, 2022

The change #65597 switching over JIT/Methodical tests to use merged wrappers has already
received extensive testing most of which works fine with the exception of r2r-extra runs. According
to my investigation it looks like the GCStress mode 0xF has a bug that got uncovered by the larger
merged test - in some cases the finalizer queue can end up in an infinite loop as the finalizations
keep adding more stuff on the finalizer queue. To prevent additional delays in merging in the
JIT/Methodical test merge I propose temporarily downgrading the GC stress level for these tests
to 0xC per Bruce's suggestion. I expect us to revert this change once the primary bug has been fixed.

Thanks

Tomas

@ghost
Copy link

ghost commented Apr 14, 2022

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

Issue Details

The change #65597 switching over JIT/Methodical tests to use merged wrappers has already
received extensive testing most of which works fine with the exception of r2r-extra runs. According
to my investigation it looks like the GCStress mode 0xF has a bug that got uncovered by the larger
merged test - in some cases the finalizer queue can end up in an infinite loop as the finalizations
keep adding more stuff on the finalizer queue. To prevent additional delays in merging in the
JIT/Methodical test merge I propose temporarily downgrading the GC stress level for these tests
to 0xC per Bruce's suggestion. I expect us to revert this change once the primary bug has been fixed.

Thanks

Tomas

Author: trylek
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: -

@trylek trylek merged commit 81339fc into dotnet:main Apr 15, 2022
@trylek trylek deleted the ReduceR2RGCStressLevel branch April 15, 2022 09:38
@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2022
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