-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
stable rustc --version hangs forever #56736
Copy link
Copy link
Closed
Labels
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
starting with
nightly-2018-11-04and anything later, just checking the version or doing anything with rustc causes the process to hang forever. It seems like it is waiting on a lock (no CPU usage)Stable rust works fine, and well as any nightly version before this one.
OS is
Ubuntu 18.04.1 LTSRust stable/nightly versions were installed with rustup
The last few lines from
strace rustc +nightly-2018-11-04 --versionareIt hangs on the
FUTEX_WAITcall forever