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/9.0-rc2] dont try to capture threadId for NativeAOT #108091

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 20, 2024

Backport of #108045 to release/9.0-rc2

/cc @mangod9

Customer Impact

  • Customer reported
  • Found internally

Regression

  • Yes
  • No

The new instrumentation change can potentially AV if the threadId isn't at 0x130 offset. Have put the specific code under config and excluded for NativeAOT

Testing

There hasn't been a reliable repro for the failures. Only seen in CI in the SDK repo currently. Based on the change sets this was found to be the likely culprit, and this change reduces the impact of the earlier instrumentation change

Risk

Low, adds a config so the new codepath is only exercised when the new config is specified.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/gc
See info in area-owners.md if you want to be subscribed.

@mangod9 mangod9 requested a review from Maoni0 September 21, 2024 00:07
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.

Lgtm. We will take for consideration in 9

@steveisok steveisok added the Servicing-approved Approved for servicing release label Sep 23, 2024
@mmitche mmitche merged commit 200d05e into release/9.0-rc2 Sep 23, 2024
91 of 93 checks passed
@hoyosjs hoyosjs deleted the backport/pr-108045-to-release/9.0-rc2 branch September 23, 2024 20:48
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-GC-coreclr Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants