-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Mono Interp] CoreCLR tests failed with Mono interpreter: Interop/NativeLibrary/API/NativeLibraryTests #38826
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @CoffeeFlux |
@fanyang-mono Just confirming, this is failing only on the Interpreter and not JIT runs? |
That is correct. |
This failure is somewhat interesting, and likely a true interpreter bug. I tried last week to come up with a standalone repro and failed, but for a summary of what's happening: On the line in question (below), we call
The bug doesn't seem urgent, since I found it difficult to trigger isolated from the testing setup, but it would be nice to know why this is failing. Exceptions mysteriously not getting caught is less than ideal. |
@danmosemsft can you turn off notifications for Bernhard? See mono/mono#19895 |
@CoffeeFlux done |
Simplified repro:
|
Follow-up to my previous comment:
Interpreter mode without fix:
|
Basically, the problem is that when calling |
Fixes dotnet/runtime#38826 Co-authored-by: fanyang-mono <[email protected]>
Repro:
Log:
/cc @CoffeeFlux
The text was updated successfully, but these errors were encountered: