Add fatal error details printing (dotnet/coreclr#22789)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 22 Feb 2019 22:11:14 +0000 (23:11 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Feb 2019 22:11:14 +0000 (23:11 +0100)
commitc471d6f8a0bc2f1eb0fc5e90295fcb852ef10af6
tree526a00dc4e3b9a14b0dd0cd6f7b349dbc6035a55
parent3007cf6df84bbc43f234a97155d9ba5ecb09875d
Add fatal error details printing (dotnet/coreclr#22789)

Before this change, we were only printing details on fatal errors with
error code COR_E_FAILFAST. For other error codes we were just silently
exiting.
This change enables printing fatal error details for all kinds of fatal
errors.

Commit migrated from https://github.com/dotnet/coreclr/commit/6a392d9084a1afe8b9861138e5d0e5b688deca44
src/coreclr/src/vm/eepolicy.cpp
src/coreclr/src/vm/exceptionhandling.cpp