-
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
[aot] Library tests failures on Windows, assertion `elems <= MAX_VECTOR_ELEMS / 2' not met #98099
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
Error Blob{
"ErrorMessage": "",
"BuildRetry": false,
"ErrorPattern": "Assertion.*mini-llvm.*elems.*MAX_VECTOR_ELEMS",
"ExcludeConsoleLog": true
} Reproduction Steps
|
Should be fixed by: |
This is not a WASM only issue. It is also seen on desktop linux. See logs here: https://dev.azure.com/dnceng-public/public/_build/results?buildId=560509&view=logs&j=d25dc2c0-518b-5583-f661-5ac905106679&t=47cb0142-4d6b-5edf-a0a8-cf81fa3f7e05 @jkurdek Could you take a look, as your previous fix was to exclude Vector3 intrinsics from WASM. |
I am aware of the regression on llvm linux x64. Looking into it. |
Could we close this ? |
Assertion at D:\a\_work\1\s\src\mono\mono\mini\mini-llvm.c:8581, condition
elems <= MAX_VECTOR_ELEMS / 2' not met `Error Blob
Reproduction Steps
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=556904&view=logs&jobId=b455efc5-4fe2-50ab-5106-412ad73c23a0
Log
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=556904
Error message validated:
[Assertion.*llvm.*elems.*MAX_VECTOR_ELEMS
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/7/2024 6:07:06 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: