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

Enable StressLogAnalyzer to read stress logs from old coreclr running with a new clrgc. #88852

Merged
merged 1 commit into from
Jul 14, 2023

Conversation

jkoritzinsky
Copy link
Member

@jkoritzinsky jkoritzinsky commented Jul 13, 2023

This will only work with memory-mapped stresslogs. We don't have a versioning story for non-memory-mapped logs in non-SOS scenarios.

@ghost
Copy link

ghost commented Jul 13, 2023

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

Issue Details

null

Author: jkoritzinsky
Assignees: -
Labels:

area-GC-coreclr

Milestone: 8.0.0

@jkoritzinsky
Copy link
Member Author

All failures are tracked by known issues.

uint32_t version; // must be 0x00010001
uint32_t version; // must be >=0x00010001.
// 0x00010001 is the legacy short-offset format.
// 0x00010002 is the large-module-offset format introduced in .NET 8.
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you for adding this comment!

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good to me - thank you!

@jkoritzinsky jkoritzinsky merged commit 9e21a91 into dotnet:main Jul 14, 2023
93 of 107 checks passed
@jkoritzinsky jkoritzinsky deleted the stressloganalyzer-downlevel branch July 14, 2023 14:09
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2023
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.

2 participants