https://bugzilla.novell.com/show_bug.cgi?id=436996
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=436996#c1 Zoltan Varga <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED], [EMAIL PROTECTED] --- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]> 2008-10-20 09:53:24 MDT --- This is because of the static rgctx wrapper stuff, which depends on mono_marshal_init () being called, but that is called by mono_runtime_init (), which is not called by monodis. Probably the code which adds the rgctx wrappers should be moved from mono_class_setup_vtable () to somewhere else, since it is a runtime/JIT detail and has nothing to do with klass->vtable. Mark ? -- 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
