Improve our native crash experience.
commitb33c56dfe040d0168e7723e8f0be9a9d3d4a630c
authorRodrigo Kumpera <kumpera@gmail.com>
Sat, 26 Jan 2013 00:16:19 +0000 (25 19:16 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 28 Jan 2013 17:12:24 +0000 (28 12:12 -0500)
tree3ef993aec0227c89a994d6f7ce8bec88c00b429a
parent99d71eb6e9fdb1c3cc166061decd61efe4dd0a50
Improve our native crash experience.

* mini-exceptions.c (mono_invoke_unhandled_exception_hook): Print something
even if we fail to produce a backtrace.

* mini-exceptions.c (mono_handle_native_sigsegv): Use exit on android
since abort triggers another segv. Always Print the fatal native error
even on "special" targets that have no backtrace symbols support.
mono/mini/mini-exceptions.c