https://bugzilla.novell.com/show_bug.cgi?id=463323
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=463323#c7 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Zoltan Varga <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
