You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Threading.Tasks.Parallel.Tests crashes with a native debug assertion MethodTable::Validate check failed (SIGABRT, exit code 134) when running under NativeAOT on linux-x64. The assertion fires in src/coreclr/nativeaot/Runtime/MethodTable.cpp:83. This is a NativeAOT runtime product bug, not a test issue.
Debug Assertion Violation
Message: MethodTable::Validate check failed
Expression: 'ASSERT_UNCONDITIONALLY'
File: /__w/1/s/src/coreclr/nativeaot/Runtime/MethodTable.cpp, Line: 83
DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: ./createdump
./RunTests.sh: line 173: 18 Aborted (core dumped) ./System.Threading.Tasks.Parallel.Tests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -xml testResults.xml
exit code 134 means SIGABRT Abort.
First build it occurred
First seen in build 1414978 (2026-05-10) within the scanned window. Also present in build 1415421 (2026-05-11). 2 occurrences in the scanned window. This is within the scanned window and may not be the true origin.
Recommended action
This is a NativeAOT runtime bug in MethodTable validation. The crash occurs early in test execution (before any test results are produced), suggesting the issue may be in type initialization or GC scanning of MethodTable structures. Investigation should focus on src/coreclr/nativeaot/Runtime/MethodTable.cpp and recent changes to type layout or GC interaction in the NativeAOT runtime. cc @MichalStrehovsky@dotnet/ilc-contrib
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
dotnet.github.io
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415421
Build error leg or test failing: linux-x64 Release NativeAOT_Checked_Libs_SizeOpt - System.Threading.Tasks.Parallel.Tests
Error Message
{ "ErrorMessage": "MethodTable::Validate check failed", "BuildRetry": false, "ExcludeConsoleLog": false }Reasoning
System.Threading.Tasks.Parallel.Testscrashes with a native debug assertionMethodTable::Validate check failed(SIGABRT, exit code 134) when running under NativeAOT on linux-x64. The assertion fires insrc/coreclr/nativeaot/Runtime/MethodTable.cpp:83. This is a NativeAOT runtime product bug, not a test issue.Impact on platforms
runtime-nativeaot-outerloop(def 265) ·linux-x64 Release NativeAOT_Checked_Libs_SizeOpt· Debian.13.Amd64.Open · exit code 134 (SIGABRT)runtime-nativeaot-outerloop(def 265) ·windows-x86 Release NativeAOT_Libs· exit code failure (same test)Errors log
First build it occurred
First seen in build 1414978 (2026-05-10) within the scanned window. Also present in build 1415421 (2026-05-11). 2 occurrences in the scanned window. This is within the scanned window and may not be the true origin.
Recommended action
This is a NativeAOT runtime bug in MethodTable validation. The crash occurs early in test execution (before any test results are produced), suggesting the issue may be in type initialization or GC scanning of MethodTable structures. Investigation should focus on
src/coreclr/nativeaot/Runtime/MethodTable.cppand recent changes to type layout or GC interaction in the NativeAOT runtime. cc@MichalStrehovsky@dotnet/ilc-contribWarning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
dotnet.github.ioSee Network Configuration for more information.
Note
🔒 Integrity filter blocked 4 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415421
Error message validated:
[MethodTable::Validate check failed]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/12/2026 11:31:54 AM UTC
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415421
Error message validated:
[MethodTable::Validate check failed]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/12/2026 11:31:54 AM UTC