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