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/7.0-staging] Fix createdump arg parsing for signal-based exceptions #85423

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 26, 2023

Backport of #85422 to release/7.0-staging

Handle NT_SIGINFO parameters on macOS for hardware-signal based exceptions.

/cc @hoyosjs

Customer Impact

This was a regression w.r.t 7.0.4 and 6.0.15. The regression caused no dumps or crash reports to be generated for crashes on hardware exceptions.

Testing

Testing in automation to be added out of band. Reported scenarios validated manually.

Risk

Low risk - linux uses the same parsing logic, and the values don't get used if not needed (macOS doesn't try to use the values).

@ghost
Copy link

ghost commented Apr 26, 2023

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

Issue Details

Backport of #85422 to release/7.0-staging

/cc @hoyosjs

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-Diagnostics-coreclr

Milestone: -

@mikem8361 mikem8361 self-requested a review April 26, 2023 22:27
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. we will take for consideration in 7.0.x

@jeffschwMSFT jeffschwMSFT added the Servicing-consider Issue for next servicing release review label Apr 27, 2023
@jeffschwMSFT jeffschwMSFT added this to the 7.0.x milestone Apr 27, 2023
@rbhanda rbhanda modified the milestones: 7.0.x, 7.0.7 Apr 27, 2023
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 27, 2023
@hoyosjs hoyosjs merged commit 12aaae4 into release/7.0-staging Apr 28, 2023
@akoeplinger akoeplinger deleted the backport/pr-85422-to-release/7.0-staging branch May 3, 2023 10:08
@ghost ghost locked as resolved and limited conversation to collaborators Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants