[Mono-bugs] [Bug 436996] GLIB criticals shown
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 20 13:44:19 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=436996
User mprobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=436996#c2
--- Comment #2 from Mark Probst <mprobst at novell.com> 2008-10-20 11:44:18 MDT ---
What about simply disabling generic sharing when running monodis? Or calling
mono_marshal_init()?
I agree that in principle that is a runtime issue and ideally it shouldn't be
in klass->vtable, but I'm not sure how to handle it only in the runtime without
metadata cooperation. One thing we could do would be a call-back for
potentially adding any wrappers to klass->vtable methods, and the default
implementation would just return the method. The runtime would implement a
call-back that adds the static rgctx invoke wrapper where needed.
--
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