-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix ReplaceModuleMapping for 32bit binary on 64bit kernel #66640
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsDuring
Older impl in
|
@jkotas Please take a look. |
@mikem8361 Could you please review this change? |
During
dotnet-dump collect
on 32bit binary + 64bit kernel,ReplaceModuleMapping
always fails due to address mismatch as follows.Older impl in
coreclr
used to cast the address withULONG_PTR
and it fixes the problem.https://github.com/dotnet/coreclr/blob/259ce7d4619478cfefe7b0c0f6fa765f765f7e37/src/debug/createdump/crashinfo.cpp#L794