Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Actually fix issue #21484 reported by the customer. #21850

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

mikem8361
Copy link
Member

GC heap globals like ephemeral_heap_segment and finalize_queue are
null/invalid for a server GC. Add a check to skip the workstation GC
memory enumeration if server. The server memory enumeration already
skips if workstation GC.

GC heap globals like ephemeral_heap_segment and finalize_queue are
null/invalid for a server GC. Add a check to skip the workstation GC
memory enumeration if server. The server memory enumeration already
skips if workstation GC.
@mikem8361 mikem8361 self-assigned this Jan 7, 2019
@mikem8361 mikem8361 added this to the 3.0 milestone Jan 7, 2019
@mikem8361
Copy link
Member Author

Already reviewed by Noah.

@mikem8361 mikem8361 merged commit 101c99f into dotnet:master Jan 7, 2019
@mikem8361 mikem8361 deleted the createdump branch January 7, 2019 21:33
sandreenko pushed a commit to sandreenko/coreclr that referenced this pull request Jan 8, 2019
GC heap globals like ephemeral_heap_segment and finalize_queue are
null/invalid for a server GC. Add a check to skip the workstation GC
memory enumeration if server. The server memory enumeration already
skips if workstation GC.
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…tnet/coreclr#21850)

GC heap globals like ephemeral_heap_segment and finalize_queue are
null/invalid for a server GC. Add a check to skip the workstation GC
memory enumeration if server. The server memory enumeration already
skips if workstation GC.

Commit migrated from dotnet/coreclr@101c99f
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant