[Mono-bugs] [Bug 648147] repeatedly running UIAlertView causes crash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 27 15:07:51 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=648147

https://bugzilla.novell.com/show_bug.cgi?id=648147#c1


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gnorton at novell.com
         Resolution|                            |INVALID

--- Comment #1 from Geoff Norton <gnorton at novell.com> 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.


More information about the mono-bugs mailing list