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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 12 12:09:41 EST 2009


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

User jan.oravec at 6com.sk added comment
https://bugzilla.novell.com/show_bug.cgi?id=463323#c14





--- Comment #14 from Jan Oravec <jan.oravec at 6com.sk>  2009-02-12 10:09:40 MST ---
I have also seen the exceptions again (on Mono fixed with my patch which
disables caching by method pointer completely for dynamic methods).

The current behaviour is that if execution of some dynamic method fails, all
further executions of this method (even recompiled) fails too.

This could be related to caching by method signature. I have removed both
caching mechanisms from Mono to see if the bug is related to any of them.

My second suspiction is static_rgctx_invoke_cache - is it possible that dynamic
methods could appear in this cache? If so, there is same bug as was with
runtime invoke cache.

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