Skip to content

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

Merged
jkoritzinsky merged 1 commit into
dotnet:mainfrom
jkoritzinsky:stressloganalyzer-downlevel
Jul 14, 2023
Merged

Enable StressLogAnalyzer to read stress logs from old coreclr running with a new clrgc.#88852
jkoritzinsky merged 1 commit into
dotnet:mainfrom
jkoritzinsky:stressloganalyzer-downlevel

Conversation

@jkoritzinsky

@jkoritzinsky jkoritzinsky commented Jul 13, 2023

Copy link
Copy Markdown
Member

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

@jkoritzinsky jkoritzinsky added this to the 8.0.0 milestone Jul 13, 2023
@ghost ghost assigned jkoritzinsky Jul 13, 2023
@ghost

ghost commented Jul 13, 2023

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@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