-
Notifications
You must be signed in to change notification settings - Fork 12.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
[x86_64-pc-windows-gnu] Nightly regression: rustc
hangs on multiple tests from the UI test suite
#70001
Comments
Here's the backtrace:
|
Looks like this is caused by the recent unwinding changes. |
GCC toolchain version on which this reproduced:
|
Does this happen with stage 1 rustc or stage 2 rustc? |
Stage 1, e.g.
I'll check stage 2 now. |
(#67502 is confirmed to be the cause, removing |
I have a pretty good idea of what the problem might be. I'm traveling right now but I'll try to have a PR up by tonight. |
The issue doesn't reproduce with a stage 2 compiler. That's great news long term, but broken stage 1 still makes any compiler work involving testing hard. |
@petrochenkov I don't have a Windows machine to test on right now, but can you try marking |
It does! |
Add a workaround for catch_unwind in stage1 mingw target Fixes #70001 cc @petrochenkov r? @Mark-Simulacrum
This is a regression from the last couple of days.
Looks like the compiler
WaitForSingleObject
for something forever.Curiously, the run with
-Z time-passes
completes successfully.I'll investigate in more detail.
The list of tests:
All of the tests are supposed to report errors.
The text was updated successfully, but these errors were encountered: