Bugzilla – Bug 317521
[GMCS]: mono_marshal_get_stfld_wrapper lacks functionality for 2.0 profile
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by Willibald.Krenn@gmx.at 2005-03-23 07:11:45 MST ---- No support for MONO_TYPE_GENERIC_INST in mono_marshal_get_stfld_wrapper. public class Test03 : MarshalByRefObject { private Stack<String> state; public Test03 () : base () { state = new Stack<String>(); } } ** (Binaries/TestRunner.exe:30879): WARNING **: type 15 not implemented ** ERROR **: file marshal.c: line 4046 (mono_marshal_get_stfld_wrapper): should not be reached ---- Additional Comments From martin@ximian.com 2005-03-23 07:22:13 MST ---- Does my latest metadata/marshal.c commit (revision 42137) fix this ? ---- Additional Comments From Willibald.Krenn@gmx.at 2005-03-23 07:34:19 MST ---- Yes, seems to be working now. No similar code anywhere else? Unknown operating system unknown. Setting to default OS "Other".