-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Closed
Copy link
Labels
arch-arm32area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIos-linuxLinux OS (any supported distro)Linux OS (any supported distro)
Milestone
Description
Linux/arm JitStress (ZapDisable)
Kusto reports about 6 recent failures.
This is #67870
Oddly, the console log shows:
Assert failure(PID 6125 [0x000017ed], Thread: 6125 [0x17ed]): Assertion failed '(constIndexOffset 6.364959e-231lemSize) == 0' in 'System.Collections.Generic.Dictionary`2[System.__Canon,System.__Canon]:TryInsert(System.__Canon,System.__Canon,ubyte):bool:this' during 'Do value numbering' (IL size 668; hash 0x4b844e7e; FullOpts)
File: /__w/1/s/src/coreclr/jit/gentree.cpp Line: 18040
Image: /root/helix/work/correlation/corerun
but the code for the assert is:
assert((constIndexOffset % elemSize) == 0);
so someone is interpreting the % e as a printf format string?!?
Metadata
Metadata
Assignees
Labels
arch-arm32area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIos-linuxLinux OS (any supported distro)Linux OS (any supported distro)