-
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
[release/7.0][wasm] Interpreter assertion failure for System.Xml.RW.XmlWriterApi.Tests
with *AOT*
#78358
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsAssertion failure for Linux build, and log:
runtime/src/mono/mono/mini/interp/interp.c Lines 6654 to 6665 in 16c42a4
cc @akoeplinger #78313 (comment) - were you seeing this failure in other PRs too?
|
I didn't check because they were obviously unrelated to the revert PR. |
Is this a random failure ? |
It seems to be hit on almost every 7.0 rolling build with V8, and chrome. |
It reproduces 100% on 7.0, doesn't reproduce on master. |
The failure is in TCErrorConditionWriter:var_21 (), which doesn't seem to be run on master any more. That seems like an unrelated problem. Only the following tests from TCErrorConditionWriter are ran:
|
The rolling builds are hitting the following for main now:
Diff: 6b170de...37cb86c which includes #78595 . |
Fixed by #78732. |
Assertion failure for
System.Xml.RW.XmlWriterApi.Tests
with AOT on rolling builds. The earliest rolling build failure that I could find was this which corresponds to #78313 . And this PR has the same failure.Linux build, and log:
runtime/src/mono/mono/mini/interp/interp.c
Lines 6654 to 6665 in 16c42a4
cc @BrzVlad @vargaz
cc @akoeplinger #78313 (comment) - were you seeing this failure in other PRs too?
Report
Summary
The text was updated successfully, but these errors were encountered: