Ok, I narrowed down the issue.  Here is the problem code where activityView
is a UIActivityView and actiityIndicatorView is a UIActivityIndicatorView
both declared as class level variables:

                                        
activityView.DismissWithClickedButtonIndex(0, true);
                                        activityIndicatorView.Dispose();
                                        activityView.Dispose();

If I remote the Dispose() calls, the crash stops ocurring.  Does
DismissWithClickedButtonIndex() dispose and clean up the activity view?

Thanks
Ray

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Getting-SIGSEGV-crash-with-MT-4-2-1-tp3833647p3836531.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to