Skip to content

[wasm] Fix the propagation of exceptions through runtime invokes.#39316

Merged
vargaz merged 1 commit intodotnet:masterfrom
monojenkins:sync-pr-20117-from-mono
Jul 15, 2020
Merged

[wasm] Fix the propagation of exceptions through runtime invokes.#39316
vargaz merged 1 commit intodotnet:masterfrom
monojenkins:sync-pr-20117-from-mono

Conversation

@monojenkins
Copy link
Contributor

!! This PR is a copy of mono/mono#20117, please do not edit or review it in this repo !!
Do not automatically approve this PR:

* Consider how the changes affect configurations in this repo,
* Check effects on files that are not mirrored,
* Identify test cases that may be needed in this repo.

!! Merge the PR only after the original PR is merged !!



The previous code would convert exceptions into errors which would
be rethrown later, clearing the resume state.

Hopefully fixes #38337.

The previous code would convert exceptions into errors which would
be rethrown later, clearing the resume state.

Hopefully fixes dotnet#38337.
@ghost
Copy link

ghost commented Jul 14, 2020

Tagging subscribers to this area: @BrzVlad, @lewurm
Notify danmosemsft if you want to be subscribed.

@vargaz vargaz merged commit c80cc2a into dotnet:master Jul 15, 2020
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Microsoft.Extensions.Logging.Tests fail on WASM with an assertion in mono_exception_new_by_name_domain

4 participants