Open fanyang-mono opened 3 years ago
This fails intermittently (but frequently enough) on my amd64 PC, with stacks that look pretty similar: https://gist.github.com/imhameed/9faa48b70be7c540b00f4b3279b9a0c9 https://gist.github.com/imhameed/e397265d683f357db28b4a158e38429a
LLVM AOT compiling the test assembly (with `MONO_ENV_OPTIONS="--aot=llvm,llvm-path=path/prefix/to/opt/and/llc" and then running the assembly with LLVM JIT enabled is sufficient to reproduce this (after a few tries).
Also fails on arm64 FullAOT. A CI log can be found here. The log is also duplicated here: https://gist.github.com/imhameed/4d2a3d559314e9a7ac112408f616737f
FullAOT tests are run using MONO_ENV_OPTIONS=--full-aot
.
FullAOT compilation uses these flags on x64:
MONO_ENV_OPTIONS="--aot=full,llvm,llvm-path=$MONO_PFX,mattr=crc,mattr=crypto"
Didn't have bandwidth to work on this in .NET7. Moving to milestone 8.0.0.
Moving to 9.0.0
The following runtime test failed on CI lane
Mono llvmaot Pri0 Runtime Tests Run Linux arm64 release
of PR #48397:cc: @imhameed