-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
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 SuperPMIbugos-linuxLinux OS (any supported distro)Linux OS (any supported distro)
Milestone
Description
Segmentation fault in System.Xml.Linq.Events.Tests
https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/3/consoleText
===========================================================================================================
/ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/tests/System.Xml.Linq.Events.Tests/netcoreapp-Linux-Release-arm /ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/tests/System.Xml.Linq.Events.Tests/netcoreapp-Linux-Release-arm
xUnit.net console test runner (32-bit .NET Core)
Copyright (C) 2014 Outercurve Foundation.
Discovering: System.Xml.Linq.Events.Tests
Discovered: System.Xml.Linq.Events.Tests
Starting: System.Xml.Linq.Events.Tests
./RunTests.sh: line 128: 30362 Segmentation fault $RUNTIME_PATH/dotnet xunit.console.netcore.exe System.Xml.Linq.Events.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapptests -notrait category=nonlinuxtests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
/ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/tests/System.Xml.Linq.Events.Tests/netcoreapp-Linux-Release-arm
----- end 06:11:45 ----- exit code 139 ----------------------------------------------------------
exit code 139 means SIGSEGV Illegal memory access. Deref invalid pointer, overrunning buffer, stack overflow etc. Core dumped.
Looking around for any Linux dump...
... found no dump in /ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/tests/System.Xml.Linq.Events.Tests/netcoreapp-Linux-Release-arm
error: One or more tests failed while running tests from ''. Exit code 139.
Running tests in /ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/tests/System.Xml.Linq.Misc.Tests/netcoreapp-Linux-Release-arm
timeout --kill-after=30s 15m ./RunTests.sh /ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/testhost/netcoreapp-Linux-Release-arm
----- start 06:11:45 =============== To repro directly: =====================================================
pushd .
#!/usr/bin/env bash
export COMPlus_JITMinOpts=1
chmod +x /ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/testhost/netcoreapp-Linux-Release-arm/dotnet
/ssd/j/workspace/dotnet_coreclr/master/jitstress/arm_cross_checked_ubuntu_corefx_minopts_tst_prtest/_/fx/bin/testhost/netcoreapp-Linux-Release-arm/dotnet xunit.console.netcore.exe System.Xml.Linq.Misc.Tests.dll -xml testResults.xml -notrait Benchmark=true -notrait category=nonnetcoreapptests -notrait category=nonlinuxtests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing
popd
===========================================================================================================
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 SuperPMIbugos-linuxLinux OS (any supported distro)Linux OS (any supported distro)