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

*-pc-windows-gnu can't bootstrap with --enable-debuginfo-lines #37364

Closed
alexcrichton opened this issue Oct 23, 2016 · 2 comments
Closed

*-pc-windows-gnu can't bootstrap with --enable-debuginfo-lines #37364

alexcrichton opened this issue Oct 23, 2016 · 2 comments
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) O-windows-gnu Toolchain: GNU, Operating system: Windows

Comments

@alexcrichton
Copy link
Member

Failure happens in the panic_unwind crate:

inlinable function call in a function with debug info must have a !dbg location
  call void @rust_eh_unwind_resume(i8* %5)
LLVM ERROR: Broken function found, compilation aborted!
make: *** [x86_64-pc-windows-gnu/stage0/lib/rustlib/x86_64-pc-windows-gnu/lib/stamp.panic_unwind] Error 1

This probably has to do with how we're calling the "custom resume" function, unsure what's going on.

@alexcrichton alexcrichton added A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) O-windows-gnu Toolchain: GNU, Operating system: Windows labels Oct 23, 2016
alexcrichton added a commit to alexcrichton/rust that referenced this issue Oct 23, 2016
Looks like these are causing assertions on the bots, let's disable them for now
(rust-lang#37364).
@petrochenkov
Copy link
Contributor

Duplicate of #35566

@alexcrichton
Copy link
Member Author

Indeed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) O-windows-gnu Toolchain: GNU, Operating system: Windows
Projects
None yet
Development

No branches or pull requests

2 participants