Remove problematic assert from SIGILL handler
authorAlexis Christoforides <alexis@thenull.net>
Thu, 29 Aug 2019 15:33:39 +0000 (11:33 -0400)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 01:30:30 +0000 (20:30 -0500)
commit67dfea0b8e31c416070c34aa12284322a4c26ad6
treea29616380e90d7ae425ea1c5bd0bd07916f8c5d9
parent3e0994fabf97e6638137b2bc512c0716df1ec0cb
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

Commit migrated from https://github.com/mono/mono/commit/001398e05bc5f16119e17a737102f6f6fb027047
src/mono/mono/mini/mini-runtime.c