Hi,

On Fri, Mar 16, 2012 at 12:11 PM, Nic Wise <[email protected]> wrote:

> ... and after some debugging...with a drumroll but NO surprise, it
> looks like the problem is.... ME.
>
> NullReferenceException in the ContinueWith section. Causes a segfault.
> Basically:
>
> foo.Property = value;
>
> foo is null (it's a derivative from MT.D's Element). bang. (Property
> does nothing except assignment)
>
> try/catch doesn't catch it tho. Which is ODD.
>

That's expected if you're using TestFlight's crash handling. TestFlight
detect the NullReferenceException as a crash and handles it accordingly,
mono is never given a chance to process it.

Rolf
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to