Skip to content

Commit c0368f5

Browse files
include memory required to do MethodDefLookup in minidumps (#120148)
Co-authored-by: Max Charlamb <44248479+max-charlamb@users.noreply.github.com>
1 parent 2145b62 commit c0368f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/vm/method.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3699,6 +3699,7 @@ MethodDesc::EnumMemoryRegions(CLRDataEnumMemoryFlags flags)
36993699
{
37003700
EX_TRY
37013701
{
3702+
ilVersion.GetModule()->LookupMethodDef(ilVersion.GetMethodDef());
37023703
ilVersion.GetActiveNativeCodeVersion(dac_cast<PTR_MethodDesc>(this));
37033704
ilVersion.GetVersionId();
37043705
ilVersion.GetRejitState();

0 commit comments

Comments
 (0)