-
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
System.Runtime.InteropServices.SEHException blocking runtime-coreclr superpmi-collect pipeline #90947
Comments
Tagging subscribers to this area: @dotnet/area-system-reflection Issue DetailsMultiple CoreCLR tests from the last run of the superpmi-collect pipeline are failing with
Here's the offending line in AssertEqualityComparer.cs; looks like an issue with
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsMultiple CoreCLR tests from the last run of the superpmi-collect pipeline are failing with
Here's the offending line in AssertEqualityComparer.cs; looks like an issue with
|
I've run many superpmi collections recently as part of #91101 and haven't seen this, so I'm going to chalk this up as a "random" failure and close it. If it still occurs (in a superpmi collection), feel free to re-open. |
Multiple CoreCLR tests from the last run of the superpmi-collect pipeline are failing with
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
Here are the pipeline results, and an example stack trace:Here's the offending line in AssertEqualityComparer.cs; looks like an issue with
GetTypeInfo()
.The text was updated successfully, but these errors were encountered: