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
Serialize unhandled exception for crash dump analysis when ExceptionHandler.RaiseUnhandledExceptionEvent is called (#117832)
* Serialize unhandled exception for crash dump analysis when ExceptionHandler.RaiseUnhandledExceptionEvent is called
* Use cheaper locking mechanism for SerializeCrashInfo
* Remove superfluous assignment
* Apply suggestions from code review
Co-authored-by: Jan Kotas <[email protected]>
* Block secondary calls to SerializeCrashInfo until the data has been serialized (prevents early process exit)
* Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeExceptionHelpers.cs
* Update src/coreclr/nativeaot/System.Private.CoreLib/src/System/RuntimeExceptionHelpers.cs
---------
Co-authored-by: Jan Kotas <[email protected]>
0 commit comments