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

[release/5.0-rc2] Fix cross-OS DAC metadata locator interface callback #41762

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 2, 2020

Backport of #41746 to release/5.0-rc2

This fixes the cross-OS DBI for debugging Linux on Windows. VS ran into this bug in their Linux coredump support. The metadata locator callback in DBI isn't be called (ifdef'ed out) so the debugger (VS) can't provide the missing metadata for the dump.

Issue: #41034

Customer Impact

Stack unwinding fails for Visual Studio customers loading Linux coredumps.

Testing

Tested with SOS's clrstack -i command which exercises this path.

Risk

Risk is low and only for the Linux dump on Windows. It doesn't affect Windows dumps under VS or VSCode on Linux.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 2, 2020
@mikem8361 mikem8361 requested a review from sdmaclea September 2, 2020 21:44
@mikem8361 mikem8361 self-assigned this Sep 2, 2020
@mikem8361 mikem8361 added this to the 5.0.0 milestone Sep 2, 2020
@mikem8361 mikem8361 added the Servicing-consider Issue for next servicing release review label Sep 2, 2020
Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. I will take it for consideration.

@jamshedd jamshedd modified the milestones: 5.0.0, 5.0.0 rc1, 5.0.0 rc2 Sep 3, 2020
@jamshedd jamshedd added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 3, 2020
@jamshedd
Copy link
Member

jamshedd commented Sep 3, 2020

Approved for RC2.

@mikem8361 mikem8361 merged commit f447cad into release/5.0-rc2 Sep 3, 2020
@mikem8361 mikem8361 deleted the backport/pr-41746-to-release/5.0-rc2 branch September 3, 2020 17:54
@karelz karelz modified the milestones: 5.0.0 rc2, 5.0.0 Sep 9, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants