-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Building rustc with -g hits LLVM assert #19848
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
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Comments
Log messages prior to the assert seem to point to an interaction between closures and debug info:
|
It looks like this only occurs with the stage0 rustc, and not with stage1. This is probably a bug that was already fixed, and we just need a snapshot. |
Update: This very probably fixed but that can't be verified because #20798 also crashes when running |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backtrace from core file:
This looks similar to #17257, but I wasn't able to reproduce crashes on some of the examples in there, so I'm opening a separate issue for now.
The text was updated successfully, but these errors were encountered: