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
Repro: create a new app, dotnet new console, build it, dotnet build, run it with altjit, e.g.:
set COMPlus_AltJit=Main
set COMPlus_AltJitName=clrjit_win_arm64_x64.dll
set COMPlus_TieredCompilation=0
c:\gh\runtime2\artifacts\tests\coreclr\windows.x64.Debug\Tests\Core_Root\corerun.exe C:\bugs\altjit\bin\Debug\net6.0\altjit.dll
Repro: create a new app,
dotnet new console
, build it,dotnet build
, run it with altjit, e.g.:I see:
If I generate altjit disasm output using:
I do get the arm64 output before the crash.
Did some recent change in this area for W^X or similar regress this?
@dotnet/jit-contrib @trylek @janvorli
The text was updated successfully, but these errors were encountered: