There's a G_BREAKPOINT in mini-exceptions.c which could be hit during user execution...
authorAndi McClure <andi.mcclure@xamarin.com>
Fri, 21 Oct 2016 21:28:59 +0000 (17:28 -0400)
committerZoltan Varga <vargaz@gmail.com>
Fri, 21 Oct 2016 21:28:59 +0000 (17:28 -0400)
commit20acd5895c2f0d661a4a9971f979f33384f6066e
treeb8f3eedd373743d44f1866fdc74de51a15752784
parent27d0ef18f062c4b50001b8a02ea4dc876e233555
There's a G_BREAKPOINT in mini-exceptions.c which could be hit during user execution. This will not be caught by our normal crash reporter, so we should use g_error here instead. (#3791)
mono/mini/mini-exceptions.c