[Mono-bugs] [Bug 361689] [PATCH] [SRE] Mono allows overriding a virtual method with a non-virtual override

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Feb 14 00:23:20 EST 2008


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

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=361689#c2


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |rkumpera at novell.com




--- Comment #2 from Rodrigo Kumpera <rkumpera at novell.com>  2008-02-13 22:23:19 MST ---
I don't like this approach as it doesn't look like the right place to raise the
exception. For instance:

-It will cause mono_reflection_generic_class_initialize to fail if you have a
MethodBuilder with such configuration as of this bug report. Initializing an
inflated TypeBuilder must not fail due to TypeBuilder::Create time issues (such
as the one of this bug).

-mono_reflection_create_runtime_class should cause a deadlock as it raises the
exception without releasing the lock.

This bug happens with non-sre classes and the fix should work for both.


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