-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Regression: rustc crashes on Windows trying to build lib/rustlib/x86_64-pc-windows-msvc/lib/libstd.rlib #118754
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
(upstream issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1509925) |
(Our last update included Rust changes up to Nov 28, so the rustc_errors changes on Dec 1 are in scope too. Apologies if this is some very central code and the bug is likely in a caller than in that code in particular! I don't know very much about rustc's internal structure.) |
I managed to reproduce the problem locally. Here's the error log that rustc asks me to upload: |
The relevant parts of the stack trace:
This looks like a problem in |
Yeah, from the panic message this looks like the same issue. |
This should now be fixed in |
Yes, we're no longer seeing this, thanks! |
Meta
Trying to update rustc from df0295f to f90f898 in Chromium, we hit an ICE. So far I've only seen it on a bot and don't have a local repro yet.
Error output
The full error log is at https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket/8762255204440933329/+/u/compile__with_patch_/stdout?format=raw
Excerpt:
Backtrace
It looks like https://github.com/rust-lang/rust/commits/master/compiler/rustc_errors/src was edited quite a bit 4 days ago by @nnethercote; maybe the stack trace will make sense to them.
I'll try to add more information as I get it.
The text was updated successfully, but these errors were encountered: