-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Description
I parallelised check_crate()
in src/librustc_passes/rvalue_promotion.rs
. Then ran a test compile on the regex crate with cargo rustc -- -Z time-passes -Z query-threads=4
.
This caused an ICE saying:
thread '<unnamed>' panicked at 'end_activity() was called but a different activity was running', librustc/util/profiling.rs:179:17
Metadata
Metadata
Assignees
Labels
I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️