Re: [Mono-dev] [android-devel] [macios-devel] Signal-chaining & crash reporters

2016-09-23 Thread Rolf Kvinge via Mono-devel-list
Hi, I've tried implementing this, here's a Mono PR for it: https://github.com/mono/mono/pull/3624 I'm not where to document the new managed API though. Rolf Sent from Outlook From: Rodrigo Kumpera Sent: Thursday, September 22,

Re: [Mono-dev] [android-devel] [macios-devel] Signal-chaining & crash reporters

2016-09-19 Thread Rolf Kvinge via Mono-devel-list
Hi, > From: Rodrigo Kumpera >   > > Hey guys, > > Exposing signal handlers from managed code is always the wrong solution. > > > > If we're crashing in the runtime, a managed code signal handler has very > little chance of works. It's a scenario we will never even consider > supporting.

Re: [Mono-dev] [android-devel] [macios-devel] Signal-chaining & crash reporters

2016-09-16 Thread Miguel de Icaza via Mono-devel-list
Hello, Exposing signal handlers from managed code is always the wrong solution. If we're crashing in the runtime, a managed code signal handler has very little chance of works. It's a scenario we will never even consider supporting. I guess the simple solution is to add an embedding API call