Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Memory.Tests - segfault on coreclr Ubuntu/x64 #95103

Open
radical opened this issue Nov 22, 2023 · 2 comments
Open

System.Memory.Tests - segfault on coreclr Ubuntu/x64 #95103

radical opened this issue Nov 22, 2023 · 2 comments
Labels
area-TieredCompilation-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab

Comments

@radical
Copy link
Member

radical commented Nov 22, 2023

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: #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: 🔎 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: ✅ 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 #101151

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
@radical radical added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Nov 22, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 22, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 22, 2023
@radical radical added area-System.Memory and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 22, 2023
@ghost
Copy link

ghost commented Nov 22, 2023

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: #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: -

@jkotas
Copy link
Member

jkotas commented Nov 22, 2023

Crash under JIT_Patchpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TieredCompilation-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

2 participants