Jonathan,

On 21.02.2017 14:53, Jonathan Mitchell wrote:

I have some test code for for raising NullReferenceException that I
previously used to see just how my app processes managed exceptions
into Obj-C ones. When LLDB is attached the behaviour for this test
code is that LLDB does NOT catch the SIGSEGV - which i find curious:

How are you raising this NullReferenceException? IIRC, a simple

        throw new NullReferenceException ();

does not cause a SIGSEGV.

Robert

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list

Reply via email to