[Mono-bugs] [Bug 463323] Bug with delegates to dynamic methods

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 26 18:34:28 EST 2009


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

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463323#c7


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com




--- Comment #7 from Zoltan Varga <vargaz at gmail.com>  2009-01-26 16:34:26 MST ---
The problem is most likely the way DynamicMethod's are currently freed.
DynamicMethods are kept alive by the Delegates which point to it through their
original_method_info fields. It might be possible that a DynamicMethod becomes
garbage when the native method corresponding to it is still executing.

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