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

Mini Dump segment size might be bigger than Int32 can fit #990

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

catstrike
Copy link
Contributor

Fix for #947.
Mini Dump can have large segments. Currently, unit is used to store the size of a segment and it might be not enough in some cases. In particular, I have a dump of IIS process that has a large (more than 8Gb) segment. When I'm trying to analyze it with ClrMD it crashes with System.AccessViolationException.

@leculver
Copy link
Contributor

LGTM, thanks!

@leculver leculver merged commit 8f84b7c into microsoft:master Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants