Miri run fails with ICE since nightly-2022-10-07-x86_64-unknown-linux-gnu #103167
Labels
C-bug
Category: This is a bug.
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.
The ICE started to occur with bors merges from 6.10.2022. Or in other words the ICEs started to occur with nightly-2022-10-07-x86_64-unknown-linux-gnu. Might be related to this ?
Code
Unfortunately there is no simple example to reproduce the problem. Also the bug does not occur if I only execute the one failing test. I need to execute the whole suite to reproduce the issue. Miri runs fine though if I run it with
-Zmiri-disable-stacked-borrows
. I will update the ticket in case I find a way to reproduce it with a minimal example.Meta
Error output
The
len
is not always 101. It seems to vary.The text was updated successfully, but these errors were encountered: