runtime: [ARM/Linux] Unit Test Regression - JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369

Test Environment : arm-softfp / coreclr-release / TC-release

BEGIN EXECUTION
/opt/dotnet/Linux.arm-softfp.Release/corerun b07369.exe
./b07369.sh: line 117: 24912 Segmentation fault      $_DebuggerFullPath "$CORE_ROOT/corerun" b07369.exe $CLRTestExecutionArguments
Expected: 100
Actual: 139
END EXECUTION - FAILED

It’s weird that segmentation fault happens only with coreclr-release and TC-release. Does not happen if at least one of these are debug.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 55 (55 by maintainers)

Commits related to this issue

Most upvoted comments

And not everyone calls Compiler::optCreateAssertion it seems.

@papaslavik Here is the testcase that I used. (I just renamed b07369.exe as b07369.txt)

b07369.txt

@papaslavik Please refer to dotnet/coreclr#6298 for details.