Skip to content

Commit

Permalink
Fix legacy exception handling dump generation on background threads (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 authored and pull[bot] committed Aug 15, 2024
1 parent e4f59af commit 65984f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/vm/excep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5199,6 +5199,10 @@ BOOL NotifyAppDomainsOfUnhandledException(

GCPROTECT_END();

#ifdef HOST_WINDOWS
CreateCrashDumpIfEnabled();
#endif

#ifdef _DEBUG
// Do not care about lock check for unhandled exception.
while (unbreakableLockCount)
Expand Down

0 comments on commit 65984f9

Please sign in to comment.