Fix issue dotnet/coreclr#1782 unhanded exceptions don't generate core dumps by changi...
authorMike McLaughlin <mikem@microsoft.com>
Tue, 20 Oct 2015 01:38:26 +0000 (18:38 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Tue, 20 Oct 2015 17:12:42 +0000 (10:12 -0700)
commiteb128b2b9f64802740c71d1c65a46368e79aabd1
tree0a450bf46982a09bccb0db8bb4cc4fa4844135d8
parent2a4d10ab0e53ab75e9dbf10ab93794191ccaeba6
Fix issue dotnet/coreclr#1782 unhanded exceptions don't generate core dumps by changing HandleFatalError to end up calling TerminateProcess (which calls the unix abort()) instead of ExitProcess.

Commit migrated from https://github.com/dotnet/coreclr/commit/64c377e4069af40b5f7c3c19481ec95526fcdb57
src/coreclr/src/vm/eepolicy.cpp