-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
rustc 1.72.0 hangs on release build of the simple example in rfd crate #115207
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.I-hangIssue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.P-highHigh priorityHigh priorityregression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.I-hangIssue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.P-highHigh priorityHigh priorityregression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
https://github.com/PolyMeilex/rfd/tree/0.11.4
with
seems like it would basically hang on the following code
with
RUSTC_LOG=TRACEhangs hereI expected to see this happen: rustc 1.71.1 finishes same command above within 10 seconds
Instead, this happened: rustc 1.72.0 stuck at compiling
rfdfor more than 5 minutesNote that only
--releasebuild hangs,devprofile build works fineMeta
rustc --version --verbose:Backtrace
No backtrace as it just hangs. Rustc trace level log provided though.
https://github.com/rust-lang/rust/files/12438619/rustc-trace.zip