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

GCDump requires client-side symbol lookup for native AOT #4856

Open
LakshanF opened this issue Aug 13, 2024 · 0 comments
Open

GCDump requires client-side symbol lookup for native AOT #4856

LakshanF opened this issue Aug 13, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@LakshanF
Copy link

Native AOT applications emits some events (GCBulkNode, GCBulkEdge, GCBulkRootEdge, TypeBulkType) that are related to managed GC that can be collected via a client diagnostic tool like, dotnet-gcdump for managed heap analysis. However, since native AOT applications do not carry metadata, the type IDs require client time symbol lookup for user friendly analysis of the object graph. There is already some existing support for other similar projects that might be useful when adding support for native AOT. There are also windows specific APIs that might help.

@mdh1418 mdh1418 added the enhancement New feature or request label Aug 19, 2024
@tommcdon tommcdon modified the milestones: 9.0.0, 10.0.0 Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants