-
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
[wasm][aot] System.ArrayTypeMismatchException : Attempted to access an element as a type incompatible with the array
in System.CodeDom.Tests.CodeNamespaceImportCollectionTests
#51723
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThis can be reproduced on
|
System.CodeDom.Tests.CodeNamespaceImportCollectionTests
System.ArrayTypeMismatchException : Attempted to access an element as a type incompatible with the array
in System.CodeDom.Tests.CodeNamespaceImportCollectionTests
System.ArrayTypeMismatchException : Attempted to access an element as a type incompatible with the array
in System.CodeDom.Tests.CodeNamespaceImportCollectionTests
System.ArrayTypeMismatchException : Attempted to access an element as a type incompatible with the array
in System.CodeDom.Tests.CodeNamespaceImportCollectionTests
This issue was not reproducible locally, but reproducible on CI for some reason. |
Locally, try running with |
If this consistently fails on CI, but not locally, then it might be a build issue, and I can take a look at it. |
I can't reproduce locally even with this flag. And on CI, it fails sporadically, too. |
On CI, the first time, it failed with
The second time, it failed with the same error message as described in this issue. The third time, it passed. The link to the PR is #51989 |
Can't reproduce the original issue either, seeing some rare random crashes instead. |
#52181 will fix some of the random crashes on this test suite. |
…bugger2 * origin/main: (78 commits) Fix unreached during dump. (dotnet#54861) Fix lowering usage of an unset LSRA field. (dotnet#54731) Fix setting breakpoints on AVX 256 instructions and other 32 byte immediate instructions (dotnet#54786) Add perf_slow yaml (dotnet#54853) Faster type load for scenarios made more common by generic math (dotnet#54588) Make sure we consider buffer length when marshalling back Unicode ByValTStr fields (dotnet#54695) Add YieldProcessor implementation for arm (dotnet#54829) Remove ActiveIssue for dotnet#50968 (dotnet#54831) Enable System.Text.Json tests for Wasm AOT (dotnet#54833) Remove ActiveIssue for dotnet#51723 (dotnet#54830) Fix load exception on generic covariant return type (dotnet#54790) Obsolete X509Certificate2.PrivateKey and PublicKey.Key. (dotnet#54562) First round of converting System.Drawing.Common to COMWrappers (dotnet#54636) Fix alloc-dealloc mismatches (dotnet#54701) Add one-shot ECB methods [Mono] MSBuild Task housekeeping (dotnet#54485) Move iOS/tvOS simulator AOT imports in the Mono workload (dotnet#54821) Remove unnecessary char[] allocation from Uri.GetRelativeSerializationString (dotnet#54799) Reduce overhead of Enumerable.Chunk (dotnet#54782) Fix EnumMemberRefs always returning NULL (dotnet#54805) ...
This can be reproduced on
main
.Log
Build
The text was updated successfully, but these errors were encountered: