-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
CI failure: Internal CLR error. (0x80131506) at System.SZArrayHelper.GetEnumerator #74178
Comments
believe this is similar to things like #69454, where NativeAOT compiled crossgen2 AVs randomly. We are trying to isolate the issue. fyi @AaronRobinsonMSFT who was trying to find a repro on windows. |
if this proves to be difficult to diagnose, perhaps we will have to fallback to non-native crossgen2. |
The issue starts with "Note: this is the crossgen that is not NativeAOT'd.".
This is not NativeAOT crossgen either. The SzArrayHelper class on the stack does not exist in NativeAOT CoreLib, it's part of CoreCLR's CoreLib. We also don't build NativeAOT on x86 Windows so this is the shipping configuration of crossgen2 (we don't NativeAOT compile x86 because NativeAOT doesn't support x86). We have multiple crossgen2 stress bugs. So far only #72645 has been with NativeAOT. The NativeAOT one crashes more often. Hard to say if these are all the same bugs. |
Ah I was under the impression that NativeAOT is not enabled only on MacOS. |
Not actionable at the moment. Local repro attempts have been unsuccessful. We could reopen if we rehit with RC1 sdk. |
Seen in this RC1 PR: #74045
Leg: Installer Build and Test coreclr windows_x86 Release
Log: https://dev.azure.com/dnceng/public/_build/results?buildId=1951970&view=logs&j=fcaa063f-6419-5e58-b2af-9d549ec8d7bb&t=83613dd5-c469-5fc6-b3ef-ae348715a225&l=611
The text was updated successfully, but these errors were encountered: