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
stackoverflowtester fails in runtime-interpreter (def 316) on Windows under CoreCLR interpreter mode. After a stack overflow is raised, the runtime walks the stack to unwind/report it; the StackFrameIterator encounters an interpreter frame whose CodeInfo is invalid, triggering the m_crawl.GetCodeInfo()->IsValid() assertion. This is an interpreter-mode stack-walker incompatibility when handling stack overflows.
Root cause: StackFrameIterator encounters an interpreter frame during stack overflow handling where the CodeInfo is null or invalid. The interpreter needs to ensure that frames it creates have valid CodeInfo, or the stack walker needs to handle null CodeInfo gracefully in the interpreter-frame case.
Investigate src/coreclr/vm/stackwalk.cpp and interpreter frame creation.
Short-term: add [SkipOnCoreClr("Stack overflow handling crashes under interpreter", RuntimeTestModes.InterpreterActive)] to the stackoverflowtester test once this KBE issue number is known.
Note
🤖 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.
#110173search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1410560
Build error leg or test failing: windows x64 Checked-baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester.cmd
Error Message
{ "ErrorMessage": "m_crawl.GetCodeInfo()->IsValid()", "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }stackoverflowtesterfails inruntime-interpreter(def 316) on Windows under CoreCLR interpreter mode. After a stack overflow is raised, the runtime walks the stack to unwind/report it; theStackFrameIteratorencounters an interpreter frame whoseCodeInfois invalid, triggering them_crawl.GetCodeInfo()->IsValid()assertion. This is an interpreter-mode stack-walker incompatibility when handling stack overflows.Affected pipelines (2 confirmed failing builds):
Errors log:
First build it occurred: Build 1407440 (May 4, 2026) is the earliest in the scanned window. Occurrence count in window: 2.
Recommended action:
@dotnet/coreclr-interpreter(interpreter area)StackFrameIteratorencounters an interpreter frame during stack overflow handling where the CodeInfo is null or invalid. The interpreter needs to ensure that frames it creates have valid CodeInfo, or the stack walker needs to handle null CodeInfo gracefully in the interpreter-frame case.src/coreclr/vm/stackwalk.cppand interpreter frame creation.[SkipOnCoreClr("Stack overflow handling crashes under interpreter", RuntimeTestModes.InterpreterActive)]to thestackoverflowtestertest once this KBE issue number is known.Note
🤖 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=1410560
Error message validated:
[m_crawl.GetCodeInfo()->IsValid()]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/7/2026 8:27:50 AM UTC
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1410560
Error message validated:
[m_crawl.GetCodeInfo()->IsValid()]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/7/2026 8:27:50 AM UTC