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/6.0] [mono] Ensure exception_message points to a string #72002

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 12, 2022

Backport of #66991 to release/6.0

/cc @lateralusX @stefan-sf-ibm

Customer Impact

Running the podcast app on iOS collecting nettrace file hits unhandled exception and crash the app, #71492. Not seen on other platforms, so most likely an iOS related loader hook triggering an exception not including an exception message.

The issue is possible to work around by disable the exception trace event when collecting nettrace file:

dotnet-trace collect --diagnostic-port ~/my-dev-port,connect --providers Microsoft-Windows-DotNETRuntime:0x00000014C14F4CBD:4,Microsoft-DotNETCore-SampleProfiler:0x0000F00000000000:4 --format speedscope

Testing

Manual, only seen on Xamarin iOS together with podcast app. Fix is simple and has been running in .net7 since April 2022.

Fix has been validated on custom runtime build, #71492 (comment).

Risk

Low.

IMPORTANT: If this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

@steveisok steveisok added the Servicing-consider Issue for next servicing release review label Jul 19, 2022
@rbhanda rbhanda added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Jul 19, 2022
@rbhanda rbhanda added this to the 6.0.9 milestone Jul 19, 2022
Copy link
Member

@carlossanlop carlossanlop left a comment

Choose a reason for hiding this comment

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

Tactics approved.
Correct milestone applied.
No CI failures.
No OOB package authoring changes required (native code).
Area owner signed-off.
Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit ac0de3e into release/6.0 Aug 11, 2022
@carlossanlop carlossanlop deleted the backport/pr-66991-to-release/6.0 branch August 11, 2022 17:52
@ghost ghost locked as resolved and limited conversation to collaborators Sep 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants