-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
stage 1 ui test fails but only once: too big for the current architecture #53429
Comments
I didn't realize that this is an expected-to-fail test. The problem is that it segfaults:
|
So, @eddyb concluded that this is an LLVM assertion failing. My guess is that this might be some kind of OOM situation? Working fine when it is the only test running but not when there's many being run in parallel? However, I am not experiencing the thrashing that usually comes with OOM, and I cannot find any trace of the OOM killer in my system log. |
I don't think it's OOM, if you enable LLVM assertions you'll see them spuriously failing on this test. cc @alexcrichton @pnkfelix @nikomatsakis some of us have seen this before (in |
LLVM may be segfaulting due to "oom" or a null pointer dereference. I think that it could be a case that if |
(Could this perhaps be caused by async LLVM, which may explain why it is spurious/transient? See also #49928) |
Triage: Is this still happening? If not I think we can close this issue. (I will do so at a later point unless this is reported to still be a problem.) |
I haven't seen this in a long time. |
Triage: Thanks for the update. Let's close this then. |
When I run stage 1 ui tests, it sometimes happens that I get a failure in
ui/huge-array.rs
:But then, when I rerun the tests, it works. That is rather odd, isn't it?
The text was updated successfully, but these errors were encountered: