-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[ProfilerAPI] Different reserved region sizes reported for frozen segment #87834
Comments
runtime/src/coreclr/vm/proftoeeinterfaceimpl.cpp Line 7692 in 19a088e
We should subtract |
Tagging subscribers to this area: @dotnet/gc Issue DetailsDescriptionI see different region reserved sizes for the same frozen segment reported by
Reproduction StepsApplication to reproduce the issue:
Expected behavior
Actual behavior
Regression?No response Known WorkaroundsNo response Configuration.NET 8.0-preview.5 Other informationNo response
|
Tagging subscribers to this area: @tommcdon Issue DetailsDescriptionI see different region reserved sizes for the same frozen segment reported by
Reproduction StepsApplication to reproduce the issue:
Expected behavior
Actual behavior
Regression?No response Known WorkaroundsNo response Configuration.NET 8.0-preview.5 Other informationNo response
|
This work-in-progress PR #85727 will fix it. |
Description
I see different region reserved sizes for the same frozen segment reported by
GetGenerationBounds
(type=soh2
in log) andGetNonGCHeapBounds
(type=foh
in log) calls:Reproduction Steps
Application to reproduce the issue:
Expected behavior
base=0000027202170008 size=0000000000007020 reservedSize=00000000003FFFF8
Actual behavior
base=0000027202170008 size=0000000000007020 reservedSize=0000000000400000
Regression?
No response
Known Workarounds
No response
Configuration
.NET 8.0-preview.5
Windows 10 Pro 22H2 x64
Other information
No response
The text was updated successfully, but these errors were encountered: