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

Handle throwing from an exception filter block #188

Closed
MichalStrehovsky opened this issue Oct 10, 2020 · 0 comments · Fixed by dotnet/runtime#85366
Closed

Handle throwing from an exception filter block #188

MichalStrehovsky opened this issue Oct 10, 2020 · 0 comments · Fixed by dotnet/runtime#85366
Labels
area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation bug Something isn't working

Comments

@MichalStrehovsky
Copy link
Member

MichalStrehovsky commented Oct 10, 2020

IIRC throwing from a filter block should result in the exception being swallowed. We hit an assert in the runtime instead.

JIT/Methodical/eh/basics/throwinfilter_d
JIT/Methodical/eh/basics/throwinfilter_r
JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872
JIT/Regression/JitBlue/GitHub_4044/GitHub_4044

@MichalStrehovsky MichalStrehovsky added bug Something isn't working area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation labels Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-coreclr .NET runtime optimized for ahead of time compilation bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant