Skip to content

[tvOS] System.Linq.tests failing with "crashing signal 4" #116714

Open
@vitek-karas

Description

@vitek-karas

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1068368

Build error leg or test failing: System.Linq.Tests

Affected CI jobs: tvos_arm64_release_allsubsets_mono

Commit range: 3cabc21...b146d75

Extracted Error Log

[18:17:45] dbug: [18:17:36.2657850] 2025-06-14 15:17:36.254 System.Linq.Tests[96970:66913048] 	[PASS] System.Linq.Tests.OrderTests.SortsRandomizedEnumerableCorrectly
[18:17:45] dbug: [18:17:36.2702150] 2025-06-14 15:17:36.257 System.Linq.Tests[96970:66913048] 	[PASS] System.Linq.Tests.OrderTests.SortsRandomizedEnumerableCorrectly
[18:17:45] dbug: [18:17:36.2702570] 2025-06-14 15:17:36.258 System.Linq.Tests[96970:66913048] 	[PASS] System.Linq.Tests.OrderTests.SortsRandomizedEnumerableCorrectly
[18:17:45] dbug: [18:17:36.2826000] 2025-06-14 15:17:36.271 System.Linq.Tests[96970:66913048] 	[PASS] System.Linq.Tests.OrderTests.SortsRandomizedEnumerableCorrectly
[18:17:45] dbug: [18:17:36.3342220] 2025-06-14 15:17:36.322 System.Linq.Tests[96970:66913048] 	[PASS] System.Linq.Tests.OrderTests.SortsRandomizedEnumerableCorrectly
[18:17:45] dbug: [18:17:36.4003420] Xamarin.Hosting: Process '96970' exited with exit code  or crashing signal 4.
[18:17:45] dbug: [18:17:36.4010310] Application 'net.dot.System.Linq.Tests' terminated (with exit code '' and/or crashing signal 4).
[18:17:45] dbug: ==================== End of ApplicationLog ====================
[18:17:45] dbug: 
[18:17:45] dbug: ==================== SystemLog ====================

Error Message

{
  "ErrorMessage": "exited with exit code  or crashing signal 4.",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Description

System.Linq.Tests is experiencing a Signal 4 (SIGILL - Illegal Instruction) crash on tvOS ARM64 release builds with Mono runtime. The test passes individual test cases successfully but crashes with Signal 4 during execution, causing the entire test run to fail with XHarness exit code 92. This appears to be a persistent failure affecting the tvos_arm64_release_allsubsets_mono CI job.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions