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

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=463323#c14





--- Comment #14 from Jan Oravec <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to