Bug 317521 (MONO74010) - [GMCS]: mono_marshal_get_stfld_wrapper lacks functionality for 2.0 profile
Summary: [GMCS]: mono_marshal_get_stfld_wrapper lacks functionality for 2.0 profile
Status: RESOLVED FIXED
Alias: MONO74010
Product: Mono: Runtime
Classification: Mono
Component: JIT (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Major
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 14:11 UTC by Willibald Krenn
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:11:25 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".