-
Notifications
You must be signed in to change notification settings - Fork 12.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
Debuginfo tests spurious failures on MinGW #40835
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
Comments
arielb1
added
the
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
label
Mar 26, 2017
This was referenced Mar 26, 2017
Agreed that #40777 seems very suspect here. |
I'm gonna retitle this to other issues we're seeing on debuginfo for MinGW as well |
alexcrichton
changed the title
Debuginfo tests sometimes hang on MinGW
Debuginfo tests spurious failures on MinGW
Mar 27, 2017
This was referenced Mar 27, 2017
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Mar 27, 2017
It looks like the 6.3.0 MinGW comes with a gdb which has issues (rust-lang#40184) that an attempted workaround (rust-lang#40777) does not actually fix (rust-lang#40835). The original motivation for upgradin MinGW was to fix build flakiness (rust-lang#40546) due to newer builds not exhibiting the same bug, so let's hope that 6.2.0 isn't too far back in time and still contains the fix we need. Closes rust-lang#40835
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Mar 27, 2017
…elb1 appveyor: Downgrade MinGW to 6.2.0 It looks like the 6.3.0 MinGW comes with a gdb which has issues (rust-lang#40184) that an attempted workaround (rust-lang#40777) does not actually fix (rust-lang#40835). The original motivation for upgradin MinGW was to fix build flakiness (rust-lang#40546) due to newer builds not exhibiting the same bug, so let's hope that 6.2.0 isn't too far back in time and still contains the fix we need. Closes rust-lang#40835
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hangs forever
Likely #40777 (or at least, the part of it that is a fix to #40184).
ContinueDebugEvent failed
The text was updated successfully, but these errors were encountered: