-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
JitStressCLR JIT issues involving JIT internal stress modesCLR JIT issues involving JIT internal stress modesarch-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 random JitStress
+ cat /root/helix/work/workitem/u/SetStressModes_jitstress_random_1.sh
#!/usr/bin/env bash
export COMPlus_TieredCompilation=0
export COMPlus_DbgEnableMiniDump=1
export COMPlus_DbgMiniDumpName=$HELIX_DUMP_FOLDER/coredump.%d.dmp
export COMPlus_JitStress=394
...
JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/Runtime_34170.sh [FAIL]
Unhandled exception. System.DataMisalignedException: A datatype misalignment was detected in a load or store instruction.
at FloatNonAlignedFieldWithLargeOffset..ctor(Single a)
at Test_Runtime_34170.Main()
[createdump] waitpid() returned successfully (wstatus 00000000)
/root/helix/work/workitem/e/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/Runtime_34170.sh: line 384: 2028 Aborted (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
Return code: 1
Raw output file: /root/helix/work/workitem/uploads/Reports/JIT.Regression/JitBlue/Runtime_34170/Runtime_34170/Runtime_34170.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false Runtime_34170.dll ''
1
[createdump] Gathering state for process 2028 corerun
[createdump] Crashing thread 000007ec signal 00000006
[createdump] Writing minidump with heap to file /home/helixbot/dotnetbuild/dumps/coredump.2028.dmp
[createdump] Written 72691712 bytes (17747 pages) to core file
[createdump] Target process is alive
[createdump] Dump successfully written in 2692ms
Expected: 100
Actual: 134
END EXECUTION - FAILED
Note this test has been failing in CG2 runs: #53560, #74185
@dotnet/jit-contrib
Metadata
Metadata
Assignees
Labels
JitStressCLR JIT issues involving JIT internal stress modesCLR JIT issues involving JIT internal stress modesarch-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)