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

VerifyHeap fails on frozen heap #76232

Closed
jkotas opened this issue Sep 27, 2022 · 1 comment · Fixed by #76586
Closed

VerifyHeap fails on frozen heap #76232

jkotas opened this issue Sep 27, 2022 · 1 comment · Fixed by #76586
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI bug
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Sep 27, 2022

Repro: Run !VerifyHeap in SOS once the runtime starts up (e.g. when entering Main)

Result (on Windows x86):

0:000> !VerifyHeap
Object 08592968 is too large.  End of segment at 085929E4.
Last good object: 085928E4.

The object that VerifyHeap complains about is at the end of the newly introduced frozen heap.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 27, 2022
@jkotas jkotas added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-Diagnostics-coreclr untriaged New issue has not been triaged by the area owner labels Sep 27, 2022
@ghost
Copy link

ghost commented Sep 27, 2022

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

Issue Details

Repro: Run !VerifyHeap in SOS once the runtime starts up (e.g. when entering Main)

Result (on Windows x86):

0:000> !VerifyHeap
Object 08592968 is too large.  End of segment at 085929E4.
Last good object: 085928E4.

The object that VerifyHeap complains about is at the end of the newly introduced frozen heap.

Author: jkotas
Assignees: -
Labels:

area-Diagnostics-coreclr

Milestone: -

@jkotas jkotas added this to the 8.0.0 milestone Sep 27, 2022
@jkotas jkotas added the bug label Sep 27, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Oct 4, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Oct 5, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants