If the native upcall comes after starting coreclr shutdown steps, SIGABRT is raised...
authorWoongsuk Cho <ws77.cho@samsung.com>
Mon, 26 Nov 2018 08:12:57 +0000 (17:12 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Mon, 26 Nov 2018 08:12:57 +0000 (17:12 +0900)
commitd0f3a07e5fede74cc7b83634ad1c5b0fff36d02d
tree8edfbd380b3311b518dbb2a411decadb90763317
parent6ea547542ecf4d2b798b5e3c5e2673a4b96ace23
If the native upcall comes after starting coreclr shutdown steps, SIGABRT is raised by the PalException.
To avoid that kind of crash, ignore SIGABRT after starting coreclr shutdown.
NativeLauncher/launcher/dotnet/dotnet_launcher.cc