KEMBAR78
VerifyHeap fails on frozen heap · Issue #76232 · dotnet/runtime · GitHub
Skip to content

VerifyHeap fails on frozen heap #76232

@jkotas

Description

@jkotas

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.

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIbug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions