async (Tokio), index-out-of-bounds, 1.80.0-nightly (72fdf913c 2024-06-05) #126083
Labels
A-crates
Area: Crates and their interactions (like crate loading)
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Context: I have a repo of scratch files. It's filled with various
bin/
files that I drop code snippets into and sometimes save to try something out. (Some quite old.)Today I decided drop a a Divan benchmarking snippet in and, seemingly unrelated, errors occurred.
They all are associated with tokio code.
I've added the 5
rust-ice
files that popped up and code from the seemingly associated files.(I have to jump on some work; haven't checked that they are the actual source or paired down to --minimal examples. But can chisel on them later if desired.)--
Code
Files provided in the order of errors produced.
The backtrace files are approximately the same in each case.
The last error (re:
tokio-01
) was not associated with a backtrace for some reason.bin/tracing-ex.rs
bin/tokio-03.rs
bin/tokio-02.rs
bin/tokio-semaphore.rs
bin/tokio-joins.rs
bin/tokio-01.rs
Meta
rustc --version --verbose
:Error output
shell output
Backtraces
rustc-ice-2024-06-06T16_38_29-51458.txt
rustc-ice-2024-06-06T16_38_29-51459.txt
rustc-ice-2024-06-06T16_38_29-51460.txt
rustc-ice-2024-06-06T16_38_29-51463.txt
rustc-ice-2024-06-06T16_38_29-51465.txt
The text was updated successfully, but these errors were encountered: