-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustc 1.23.0 panic on windows #47684
Comments
I cannot reproduce with > cargo clone ordered-float
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading ordered-float v0.5.0
> cd .\ordered-float\
> cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading num-traits v0.1.42
Compiling num-traits v0.1.42
Compiling void v1.0.2
Compiling unreachable v0.1.1
Compiling ordered-float v0.5.0 (file:///C:/Users/steve/tmp/ordered-float)
Finished dev [unoptimized + debuginfo] target(s) in 4.53 secs
> rustc -vV
rustc 1.25.0-nightly (b5392f545 2018-01-08)
binary: rustc
commit-hash: b5392f54503fdaf04df4b9578510b2baa944f4af
commit-date: 2018-01-08
host: x86_64-pc-windows-msvc
release: 1.25.0-nightly
LLVM version: 4.0
> cargo +stable build
Compiling num-traits v0.1.42
Compiling void v1.0.2
Compiling unreachable v0.1.1
Compiling ordered-float v0.5.0 (file:///C:/Users/steve/tmp/ordered-float)
Finished dev [unoptimized + debuginfo] target(s) in 3.99 secs
> rustc +stable -vV
rustc 1.23.0 (766bd11c8 2018-01-01)
binary: rustc
commit-hash: 766bd11c8a3c019ca53febdcd77b2215379dd67d
commit-date: 2018-01-01
host: x86_64-pc-windows-msvc
release: 1.23.0
LLVM version: 4.0 |
It seems to happen in different crates. now got it with error: Could not compile Backtrace is
|
What is your precise version of Windows and what is the exact CPU model you are using? This sounds very much like a system bug in that |
Windows Server 2016 Datacenter (AWS t2.large) AMD64 CPU 2.6Ghz |
Restarting the machine got the builds working again, so can no longer reproduce it. |
What was the uptime of the machine last time? It's possible that bug only manifests when the system timer gets high enough. |
All related issues where closed by #56988, this one probably should also be closed. |
Getting the following compiler panic in 1.23.0 stable on windows (and only on Windows, runs fine on Mac and Linux). Don't have direct access to the machine so can't get backtrace or try nightly on it right now, but may try later.
error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.23.0 (766bd11 2018-01-01) running on x86_64-pc-windows-msvc
thread 'rustc' panicked at 'specified instant was later than self', src\libcore\option.rs:874:4
note: Run with
RUST_BACKTRACE=1
for a backtrace.error: Could not compile
ordered-float
.The text was updated successfully, but these errors were encountered: