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
{
"ErrorMessage": ["Consistency check failed: AV in clr at this callstack:", "Compiler::optAssertionPropMain"],
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Summary:
JIT access violation during assertion propagation phase (optAssertionPropMain) under jitstress on windows-arm64. The AV occurs in TypeHandle::Verify called from CEEInfo::isExactType during type comparison folding (gtFoldTypeCompare). Different tests trigger the crash each build (DI tests, System.Text.Json.Tests), indicating a systemic JIT bug rather than a test-specific issue.
Recommended action: JIT product bug in type comparison folding under jitstress on ARM64. The AV fires in TypeHandle::Verify when the JIT queries isExactType during gtFoldTypeCompare in the assertion propagation phase. Investigation should focus on src/coreclr/jit/morph.cpp (gtFoldTypeCompare) and src/coreclr/vm/jitinterface.cpp (isExactType) for invalid type handle access under stress. cc @dotnet/jit-contrib@JulieLeeMSFT
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: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415298 Error message validated:[Consistency check failed: AV in clr at this callstack: Compiler::optAssertionPropMain] Result validation: ✅ Known issue matched with the provided build. Validation performed at: 5/12/2026 11:31:25 AM UTC
Build: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415298 Error message validated:[Consistency check failed: AV in clr at this callstack: Compiler::optAssertionPropMain] Result validation: ✅ Known issue matched with the provided build. Validation performed at: 5/12/2026 11:31:25 AM UTC
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415298
Build error leg or test failing: windows-arm64 libraries-jitstress - Microsoft.Extensions.DependencyInjection.Tests
Error Message
{ "ErrorMessage": ["Consistency check failed: AV in clr at this callstack:", "Compiler::optAssertionPropMain"], "BuildRetry": false, "ExcludeConsoleLog": false }Summary:
JIT access violation during assertion propagation phase (
optAssertionPropMain) under jitstress on windows-arm64. The AV occurs inTypeHandle::Verifycalled fromCEEInfo::isExactTypeduring type comparison folding (gtFoldTypeCompare). Different tests trigger the crash each build (DI tests, System.Text.Json.Tests), indicating a systemic JIT bug rather than a test-specific issue.Failed in (2+):
Console Log: Console Log
Failed tests:
Error Message:
Stack Trace:
Recommended action: JIT product bug in type comparison folding under jitstress on ARM64. The AV fires in
TypeHandle::Verifywhen the JIT queriesisExactTypeduringgtFoldTypeComparein the assertion propagation phase. Investigation should focus onsrc/coreclr/jit/morph.cpp(gtFoldTypeCompare) andsrc/coreclr/vm/jitinterface.cpp(isExactType) for invalid type handle access under stress. cc@dotnet/jit-contrib@JulieLeeMSFTWarning
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=1415298
Error message validated:
[Consistency check failed: AV in clr at this callstack: Compiler::optAssertionPropMain]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/12/2026 11:31:25 AM UTC
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1415298
Error message validated:
[Consistency check failed: AV in clr at this callstack: Compiler::optAssertionPropMain]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/12/2026 11:31:25 AM UTC