[Mono-bugs] [Bug 685863] Exception Thown Continuously Creating Android.Graphics.Matrix

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Apr 16 16:33:27 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=685863#c2


Dennis Quebe <dennis.quebe at quebesystems.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|INVALID                     |

--- Comment #2 from Dennis Quebe <dennis.quebe at quebesystems.com> 2011-04-16 20:33:26 UTC ---
Tested with the Release version with Mono for Android (using MonoDevelop). Same
issue. The object should immediate go out of scope and be available for the
Garbage Collector. I understand the GREF issue and that mirrors the count
closely (since this is in an emulator), but the expectation is that Matrix
object calls Dispose during its Finalizer (it is the managed object with
unmanaged resources). If you add the manual Dispose call at the end of the
loop, it does not break and continues "forever".

-- 
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