Skip to content

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

Merged
vargaz merged 1 commit intomono:masterfrom
vargaz:interp-runtime-invoke
Jul 15, 2020
Merged

[wasm] Fix the propagation of exceptions through runtime invokes.#20117
vargaz merged 1 commit intomono:masterfrom
vargaz:interp-runtime-invoke

Conversation

@vargaz
Copy link
Contributor

@vargaz vargaz commented Jul 14, 2020

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

Hopefully fixes dotnet/runtime#38337.

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

Hopefully fixes dotnet/runtime#38337.
@vargaz
Copy link
Contributor Author

vargaz commented Jul 14, 2020

@monojenkins build failed

@lewing
Copy link
Member

lewing commented Jul 14, 2020

@monojenkins build Windows x64 FullAOT

@vargaz
Copy link
Contributor Author

vargaz commented Jul 15, 2020

@monojenkins build failed

@vargaz vargaz merged commit b601abd into mono:master Jul 15, 2020
@vargaz vargaz deleted the interp-runtime-invoke branch July 15, 2020 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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

3 participants