Skip to content

Commit

Permalink
🐛 CLR: Assert failure(PID 16164 [0x00003f24], Thread: 8032 [0x1f60]):…
Browse files Browse the repository at this point in the history
… !AreShadowStacksEnabled() || UseSpecialUserModeApc()

    File: D:\a\_work\1\s\src\coreclr\vm\threads.cpp:7938 Image:
  • Loading branch information
AigioL committed Nov 30, 2024
1 parent 002e550 commit 07f1a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
<Deterministic>true</Deterministic>
<CheckEolWorkloads>false</CheckEolWorkloads>
<DefineConstants>REMOVE_DNS_INTERCEPT;$(DefineConstants)</DefineConstants>
<!--<DefineConstants>REMOVE_DNS_INTERCEPT;$(DefineConstants)</DefineConstants>-->
<CETCompat>false</CETCompat>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\AssemblyInfo.cs">
Expand Down

0 comments on commit 07f1a9f

Please sign in to comment.