Possible tiered compilation issue in preview.7 #106427
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
While updating PowerShell/PowerShell to
9.0.0-preview.7.24405.7
we hit a test failure in some unchanged code utilizing xoofx/markdig. After getting a minimal repro together, it appears to only occur after the method has been invoked a few times. It does not appear to be a logic error in markdig and only occurs in preview.7Reproduction Steps
csproj:
then ran with
Expected behavior
Loops forever without error
Actual behavior
After a few loops this exception occurs
Regression?
Yes, this does not occur with
9.0.100-preview.6.24328.19
Known Workarounds
No response
Configuration
9.0.0-preview.7.24405.7
Microsoft Windows 10.0.22631
x64
Had someone else test on win-arm64, the issue does not occur. So it does appear to be specific to this configuration (ty @jborean93)
Other information
The text was updated successfully, but these errors were encountered: