runtime icon indicating copy to clipboard operation
runtime copied to clipboard

`System.Memory.Tests` - segfault on coreclr Ubuntu/x64

Open radical opened this issue 2 years ago • 2 comments
trafficstars

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=476978 Build error leg or test failing: System.Memory.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/95068

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "RunTests.sh.*Segmentation fault.*xunit.console.dll System.Memory.Tests.dll",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
  Starting:    System.Memory.Tests (parallel test collections = on, max threads = 2)
./RunTests.sh: line 204: 18322 Segmentation fault      (core dumped) "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.Memory.Tests.runtimeconfig.json --depsfile System.Memory.Tests.deps.json xunit.console.dll System.Memory.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
/datadisks/disk1/work/AE1E098E/w/A42E093F/e
----- end Tue Nov 21 02:30:28 PM UTC 2023 ----- exit code 139 ----------------------------------------------------------
exit code 139 means SIGSEGV Illegal memory access. Deref invalid pointer, overrunning buffer, stack overflow etc. Core dumped.

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=476978 Error message validated: RunTests.sh.*Segmentation fault.*xunit.console.dll System.Memory.Tests.dll Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 11/22/2023 5:43:20 AM UTC

Report

Build Definition Test Pull Request
658862 dotnet/runtime System.Memory.Tests.WorkItemExecution dotnet/runtime#101151
642952 dotnet/runtime System.Memory.Tests.WorkItemExecution dotnet/runtime#100745

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
1 1 2

radical avatar Nov 22 '23 05:11 radical

Tagging subscribers to this area: @dotnet/area-system-memory See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=476978 Build error leg or test failing: System.Memory.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/95068

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "RunTests.sh.*Segmentation fault.*xunit.console.dll System.Memory.Tests.dll",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: radical
Assignees: -
Labels:

area-System.Memory, blocking-clean-ci, Known Build Error

Milestone: -

ghost avatar Nov 22 '23 05:11 ghost

Crash under JIT_Patchpoint

jkotas avatar Nov 22 '23 06:11 jkotas

removing blocking-clean-ci as it has not failed in 30 days

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

jeffschwMSFT avatar May 30 '24 16:05 jeffschwMSFT

Closing since this hasnt reproed in a while.

mangod9 avatar Jul 03 '24 20:07 mangod9