From 544930719ed8ad1c22d05a570c1ccb13d0792c5b Mon Sep 17 00:00:00 2001 From: Alexis Christoforides Date: Fri, 28 Feb 2020 21:10:14 -0500 Subject: [2020-02][runtime] Improve handling crashing signals (#19019) * [runtime] Improve handling crashing signals The default handlers for SIGTRAP, SIGSYS on macOS and Linux crash the process, so we now have Mono report this. This patch also changes how the name of the signal is acquired for passing on to the crash reporting functions, allowing code reuse on crashing signals. * [mono] Remove SIGTRAP handler, as it interferes with debugging See https://github.com/mono/mono/pull/18243#issuecomment-586013427 * Fix lack of cleanup for SIGSYS --- msvc/libmonoutils-common.targets | 1 + 1 file changed, 1 insertion(+) (limited to 'msvc/libmonoutils-common.targets') diff --git a/msvc/libmonoutils-common.targets b/msvc/libmonoutils-common.targets index 210c41e0493..8c39996b1c6 100644 --- a/msvc/libmonoutils-common.targets +++ b/msvc/libmonoutils-common.targets @@ -174,6 +174,7 @@ + -- cgit v1.2.3