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] [mono][debugger] fix exception while decoding value that has a byref field #76086

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 23, 2022

Backport of #75774 to release/7.0

/cc @thaystg

Customer Impact

While inspecting a NULL variable of type System.ReadOnlySpan on wasm the user wasn't able to see the variable value. On mobile the user would see a crash on runtime.

Testing

Manually tested on desktop and mobile, and unit test created for wasm.

Risk

Low risk, only changing the behavior for NULL values on wasm, and allocating an extra pointer when it's decoding a ref value.

IMPORTANT: Is this backport for a servicing release? If so and 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.

@ghost
Copy link

ghost commented Sep 23, 2022

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

Issue Details

Backport of #75774 to release/7.0

/cc @thaystg

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and 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.

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

area-Debugger-mono

Milestone: -

@lewing
Copy link
Member

lewing commented Sep 23, 2022

@rokonec mutex timeout here

@carlossanlop
Copy link
Member

@thaystg please fill out the template, add the servicing-consider label, and send the email to Tactics with an approval request.

@thaystg thaystg added the Servicing-consider Issue for next servicing release review label Sep 23, 2022
@lewing lewing added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 23, 2022
@lewing
Copy link
Member

lewing commented Sep 23, 2022

approved in email

@carlossanlop
Copy link
Member

JIT failures are #75391

Approved, signed off, ready to merge. :shipit:

@carlossanlop carlossanlop merged commit a3b37f1 into release/7.0 Sep 26, 2022
@carlossanlop carlossanlop deleted the backport/pr-75774-to-release/7.0 branch September 26, 2022 17:56
@ghost ghost locked as resolved and limited conversation to collaborators Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Debugger-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants