Skip to content

[tvOS] System.Runtime.Tests APP_CRASH on tvOS device during test execution #124069

@lewing

Description

@lewing

Description

System.Runtime.Tests crashes (APP_CRASH, exit code 80) when running on tvOS arm64 device during CI. The app successfully installs, launches, and begins executing tests, but crashes approximately 90 seconds into execution.

Failure Details

Log context

App launches and begins executing tests:

[17:58:54] dbug: Starting the application
[17:58:54] dbug: Running .../mlaunch
                 With env vars:
                     DOTNET_CI = 'true'

~92 seconds later, mlaunch exits with error and crash is detected:

[18:00:26] dbug: Process mlaunch exited with 1
[18:00:26] dbug: Test run failed
[18:00:33] dbug: Errors while reading device logs: Wall Clock adjustment detected - results might be strange while using --end
[18:00:33] dbug: Device log captured in .../device-DNCENGTVOS-064-20260205_175852.log
[18:00:33] dbug: Test run crashed
[18:00:33] dbug: No crash reports, waiting 30 seconds for the crash report service...

Crash report retrieved but symbolication fails:

[18:00:35] dbug: Found 1 new crash report(s)
[18:00:36] dbug: Downloaded crash report System.Runtime.Tests-2026-02-05-150030.ips to .../uploads/System.Runtime.Tests-2026-02-05-150030.ips
[18:00:36] dbug: Failed to symbolicate .../System.Runtime.Tests-2026-02-05-150030.ips.
[18:00:37] fail: Application test run crashed
                 Test run crashed

                 Check logs for more information

Final result:

XHarness exit code: 80 (APP_CRASH)
WARNING run.py  read_results    No results file found in any of the following formats: xunit, junit, trx

Many tests had passed before the crash (visible in the application log dump after the crash).

Notes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions