https://bugzilla.novell.com/show_bug.cgi?id=648147
https://bugzilla.novell.com/show_bug.cgi?id=648147#c1 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Geoff Norton <[email protected]> 2010-10-27 19:07:51 UTC --- While we have fixed this behind the scenes in the next release, the reason its happening is alertView.Show () is async, but you have context information dangled off it (specifically the Clicked handler), but you immediately overwrite the only nstance, allowing it to be GC'd without the CocoaTouch runtime being aware of the fact. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
