Skip to content
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

Closed
arielb1 opened this issue Mar 26, 2017 · 2 comments · Fixed by #40865
Closed

Debuginfo tests spurious failures on MinGW #40835

arielb1 opened this issue Mar 26, 2017 · 2 comments · Fixed by #40865
Labels
A-spurious Area: Spurious failures in builds (spuriously == for no apparent reason)

Comments

@arielb1
Copy link
Contributor

arielb1 commented Mar 26, 2017

Hangs forever

Likely #40777 (or at least, the part of it that is a fix to #40184).

ContinueDebugEvent failed

@arielb1 arielb1 added the A-spurious Area: Spurious failures in builds (spuriously == for no apparent reason) label Mar 26, 2017
@alexcrichton
Copy link
Member

Agreed that #40777 seems very suspect here.

@alexcrichton
Copy link
Member

I'm gonna retitle this to other issues we're seeing on debuginfo for MinGW as well

@alexcrichton alexcrichton changed the title Debuginfo tests sometimes hang on MinGW Debuginfo tests spurious failures on MinGW 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
Labels
A-spurious Area: Spurious failures in builds (spuriously == for no apparent reason)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants