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

Commits on Oct 20, 2023

  1. Add runtime base address to Native AOT crash info JSON

    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.
    mikem8361 authored and github-actions committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2c36484 View commit details
    Browse the repository at this point in the history