Skip to content

Report FOH segments - #79985

Closed
cshung wants to merge 1 commit into
dotnet:mainfrom
cshung:public/report-foh-segments
Closed

Report FOH segments#79985
cshung wants to merge 1 commit into
dotnet:mainfrom
cshung:public/report-foh-segments

Conversation

@cshung

@cshungcshung commented Dec 27, 2022

Copy link
Copy Markdown
Contributor

This PR fixes the issue that !dumpheap failed on a heap dump (captured using createdump --type heap) because the FOH segments are not enumerated during the dump capture.

It was working before we moved the underlying storage from ClrVirtualAlloc to ExecutableAllocator in #78292.

This change makes sure they are enumerated.

@ghost

Copy link
Copy Markdown

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

Issue Details

null

Author:cshung
Assignees:cshung
Labels:

area-Diagnostics-coreclr

Milestone:-

@cshung
cshung marked this pull request as draft December 27, 2022 04:18
@cshung
cshungforce-pushed the public/report-foh-segments branch from bf1f93c to f363fb9CompareDecember 27, 2022 07:17
Comment threadsrc/coreclr/debug/daccess/enummem.cpp
@cshungcshung closed this Jan 11, 2023
@cshung
cshung deleted the public/report-foh-segments branch January 30, 2023 19:40
@ghostghost locked as resolved and limited conversation to collaborators Mar 2, 2023
Sign up for freeto 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.

4 participants

@cshung@EgorBo@janvorli@hoyosjs