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

runtime-coreclr gcstress0x3-gcstress0xc has been failing for the past month #104062

Closed
janvorli opened this issue Jun 26, 2024 · 2 comments
Closed
Assignees
Milestone

Comments

@janvorli
Copy link
Member

I can see that the last successful run was on April 30. There were no runs in May and the first failed run was on June 1. The failures are timeouts.

I've debugged it locally. The failures are due to GC.WaitForPendingFinalizers call and a finalizer that generates another right-away finalizable object. So the GC.WaitForPendingFinalizers never returns and the test hangs.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 26, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 26, 2024
@janvorli janvorli self-assigned this Jun 27, 2024
@AndyAyersMS
Copy link
Member

Possibly related: #104057 -- though as best I can tell it just started timing out recently

@vcsjones vcsjones removed the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 1, 2024
@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label Jul 3, 2024
@mangod9 mangod9 added this to the 9.0.0 milestone Jul 3, 2024
@janvorli
Copy link
Member Author

janvorli commented Jul 8, 2024

Fixed by #103738

@janvorli janvorli closed this as completed Jul 8, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants