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.Channels.Tests crashes in runtime-nativeaot-outerloop (def 265) on windows-x86 Release with NativeAOT compilation. An unhandled NullReferenceException is thrown at AsyncHelpers.RuntimeAsyncTask<T>.HandleSuspended(AsyncHelpers.RuntimeAsyncAwaitState&) in AsyncHelpers.CoreCLR.cs:476. This is an x86-specific NativeAOT runtime-async issue — the async state machine helper dereferences a null pointer when suspending an async task on the 32-bit NativeAOT runtime.
Note: Build 1411078 (May 7, 2026) succeeded, indicating a possible recent fix. This KBE is filed to provide Build Analysis coverage for any recurrence.
Errors log:
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at System.Runtime.CompilerServices.AsyncHelpers.RuntimeAsyncTask`1.HandleSuspended(AsyncHelpers.RuntimeAsyncAwaitState&)
in AsyncHelpers.CoreCLR.cs:line 476
exit code -1073740791
First build it occurred: Build 1407254 (May 4, 2026) is the earliest in the scanned window. Occurrence count in window: 3.
Root cause: RuntimeAsyncTask<T>.HandleSuspended dereferences a null reference at line 476 of AsyncHelpers.CoreCLR.cs. Investigate whether the NativeAOT x86 async state machine sets up the RuntimeAsyncAwaitState correctly before calling HandleSuspended.
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1410188
Build error leg or test failing: windows-x86 Release NativeAOT_Libs-System.Threading.Channels.Tests
Error Message
{ "ErrorMessage": "at System.Runtime.CompilerServices.AsyncHelpers.RuntimeAsyncTask`1.HandleSuspended(AsyncHelpers.RuntimeAsyncAwaitState&)", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }System.Threading.Channels.Testscrashes inruntime-nativeaot-outerloop(def 265) on windows-x86 Release with NativeAOT compilation. An unhandledNullReferenceExceptionis thrown atAsyncHelpers.RuntimeAsyncTask<T>.HandleSuspended(AsyncHelpers.RuntimeAsyncAwaitState&)inAsyncHelpers.CoreCLR.cs:476. This is an x86-specific NativeAOT runtime-async issue — the async state machine helper dereferences a null pointer when suspending an async task on the 32-bit NativeAOT runtime.Affected pipelines (3 confirmed failing builds):
Note: Build 1411078 (May 7, 2026) succeeded, indicating a possible recent fix. This KBE is filed to provide Build Analysis coverage for any recurrence.
Errors log:
First build it occurred: Build 1407254 (May 4, 2026) is the earliest in the scanned window. Occurrence count in window: 3.
Recommended action:
@dotnet/runtime-async(runtime-async area,@agocke,@stephentoub)RuntimeAsyncTask<T>.HandleSuspendeddereferences a null reference at line 476 ofAsyncHelpers.CoreCLR.cs. Investigate whether the NativeAOT x86 async state machine sets up theRuntimeAsyncAwaitStatecorrectly before callingHandleSuspended.src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.CoreCLR.csNote
🤖 This issue was generated by the CI Outer-Loop Failure Scanner.
Note
🔒 Integrity filter blocked 1 item
The following item 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".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=1410188
Error message validated:
[AsyncHelpers.RuntimeAsyncTask1.HandleSuspended`]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/7/2026 3:30:21 AM UTC
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1410188
Error message validated:
[AsyncHelpers.RuntimeAsyncTask1.HandleSuspended`]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/7/2026 3:30:21 AM UTC
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1410188
Error message validated:
[AsyncHelpers.RuntimeAsyncTask1.HandleSuspended`]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/7/2026 3:30:21 AM UTC