[Mono-bugs] [Bug 436996] GLIB criticals shown
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 20 11:53:24 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=436996
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=436996#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com, mprobst at novell.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 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.
More information about the mono-bugs
mailing list