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 FOH for SOS #76586

Merged
merged 3 commits into from
Oct 5, 2022
Merged

Fix FOH for SOS #76586

merged 3 commits into from
Oct 5, 2022

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Oct 4, 2022

Fixes #76232

The issue that FOH reported sizeof(ObjHeader)-bytes less than needed in UpdateFrozenSegment. It used to report the actual end of the last object while it's expected to be actual end + sizeof(ObjHeader) (for next object)

Tested locally with LLDB + SOS that it no longer printing errors.

@ghost ghost assigned EgorBo Oct 4, 2022
@EgorBo EgorBo marked this pull request as ready for review October 4, 2022 11:45
@EgorBo
Copy link
Member Author

EgorBo commented Oct 4, 2022

PTAL @jkotas

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@EgorBo
Copy link
Member Author

EgorBo commented Oct 5, 2022

Pri0 failure is #76280

@EgorBo EgorBo merged commit 3e89264 into dotnet:main Oct 5, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 4, 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.

VerifyHeap fails on frozen heap
2 participants