-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Platforms 11 (03/11/16)
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
During Windows crash handling in the UnhandledExceptionFilter, we should terminate the process instead of call _exit. This avoids running the subset of the C atexit handlers that run during _exit, and OS clean exit behavior (like DLL_THREAD_DETACH).