-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
out_of_memory_recovery_synchronous_test times out on vm-kernel-linux-debug-x64c #48920
Comments
From the stact traces dumped here it doesn't appear to be a deadlock, we have one thread doing work in dart::ScavengerVisitorBase::VisitCompressedPointers |
the test seems to be failing to complete in reasonable time when is run locally as well:
was running for over 16 minutes already, still didn't finish update: finished in ~20 minutes |
Also on Windows ia32. |
cc @rmacnak-google 305c3e3 might have made this test slower. (It is the only GC related commit in the range where ia32 Windows started timing out.) It changed
to
for ia32. |
I see no GC related commits in the commit that flipped it. |
Logs
cc @rmacnak-google
The text was updated successfully, but these errors were encountered: