Remove problematic assert from SIGILL handler
commit001398e05bc5f16119e17a737102f6f6fb027047
authorAlexis Christoforides <alexis@thenull.net>
Thu, 29 Aug 2019 15:33:39 +0000 (29 11:33 -0400)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 01:30:30 +0000 (3 20:30 -0500)
tree5362bdaa5620d50220730b7e0d7b0cb24dcc8f7d
parent8d4c0f3553d91704e2ff1aae6d954716ca3aa5e2
Remove problematic assert from SIGILL handler

mono_handle_native_crash() function can actually return if the native crash has triggered or has been trigerred by  more than one signal. So it is possible to reach the point of the assert
mono/mini/mini-runtime.c