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/8.0] Add runtime base address to Native AOT crash info JSON #93791

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 20, 2023

Backport of #93790 to release/8.0

Customer Impact

The Native AOT Watson and SOS support needs to the module's base address containing the runtime for adequate performance. Add the module base address in the crash info as "runtime_base". Changed the "runtime" to the clearer "runtime_version" property.

Testing

Verified the address in local testing. Modified the !crashinfo command in SOS to display this new base address.

Risk

Very low. Native AOT unhandled exception crash info.

The Native AOT Watson and SOS support needs to the module's base address containing
the runtime for adequate performance. Add the module base address in the crash info
as "runtime_base". Changed the "runtime" to the clearer "runtime_version" property.

Verified the address in local testing. Modified the !crashinfo command in SOS to display this new base address.

Very low. Native AOT unhandled exception crash info.
@ghost
Copy link

ghost commented Oct 20, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #93790 to release/8.0

/cc @mikem8361

Customer Impact

Testing

Risk

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@mikem8361 mikem8361 requested a review from jkotas October 20, 2023 20:34
@mikem8361 mikem8361 self-assigned this Oct 20, 2023
@mikem8361 mikem8361 added this to the 8.0.0 milestone Oct 20, 2023
@mikem8361 mikem8361 added the Servicing-consider Issue for next servicing release review label Oct 20, 2023
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. please get a code review. we will take for consideration in 8.0.x

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks!

@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 20, 2023
@carlossanlop
Copy link
Member

Approved by Tactics via email.

@carlossanlop
Copy link
Member

carlossanlop commented Oct 20, 2023

CI is green, but one leg is stuck: Build coreclr Pri0 Runtime Tests Run windows arm64 checked. Confirmed with Mike that this leg is unrelated to this fix.
:shipit:

Oh and osx arm64 had an infra problem, unrelated too:

Child node "3" exited prematurely. Shutting down. Diagnostic information may be found in files in "/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/MSBuildTemprunner/" and will be named MSBuild_*.failure.txt. This location can be changed by setting the MSBUILDDEBUGPATH environment variable to a different directory.

@carlossanlop carlossanlop merged commit 11ad607 into release/8.0 Oct 20, 2023
106 of 112 checks passed
@carlossanlop carlossanlop deleted the backport/pr-93790-to-release/8.0 branch October 20, 2023 23:16
@ghost ghost locked as resolved and limited conversation to collaborators Nov 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-NativeAOT-coreclr Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants